And how can I make the client to divide the file in multiple parts?<br>I modified FileSink to make the parts based on a constant instead of the video size but I suppose it can be done much better.<br><br>Thanks!<br><br><div class="gmail_quote">
2009/4/21 Ross Finlayson <span dir="ltr">&lt;<a href="mailto:finlayson@live555.com">finlayson@live555.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;ve been trying for days to make RTSPServer to stream a video that is divided in 5 parts,<br>
in a way that the client acts as if it was receiving the stream from a single video file.<br>
I&#39;ve looked at ServerMediaSession.cpp/.h but I am pretty much lost.<br>
</blockquote>
<br></div>
You can do this by writing a new &quot;ServerMediaSubsession&quot; (subclass) - similar to the original one - that uses the &quot;ByteStreamMultiFileSource&quot; class instead of &quot;ByteStreamFileSource&quot;.<br>
-- <br><font color="#888888">
<br>
Ross Finlayson<br>
Live Networks, Inc.<br>
<a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a><br>
_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com" target="_blank">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
</font></blockquote></div><br>