Skip to content

Instantly share code, notes, and snippets.

@rsmaior
Forked from windyinsc/vlc_ts_error_fix.md
Last active April 30, 2018 17:43
Show Gist options
  • Save rsmaior/fc333d8cfe7994082d969004e88a34a3 to your computer and use it in GitHub Desktop.
Save rsmaior/fc333d8cfe7994082d969004e88a34a3 to your computer and use it in GitHub Desktop.
Fix for VLC: ts error: libdvbpsi error (PSI decoder): TS duplicate

FIX FOR VLC ERROR BELOW

The following changes to VLC were successful in fixing all playback issues.

  • VLC version 2.2.2 Weatherwax (Intel 64bit) on Ubuntu 16.04

ISSUE:

ts error: libdvbpsi error (PSI decoder): TS duplicate (received 0, expected 1) for PID 0 ts error: libdvbpsi error (PSI decoder): TS duplicate (received 0, expected 1) for PID 4095

THE FIX:

Tools > Preferences > Input/Codecs > Demuxers > MPEG-TS:

  • Disable 'Trust in-stream PCR'
  • Check Seek based on percent not time

After making changes to both options above, all files (both sound and video) now play successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment