Closed gretel closed 5 years ago
if topics ../enable and ../volume get published manually streaming via TCP socket works fine, awesome feature!
../enable
../volume
TCP
just the web-frontend looks empty in any case:
source is:
| <!DOCTYPE html> | | <title>airtunes2mqtt</title> | | <meta name="mobile-web-app-capable" content="yes"> | | <meta name="viewport" content="width=device-width"> | <meta name="apple-mobile-web-app-capable" content="yes" /> | <meta name="apple-mobile-web-app-status-bar-style" content="black" /> | | <link rel="stylesheet" href="style.css"> | <script src="/socket.io/socket.io.js"></script> | <script src="../node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script> | <script type="module" src="airtunes-speaker.js"></script> | | <div id="container"> | <div id="left"></div> | <div id="content"></div> | <div id="right"></div> | </div> | | <script src="script.js"></script> |
the log does not show anything related.
any hints? regards
should be fixed with v1.2.3
@hobbyquaker looks like - thanks!
if topics
../enable
and../volume
get published manually streaming viaTCP
socket works fine, awesome feature!just the web-frontend looks empty in any case:
source is:
the log does not show anything related.
any hints? regards