ha7ilm / openwebrx

Open source, multi-user SDR receiver software with a web interface
https://sdr.hu/openwebrx
GNU Affero General Public License v3.0
982 stars 464 forks source link

try with arora-browser #73

Open ghost opened 7 years ago

ghost commented 7 years ago

Arora browser is a cross platform QtWebKit based desktop web browser. I tried openwebrx with arora browser, but with no success. Can you tell me what is missing or what is wrong with arora browser to run openwebrx?

Please take a look to support arora browser. https://github.com/icefox/arora

ha7ilm commented 7 years ago

Hi,

Only the latest version of Google Chrome and Firefox are supported at the moment. If Aurora browser has a developer console (like Chrome has if you press Ctrl+Shift+I) then you can check if there are any Javascript errors.

Cheers,

Andras

ghost commented 7 years ago

Here is a screenshot about the arora console output. errors_with_arora_browser

Can you tell me from the logs, what is the problem? Thanks, Gabor

ha7ilm commented 7 years ago

Gabor,

Thank you for the screenshot.

I think the Arora browser lacks some HTML5 features including the AudioBuffer interface that OpenWebRX currently relies upon.

Andras