[gst-devel] Streaming ASF file to VLC player

Irfan Shaikh irfanshaikh at tataelxsi.co.in
Mon Dec 15 09:55:35 CET 2008


Hi developers, 

             I am facing ASF muxing issue when i mux audio as well as video and stream on Client VLC player. I am only able to recieve audio on VLC player. When muxer has finished processing Audio then Video is recieved on VLC player.

gst-launch -v gstrtpbin name=rtpbin filesrc location=/home/CodecH264.dat ! h264parse ! video/x-h264, width=1280, height=720, framerate=30/1 ! queue ! mux. filereader location=/home/CodecG711.dat ! audio/x-alaw, rate=8000, channels=1 ! queue ! mux. ffmux_asf name=mux ! asfparse ! asfstreamer ! rtpbin.send_rtp_sink_2 rtpbin.send_rtp_src_2 ! udpsink port=5000 host=10.60.3.60 name=vrtpsink rtpbin.send_rtcp_src_2 ! udpsink port=5001 host=10.60.3.60 sync=false async=false name=vrtcpsink udpsrc port=5005 name=vrtpsrc ! rtpbin.recv_rtcp_sink_2

   
  Pipeline to mux Audio/Video:

   gst-launch -v filesrc location=/home/CodecH264.dat ! h264parse ! video/x-h264, width=1280, height=720, framerate=30/1 ! queue ! mux. filereader    location=/home/CodecG711.dat ! audio/x-alaw, rate=8000, channels=1 ! queue ! mux. ffmux_asf name=mux ! filesink location=/home/H264_G711.asf


Is ffmux_asf capable of muxing audio/video simultaneously ??

Regards.

This message (including any attachment) is confidential and may be legally privileged.  Access to this message by anyone other than the intended recipient(s) listed above is unauthorized.  If you are not the intended recipient you are hereby notified that any disclosure, copying, or distribution of the message, or any action taken or omission of action by you in reliance upon it, is prohibited and may be unlawful.  Please immediately notify the sender by reply e-mail and permanently delete all copies of the message if you have received this message in error.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20081215/bd02053d/attachment.htm>


More information about the gstreamer-devel mailing list