Streaming avi file

sudarshan bisht bisht.sudarshan at gmail.com
Thu Jul 7 04:26:23 PDT 2011


You need to split the data right after demux (using tee element) and then
form rtp packets of encoded data and finally push them to udpsink.
At receiver side use udpsrc to receive the rtp packets, extract those rtp
packets,  decode the data and finally push to videosink.



On Thu, Jul 7, 2011 at 1:47 PM, Filipe Neves <f_neves88 at hotmail.com> wrote:

>  Hi all. I'm a noob on gstreamer but i have a few problems to send a avi file
> do another pc and see it, @ same time, in the PC source. What I want to do
> is:
>
> PC A
> (Streaming avi file and play it on desktop)
>
> |
> |
> |
> |
> \/
>
> PC B (capture de file streaming from A)
>
> I can play the video on the desktop with this two command lines:
> gst-launch filesrc location=/home/filipe/Área\ de\ Trabalho/contador2.avi !
> decodebin2 name=dec ! queue ! ffmpegcolorspace ! autovideosink
>
> gst-launch filesrc location=/home/filipe/Área\ de\ Trabalho/contador2.avi !
> avidemux name=demux ! decodebin ! queue ! decodebin ! ffmpegcolorspace !
> videoscale ! autovideosink
>
>
> But how i can send it by udpsink and receive this video @ PC B?
>
> Thank you very much
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>


-- 
Regards,

Sudarshan Bisht
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20110707/215759cd/attachment.html>


More information about the gstreamer-devel mailing list