Jump to content
  • 0

Multiple Audio Streams


Pascal Niehof
 Share

Question

Hello,

 I´m looking for a "One Video Multi Audio Channel" solution.
So the same video but with maybe 4 or 5 audio tracks for translation.

The solution I know would be to send the stream to the server 4 times. So that the stream arrives directly with the appropriate audio track. But then I would also need 4 players.

Maybe someone has another idea?

Regards!
Pascal
Link to comment
Share on other sites

  • Answers 1
  • Created
  • Last Reply

Top Posters For This Question

Top Posters For This Question

1 answer to this question

Recommended Posts

  • 0
Hi Pascal,

You can send video only to the server then change the audio track. You can mute the audio by getUserMedia(mediaConstraints, audioConstraint)Setting audio to false here. We don't have the function in our SDK to change the audio track but it is possible since video and audio track is played, recorded, and sent separately.

Best,
Asim
Link to comment
Share on other sites

 Share

×
×
  • Create New...