Hi all,
I'm trying to mux the h264 file in asf container and playback the same
in adobe flash player.
The problem which i encountered is as follows:
When i tried to mux using gstreamer pipeline, the flv file is not playing in
adobe flash player. But it is playing in mplayer. Pipeline used for muxing
is as follows :
gst-launch-0.10 filesrc location=/home/test_720p.264 !
h264parse ! video/x-h264, width=1280,height=720,framerate=30/1 ! ffmux_flv
! filesink location=/home/test_720p_gst.flv
[Am using gst-ffmpeg-0.10.5 version]
But when i tried to mux using the standalone ffmpeg application, its playing
properly in adobe flash player. command line argument used for muxing is as
follows:
./ffmpeg -i /home/test_720p.264 -f flv -vcodec copy
/home/test_720p.flv
I dont know what is the problem...Can any one suggest me where i'm going
wrong.... whether there is a propblem in pipeline or should i need to change
something in the code?
Regards,
Anita Rajan
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel