We checked your logs and dump. Unfortunately, there is no useful information, because:
- client browser connects to server via UDP, but traffic dump contains TCP only;
- logs are collected after traffic dump, so port values written to log do not match traffic dump.
To collect needed data properly, please do the following:
1. Restart server with client debug logs enabled
2. Start traffic dump collection
Code:
sudo tcpdump -npi any -B 10240 -w log.pcap
3. Try to play stream from RTSP camera until playback fails
4. Stop traffic dump collection
5. Collect the report
Code:
cd /usr/local/FlashphonerWebCallServer/tools
sudo ./report.sh --sysinfo --conf --tar
6. Download report archive and traffic dump from server, pack them to one archive and send us using
this link
You can also provide us sudo SSH access to your server and access to RTSP camera to reproduce the isssue in your environment. Please send credentials using
this link