Hello,
I have a system receiving MPEG-TS streams synchronized (i’ve checked dts an pts @logs). The streams are recorded with nDVR Addon
I group them in one smil and use SmoothStreaming to playback.
After some time they loose synchronization between profiles and AV Sync issues start to show in player. Mostly on profile changes.
Since in Smooth Streaming, audio track is one of the audio of the first profile in smil, only one profile is AV synchronized.
I observed the Manifest indexes by DVR time. Since sometimes the streams don’t arrive perfectly aligned, it happens that chunk 50 (for instance) for profile A has the same dts of chunk 49 of profile B. Even with sort buffer this things can happen. Or when one profile has some drops.
Why the SmoothStreaming Manifest doesn’t index by Packet Time, meaning the DTS, resulting in chunks aligned between profiles?
Why is by default DVR Time? Can we change to Packet Time without a module with Request API? Can your Request Delegate be changed to Packet Time?
The same streams without DVR, with SmoothStreaming Packetizer, work perfectly. If you observe the Manifest it’s indexed by Packet Time (DTS)…
Using 4.6.0 with DVR Addon