Flash Media Server 4.5 Re-Stream Not Failing Gracefully
Hi there.
We have FMS 4.5 running as a re-streamer using another RTMP source feed. Sometimes the source feed is offline and we have no control over that camera. But when our clients connect to our FMS server they sit indefinitely waiting, as the FMS server tries to stream the content to them. The connection never times out and the user is never prompted that the stream is not running.
Is there any application configuration we can set up that will make the connection "timeout" if nothing is getting streamed?
Using rtmpdump for testing we are seeing this <_onbwcheck> over and over again:
DEBUG: HandleCtrl, Stream BufferEmpty 1
DEBUG: RTMP_ClientPacket, received: invoke 32803 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <_onbwcheck>
DEBUG: Invoking _result
DEBUG: RTMP_ClientPacket, received: invoke 49187 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <_onbwcheck>
DEBUG: Invoking _result
Thanks for any help.
