<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
On 24/03/11 16:32, Mathias Gyllengahm wrote:
<blockquote
cite="mid:AANLkTinrgOFHKyvSnhPVqn8U-QfPkgSCHkGkdJAoAQ5k@mail.gmail.com"
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
cite="mid:AANLkTinrgOFHKyvSnhPVqn8U-QfPkgSCHkGkdJAoAQ5k@mail.gmail.com"
type="cite">
<div><br>
</div>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>