Zibo SHI wrote:
Hello all.
I want to build a pipeline to transmit mpg video by upd. (such as, I
think, "gst-launch filesrc location=1.mpg ! .... ! udpsink") Any body
body can help me fix this problem. Thanks very much.
Ragards.
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
gst-launch-0.10 filesrc location=Videos/sample.mpg ! mpegparse !
udpsink host=192.168.0.210 port=5040
The stream will now be available in 192.168.0.210 at port 5040. You
MUST add port 5040 to trusted ports in your firewall settings.
You can play this file by typing mplayer udp://192.168.0.210:5040.
If you want to get stream in all machines in a LAN, use the IP
192.168.0.255 (For any class of IP, last portion should be 255 for
broadcasting)
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial.
http://p.sf.net/sfu/www-adobe-com_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel