GoProStream icon indicating copy to clipboard operation
GoProStream copied to clipboard

GoPro HERO5 & Raspberry Pi [mp2 @ 0xd24b00] Header missing Error

Open MarcelSchulz opened this issue 5 years ago • 1 comments

Screenshot 2020-01-20 at 13 54 14 I'm currently trying to stream my GoPro HERO5 video to a Raspberry Pi in mp4 format but all I get is a repeated Error:

[mp2 @ 0xd24b00] Header missing
Error while decoding stream #0:0: Invalid data found when processing input

What could this be caused by? Everything I did was set the Save parameter to True, change the target directory and set format to mp4.

Any ideas?

MarcelSchulz avatar Jan 20 '20 12:01 MarcelSchulz

For mp4, it worked for me when I changed the command to

ffmpeg -i "udp://10.5.5.100:8554" -vcodec copy xxx.mp4

kyhau avatar Apr 04 '20 01:04 kyhau