[gst-devel] rtsp / h264 / mp4mux
florian iragne
florian.iragne at viewsurf.com
Tue Jun 9 09:14:18 CEST 2009
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
Mark Nauwelaerts a écrit :
> In particular, width and height are missing, which qtmux (and so would probably
> others) does not appreciate. It would also at least be necessary to run
> rtph264depay byte-stream=FALSE, since bytestream format is not meant to go into
> mp4 container.
thanks to your advices, i've modified my pipeline :
gst-launch -e rtspsrc
location="rtsp://192.168.10.240/axis-media/media.amp?videocodec=h264&resolution=1920x1080&duration=30&compression=10"
latency=100 ! rtph264depay byte-stream=false ! capsfilter
caps="video/x-h264,width=1920,height=1080,framerate=(fraction)25/1" !
ffmux_mp4 ! filesink location=/var/www/test/test.mp4
It works, but ffmux_mp4 gives an mp4 not compatible with faststart
With mp4mux, it fails with the error :
"failed to determine time to mux"
I think it's related to the format of the source stream, but not sure
yet. I'm searching this way.
thanks for your help
Florian
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkouC8oACgkQO8DE9K7b373f2ACfZfCUcibLv731W8SVZBMXSFxe
39wAoJOZ6zs73rRK3Q/Zi/rhaGb2DkKT
=FOaE
-----END PGP SIGNATURE-----
More information about the gstreamer-devel
mailing list