Hi Ross,
I have a question. Running two live555proxyServers and clients. Using both
openRTSP and gstreamer as clients.
Here is my setup.
* live proxy 1 (openRTSP 172.16.10.100) connect to camera
* Client 1 (172.16.10.100) connected to live proxy 1 (172.16.10.100)
* live proxy 2 (192.
I upgraded the server to the 2013.11.15 version of the code and ran the
testRTSPClient built with the same version and the DEBUG_PRINT_NPT flag.
This is what I'm seeing:
Opening connection to 127.0.0.1, port 8554...
...remote connection opened
Sending request: DESCRIBE rtsp://127.0.0.1:8554/stream
Hi Ross,
We need to get the current video play time (getNormalPlayTime) from the
RTSPServer side and send to the client side in the response to a
GET_PARAMETER call (handleCmd_GET_PARAMETER() )during trick play. The client
may be a 3rd party client which is trying to display the current video t
Hello!
I use live555 2013.10.25 on my FreeScale iMX53 board.
Now I add MJPEG RTP stream, for this I write class based on
JPEGVideoSource with doGetNextFrame, afterGettingFrame and
afterGettingFrame1 functions.
void JPEG::doGetNextFrame()
{
fFrameSize = 0;
//_src is a class based on