Jump to content
  • 0

Muted adaptive version?


Konrad Piwowar
 Share

Question

Hey Guys,

When setting up adaptive streaming, we can set audio and video bitrate. Is there any way to make a muted version of the adaptive? For instance setting audio bitrate to 0 or something?

Our usage case is thumbnails of broadcasters, and when you mouse-over them it replaces the thumb with a muted preview of the video broadcast. We use 240p and low audio bitrate for this, but if there was a way to mute it entirely it might save a bit of bandwidth and some processing power.
Link to comment
Share on other sites

  • Answers 4
  • Created
  • Last Reply

Top Posters For This Question

Top Posters For This Question

4 answers to this question

Recommended Posts

  • 0

If you are using WebRTC for thumbnails, you can check this line of code here https://github.com/ant-media/StreamApp/blob/master/src/main/webapp/player.html#L232

In your thumbnails page, you can use OfferToReceiveAudio : false, to not receive audio at all.

Best Regards,
Enes.

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...