Issue with server update

djuka

Member
I am experiencing an issue updating the Flashphoner server from version 5.2.1924 to 5.2.2297.
Stream recording request /rest-api/stream/startRecording is always pending.
I have checked all versions in between, and I found it started from version 5.2.2018.
Version 5.2.2017 works ok.
What exactly changed to produce this issue?
 

Max

Administrator
Staff member
Hello

We can't reproduce with demo server
5.2.2269

1. Publish stream

2. REST /rest-api/stream/startRecording
Code:
curl -X POST "https://demo.flashphoner.com/rest-api/stream/startRecording" \
     -H "Content-Type: application/json" \
     -d '{"mediaSessionId":"12833630-7475-11f0-94b4-bdd092a5722d"}'
3. Recording starts as expected without issues.

Please gather a report from your server and submit via the private form.
Code:
cd /usr/local/FlashphonerWebCallServer/tools
sudo ./report.sh --sysinfo --conf --tar

1754671226527.png
 
Top