<div dir="ltr">I think vlc uses mpeg-ts muxing for rtsp protocol.<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-11-29 13:25 GMT+03:00 Tim Müller <span dir="ltr"><<a href="mailto:tim@centricular.com" target="_blank">tim@centricular.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sat, 2015-11-28 at 23:39 -0800, Giacomo D wrote:<br>
<br>
Hi,<br>
<span class=""><br>
> On the receiving side I'm using a Gstreamer pipeline like this:<br>
><br>
> self.pipelinelaunch=Gst.parse_launch(" rtspsrc<br>
> location=rtsp://<a href="http://127.0.0.1:8554/stream" rel="noreferrer" target="_blank">127.0.0.1:8554/stream</a> \<br>
> ! queue ! rtph264depay ! h264parse ! queue ! decodebin !<br>
> queue !<br>
> videoconvert ! queue ! autovideosink \<br>
> rtspsrc location=rtsp://<a href="http://127.0.0.1:8554/stream" rel="noreferrer" target="_blank">127.0.0.1:8554/stream</a> ! queue !<br>
> rtpmp4gdepay !<br>
> aacparse ! \<br>
> avdec_aac ! queue ! decodebin ! queue ! audioconvert !<br>
> audioresample ! queue ! autoaudiosink ")<br>
><br>
> If I try cutting the second part of the pipeline (that for the audio)<br>
> I'm<br>
> able to receive the video. If I add the audio part I get a video<br>
> freeze.<br>
><br>
> For .AVI/.mp4 files, that pipeline works fine (Disabling "Activate<br>
> Transcoding" in VLC).<br>
<br>
</span>Does it work if you just use<br>
<br>
gst-play-1.0 rtsp://<a href="http://127.0.0.1:8554/stream" rel="noreferrer" target="_blank">127.0.0.1:8554/stream</a><br>
<br>
or<br>
<br>
gst-launch-1.0 playbin uri=gst-play-1.0 rtsp://<a href="http://127.0.0.1:8554/stream" rel="noreferrer" target="_blank">127.0.0.1:8554/stream</a><br>
<br>
?<br>
<br>
Cheers<br>
<span class="HOEnZb"><font color="#888888"> -Tim<br>
<br>
--<br>
Tim Müller, Centricular Ltd - <a href="http://www.centricular.com" rel="noreferrer" target="_blank">http://www.centricular.com</a><br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>