Hey all-
I'm trying to grab a stream using ffmpeg (.m3u8) and I'm running into an issue where randomly I get the error '[mpegts @ 0x16937a0] PES packet size mismatch.' I have googled and tried numerous things to resolve the problem but ultimately this error results in drops in the final output file making the output file annoyingly unwatchable.
sample command being used:
ffmpeg -i
https://streamingserver.com/vod/path...okjdfakjdhfadf -c copy outputfile.ts
sample output:
I'm really not sure if the issue is due to something on the streaming server or if it is a result of something to do with the output file. Is anyone here able to help put me on the proper track to getting a good clean pull? Any/all suggestions would be greatly appreciated!