Code Monkey home page Code Monkey logo

Comments (4)

ypopovych avatar ypopovych commented on August 17, 2024

Still, hangs :(
Seems as it can't be terminated until it writes all bytes from the cache.

Hangs on FLAC + lame transcoding (FLAC to mp3)

from supysonic.

spl0k avatar spl0k commented on August 17, 2024

Hi.
Could you please post your transcoding configuration?

from supysonic.

ypopovych avatar ypopovych commented on August 17, 2024
transcoder_mp3_mp3 = lame --quiet --mp3input -b %outrate %srcpath -
transcoder = ffmpeg -i %srcpath -ab %outratek -v 0 -strict -2 -f %outfmt -
decoder_mp3 = mpg123 --quiet -w - %srcpath
decoder_ogg = oggdec -o %srcpath
decoder_flac = flac -d -c -s %srcpath
encoder_mp4 = ffmpeg -i pipe:0 -b:a #outratek -v 0 -strict -2 -f adts -
encoder_mp3 = lame --quiet -b %outrate - -
encoder_ogg = oggenc -q -M %outrate -

It's using decoder_flac -> encoder_mp3

from supysonic.

dpraul avatar dpraul commented on August 17, 2024

I believe I'm experiencing this issue as well, although I haven't narrowed it down. I have now twice had the application become unresponsive while I'm out-and-about. Here's the screen output from the last time it happened (cleaned of sensitive info):

[pid: 21452|app: 0|req: 43/43] {{IP}} () {32 vars in 706 bytes} [Fri Nov 17 14:37:12 2017] GET /rest/stream.view?u={{USER}}&p={{PASS}}&v=1.2.0&c=DSub&id=894a92f7-d6ac-409d-b230-7ea0d3a99198&maxBitRate=320 => generated 18869777 bytes in 1248 msecs (HTTP/1.1 200) 2 headers in 79 bytes (2305 switches on core 0)
[pid: 21452|app: 0|req: 44/44] {{IP}} () {32 vars in 706 bytes} [Fri Nov 17 14:37:14 2017] GET /rest/stream.view?u={{USER}}&p={{PASS}}&v=1.2.0&c=DSub&id=02df1817-0325-4e68-a3ce-53cc3ce79752&maxBitRate=320 => generated 20528046 bytes in 1399 msecs (HTTP/1.1 200) 2 headers in 79 bytes (2507 switches on core 0)
[pid: 21452|app: 0|req: 45/45] {{IP}} () {32 vars in 706 bytes} [Fri Nov 17 14:37:18 2017] GET /rest/stream.view?u={{USER}}&p={{PASS}}&v=1.2.0&c=DSub&id=39ad17ef-7dbe-4c7d-99c0-c6d29f0a43d4&maxBitRate=320 => generated 19937928 bytes in 1662 msecs (HTTP/1.1 200) 2 headers in 79 bytes (2437 switches on core 0)
[pid: 21452|app: 0|req: 46/46] {{IP}} () {32 vars in 680 bytes} [Fri Nov 17 14:37:33 2017] GET /rest/getAlbum.view?u={{USER}}&p={{PASS}}&v=1.2.0&c=DSub&id=d7c83d6f-0dca-4269-b744-44c9e7a7825d => generated 3948 bytes in 24 msecs (HTTP/1.1 200) 3 headers in 97 bytes (1 switches on core 0)
uwsgi_response_write_body_do() TIMEOUT !!!
IOError: write error

from supysonic.

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.