<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
--></style><title>Re: [Live-devel] Rebroadcast an RTP stream as an
RTSP stre</title></head><body>
<blockquote type="cite" cite>I'm wondering if Live555 media server can
help me accomplish the following:</blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite>
<ul>
<li>I'm using gstreamer to create a live video feed encoded in H264,
and then transmitted as RTP packets.
<li>I need to rebroadcast this stream as RTSP with a properly
generated SDP file, so that it can be viewed on Android</ul>
</blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite>Can Live555 accomplish this? From the
website, I couldn't tell if it works well with live streams, or only
with recorded files.</blockquote>
<div><br></div>
<div>The supplied code includes demo applications that stream from
files; however, these can be adapted to stream from a live source
instead. See</div>
<div><x-tab>
</x-tab>http://www.live555.com/liveMedia/faq.html#liveInput-unicast</div
>
<div><br></div>
<div>Because your input data is a RTP stream, you could use a
"H264VideoRTPSource" as your 'input device'.</div>
<div><br></div>
<div>BTW, if you wished, you could also use our code (instead of
'gstreamer') to stream encoded H.264 video via RTP.</div>
<x-sigsep><pre>--
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>