XploreX / media-server

A localhost media server to be used to host your laptop media content and view it anywhere
GNU General Public License v3.0
18 stars 3 forks source link

Support for multiple audio tracks in video #11

Open parth-07 opened 3 years ago

parth-07 commented 3 years ago

If a video have multiple audio tracks , users should be able to switch between different audio tracks .

manorit2001 commented 3 years ago

This was completed in https://github.com/XploreX/media-server/commit/48ba41d172cfc6217cb65f3ed403dce181071fbe

manorit2001 commented 3 years ago

html5-multiple-audio-tracks with this, maybe we can let users dynamically select the audio tracks on the go from the frontend only

We will just need to put all the audio tracks from the original video file into the converted video file with proper codec, then this can be used to select languages of audio tracks