[FFmpeg-devel] FFMPEG on FLV MUX issue

Benoit Fouet benoit.fouet
Thu Dec 4 11:30:37 CET 2008


Hi,

On 12/04/2008 11:25 AM, Kumar wrote:
> Hi All,
>
> When I tried muxing H264 stream using the standalone ffmpeg application, The
> playback is happening on Adobe Flash Player.
>
> Command line args I used is as follows:
> ./ffmpeg -i /home/CodecH264.264 -f flv -vcodec copy /home/Test_ffmpeg.flv
>
>
> But when I tried to mux using gstreamer pipelinethe (using FFMPEG Gstreamer
> plug-in, gst-ffmpeg-0.10.5 ), the playback is not happening on
> Adobe Flash Player.
>
> Pipeline used for muxing is as follows :
> gst-launch-0.10 filesrc location/home/CodecH264.264 ! h264parse !
> video/x-h264, width=1280, height=720, framerate=30/1 !  ffmux_flv
> ! filesink location=/home/Test_gst.flv
>
>
> Pls help me solve this issue. Is there anything wrong in the Gstreamer
> pipeline that I have used or any code modification is required in Gstreamer
> FLV muxer plugin....?
>
>   

see http://gstreamer.freedesktop.org/lists/ to know where to ask... this 
is FFmpeg development list, not GStreamer's one.

Ben





More information about the ffmpeg-devel mailing list