<h2> Think the problem lies betwwn the MUX and the Sinks </h2>

<p>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 
<br>
<br>
All help Would be appreciated
</p>

<h3> RTSP to MP4 </h3>

<p> 
Works fine
<br><br>
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 
</p>

<h3> RTSP to OGV </h3>

<p> 
Doesn't even want to start the pipe
<br><br>
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 
</p>

<h3> RTSP to WEBM >/h3>

<p> 
Starts the pipeline but only records for two seconds the goes blank
<br><br>
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 
</p>



        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Trouble-converting-RTSP-video-streams-to-OGV-WEBM-MP4-seems-to-work-tp4675691.html">Trouble converting RTSP video streams to OGV/WEBM (MP4 seems to work)</a><br/>
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>