RTP streaming

Chuck Crisler ccrisler at mutualink.net
Wed Jun 5 07:25:24 PDT 2013


Remove the IP addr for updsrc on the client. I think that the URI may only
refer to multicast. If you are using uni-cast (you aren't using a
multi-cast address), you only need the port on the receiver. Get some
logging to see what element(s) aren't happy. Something like export
GST_DEBUG=rtpmp4vpay:4 at the server and export GST_DEBUG=ffdec_h264:4 on
the client Also, a packet capture would be useful to insure that you are
actually sending packets on the network and to look at the data.


On Wed, Jun 5, 2013 at 3:40 AM, jyoti kulkarni <jyotimk029 at gmail.com> wrote:

> @Mandeep, Port 5000 is for audio and 5002 is for video i mentioned both at
> client side
>
> @Mark i tried to use rtph264pay but still no success
>
> Rrgards
> jyoti
> On Jun 5, 2013 12:55 PM, "Mandeep Sandhu" <mandeepsandhu.chd at gmail.com>
> wrote:
>
>> On Wed, Jun 5, 2013 at 12:21 PM, jyoti kulkarni <jyotimk029 at gmail.com>wrote:
>>
>>> Hello All,
>>>
>>> I am trying to stream a mp4 file over the network using following
>>> commands:
>>>
>>> At Server:
>>>
>>> gst-launch-0.10 -v filesrc location=~/home/jyoti/Videos/conf.mp4 ! qtdemux name=demux demux.audio_00 ! queue ! rtpmp4apay ! udpsink port=5000 demux.video_00 ! queue ! rtpmp4vpay ! udpsink port=5002 host=10.99.26.73
>>>
>>>
>>>
>>>
>>> At Client:
>>>
>>> gst-launch-0.10 -v udpsrc uri=udp://10.99.26.73:5000 ! qtdemux name=demux demux.audio_00 ! queue max-size-buffers=8000 max-size-time=0 max-size-bytes=0 ! faad ! alsasink udpsrc uri=udp://10.99.26.73:5002 demux.video_00 ! queue! ffdec_h264 ! autovideosink
>>>
>>> Check source port number given to usdpsrc, shouldn't it be 5002 as thats
>> the port the server's streaming at?
>>
>> -mandeep
>>
>>
>> _______________________________________________
>> gstreamer-devel mailing list
>> gstreamer-devel at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>>
>>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130605/6baa6750/attachment.html>


More information about the gstreamer-devel mailing list