RTMP reconnection causing MPEG-TS push stream to drop video
Hi,
I have a RTMP stream that is connecting to the "live" application. We are then pushing that inbound stream out as a MPEG-TS stream in our TV network. When initially set up it works well. If/When the client stream reconnects we consistently see a drop of the video stream; audio however continues to play. The steps to reproduce this for us are:
[list=1]
Start EvoStream
Start source RTMP stream (inbound connection successfully made)
Start MPEG-TS push
Confirm MPEG-TS stream plays correctly
Stop source RTMP stream
Confirm MPEG-TS stream stops
Start source RTMP stream (inbound connection successful)
MPEG-TS stream exists, audio is correct, but video is lost
If I "shutdownStream" on the MPEG-TS stream and restart it the video returns.
How can we have the MPEG-TS stream survive the source stream restarts?
Thanks.