Skip to content

Fix channel reading for non-native playback

Metehan Arslan requested to merge metehan-arslan/vlc.js:kiwi into incoming

This patch fixes the playback issues in stereo file played in multichannel setup.

Now channel count is always passed as mediafile's STREAMINFO channel count. In the next steps upmixing and downmixing handled by browser side.

Merge request reports