mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-20 18:06:14 -05:00
[web-src] Add option to stream audio from player web interface
The audio implementation is based on https://github.com/rainner/soma-fm-player and makes use of the HTML5 Web Audio Context API.
This commit is contained in:
@@ -24,10 +24,13 @@ module.exports = {
|
||||
// localhost:3689
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://localhost:3689',
|
||||
target: 'http://localhost:3689'
|
||||
},
|
||||
'/artwork': {
|
||||
target: 'http://localhost:3689',
|
||||
target: 'http://localhost:3689'
|
||||
},
|
||||
'/stream.mp3': {
|
||||
target: 'http://localhost:3689'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user