<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.38">
<TITLE>Streaming ASF file to VLC player </TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>Hi developers,<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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.<BR>
<BR>
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<BR>
<BR>
&nbsp;&nbsp;<BR>
&nbsp; Pipeline to mux Audio/Video:<BR>
<BR>
&nbsp;&nbsp; gst-launch -v filesrc location=/home/CodecH264.dat ! h264parse ! video/x-h264, width=1280, height=720, framerate=30/1 ! queue ! mux. filereader&nbsp;&nbsp;&nbsp; location=/home/CodecG711.dat ! audio/x-alaw, rate=8000, channels=1 ! queue ! mux. ffmux_asf name=mux ! filesink location=/home/H264_G711.asf<BR>
<BR>
<BR>
Is ffmux_asf capable of muxing audio/video simultaneously ??<BR>
<BR>
Regards.</FONT>
</P>

<p>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.</p>
</BODY>
</HTML>