Trouble converting RTSP video streams to OGV/WEBM (MP4 seems to work)
debruyn
debruynels1 at gmail.com
Fri Feb 5 12:11:33 UTC 2016
Think the problem lies betwwn the MUX and the Sinks
So i seem to have a problem when decoding RTSP streams to OGV/WEBM format.
When converting to MP4 it stores a media file fine. After checking the
pipelines it seems the fualt lies between the oggmux/webmmux and the
filesink. Appreciate it if someone could explain why this seems to work on
MP4 but not on OGG/WEBM. Below is the piplines being used
All help Would be appreciated
RTSP to MP4
Works fine
GST_DEBUG=3 GST_DEBUG_DUMP_DOT_DIR=~/Documents/graphs/ gst-launch-1.0 -e
rtspsrc location=rtsp://10.15.1.216/h264/ch1/main/av_stream user-id=admin
user-pw=admin123 latency=0 ! decodebin ! x264enc ! mp4mux ! filesink
location=~/Documents/test/ip_test.mp4
RTSP to OGV
Doesn't even want to start the pipe
GST_DEBUG=3 GST_DEBUG_DUMP_DOT_DIR=~/Documents/graphs/ gst-launch-1.0 -e
rtspsrc location=rtsp://10.15.1.216/h264/ch1/main/av_stream user-id=admin
user-pw=admin123 latency=0 ! rtph264depay ! decodebin ! theoraenc ! oggmux !
filesink location=~/Documents/test/ip_test.ogv
RTSP to WEBM >/h3>
Starts the pipeline but only records for two seconds the goes blank
GST_DEBUG=3 GST_DEBUG_DUMP_DOT_DIR=~/Documents/graphs/ gst-launch-1.0
rtspsrc location=rtsp://10.15.1.216/h264/ch1/main/av_stream user-id=admin
user-pw=admin123 latency=0 ! decodebin ! vp8enc ! webmmux streamable=true !
filesink location=~/Documents/test/ip_test.webm
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Trouble-converting-RTSP-video-streams-to-OGV-WEBM-MP4-seems-to-work-tp4675691.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160205/aecb4dfe/attachment.html>
More information about the gstreamer-devel
mailing list