GoProStream
GoProStream copied to clipboard
GoPro HERO5 & Raspberry Pi [mp2 @ 0xd24b00] Header missing Error
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?
For mp4, it worked for me when I changed the command to
ffmpeg -i "udp://10.5.5.100:8554" -vcodec copy xxx.mp4