RTSP publishStream problem

ysk-i

New Member
Hello.
We got a problem in RTSP streaming from IP cameras. From Dec. 18 06:08 to 06:51 we could not see the live streaming.
At that time (about 06:08-06:40), the IP camera-side network has some fault. At about 06:40 the network recovered (ping passed to cameras), but live streaming was still not working.
Finally I rebooted webcallserver service at 06:51 and the live streaming recovered.
It seems that publishStream was not called from 06:08:33,50 to 06:51:04,355 in flashphoner_manager.log.2017-12-15-06.

Could you let me know what happened in webcallserver (RTSPAgent crashed?), why live streaming didn't recovered until reboot and solutions to this?

I'll send flashphoner_manager.log and flashphoner.log via e-mail to support@flashphoner.com

Regards,
 

Max

Administrator
Staff member
Hello,

The logs have been received; will inform in this thread when there is any update.

REST API methods can be used to restart RTSP agent without restarting the server.
Code:
http://host:9091/rest-api/rtsp/terminate
{
  "uri": "rtsp://b1.dnsdojo.com:1935/live/sys1.stream"
}

http://host:9091/rest-api/rtsp/startup
{
  "uri": "rtsp://b1.dnsdojo.com:1935/live/sys1.stream"
}
 
Top