I need to stream a .mpeg file. I modified the tesmp4.c as following:



  str = g_strdup_printf ("( "
      "filesrc location=%s ! megdemux name=d "
      d. ! queue ! rtpmpvpay pt=32 name=pay0 "
      "d. ! queue ! rtpmpapay pt=14 name=pay1 "")", argv[1]);


but not works.
 
I need some help...
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/gst-rtsp-server-tp4377525p4377525.html">gst-rtsp-server</a><br/>
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>