We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
For mp4, it worked for me when I changed the command to
ffmpeg -i "udp://10.5.5.100:8554" -vcodec copy xxx.mp4
Sorry, something went wrong.
No branches or pull requests
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:
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?
The text was updated successfully, but these errors were encountered: