Hi Andrés, and thanks for quick reply!<div><br></div><div>I was a bit unclear, sorry about that. I'm aware of the fact that I have to reencode to theora and send it via shout2send. I was showing a shorter pipeline, with a filesink, just to show that things go wrong much earlier. When using decodebin2 I'm getting an error message telling me I'm missing a plug-in (as opposed to decodebin, which told me I was missing a h264 rtp depay plugin, which I find with gst-inspect).</div>
<div><br></div><div>/Mathias<br><div><br></div><div><br><div>New clock: GstSystemClock</div><div>/GstPipeline:pipeline0/GstDecodeBin2:decodebin20/GstTypeFindElement:typefind.GstPad:src: caps = application/x-rtp, media=(string)video, payload=(int)35, clock-rate=(int)90000, encoding-name=(string)H264, packetization-mode=(string)1, profile-level-id=(string)42001e, sprop-parameter-sets=(string)\"Z0IAHtoCwJT/wAGAAspAgA\\=\\=\\,aN4Fcg\\=\\=\", npt-start=(guint64)0, play-speed=(double)1, play-scale=(double)1</div>
<div>ERROR: from element /GstPipeline:pipeline0/GstDecodeBin2:decodebin20: Your GStreamer installation is missing a plug-in.</div><div>Additional debug info:</div><div>gstdecodebin2.c(3135): gst_decode_bin_expose (): /GstPipeline:pipeline0/GstDecodeBin2:decodebin20:</div>
<div>no suitable plugins found</div><div>Execution ended after 1815946991 ns.</div><div><br></div><div class="gmail_quote">2011/3/24 Andrés González <span dir="ltr"><<a href="mailto:acandido@hi-iberia.es">acandido@hi-iberia.es</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div text="#000000" bgcolor="#ffffff">
On 24/03/11 16:32, Mathias Gyllengahm wrote:
<blockquote type="cite"><br>
<div>I've experimented with some caps - but haven't gotten further
(something like caps = application/x-rtp, payload=35,
clock-rate=90000, encoding-name=H264...) but no luck.</div>
<div><br>
</div>
<div>Does anyone have any idea? I want to be able to decode the
stream and forward it to an icecast server. I'm able to do it
with VLC on command line, but VLC doesn't feel that stable...</div>
<div>
/Mathias</div>
</blockquote>
<br>
Hi Mathias,<br>
<br>
As far as I know, the element used to stream to icecast is
shout2send. Also, I'm not sure you can stream any video other than
Theora over Ogg to an Icecast server. So I suggest something like
this:<br>
<br>
gst-launch-0.10 rtspsrc location=... ! decodebin2 ! theoraenc !
oggmux ! shout2send ip=<icecast-server> port=8000
mount=yourmountpoint.ogg password=<serverpassword><br>
<br>
Regards,<br>
Andres<br>
<br>
<br>
<blockquote type="cite">
<div><br>
</div>
<pre><fieldset></fieldset>
_______________________________________________
gstreamer-devel mailing list
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
</blockquote>
<br>
</div>
<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>
<br></blockquote></div><br></div></div>