<div dir="ltr">What version of GStreamer are you using, including RTSP? What OS are you using? What errors do you see in both GStreamer and VLC? My initial guess is that the videotestsrc output isn't compatible with the vp8enc element input, so the pipeline isn't linking. If that is the case, you will have to supply a format conversion element.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 16, 2015 at 12:31 PM, F. Zipp <span dir="ltr"><<a href="mailto:zipp@schneide.com" target="_blank">zipp@schneide.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
<br>
I can successfully stream H.264 video with the „test-launch“ tool from the example directory of gstreamer-rtsp-server:<br>
<br>
  ./test-launch "videotestsrc ! x264enc ! rtph264pay name=pay0"<br>
<br>
But when I try to do the same with an VP8 encoder / payload the stream won’t open in VLC:<br>
<br>
  ./test-launch "videotestsrc ! vp8enc ! rtpvp8pay name=pay0“<br>
<br>
What am I doing wrong?<br>
<br>
<br>
Best regards<br>
- frz<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" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>