Giter VIP home page Giter VIP logo

Comments (3)

GioF71 avatar GioF71 commented on August 21, 2024

Hello, thank you very much.
About your 'inconsistencies', can you try and reproduce the issue, and then post the container logs?
I can try and guess what could happen, and I just want to remind that Tidal Connect always tries to lock the audio output exclusively when a connection is made from the Tidal Apps (phone, computer, etc). Is there a chance that the audio output was used by some other application?
I just made a test and this is what happens in this situation: the Tidal Connect application cannot 'lock' the card and terminates with an error. The entrypoint.sh script from this repository will try to restart the application every 30 seconds (configurable), so when the output is 'lockable', the application restarts successfully and you can select the Tidal Connect device from your app.
Assuming you are using the card '0', you can check if the card is used with the following:

watch cat /proc/asound/card0/pcm0p/sub0/hw_params

it should say 'closed' if the card is not used, otherwise you will see something like the following:

access: MMAP_INTERLEAVED
format: S32_LE
subformat: STD
channels: 2
rate: 96000 (96000/1)
period_size: 4800
buffer_size: 24000

which means (among the other details) that the card is used.
Of course this might not be your specific issue, maybe the logs should help, please post them using the following:

docker logs tidal-connect

of, if you want to keep watching the logs,

docker logs -f tidal-connect

from tidal-connect.

GioF71 avatar GioF71 commented on August 21, 2024

Hello @maximosstratis, did you solve your issue?

from tidal-connect.

GioF71 avatar GioF71 commented on August 21, 2024

Closing for inactivity... feel free to open another ticket is the issue persits.

from tidal-connect.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.