Re: [Live-devel] Paths in RTSP requests

2008-03-26 Thread Cristiano Belloni
Ross Finlayson wrote: >> What I'd like to do: >> >> MPEG4 streams: rtsp://host/video/MPEG4/stream[number] >> H263 streams: rtsp://host/video/H263/stream[number] >> >> Please note the filenames pathnames are "virtual", i.e. they don't >> exist. Every stream is associated to a live source read from a

Re: [Live-devel] Paths in RTSP requests

2008-03-26 Thread Ross Finlayson
>What I'd like to do: > >MPEG4 streams: rtsp://host/video/MPEG4/stream[number] >H263 streams: rtsp://host/video/H263/stream[number] > >Please note the filenames pathnames are "virtual", i.e. they don't >exist. Every stream is associated to a live source read from a >configuration file, and it has n

[Live-devel] Paths in RTSP requests

2008-03-26 Thread Cristiano Belloni
Hi to all, I' d like to serve live RTSP streams with a complex pathname instead of a simple filename. Let me clarify: How I do now: MPEG4 streams: rtsp://host/mpeg4stream[number] H263 streams: rtsp://host/h263stream[number] What I'd like to do: MPEG4 streams: rtsp://host/video/MPEG4/stream[nu