Replies: 7 comments 17 replies
-
|
Tests the Radio-API with browser listed below passed Ok. http://radio.example.com/setupapp/iden/asp/BrowseXML/loginXML.asp?token=0 It looks like the router isn't accessing the Radio-API IP server. The Sangean receiver is still accessing to the wifiradiofrontiers servers (IP 192.248.188.143) because it has its own DNS address cache, which is located within the receiver itself (non-volatile memory). I'm not sure how to flush DNS cache of receiver. For now, I don't want to perform a full reset of the receiver. It might help to configure router for redirect the receiver to the Radio-API server's IP address when attempting to access wifiradiofrontier servers. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, Radio-API serve container run with "docker run -d -p 0.0.0.0:80:80 -e "CONF_ALLOWED_DOMAIN=all" -e "CONF_USE_JSON_CACHE=true" kimbtechnologies/radio_a" I'm have access to Radio-API GUI web interface with http://192.168.1.11/gui/ and http://radio.example.com/gui/ (via local DNS record radio.excample.com 192.168.1.11) But at the same time Prology succesfully connected to Radio-API web interface, I'm got GUI code authorization to the web interface, login to web and succesfully add 1st own station. When Prology display Radio-API interface on own display when I'm select "Station" Prology display error "File not found". But this is already progress and we can deal with it further. Sangean under the same conditions do not connect to to Radio-API local server. Diagnostics detected a direct connect to the server 192.248.188.143. It's very strange, but Sangean connects to the this address despite the DNS redirect to local Radio-API server. I didn't find any other Sangean DNS queries in the router DNS cache that could lead to the address 192.248.188.143. Based on this, I conclude that there is a local DNS cache in the Sangean. I don't want to do a factory reset just yet and the only way route Sangean to the local Radio-API local server is the additional router configuration when all request to IP 192.248.188.143 should be redirected to the Radio-API local server by the special router configuration. I also have a question - what could cause the error "File not found" on the Prology device? Сould this be related to the parameter "CONF_USE_JSON_CACHE=true". I don't want to use the in-memory caching infrastructure and only use records based on files. |
Beta Was this translation helpful? Give feedback.
-
|
I made some progress in work with Sangean receiver. I found two more DNS requests "sangean.wifiradiofrontier.com" and "sangean2.wifiradiofrontier.com" that for some reason weren't redirected local Radio-API server. I have made the necessary changes in DNS to the router configuration to redirect the specified domains. Docker now run with 'docker run --restart unless-stopped -d -p 0.0.0.0:80:80 -e "CONF_ALLOWED_DOMAIN=all" -e "CONF_USE_JSON_CACHE=true" -e "CONF_DOMAIN=http://192.168.1.11/" -v "./radio-data:/php-code/data/" kimbtechnologies/radio_api' Now both receivers connect to local Radio-API server succesfully. What file format is required for the station logo? How looks like example record in Radio-API server GUI Web interface for my case "http://192.168.1.11/radios_1.png"? We are talking about "logo" field at screenshot https://github.com/KIMB-technologies/Radio-API/raw/master/screenshots/edit-radio.png when add station. In the file system of the Radio-API server container at /php-code/data/ folder, I currently see two files, "radios_1.json" and "radios_2.json", with identical contents inside. These are identical recordings from the same station, but for each receiver. |
Beta Was this translation helpful? Give feedback.
-
|
I got an email with a question about where to add the folder mapping, but the question does not show up here. All of these commands belong to Docker, so a more complete |
Beta Was this translation helpful? Give feedback.
-
|
I am using the latest version of the Radio-API container from github. Currently, it is 2.9.4. Should I commit the current version as 2.9.4 when running the container to avoid issues with global changes in the Radio-API server development? We are talking about "kimbtechnologies/radio_api:latest" or "kimbtechnologies/radio_api:2.9,4" in docker run parameters. |
Beta Was this translation helpful? Give feedback.
-
|
Nuvola Frontier has ended support for these receivers. Currently, support is provided by airable GmbH (https://airable.fm), but they may also end support at any time. In this case, the receiver will lose its functionality. I would like to avoid this issue in the future. Your solution will help extend the life of these receivers which is great! Thank you very much for your Radio-API project! |
Beta Was this translation helpful? Give feedback.
-
|
Hi. how do I disable ./radio-data/radiobrowser.log? This log is starting to grow. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've set up the necessary DNS redirection with LAN router, configured and started the Radio-API Docker container based on image from https://github.com/KIMB-technologies/Radio-API.
Now I'm on login page that looks like the image below https://github.com/KIMB-technologies/Radio-API/blob/master/screenshots/login.png.
How can I find or generate the GUI code needed to log in to the Radio-API web interface?
Beta Was this translation helpful? Give feedback.
All reactions