Hi all,
I'm trying to receive RTSP stream (produced by vlc) and mux it into mp4
Here's my pipeline:
gst-launch -e rtspsrc name=src location=rtsp://127.0.0.1:8554/live ! rtph264depay ! h264parse ! mux. src. ! rtpmp4gdepay ! aacparse ! mux. mp4mux name=mux ! filesink location=/home/sol/Desktop/test.mp4
but this produces a file that takes up space but doesn't play and I get player error message: "This file contains no playable streams."
I got the same problem when using ffmux_mp4, but It works when I using matroskamux.
I need mp4 not mkv, to be able to use it with html5 video tag.
what is the problem ?!
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel