Hi developers, 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. ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Mon, Dec 15, 2008 at 10:55 AM, Irfan Shaikh
<[hidden email]> wrote: > > 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. gst-ffmpeg muxers are not supported. If you have issues with them it's quite likely you would have to fix them yourself. -- Felipe Contreras ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |