Simple local bucle streaming via UDP with gst-launch

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Simple local bucle streaming via UDP with gst-launch

marcel.tella
Hi!

I'm just trying to steam a video pattern trough UDP, so I've tried this command:

gst-launch videotestsrc ! udpsink host=127.0.0.1 port=4951 sync=false


Really, I think it's correct, and it works, but when I try to open the stream with VLC, or caching the packages with Wireshark, they don't apper, I think that it means this command is not working correctly.

Why is it not working correctly??

Thank you very much.
Reply | Threaded
Open this post in threaded view
|

Re: Simple local bucle streaming via UDP with gst-launch

Wim Taymans
On 02/07/2011 02:12 PM, marcel.tella wrote:
> Hi!
>
> I'm just trying to steam a video pattern trough UDP, so I've tried this
> command:
>
> gst-launch videotestsrc ! udpsink host=127.0.0.1 port=4951 sync=false

> Really, I think it's correct, and it works, but when I try to open the
> stream with VLC, or caching the packages with Wireshark, they don't apper, I
> think that it means this command is not working correctly.
>
> Why is it not working correctly??
Because the video frames are bigger than the maximum allowed UDP packet
size. Use something like RTP to split the packet into smaller chunks.

Wim
> Thank you very much.


------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world?
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel