linuxserver / docker-airsonic

GNU General Public License v3.0
37 stars 8 forks source link

Chromecast not working #1

Closed vajonam closed 7 years ago

vajonam commented 7 years ago

Native app chromecast to a ChromeCast Audio or Chomecast w/ video isn't working.

Not sure what "meida error" means, that SAME url can be played from VLC or an external application.

This is from the JS console.

http://hal.fqdn.com:4040/ss//stream?player=3&id=373 playQueue.view:352 launching app... playQueue.view:352 session success: a7170193-fc14-4206-bdb2-db3c725e0d85 playQueue.view:352 loading...http://hal.fqdn.com:4040/ss/ext/stream?player=3&id=373&jwt=eyJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoiL3NzL2V4dC9zdHJlYW0_cGxheWVyPTMmaWQ9MzczIiwiZXhwIjoxNTA2MTE2MzkzfQ.5j8_JiMD2cA5ZneGECKl1h08LACoGvlDsvU3-WjepvY playQueue.view:352 Session Updated: a7170193-fc14-4206-bdb2-db3c725e0d85 playQueue.view:352 media error playQueue.view:352 Session Updated: a7170193-fc14-4206-bdb2-db3c725e0d85

vajonam commented 7 years ago

BTW, awesome container!

vajonam commented 7 years ago

sorry, looks like the problem was caused by chromecast DNS hardcoded to 8.8.8.8! sneaking google! fixed it now on my network.

possible fix, should be that the instead of sending FQDN to chromecast, the mediaURL should use IP. I will open an issue upstream