Git Product home page Git Product logo

Comments (4)

matous-volf avatar matous-volf commented on August 17, 2024

I've just tried this with a File instead of a YoutubeDl and the result is the same.

from songbird.

matous-volf avatar matous-volf commented on August 17, 2024

I have also tried to run it on another PC and there is a new line in the logs:

ERROR symphonia_core::probe: reached probe limit of 1048576 bytes.

just above the Firing Error line.

from songbird.

FelixMcFelix avatar FelixMcFelix commented on August 17, 2024

That error message implies that songbird/symphonia has no idea how to parse whatever you were served from the URL you supplied -- either you're missing a codec, or the link was not actually valid. What website were you querying, and what codecs do you have enabled?

from songbird.

matous-volf avatar matous-volf commented on August 17, 2024

I'm playing a YouTube video through a regular link, e.g. https://www.youtube.com/watch?v=7T_YtklLyyo.

You were right – a codec was probably missing – enabling all of them in Symphonia with

[dependencies.symphonia]
version = "0.5.4"
features = ["all"]

solves the new error line that appeared on the second PC:

I have also tried to run it on another PC and there is a new line in the logs:

ERROR symphonia_core::probe: reached probe limit of 1048576 bytes.

just above the Firing Error line.

And on the second PC everything is now working.

Running it on the VPS results in the same log as before, though:

...
INFO runner:run{interconnect=Interconnect { core: Sender, events: Sender, mixer: Sender }}: songbird::driver::tasks::ws: Changing to SpeakingState(MICROPHONE)
INFO runner: songbird::driver::tasks::events: Event state for all tracks removed.
INFO runner: songbird::driver::tasks::events: Event state for all tracks removed.
INFO runner: songbird::driver::tasks::events: Event state for track 1 added
INFO runner: songbird::events::store: Firing Preparing for [0]
INFO runner: songbird::events::store: Firing End for [0]
INFO runner: songbird::events::store: Firing Error for [0]
INFO runner: songbird::driver::tasks::events: Event state for track 0 of 1 removed.
INFO runner:run{interconnect=Interconnect { core: Sender, events: Sender, mixer: Sender }}: songbird::driver::tasks::ws: Changing to SpeakingState(0x0)

from songbird.

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.