Coder Social home page Coder Social logo

opus support about mpd HOT 4 CLOSED

iconoclasthero avatar iconoclasthero commented on June 2, 2024
opus support

from mpd.

Comments (4)

iconoclasthero avatar iconoclasthero commented on June 2, 2024

Also, there is no example of an audio_output stanza for opus in the config file or the docs.
Please consider adding one of those for reference.
This is what's not working:

audio_output {
       type            "shout"
       name            "My Shout Stream"
       host            "localhost"
       port            "8000"
       mount           "/mpd.ogg"
#       quality         "5.0"
#       bitrate         "128"
#       format          "44100:16:1"
##      protocol        "icecast2"              # optional
##      user            "source"                # optional
##      description     "My Stream Description" # optional
##      url             "http://example.com"    # optional
##      genre           "jazz"                  # optional
##      public          "no"                    # optional
##      timeout         "2"                     # optional
##      mixer_type      "software"              # optional
       bitrate         "max"
       password        ""
       complexity      "10"
       signal          "music"
       vbr             "constrained"
       opustags        "yes"
       format          "48000:16:2"
}

from mpd.

MaxKellermann avatar MaxKellermann commented on June 2, 2024

This bug report is bogus because your configuration file is wrong. Your "bitrate" setting is wrong.

from mpd.

iconoclasthero avatar iconoclasthero commented on June 2, 2024

Would you please explain what this means from the docs?
bitrate Sets the data rate in bits per second. The special value “auto” lets libopus choose a rate (which is the default), and “max” uses the maximum possible data rate.

As I said, there's no indication of how to use those plugin setting options in the docs or in the config file so I'm at a loss to understand the correct usage of max/auto bitrate in this context as decscribed.

from mpd.

iconoclasthero avatar iconoclasthero commented on June 2, 2024

encoder "opus"
is what is at issue...documentation or config example would have been more instructive, though this is my error, but

not on the bitrate "max" part, that is correct!! It's working now!

from mpd.

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.