Page 1 of 1

Libdvbpsi Error

Posted: 17 Aug 2011 10:58
by androido
I streamed many vids with this configuration and it still works

Code: Select all

server: vlc vid.ts --sout '#standard{access=http, mux=ts,dst=localhost:8080}' client: vlc http://localhost:8080
but one video which the vlc-player can replay and its not corrupt, leads only to a black window on client side and the console message.

Code: Select all

number of reference frames exceeds max (probably corrupt input), discarding one number of reference frames exceeds max (probably corrupt input), discarding one number of reference frames exceeds max (probably corrupt input), discarding one libdvbpsi error (PSI decoder): TS discontinuity (received 13, expected 0) for PID 0 libdvbpsi error (PSI decoder): TS discontinuity (received 13, expected 0) for PID 66
Does anybody know how to solve. I read something in the internet to expand some access buffer. Is that the right answer and how could I do this?