forked from arut/nginx-rtmp-module
-
Notifications
You must be signed in to change notification settings - Fork 216
Open
Labels
Milestone
Description
When re-streaming hls streams generated by nginx-rtmp-module with vlc the vlc log is filled with messages like the ones bellow
ts error: libdvbpsi (PSI decoder): TS duplicate (received 0, expected 1) for PID 0
ts error: libdvbpsi (PSI decoder): TS duplicate (received 0, expected 1) for PID 4095
ts error: libdvbpsi (PSI decoder): TS duplicate (received 0, expected 1) for PID 0
ts error: libdvbpsi (PSI decoder): TS duplicate (received 0, expected 1) for PID 4095
Basically this should be happening when the continuity counter wraps.