Skip to content

VLCDisplayController: Instantiate player according to media type

Opening network stream always causes video player to instantiate to the the media files. This MR fixes it to use audio player for audio files.

One issue is that i am using audioTracks to check it's count because checking via mediatype returns same result for both kinds of files.

**Before: **

before

After:

after

Closes #1690

Edited by Eshan Singh

Merge request reports