[gst-devel] Streaming ASF file to VLC player
Felipe Contreras
felipe.contreras at gmail.com
Mon Dec 15 10:51:33 CET 2008
On Mon, Dec 15, 2008 at 10:55 AM, Irfan Shaikh
<irfanshaikh at tataelxsi.co.in> 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
More information about the gstreamer-devel
mailing list