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] Saving a RTP stream as it is received

2008-03-26 Thread Spigao spigao
Hello, I am streaming videos sequences with live555 server and receiving them with the openRTSP client. Sometimes, some of the RTP packets get lost due to network disconnections, which causes jumps in the final video stream file. However, it would be nice to have a final output video with the same

[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