How to achieve multi-bitrate streaming for live streaming, so that the streams viewed on PCs and mobile phones are different, of course, using FFmpeg, but it involves some logic:
- Match different streams from SRS, not all streams need to be transcoded.
 
- Need a simple background to see the status of these transcoding tasks.
 
- Need some template management to reduce the difficulty of using FFmpeg command line directly.
 
Currently, it mainly pushes streams to cloud vendors for transcoding, and it's worth making a DEMO.
If you need it, please leave a message in the comments section.