[gst-devel] Help with the creation of pipeline using udpsrc and udpsink

Sameer Naik sameer at nextbitcpu.com
Mon Dec 26 12:30:05 CET 2005


        hello everybody,
        Merry Christmas.
        
        i need to create two pipeline's
        one that would send a mpg file over udp transmission..
        the other that will receive the file transmitted, decode it and
        then play it...
        
        these are the two pipelines i have figured out (im using the
        default port and multicast address here)
        for sending:
        gst-launch-0.10 filesrc location=wc.mpg ! queue ! udpsink
        
        for receiving:
        gst-launch-0.10 udpsrc ! decodebin name=d ! audioconvert !
        queue ! osssink d. ! queue ! xvimagesink
        
        if i execute these two pipelines on the same host (ideal
        condition), 
        playback starts for a second and then stops... i dont know why
        this is happening (probably im missing something)...
        
        plz help....
        thanks in advance
        
        bye
        take care
        Sameer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20051226/6b5869bb/attachment.htm>


More information about the gstreamer-devel mailing list