Search code examples
ffmpegstreamingvideo-streamingrtmp

How to update ffmpeg sequence header?


I use the ffmpeg to stream the rtmp packets. Now, i need to change the bitrate dynamically , so is there any way to update the sequence header ?


Solution

  • The bitrate is not encoded into the sequence header. Hence no need to update it when changing bitrates.