Video Output and Bitrate Control in openh264 Encoder #5386
-
What does the below log message, Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The provided log message, To address this issue, as suggested in the log messages there are two potential solutions:
Cheers. |
Beta Was this translation helpful? Give feedback.
The provided log message,
INFO i.a.e.adaptive.video.H264Encoder - There is no video output at this time for stream index 0 for stream:abcd. Encoder may be dropping to control the bitrate. You can either increase bitrate or you can change rate control to quality (settings.encoding.rc=quality) for openh264,
is related to the openh264 video encoder.
This message indicates that the encoder is experiencing a lack of video output for a specific stream index ("stream:abcd"), which may be caused by the encoder dropping to control the bitrate when adaptive setting is enabled.
To address this issue, as suggested in the log messages there are two potential solutions: