philippe44 / AirConnect

Use AirPlay to stream to UPnP/Sonos & Chromecast devices
Other
3.46k stars 217 forks source link

Airconnect to jongo A2 #253

Closed CCR78 closed 4 years ago

CCR78 commented 4 years ago

I'm trying to connecting to Jango A2 the device is visible in the list but no audio is coming . could you help me ?

I tried also to use e different value for the latency like for Sonos but nothing (-l 1000:2000)

Thank Claudio

timtn commented 4 years ago

Try another codec?

  -c <mp3[:<rate>]|flc[:0..9]|wav|pcm>  audio format send to player
philippe44 commented 4 years ago

Or a firewall on your system. You did not tell what is the OS/CPU

CCR78 commented 4 years ago

Os -> Docker on unraid. CPU -> Intel® Atom™ CPU 330 @ 1.60GHz

pwt commented 4 years ago

Are you using net=host for the Docker AirConnect container?

CCR78 commented 4 years ago

No, I'm using a custom br0 (dedicated ip)

pwt commented 4 years ago

No, I'm using a custom br0 (dedicated ip)

You could try net=host to confirm that the bridge configuration isn't the source of the problem.

philippe44 commented 4 years ago

You need host mode

CCR78 commented 4 years ago

I think that the issue was about the codec. These are the codes supported from Jongo:

But I think that I have to configure the docker to consider the config.xml file. because if I run the container doesn't work but if I connect to the console and I run ./airupnp-x86-64 and in this way it works (in the config file I fill for this device the codec mp3).

Could you help for that ? I'd like not lose the configuration when I stop and start the container (config.xml).

pwt commented 4 years ago

You’ll need to copy config.xml into the container filesystem.

CCR78 commented 4 years ago

the config.xml is in the bin folder in the same folder of airupnp-x86-64

CCR78 commented 4 years ago

I used this guide and it works right now. https://www.synoforum.com/resources/airconnect-use-airplay-to-stream-to-upnp-sonos-chromecast-devices.75/ Thank a lot for the help.

philippe44 commented 4 years ago

Great and thanks @pwt for your help