Closed iMiMx closed 4 years ago
Rebuilding telly 1.1 without "-re" for the ffmpeg command seems to have fixed (so far, in limited testing) my issue where streams from TVheadend -> Channels DVR via telly would stall with the below:
Jan 11 17:22:28 media telly[25195]: time="2020-01-11T17:22:28Z" level=info msg="[mpegts @ 0x55b6f36fb940] PES packet size mismatch"
Removing "-re" from the ffmpeg command, seems to cure the issue...
pull request merged.
The docs from FFmpeg state:
However telly seems to start ffmpeg with -re?
ffmpeg -re -i http://x.x.x.x:9981/stream/channelid/1916985872?profile=pass -codec copy -f mpegts pipe:1
Would this not be classed as a 'live input stream', i.e TV? TVHeadend in this case.