Hi,
I need the RTSP connection signals that I open via the API (/rest-api/rtsp/startup) to stay open for at least 20 min even if no one is watching.
I changed the flashphoner.properties
with the following parameters:
rtmp_activity_timer_cool_off_period=2
rtmp_activity_timer_timeout=600000...
when calling the /rest-api/stream/snapshot endpoint
I am getting the following error:
"exception": "java.lang.IllegalArgumentException",
"reason": "java.lang.IllegalArgumentException, Internal Server Error, Unrecognized field \"uri\" (Class...
I did the test on the link and it returned diconnected as per the image sent. I monitored the flashphoner.log Following error:
04:02:55,778 ERROR RestClient - API-ASYNC-pool-13-thread-9 Got exception in REST
org.codehaus.jackson.JsonParseException: Unexpected character ('<' (code...
I realized that I have a connection that I can't close.
{
"appKey": "defaultApp",
"sessionId": "72a74862-4aa7-423f-ae47-5f8c353a92bd",
"sipRegisterRequired": false,
"sipLogin": "o0mj1pul960tu1785v7j3am9ba",
"sipPort": 0,
"width": 0...
I am facing the following error when trying to connect an rtsp signal as shown in the example Player
flashphoner.js:9968 Uncaught Error: Invalid session state CONNECTED
How can I fix this or if I really have a session connected, how can I use it?
This error occurs because when opening...
I couldn't understand where I configure or create the endpoint that will receive the response so I can handle it.
Ex. http://yourhost/rest-hooks/
Would it be standard, will it respond to the same domain/IP that I call the API that opens the signal? today I open using my MY_IP/rtsp/startup
Hello.
How could I control to open several rtsp signals during a certain period and if any stops, do I need to register with a bank for notification control?