I've posted here although the only CFW aspect is that the issue is not affected by installing new-portal. Doubtless it's not dependent on HD (tested) vs HDR (not).
Almost the only reason for using the Humax Portal is its Internet Radio app.
In the last few months something has changed regarding the BBC radio streams that the app uses. Now, when connecting to a BBC station, the app displays "LOADING", there is a half-second flash of sound, and then silence. Non-BBC stations seem to work fine as before.
By navigating the app (which the new-portal package handily identifies as http://tv2.humaxtvportal.com:8094/P...dex.htm?feed=favourite&level=top&siteLang=eng, no authentication or platform id required, unlike the Portal itself) on a laptop I was able to identify (eg) the stream for BBC London as http://stream.live.vc.bbcmedia.co.uk/bbc_london, and this works fine. The app acts like a stream directory and isn't involved in the playback, except to provide the stream URL to the settop browser.
What strangeness could be occurring? Let's ask ffprobe (BBC London fails, LBC works):
So it must be this "junk", whose length varies with each test, that's making the difference. I've raised this with the BBC, so we'll see what happens.
For information, the Internet Radio app displays a LH menu-bar with a scrollable
Almost the only reason for using the Humax Portal is its Internet Radio app.
In the last few months something has changed regarding the BBC radio streams that the app uses. Now, when connecting to a BBC station, the app displays "LOADING", there is a half-second flash of sound, and then silence. Non-BBC stations seem to work fine as before.
By navigating the app (which the new-portal package handily identifies as http://tv2.humaxtvportal.com:8094/P...dex.htm?feed=favourite&level=top&siteLang=eng, no authentication or platform id required, unlike the Portal itself) on a laptop I was able to identify (eg) the stream for BBC London as http://stream.live.vc.bbcmedia.co.uk/bbc_london, and this works fine. The app acts like a stream directory and isn't involved in the playback, except to provide the stream URL to the settop browser.
What strangeness could be occurring? Let's ask ffprobe (BBC London fails, LBC works):
Code:
humax# ffprobe -hide_banner 'http://stream.live.vc.bbcmedia.co.uk/bbc_london'
[mp3 @ 0x4428c0] Skipping 237 bytes of junk at 0.
Input #0, mp3, from 'http://stream.live.vc.bbcmedia.co.uk/bbc_london':
Metadata:
icy-br : 128
icy-pub : 0
icy-name : BBC Radio
icy-description : BBC Radio
StreamTitle : BBC Radio London
Duration: N/A, start: 0.000000, bitrate: 128 kb/s
Stream #0:0: Audio: mp3, 48000 Hz, stereo, fltp, 128 kb/s
humax# ffprobe -hide_banner 'http://media-the.musicradio.com/LBC973MP3Low'
Input #0, mp3, from 'http://media-the.musicradio.com/LBC973MP3Low':
Metadata:
icy-private : 0
icy-pub : 1
icy-br : 48
icy-description : LBC London
icy-genre : Talk
icy-name : LBC London
StreamTitle :
StreamUrl :
UTC : 20210507T154121.882
Duration: N/A, start: 0.000000, bitrate: 48 kb/s
Stream #0:0: Audio: mp3, 44100 Hz, mono, fltp, 48 kb/s
humax#
For information, the Internet Radio app displays a LH menu-bar with a scrollable
contentlist
object whose items can represent folders, stations, etc. From a top-level folder, such as Country, you can extract a link to the XML representing the folder contents using your browser's developer tools and then carry on down.