I am trying to decode a live h264 video stream from a GoPro camera (http://www.gopro.com) using the ffmpeg libraries (libavcodec, ...). The problem is that the decoded video stream contains artifacts. For testing purposes I tried to decode the same stream using ffplay and it contains the same artifacts:
ffplay -f mpegts -fflags nobuffer -i udp://10.5.5.9:8554
or
ffplay -f mpegts -i udp://10.5.5.9:8554
ffplay produces these output messages:
What could be the reasons for these artifacts? Is there a ffplay/ffmpeg parameter which might eliminate the artifacts?
[EDIT]: Here is a raw capture of the video: https://gofile.io/d/v2GOAe .
It can be played back with ffplay -f mpegts -i gp5raw.264
Regards,