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
I'm encountering an intermittent stutter (brief buffering or playback freeze) when publishing RTMP streams to AWS IVS. The same stream configuration works fine with AWS MediaLive, but AWS IVS(real-time) consistently exhibits this stutter. Below are my current encoder settings and environment details:
Environment & Settings: (Tried things...)
Platform: Android
Encoder Library: SrsEncoder (latest commit)
Video Settings:
Codec: H.264
Profile: Baseline
(We set the "profile" to MediaCodecInfo.CodecProfileLevel.AVCProfileBaseline to disable B-frames)
The methods onGetPcmFrame and onGetRgbaFrame in SrsEncoder log normal frame cache values and steadily increasing presentation timestamps (PTS), with no apparent issues in encoding or buffer processing.
When publishing via AWS MediaLive, the stream plays without stutter. However, when publishing to AWS IVS, the viewer experiences a brief stutter every second.
The AWS IVS RTMP Publishing documentation recommends a keyframe interval of 1–2 seconds, disabling B-frames, and using a lower maximum bitrate (e.g., below 6 Mbps) to prevent stream disconnects. We have applied these recommended settings.
Please
Are there any additional encoding settings or stream configuration adjustments we should consider to mitigate the 1-second stutter on AWS IVS?
We have implemented all the recommended settings (keyframe interval of 1–2 seconds, B-frame disablement via Baseline profile, and a conservative maximum bitrate) as outlined in the documentation, yet the issue persists.
Hello, Sir.
I'm encountering an intermittent stutter (brief buffering or playback freeze) when publishing RTMP streams to AWS IVS. The same stream configuration works fine with AWS MediaLive, but AWS IVS(real-time) consistently exhibits this stutter. Below are my current encoder settings and environment details:
Environment & Settings: (Tried things...)
(We set the "profile" to MediaCodecInfo.CodecProfileLevel.AVCProfileBaseline to disable B-frames)
VGOP = 48 and VFPS = 24 (i.e., a 2-second interval; we have also tested with a 1-second interval)
Current Situation:
Please
We have implemented all the recommended settings (keyframe interval of 1–2 seconds, B-frame disablement via Baseline profile, and a conservative maximum bitrate) as outlined in the documentation, yet the issue persists.
Thank you for your assistance.
Reference
https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-stream-ingest.html
The text was updated successfully, but these errors were encountered: