They will show instantly - if they have been loaded already.
However programme listings are biggish chunks of data.
These streams are continuous a single HTTP GET and megabytes of data flow.Interestingly other stations e.g. Radio Paradise come through instantly and My Music like Random Mix are also instantaneous.
BBC using DASH and HLS are mulitple http/GET each with 3 secs of audio - lots of small chunks/files.
The akamai time stamp is a single http/get and uses basic LMS http functions - There is nothing special about it yet it fails.
Sure but it is the only one playing DASH or HLS streams - so comparison with other stream is not like for like unless they are also DASH or HLS.That's why I'm doubting iPlayer plugin.
Do you play any HLS streams ?
What is your DNS setup ?
Results 1,251 to 1,260 of 1490
-
2020-07-17, 09:49 #1251
- Join Date
- Oct 2005
- Location
- Ireland
- Posts
- 20,140
-
2020-07-25, 05:04 #1252
- Join Date
- Jul 2020
- Posts
- 6
DASH bitrates with Radio 3
If possible please could you add the option to select 128Kbs DASH Live & On Demand streams in the BBCiPlayer v1.6 plugin?
I listen almost exclusively to R3 and often have constant dropouts at 320kbs. I've spent a small fortune on MESH Wi-Fi to improve the connection throughout the house but in the far reaches of my estate the 320Kbs stream is still not reliable. And the 48kbps Lowest Bitrate option is a bit rough for my sensitive ears.
Thanks for considering this request.
Sam
-
2020-07-25, 05:37 #1253
- Join Date
- Jan 2007
- Posts
- 28
iPlayer Extras 404 error
I have noticed that BBC iPlayer extras returns a 404 error when I pick a radio station. The log reports:
Code:[20-07-25 13:12:05.9733] Slim::Formats::XML::gotErrorViaHTTP (339) Error: getting http://www.bbc.co.uk/radio/aod/availability/bbc_radio_four_extra.xml#extra 404 Not Found [20-07-25 13:12:05.9735] Slim::Control::XMLBrowser::_cliQuery_error (1677) Error: While retrieving [http://www.bbc.co.uk/radio/aod/availability/bbc_radio_four_extra.xml#extra]: [404 Not Found] [20-07-25 13:15:24.6387] Slim::Formats::XML::gotErrorViaHTTP (339) Error: getting http://www.bbc.co.uk/radio/aod/availability/bbc_radio_three.xml#extra 404 Not Found [20-07-25 13:15:24.6389] Slim::Control::XMLBrowser::_cliQuery_error (1677) Error: While retrieving [http://www.bbc.co.uk/radio/aod/availability/bbc_radio_three.xml#extra]: [404 Not Found] [20-07-25 13:15:32.4793] Slim::Formats::XML::gotErrorViaHTTP (339) Error: getting http://www.bbc.co.uk/radio/aod/availability/bbc_6music.xml#extra 404 Not Found [20-07-25 13:15:32.4797] Slim::Control::XMLBrowser::_cliQuery_error (1677) Error: While retrieving [http://www.bbc.co.uk/radio/aod/availability/bbc_6music.xml#extra]: [404 Not Found] [20-07-25 13:19:51.0376] Slim::Formats::XML::gotErrorViaHTTP (339) Error: getting http://www.bbc.co.uk/radio/aod/availability/bbc_6music.xml#extra 404 Not Found [20-07-25 13:19:51.0381] Slim::Control::XMLBrowser::_cliQuery_error (1677) Error: While retrieving [http://www.bbc.co.uk/radio/aod/availability/bbc_6music.xml#extra]: [404 Not Found] [20-07-25 13:20:17.5852] Slim::Formats::XML::gotErrorViaHTTP (339) Error: getting http://www.bbc.co.uk/radio/aod/availability/bbc_radio_five_live_sports_extra.xml#extra 404 Not Found [20-07-25 13:20:17.5855] Slim::Control::XMLBrowser::_cliQuery_error (1677) Error: While retrieving [http://www.bbc.co.uk/radio/aod/availability/bbc_radio_five_live_sports_extra.xml#extra]: [404 Not Found] [20-07-25 13:20:36.7106] Slim::Formats::XML::gotErrorViaHTTP (339) Error: getting http://www.bbc.co.uk/radio/aod/availability/bbc_radio_wales_fm.xml#extra 404 Not Found [20-07-25 13:20:36.7109] Slim::Control::XMLBrowser::_cliQuery_error (1677) Error: While retrieving [http://www.bbc.co.uk/radio/aod/availability/bbc_radio_wales_fm.xml#extra]: [404 Not Found]
I am in the UK and using iPlayer Extras 3.4.0 and LMS 7.9.2 on Linux Mint Tara - what am I doing wrong?
Thanks in advance, Paul
-
2020-07-25, 06:02 #1254
- Join Date
- Oct 2005
- Location
- Ireland
- Posts
- 20,140
Last edited by bpa; 2020-07-25 at 06:04.
-
2020-07-25, 06:05 #1255
-
2020-07-25, 06:16 #1256
- Join Date
- Jan 2007
- Posts
- 28
-
2020-07-25, 06:59 #1257
- Join Date
- Oct 2005
- Location
- Ireland
- Posts
- 20,140
Very strange because they use the exact same URLs just with out the "#extra".
Is this a new problem - the BBCiPlayerExtra menus have NEVER worked or something new that just happened to a previously working system.
The Extra menus work OK for me so it is not a problem with BBC.
You are choosing from the BBCPlayer Extra menu and not as a saved favorite ?
Do you have any internet caching application (e.g. squid) or security applications that could look at internet requests.
-
2020-07-25, 07:11 #1258
- Join Date
- Jan 2007
- Posts
- 28
-
2020-07-25, 08:40 #1259
- Join Date
- Oct 2005
- Location
- Ireland
- Posts
- 20,140
That seems like a good place to start. A 404 means LMS has issued a http/GET and got a 404 back - so problem is either the destination server says the URL is invalid (and this is not the case as thew URLs work for me) or a something has intercepted the http/GET and faked a 404.
If Privoxy is the issue - configuration change may all that is required.
-
2020-07-27, 04:19 #1260
- Join Date
- Jan 2007
- Posts
- 28