<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi,<br>
<br>
Thanks for your quick reply. I'm basically trying to do a file to
live implementation that streams the video file continuously to
RTP and once the EOF is reached it should continue streaming from
the beginning of the video. It should be a continuous stream
without any breaks/gaps while looping. I'm okay with using any
suitable Video File Format. Perhaps you could suggest the right
format and encoding (H264 etc.) that would be ideal for this case.
So once I receive the file I will just convert it first to this
ideal format and then use it in the implementation. Also, do you
know about any sample code available that implements this?<br>
<br>
Thanks and Regards,<br>
Sajo<br>
<br>
On Tuesday 22 April 2014 10:41 AM, Ross Finlayson wrote:<br>
</div>
<blockquote
cite="mid:D450C7F6-FE80-4F35-8E2E-3D919FC00ECC@live555.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<div>
<blockquote type="cite">I'm trying to figure out a method to
loop stream a file continuously as a Live Stream over
RTMP/RTSP.</blockquote>
<div><br>
</div>
We don't have anything to do with RTMP (that's a proprietary
protocol). Perhaps you meant RTP</div>
<div><br>
</div>
<div>But anyway, 'loop streaming' a file is not something that we
support directly. You would need to write your own data source
class (a subclass of "FramedSource") that did this. Note,
however, that you didn't say what kind of file you want to
stream. You couldn't do this for a Transport Stream file, for
example, because it contains its own timestamp (PCR)
information, which would be incorrect when you read the file a
second (etc.) time - unless you explicitly changed the PCR
timestamps each time.</div>
<br>
<br>
<div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate;
color: rgb(0, 0, 0); font-family: Helvetica; font-style:
normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; line-height: normal; orphans: 2;
text-align: -webkit-auto; text-indent: 0px; text-transform:
none; white-space: normal; widows: 2; word-spacing: 0px;
-webkit-border-horizontal-spacing: 0px;
-webkit-border-vertical-spacing: 0px;
-webkit-text-decorations-in-effect: none;
-webkit-text-size-adjust: auto; -webkit-text-stroke-width:
0px; "><span class="Apple-style-span" style="border-collapse:
separate; color: rgb(0, 0, 0); font-family: Helvetica;
font-style: normal; font-variant: normal; font-weight:
normal; letter-spacing: normal; line-height: normal;
orphans: 2; text-align: -webkit-auto; text-indent: 0px;
text-transform: none; white-space: normal; widows: 2;
word-spacing: 0px; -webkit-border-horizontal-spacing: 0px;
-webkit-border-vertical-spacing: 0px;
-webkit-text-decorations-in-effect: none;
-webkit-text-size-adjust: auto; -webkit-text-stroke-width:
0px; ">Ross Finlayson<br>
Live Networks, Inc.<br>
<a moz-do-not-send="true" href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
live-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a>
<a class="moz-txt-link-freetext" href="http://lists.live555.com/mailman/listinfo/live-devel">http://lists.live555.com/mailman/listinfo/live-devel</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Thanks and Regards,
Sajo John
Software Developer
Saranyu Technologies Pvt. Ltd.
<a class="moz-txt-link-freetext" href="http://www.saranyu.in/">http://www.saranyu.in/</a>
Disclaimer: This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.</pre>
</body>
</html>