videoplayer not supporting both hls(live) and mp4(vod)
I am using the videoplayer example to have channels that are live (hls) and Video on Demand(MP4). I can have only one of them at a time but not both with this example since I had to modify the code t...