You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Codec AVOption preset (Configuration preset) specified for output file #0 (rtmp://my internet server IP/live/livestream1) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.
Codec AVOption tune (The metric that the encoder tunes for. Automatically chosen by the encoder by default) specified for output file #0 (rtmp://my internet server IP/live/livestream1) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.
av_interleaved_write_frame(): Broken pipe time=00:00:00.00 bitrate=N/A speed= 0x
[flv @ 0xaaaae235a140] Failed to update header with correct duration.
[flv @ 0xaaaae235a140] Failed to update header with correct filesize.
Error writing trailer of rtmp://my internet server IP/live/livestream1: Broken pipe
EnglishNativeThis issue is conveyed exclusively in English.
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm using a Raspberry Pi 4, and I encountered an issue while trying to offload video encoding to the GPU using the h264_v4l2m2m codec in FFmpeg.
When I stream video using the h264 codec, around 40% of my CPU is utilized by FFmpeg. To optimize performance, I switched to h264_v4l2m2m.
Here's the command I use to run my RTMP server in Docker:
And this is the FFmpeg command I use on my Raspberry Pi 4, where the camera is connected:
However, I get the following error:
How can I solve this problem?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions