I would appreciate insight on how Wowza manages RTMP time stamps when using MPEG-TS as source, playing back as Adobe RTMP.
I have been trying to get an RTMP streaming system to run full time, but am struggling with encoders as what I have tried; Flash Media Live Encoder, and FFmpeg both stop functioning after twenty-some days.
I understand this is due to the RTMP specifications managing time stamps in milliseconds using 32bit signed int, which overflows after roughly 596 hours.
I am now using FFmpeg to feed MPEG-TS to Wowza and playing out via Adobe RTMP.
As this is working fine, I am assuming that Wowza is generating its own RTMP time stamps for RTMP playout.
Would you please advise how Wowza is designed to handle its time stamps when it overflows after the mentioned duration?
Any corrections to the above understanding is also appreciated.
P.S.
What happened with the two tested encoders after the above duration…
FMLE… Running time locks to 00:00:00 and starts to generate an un-decodable stream.
FFmpeg (32bit)… Outputting RTMP, simply stopped and exited.
Is it because no one runs RTMP full time that I find such little information on workarounds?