streamed video in network is not played at client

Wim Taymans wim.taymans at gmail.com
Wed Sep 28 15:04:06 PDT 2011


On 09/28/2011 11:00 PM, Hamilton Vera wrote:
> Are you  running the client and server in the same machine?
>
> On Wed, Sep 28, 2011 at 8:06 AM, saev<saurabh_verma81 at yahoo.co.in>  wrote:
>> Hi,
>> I am trying to stream video in network using below command:
>> gst-launch videotestsrc ! gdppay ! queue ! udpsink  port=5554 host=localhost
>> for testing  purpose i have put the host as localhost.

You can't to do this, you will exceed the maximum frame size of UDP 
(+-64K). Use RTP or something else to split the raw video frame in 
smaller chunks before sending them over UDP.

Wim

>>
>> On client side to play the streamed video( i want to play the send video
>> here) I am running following command:
>> gst-launch  -v udpsrc port=5554  ! gdpdepay !  queue ! ffmpegcolorspace !
>> autovideosink
>>
>> But I don't see any video played at client side . Can anyone help me whats
>> the problem with above command?
>>
>>
>> --
>> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/streamed-video-in-network-is-not-played-at-client-tp3850726p3850726.html
>> Sent from the GStreamer-devel mailing list archive at Nabble.com.
>> _______________________________________________
>> gstreamer-devel mailing list
>> gstreamer-devel at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>>
>
>
>



More information about the gstreamer-devel mailing list