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
Q: What is ByteStreamFileSource::fPlayTimePerFrame for?
xochitl___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
>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/
__
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