Re: [Live-devel] ByteStreamFileSource

2007-09-06 Thread Ross Finlayson
Q: What is ByteStreamFileSource::fPlayTimePerFrame for? It's used to implement the (optional) "playTimePerFrame" parameter in "ByteStreamFileSource::createNew()". -- Ross Finlayson Live Networks, Inc. http://www.live555.com/___ live-devel mailing li

[Live-devel] ByteStreamFileSource

2007-09-06 Thread xcsmith
Q: What is ByteStreamFileSource::fPlayTimePerFrame for? xochitl___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Multiple live and archived channels streaming for videoserver

2007-09-06 Thread Ross Finlayson
>To stream second channel, I created second RTSP server with another port No, you shouldn't need to do this. It's best to use just a single RTSP server, but with separate "ServerMediaSession"s for each 'channel'. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ __

[Live-devel] Multiple live and archived channels streaming for videoserver

2007-09-06 Thread Дима Зинченко
Hi, I' m writing some kind of video server that basically has to stream captured video from several cameras and also to allow access to video archive to stream video from specified time. Currently all this streams are MJPEG ones, containing JPEG buffer for every frame. Currently I am able to str