[Live-devel] multiple-file support for on-demand-RTSPStreamer

Xiaoyuan Gu xiaogu at ibr.cs.tu-bs.de
Wed Nov 29 15:35:43 PST 2006


Dear Ross,

Thank you so much for your prompt reply.

Is it possible to have a single server instance running that is able to 
handle multiple clients that each requests for different clips (with 
different names)? If yes, where to modify?

Thanks!

Regards,
Xiaoyuan

Ross Finlayson wrote:
>> I am working on a unicast streaming solution for wav/pcm audio files.
>> The streamer is supposed to read from multiple files, depending the
>> requested files by the clients.
>>
>> The features that I plan to have are as follows:
>>
>> The RTSP Server should be able to create severmediasession with multiple
>> mediasubsessions (each corresponding to a wav file), e.g using a playlist.
>>     
>
> Playlists are usually (and properly) handled by clients, not servers. 
> Servers should not have to worry about streaming multiple files (one 
> after the other) as if they were a single file.  If you really want 
> to do this, create a single file - at the server - that consists of 
> all the original media concatenated together.
>
> But anyway, playlists should really be handled by clients, not 
> servers.  (All clients that I know about have some sort of 'playlist' 
> feature.)
>
>   
>> The RTSP Server should be able to announce whatever media it has, e.g.
>> all the wav files exist.
>>     
>
> As I noted earlier in the week (in response to someone else's 
> question), there is nothing in the RTSP protocol that supports this - 
> sorry.
>
> _______________________________________________
> live-devel mailing list
> live-devel at lists.live555.com
> http://lists.live555.com/mailman/listinfo/live-devel
>   


-- 
TU Braunschweig, Institute of Operating Systems & Computer Networks
Mühlenpfordtstr. 23                         Phone: +49 531 391 3265
Braunschweig 38106, Germany                 Fax:   +49 531 391 5936
http://www.ibr.cs.tu-bs.de/~xiaogu    E-mail:xiaogu at ibr.cs.tu-bs.de



More information about the live-devel mailing list