keep_alive.enabled=websocket,rtmfp
This is not the issue I am using latest version, sometimes it just stop streaming to endpoint but OBS studio shows that it sends packets, than when i try to stop stream from obs its crashesDid you check OBS publishing docs?
Known issues:
Using OBS Studio - Web Call Server 5.2 - EN - Flashphoner Documentation
docs.flashphoner.com
Try to configure
or upgrade to the latest server version where this behavior is by defaultCode:keep_alive.enabled=websocket,rtmfp
cd /usr/local/FlashphonerWebCallServer/tools
sudo ./report.sh --sysinfo --conf --tar
flash_rtp_activity_enabled=true
rtp_activity_timeout=60
Very good Suggest I will generate report and send asap. Thank you.Try disabling automatic reconnect in OBS (in Advanced settings). Reproduced OBS hang-up on attempt to stop streaming when connection to WCS is restored after OBS loses connection and "reconnects" when RTMP port is closed on WCS. Created internal ticket WCS-2804 - will notify when there is an update.
In case OBS loses connection, then before resuming streaming, please terminate the stream on WCS (rest-api/stream/terminate) if it remained published.
Or, enable RTP activity timeout for Flash using this setting in flashphoner.properties
Then the stream will be terminated when WCS stops receiving media from OBS.Code:flash_rtp_activity_enabled=true
The timeout is 60 seconds by default, can be changed using this setting (value in seconds)
Code:rtp_activity_timeout=60
Thank you very much!!!Fix for WCS-2804 is in build 5.2.714. OBS will not hang up on "Stop Streaming" after it got disconnected from WCS.
The RTMP stream published before OBS lost connection will remain published, and to publish again a stream with that name it, or the RTMP connection, will have to be terminated using REST request (unless flash_rtp_activity_enabled is enabed - then the stream will be terminated after the timeout).