I'm trying to figure out the correct request for viewing live TV (from the Humax Aura) within VLC.
I've managed to open a live stream using: http://192.168.2.230:8080/api/live.m3u8 This opens a live TV view in VLC, but always of BBC1. If I load the 'home' page of the Aura (192.168.2.230:8080) in a browser and navigate the rudimentary menu, I can see that selecting a channel and the option for live view for that channel (in this case channel 10 - ITV3) directs the web browser to: http://192.168.2.230:8080/page/video.html?live=10 where it indeed opens ITV3 in the web browser. Unfortunately that URL won't work in VLC. I guess that VLC may require the 'm3u8' protocol to be specified somewhere, but I'm not certain. I've tried fiddling with the "http://192.168.2.230:8080/api/live.m3u8" address, adding the "?live=10" qualifier but nothing seems to work. I'm sure it is simple if I only knew how.