C3PO Plugin verisone 0.1alfa

Pagina 51 di 52
prima
... 41 42 43 44 45 46 47 48 49 50 51 52 ultimo
Visualizzazione dei risultati da 501 a 510 su 514
  1. #501
    tebibyte L'avatar di UnixMan
    Registrato
    Sep 2013
    Messaggi
    2,529
    configurazione

    Predefinito

    Originariamente inviato da marcoc1712
    ...vuole zip.
    chi?

    Comunque, zip per Unix mantiene i permessi di esecuzione. Devi creare l'archivio da Linux/Unix, non da windoze.
    Ciao, Paolo.

    «Se tu hai una mela, e io ho una mela, e ce le scambiamo, allora tu ed io abbiamo sempre una mela per uno. Ma se tu hai un'idea, ed io ho un'idea, e ce le scambiamo, allora abbiamo entrambi due idee.»

  2. #502
    pebibyte L'avatar di marcoc1712
    Registrato
    Jan 2013
    Messaggi
    5,254
    configurazione

    Predefinito

    Lms, creato da linux da riga di comando

    Inviato dal mio XT1068 utilizzando Tapatalk
    Ciao, Marco.

    "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction."
    — E. F. Schumacher (mis-attributed to A. Einstein)
    ________________________________________________________________________________
    Autore della patch R2 per Squeezelite e del plugin C-3PO. note libere
    Logitech media Server 7.9 > miniPc + squeezelite-R2 / SB+ > "Lu Scalmentu" NOS R2R DAC by TubeOne/ AudioResearch DAC 1-20 >
    Klimo Merlino Gold TPS > DIS Interconnect > Kent Gold > Reference > Monitor Audio Studio 20 SE

  3. #503
    tebibyte L'avatar di UnixMan
    Registrato
    Sep 2013
    Messaggi
    2,529
    configurazione

    Predefinito

    Strano. Controlla le opzioni, e magari prova a mano.

    Inviato dal mio GT-I9100 utilizzando Tapatalk
    Ciao, Paolo.

    «Se tu hai una mela, e io ho una mela, e ce le scambiamo, allora tu ed io abbiamo sempre una mela per uno. Ma se tu hai un'idea, ed io ho un'idea, e ce le scambiamo, allora abbiamo entrambi due idee.»

  4. #504
    pebibyte L'avatar di marcoc1712
    Registrato
    Jan 2013
    Messaggi
    5,254
    configurazione

    Predefinito

    Originariamente inviato da UnixMan
    Strano. Controlla le opzioni, e magari prova a mano.

    Inviato dal mio GT-I9100 utilizzando Tapatalk
    Ho scritto riga di comando, intendevo GUI... tasto destro comprimi...

    Le opzioni sono solo il formato (.zip), la password e la divisione in volumi. Non ne vedo altre.

    Da riga di comando, cosa dovrei usare?
    Ciao, Marco.

    "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction."
    — E. F. Schumacher (mis-attributed to A. Einstein)
    ________________________________________________________________________________
    Autore della patch R2 per Squeezelite e del plugin C-3PO. note libere
    Logitech media Server 7.9 > miniPc + squeezelite-R2 / SB+ > "Lu Scalmentu" NOS R2R DAC by TubeOne/ AudioResearch DAC 1-20 >
    Klimo Merlino Gold TPS > DIS Interconnect > Kent Gold > Reference > Monitor Audio Studio 20 SE

  5. #505
    tebibyte L'avatar di UnixMan
    Registrato
    Sep 2013
    Messaggi
    2,529
    configurazione

    Predefinito

    Originariamente inviato da marcoc1712
    Da riga di comando, cosa dovrei usare?
    in teoria, non serve nessuna opzione. Io ho appena provato (su un laptop con Mint 17.2 == Ubuntu 14.04 "trusty" LTS) così:
    codice:
    zip test.zip test.sh
    il file test.sh era eseguibile e, dopo la compressione nello zip e la successiva estrazione (in un'altra dir), il permesso di esecuzione è stato mantenuto.

    Oh, il comando "zip" proviene dall'omonimo pacchetto:
    codice:
    $ apt-cache show zip
    Package: zip
    Priority: optional
    Section: utils
    Installed-Size: 589
    Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
    Original-Maintainer: Santiago Vila <sanvila@debian.org>
    Architecture: amd64
    Version: 3.0-8
    Depends: libbz2-1.0, libc6 (>= 2.14)
    Recommends: unzip
    Filename: pool/main/z/zip/zip_3.0-8_amd64.deb
    Size: 261756
    MD5sum: 673f904236646069a126ebf70cae494a
    SHA1: b5d26ae4e43de1a680b5c0b9e5e1e20ec3756410
    SHA256: acf6b4296a95240d3670d12856bb89b756e3be93df4e5c32761b0714f321c9c0
    Description-en: Archiver for .zip files
     This is InfoZIP's zip program. It produces files that are fully
     compatible with the popular PKZIP program; however, the command line
     options are not identical. In other words, the end result is the same,
     but the methods differ. :-)
     .
     This version supports encryption.
    Description-md5: 581928d34d669e63c353cd694bd040b0
    Multi-Arch: foreign
    Homepage: http://www.info-zip.org/Zip.html
    Bugs: https://bugs.launchpad.net/ubuntu/+filebug
    Origin: Ubuntu
    Supported: 5y
    Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, lubuntu-core, ubuntustudio-desktop, ubuntu-gnome-desktop
    per info dettagliate sulle opzioni, al solito, vedi la "man page", cioè dai il comando:
    codice:
    man zip
    Ciao, Paolo.

    «Se tu hai una mela, e io ho una mela, e ce le scambiamo, allora tu ed io abbiamo sempre una mela per uno. Ma se tu hai un'idea, ed io ho un'idea, e ce le scambiamo, allora abbiamo entrambi due idee.»

  6. #506
    pebibyte L'avatar di marcoc1712
    Registrato
    Jan 2013
    Messaggi
    5,254
    configurazione

    Predefinito

    Originariamente inviato da UnixMan
    in teoria, non serve nessuna opzione. Io ho appena provato (su un laptop con Mint 17.2 == Ubuntu 14.04 "trusty" LTS) così:
    codice:
    zip test.zip test.sh
    il file test.sh era eseguibile e, dopo la compressione nello zip e la successiva estrazione (in un'altra dir), il permesso di esecuzione è stato mantenuto.

    Oh, il comando "zip" proviene dall'omonimo pacchetto:
    codice:
    $ apt-cache show zip
    Package: zip
    Priority: optional
    Section: utils
    Installed-Size: 589
    Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
    Original-Maintainer: Santiago Vila <sanvila@debian.org>
    Architecture: amd64
    Version: 3.0-8
    Depends: libbz2-1.0, libc6 (>= 2.14)
    Recommends: unzip
    Filename: pool/main/z/zip/zip_3.0-8_amd64.deb
    Size: 261756
    MD5sum: 673f904236646069a126ebf70cae494a
    SHA1: b5d26ae4e43de1a680b5c0b9e5e1e20ec3756410
    SHA256: acf6b4296a95240d3670d12856bb89b756e3be93df4e5c32761b0714f321c9c0
    Description-en: Archiver for .zip files
     This is InfoZIP's zip program. It produces files that are fully
     compatible with the popular PKZIP program; however, the command line
     options are not identical. In other words, the end result is the same,
     but the methods differ. :-)
     .
     This version supports encryption.
    Description-md5: 581928d34d669e63c353cd694bd040b0
    Multi-Arch: foreign
    Homepage: http://www.info-zip.org/Zip.html
    Bugs: https://bugs.launchpad.net/ubuntu/+filebug
    Origin: Ubuntu
    Supported: 5y
    Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, lubuntu-core, ubuntustudio-desktop, ubuntu-gnome-desktop
    per info dettagliate sulle opzioni, al solito, vedi la "man page", cioè dai il comando:
    codice:
    man zip
    Così funziona.

    Grazie.
    Ciao, Marco.

    "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction."
    — E. F. Schumacher (mis-attributed to A. Einstein)
    ________________________________________________________________________________
    Autore della patch R2 per Squeezelite e del plugin C-3PO. note libere
    Logitech media Server 7.9 > miniPc + squeezelite-R2 / SB+ > "Lu Scalmentu" NOS R2R DAC by TubeOne/ AudioResearch DAC 1-20 >
    Klimo Merlino Gold TPS > DIS Interconnect > Kent Gold > Reference > Monitor Audio Studio 20 SE

  7. #507
    tebibyte
    Registrato
    Aug 2011
    Età
    50
    Messaggi
    2,928
    configurazione

    Predefinito

    Caio Marco,
    mi sono sentito con Giovanni, che m i ha fatto notare un problema con tracce lunghe...che non avevo mai notato....
    la riproduzione dopo pochi secondi si blocca...

    Dal log di squeezelite non risulta niente di strano.

    questa la parte finale del log di LMS:

    codice:
    [16-01-06 12:40:51.2822] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [16-01-06 12:40:51.2822] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [16-01-06 12:40:51.2823] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-pcm-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [16-01-06 12:40:51.2824] Slim::Player::TranscodingHelper::enabledFormat (223) Testing wav-flc-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [16-01-06 12:40:51.2825] Slim::Player::TranscodingHelper::checkBin (250)    enabled
    [16-01-06 12:40:51.2826] Slim::Player::TranscodingHelper::checkBin (252)   Found command: [flac] -dcs --totally-silent $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -r 384000 -c 2 -4 -s - gain -3 rate -v -M -a -b 90.7 384000
    [16-01-06 12:40:51.2827] Slim::Player::TranscodingHelper::getConvertCommand2 (382) Rejecting [flac] -dcs --totally-silent $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -r 384000 -c 2 -4 -s - gain -3 rate -v -M -a -b 90.7 384000 because required capability T not supported: 
    [16-01-06 12:40:51.2828] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-squeezelite-*
    [16-01-06 12:40:51.2829] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-*-*
    [16-01-06 12:40:51.2829] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-pcm-*-* is enabled
    [16-01-06 12:40:51.2830] Slim::Player::TranscodingHelper::enabledFormat (217) There are 6 disabled formats...
    [16-01-06 12:40:51.2831] Slim::Player::TranscodingHelper::enabledFormat (223) Testing aif-aif-*-* vs flc-pcm-*-*
    [16-01-06 12:40:51.2832] Slim::Player::TranscodingHelper::enabledFormat (223) Testing aif-flc-*-* vs flc-pcm-*-*
    [16-01-06 12:40:51.2833] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-pcm-*-*
    [16-01-06 12:40:51.2834] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-pcm-*-*
    [16-01-06 12:40:51.2835] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-pcm-*-* vs flc-pcm-*-*
    [16-01-06 12:40:51.2836] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-pcm-*-* Disabled **
    [16-01-06 12:40:51.2836] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-mp3-squeezelite-50:e5:49:cc:b4:29
    [16-01-06 12:40:51.2837] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-mp3-*-50:e5:49:cc:b4:29
    [16-01-06 12:40:51.2838] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-mp3-squeezelite-*
    [16-01-06 12:40:51.2839] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-mp3-*-*
    [16-01-06 12:40:51.2840] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-mp3-*-* is enabled
    [16-01-06 12:40:51.2841] Slim::Player::TranscodingHelper::enabledFormat (217) There are 6 disabled formats...
    [16-01-06 12:40:51.2842] Slim::Player::TranscodingHelper::enabledFormat (223) Testing aif-aif-*-* vs flc-mp3-*-*
    [16-01-06 12:40:51.2842] Slim::Player::TranscodingHelper::enabledFormat (223) Testing aif-flc-*-* vs flc-mp3-*-*
    [16-01-06 12:40:51.2843] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-mp3-*-*
    [16-01-06 12:40:51.2844] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-mp3-*-*
    [16-01-06 12:40:51.2845] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-pcm-*-* vs flc-mp3-*-*
    [16-01-06 12:40:51.2846] Slim::Player::TranscodingHelper::enabledFormat (223) Testing wav-flc-*-* vs flc-mp3-*-*
    [16-01-06 12:40:51.2847] Slim::Player::TranscodingHelper::checkBin (250)    enabled
    [16-01-06 12:40:51.2848] Slim::Player::TranscodingHelper::checkBin (252)   Found command: [flac] -dcs $START$ $END$ -- $FILE$ | [lame] --silent -q $QUALITY$ $RESAMPLE$ $BITRATE$ - -
    [16-01-06 12:40:51.2987] Slim::Player::TranscodingHelper::checkBin (275)    couldn't find binary for: lame
    [16-01-06 12:40:51.2988] Slim::Player::TranscodingHelper::getConvertCommand2 (443) Error: Didn't find any command matches for type: flc
    [16-01-06 12:40:53.0016] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in STOPPED-IDLE -> Slim::Player::StreamingController::_NoOp
    [16-01-06 12:40:55.1392] Slim::Utils::Strings::string (517) Error: missing string PLUGIN_SMARTMIX_EXPORT_PROGRESS
    [16-01-06 12:40:55.1395] Slim::Utils::Strings::string (517) Backtrace:
    
       frame 0: Slim::Utils::Log::logBacktrace (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Utils/Strings.pm line 517)
       frame 1: Slim::Utils::Strings::string (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/Template/SkinManager.pm line 213)
       frame 2: Slim::Web::Template::SkinManager::__ANON__ (C:\PROGRA~2\SQUEEZ~1\server\HTML\Default\ajaxProgress.txt line 17)
       frame 3: (eval) (C:\PROGRA~2\SQUEEZ~1\server\HTML\Default\ajaxProgress.txt line 18)
       frame 4: (eval) (C:\PROGRA~2\SQUEEZ~1\server\HTML\Default\ajaxProgress.txt line 7)
       frame 5: Template::Document::__ANON__ (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Template/Document.pm line 151)
       frame 6: (eval) (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Template/Document.pm line 149)
       frame 7: Template::Document::process (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Template/Context.pm line 347)
       frame 8: (eval) (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Template/Context.pm line 321)
       frame 9: Template::Context::process (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/Template/Context.pm line 38)
       frame 10: Slim::Web::Template::Context::process (C:\PROGRA~2\SQUEEZ~1\server\HTML\EN\progress.html line 3)
       frame 11: (eval) (C:\PROGRA~2\SQUEEZ~1\server\HTML\EN\progress.html line 7)
       frame 12: Template::Document::__ANON__ (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Template/Document.pm line 151)
       frame 13: (eval) (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Template/Document.pm line 149)
       frame 14: Template::Document::process (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Template/Context.pm line 347)
       frame 15: (eval) (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Template/Context.pm line 321)
       frame 16: Template::Context::process (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/Template/Context.pm line 38)
       frame 17: Slim::Web::Template::Context::process (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Template/Service.pm line 94)
       frame 18: (eval) (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Template/Service.pm line 91)
       frame 19: Template::Service::process (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Template.pm line 65)
       frame 20: Template::process (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/Template/SkinManager.pm line 330)
       frame 21: Slim::Web::Template::SkinManager::_fillTemplate (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/Template/NoWeb.pm line 69)
       frame 22: Slim::Web::Template::NoWeb::_generateContentFromFile (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/HTTP.pm line 2540)
       frame 23: Slim::Web::HTTP::filltemplatefile (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/Pages/Progress.pm line 120)
       frame 24: Slim::Web::Pages::Progress::progress (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/HTTP.pm line 1065)
       frame 25: Slim::Web::HTTP::generateHTTPResponse (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/HTTP.pm line 879)
       frame 26: Slim::Web::HTTP::processURL (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/HTTP.pm line 683)
       frame 27: Slim::Web::HTTP::processHTTP (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Networking/IO/Select.pm line 123)
       frame 28: (eval) (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Networking/IO/Select.pm line 119)
       frame 29: Slim::Networking::IO::Select::__ANON__ (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Networking/IO/Select.pm line 168)
       frame 30: (eval) (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Networking/IO/Select.pm line 168)
       frame 31: Slim::Networking::IO::Select::loop (slimserver.pl line 735)
       frame 32: main::idle (slimserver.pl line 685)
       frame 33: main::main (slimserver.pl line 129)
       frame 34: PerlSvc::Interactive (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>PerlSvc.pm line 99)
       frame 35: PerlSvc::_interactive (slimserver.pl line 0)
       frame 36: (eval) (slimserver.pl line 0)
    
    [16-01-06 12:40:55.1398] Slim::Utils::Misc::msg (1233) Warning: [12:40:55.1397] Use of uninitialized value in concatenation (.) or string at C:\PROGRA~2\SQUEEZ~1\server\HTML\Default\ajaxProgress.txt line 10.

  8. #508
    pebibyte L'avatar di marcoc1712
    Registrato
    Jan 2013
    Messaggi
    5,254
    configurazione

    Predefinito

    Originariamente inviato da antonellocaroli
    Caio Marco,
    mi sono sentito con Giovanni, che m i ha fatto notare un problema con tracce lunghe...che non avevo mai notato....
    la riproduzione dopo pochi secondi si blocca...

    Dal log di squeezelite non risulta niente di strano.

    questa la parte finale del log di LMS:

    codice:
    [16-01-06 12:40:51.2822] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [16-01-06 12:40:51.2822] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [16-01-06 12:40:51.2823] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-pcm-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [16-01-06 12:40:51.2824] Slim::Player::TranscodingHelper::enabledFormat (223) Testing wav-flc-*-* vs flc-pcm-*-50:e5:49:cc:b4:29
    [16-01-06 12:40:51.2825] Slim::Player::TranscodingHelper::checkBin (250)    enabled
    [16-01-06 12:40:51.2826] Slim::Player::TranscodingHelper::checkBin (252)   Found command: [flac] -dcs --totally-silent $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -r 384000 -c 2 -4 -s - gain -3 rate -v -M -a -b 90.7 384000
    [16-01-06 12:40:51.2827] Slim::Player::TranscodingHelper::getConvertCommand2 (382) Rejecting [flac] -dcs --totally-silent $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -r 384000 -c 2 -4 -s - gain -3 rate -v -M -a -b 90.7 384000 because required capability T not supported: 
    [16-01-06 12:40:51.2828] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-squeezelite-*
    [16-01-06 12:40:51.2829] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-*-*
    [16-01-06 12:40:51.2829] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-pcm-*-* is enabled
    [16-01-06 12:40:51.2830] Slim::Player::TranscodingHelper::enabledFormat (217) There are 6 disabled formats...
    [16-01-06 12:40:51.2831] Slim::Player::TranscodingHelper::enabledFormat (223) Testing aif-aif-*-* vs flc-pcm-*-*
    [16-01-06 12:40:51.2832] Slim::Player::TranscodingHelper::enabledFormat (223) Testing aif-flc-*-* vs flc-pcm-*-*
    [16-01-06 12:40:51.2833] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-pcm-*-*
    [16-01-06 12:40:51.2834] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-pcm-*-*
    [16-01-06 12:40:51.2835] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-pcm-*-* vs flc-pcm-*-*
    [16-01-06 12:40:51.2836] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-pcm-*-* Disabled **
    [16-01-06 12:40:51.2836] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-mp3-squeezelite-50:e5:49:cc:b4:29
    [16-01-06 12:40:51.2837] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-mp3-*-50:e5:49:cc:b4:29
    [16-01-06 12:40:51.2838] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-mp3-squeezelite-*
    [16-01-06 12:40:51.2839] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-mp3-*-*
    [16-01-06 12:40:51.2840] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-mp3-*-* is enabled
    [16-01-06 12:40:51.2841] Slim::Player::TranscodingHelper::enabledFormat (217) There are 6 disabled formats...
    [16-01-06 12:40:51.2842] Slim::Player::TranscodingHelper::enabledFormat (223) Testing aif-aif-*-* vs flc-mp3-*-*
    [16-01-06 12:40:51.2842] Slim::Player::TranscodingHelper::enabledFormat (223) Testing aif-flc-*-* vs flc-mp3-*-*
    [16-01-06 12:40:51.2843] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-aif-*-* vs flc-mp3-*-*
    [16-01-06 12:40:51.2844] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-mp3-*-*
    [16-01-06 12:40:51.2845] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-pcm-*-* vs flc-mp3-*-*
    [16-01-06 12:40:51.2846] Slim::Player::TranscodingHelper::enabledFormat (223) Testing wav-flc-*-* vs flc-mp3-*-*
    [16-01-06 12:40:51.2847] Slim::Player::TranscodingHelper::checkBin (250)    enabled
    [16-01-06 12:40:51.2848] Slim::Player::TranscodingHelper::checkBin (252)   Found command: [flac] -dcs $START$ $END$ -- $FILE$ | [lame] --silent -q $QUALITY$ $RESAMPLE$ $BITRATE$ - -
    [16-01-06 12:40:51.2987] Slim::Player::TranscodingHelper::checkBin (275)    couldn't find binary for: lame
    [16-01-06 12:40:51.2988] Slim::Player::TranscodingHelper::getConvertCommand2 (443) Error: Didn't find any command matches for type: flc
    [16-01-06 12:40:53.0016] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in STOPPED-IDLE -> Slim::Player::StreamingController::_NoOp
    [16-01-06 12:40:55.1392] Slim::Utils::Strings::string (517) Error: missing string PLUGIN_SMARTMIX_EXPORT_PROGRESS
    [16-01-06 12:40:55.1395] Slim::Utils::Strings::string (517) Backtrace:
    
       frame 0: Slim::Utils::Log::logBacktrace (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Utils/Strings.pm line 517)
       frame 1: Slim::Utils::Strings::string (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/Template/SkinManager.pm line 213)
       frame 2: Slim::Web::Template::SkinManager::__ANON__ (C:\PROGRA~2\SQUEEZ~1\server\HTML\Default\ajaxProgress.txt line 17)
       frame 3: (eval) (C:\PROGRA~2\SQUEEZ~1\server\HTML\Default\ajaxProgress.txt line 18)
       frame 4: (eval) (C:\PROGRA~2\SQUEEZ~1\server\HTML\Default\ajaxProgress.txt line 7)
       frame 5: Template::Document::__ANON__ (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Template/Document.pm line 151)
       frame 6: (eval) (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Template/Document.pm line 149)
       frame 7: Template::Document::process (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Template/Context.pm line 347)
       frame 8: (eval) (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Template/Context.pm line 321)
       frame 9: Template::Context::process (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/Template/Context.pm line 38)
       frame 10: Slim::Web::Template::Context::process (C:\PROGRA~2\SQUEEZ~1\server\HTML\EN\progress.html line 3)
       frame 11: (eval) (C:\PROGRA~2\SQUEEZ~1\server\HTML\EN\progress.html line 7)
       frame 12: Template::Document::__ANON__ (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Template/Document.pm line 151)
       frame 13: (eval) (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Template/Document.pm line 149)
       frame 14: Template::Document::process (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Template/Context.pm line 347)
       frame 15: (eval) (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Template/Context.pm line 321)
       frame 16: Template::Context::process (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/Template/Context.pm line 38)
       frame 17: Slim::Web::Template::Context::process (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Template/Service.pm line 94)
       frame 18: (eval) (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Template/Service.pm line 91)
       frame 19: Template::Service::process (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Template.pm line 65)
       frame 20: Template::process (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/Template/SkinManager.pm line 330)
       frame 21: Slim::Web::Template::SkinManager::_fillTemplate (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/Template/NoWeb.pm line 69)
       frame 22: Slim::Web::Template::NoWeb::_generateContentFromFile (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/HTTP.pm line 2540)
       frame 23: Slim::Web::HTTP::filltemplatefile (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/Pages/Progress.pm line 120)
       frame 24: Slim::Web::Pages::Progress::progress (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/HTTP.pm line 1065)
       frame 25: Slim::Web::HTTP::generateHTTPResponse (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/HTTP.pm line 879)
       frame 26: Slim::Web::HTTP::processURL (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/HTTP.pm line 683)
       frame 27: Slim::Web::HTTP::processHTTP (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Networking/IO/Select.pm line 123)
       frame 28: (eval) (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Networking/IO/Select.pm line 119)
       frame 29: Slim::Networking::IO::Select::__ANON__ (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Networking/IO/Select.pm line 168)
       frame 30: (eval) (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Networking/IO/Select.pm line 168)
       frame 31: Slim::Networking::IO::Select::loop (slimserver.pl line 735)
       frame 32: main::idle (slimserver.pl line 685)
       frame 33: main::main (slimserver.pl line 129)
       frame 34: PerlSvc::Interactive (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>PerlSvc.pm line 99)
       frame 35: PerlSvc::_interactive (slimserver.pl line 0)
       frame 36: (eval) (slimserver.pl line 0)
    
    [16-01-06 12:40:55.1398] Slim::Utils::Misc::msg (1233) Warning: [12:40:55.1397] Use of uninitialized value in concatenation (.) or string at C:\PROGRA~2\SQUEEZ~1\server\HTML\Default\ajaxProgress.txt line 10.
    Ciao Filippo e buon anno.

    Con Giovanni abbiamo isolato un problema, che NON è questo, ma dovuto a SOX con AIFF che - sulla sua installazione - dopo 12-15 minuti si blocca, come se Squeezelite gli mandasse uno stop, a me non succede e non riesco a replicarlo. Gli ho chiesto evidenza dei Log sincronizzati di LMS, C-3PO e Squeezelite-R2 per poter indagare ulteriormente, oltre ad una prova uscendo in Wav, sono in attesa.

    Nel corso dell'indagine, giocando con i settings, ha sperimentato un ulteriore problema - noto e già risolto - dovuto al fatto che usa una versione NON RILASCIATA con parametri non testati, che gli ho fatto provare per verifica, producendo i sintomi che descrivi, se con "la riporduzione dopo pochi secondi secondi si blocca", intendi che NON SUONA ed il cursore avanza per l'intervallo di attesa impostato (normalmente 3 secondi).

    Stiamo parlando ancora di quello? Hai installato anche tu la nuova (vecchia) versione di C-3PO?

    Se no (e comunque), per indagarlo mi servono:

    a. Indicazioni sulle versioni di LMS, C-3PO e Squeezelite-R2 in uso su quale OS.
    b. Settaggi di C-3PO (avanzate e Lettore) + Tipi file su versioni di C-3PO precedenti alla 0.6.3 alpha.
    c. Log DEBUG di Squeezelite, C-3PO e LMS (con SOLO player.source e plugin.C-3PO in debug) a partire dal rispettivo ultimo avvio, fino a qualche decina di secondi dopo il verificarsi del presunto problema.

    Dal log che alleghi io capisco solo:

    1. hai un plugin (Smart mix) cui manca la definizione di una risorsa (la stringa identificata come PLUGIN_SMARTMIX_EXPORT_PROGRESS nel file string.txt nella cartella di quel plugin, se vuoi risolverlo), ma non centra con C-3PO.

    2. Hai attiva una voce per FLAC che esce in Mp3 ma non hai lame. Non centra nulla con C-3PO.

    3. Probabilmente (ma non posso esserne certo) sei in massima assoluta e converti da FLAC a WAV a 32 bit 384KHz, sei sicuro la scheda li regga? Comunque, pare essere una condizione assolutamente normale, testata e funzionante, se è così e non va è probabilmente a causa di qualche condizione di contorno variata da verificare.

    A me serve vedere almeno il 'famoso' Tokenized command, ricordi?
    Comunque, per cortesia, posta o mandami per mail quanto richiesto e vedrai che risolviamo in pochi minuti.
    Ciao, Marco.

    "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction."
    — E. F. Schumacher (mis-attributed to A. Einstein)
    ________________________________________________________________________________
    Autore della patch R2 per Squeezelite e del plugin C-3PO. note libere
    Logitech media Server 7.9 > miniPc + squeezelite-R2 / SB+ > "Lu Scalmentu" NOS R2R DAC by TubeOne/ AudioResearch DAC 1-20 >
    Klimo Merlino Gold TPS > DIS Interconnect > Kent Gold > Reference > Monitor Audio Studio 20 SE

  9. #509
    tebibyte
    Registrato
    Aug 2011
    Età
    50
    Messaggi
    2,928
    configurazione

    Predefinito

    La traccia inizia a suonare dopo tre secondi va in stop se non ci sono tracce successive in playlist...altrimenti passa alla traccia successiva.
    nella situazione uno il cursore si ferma e il play va in stop.

    a. Logitech Media Server Versione: 7.9.0 - 1451969481 @ Tue Jan 5 04:59:20 CUT 2016, C-3PO versione su AFDT, Squeezelite-R2 provato con il deb dello script e anche con l´ultimo binario su github.

    b.


    tipi di file: tutto disattivato meno che FLAC>PCM>flac/sox

    Log squeezelite:
    codice:
    filippo@debianplayer:~$ ./squeezelite-R2-deb-i386 -o hw:CARD=J20,DEV=0 -C 1 -a 1                                                                                                                                                             00:3::1 -x -u vIE::3:32:91 -r 352800-384000 -d all=debug -d all=debug
    [14:34:06.709314] stream_init:290 init stream
    [14:34:06.709472] stream_init:291 streambuf size: 2097152
    [14:34:06.710698] output_init_alsa:817 init output
    [14:34:06.710733] output_init_alsa:846 requested alsa_buffer: 100 alsa_period: 3                                                                                                                                                              format: any mmap: 1
    [14:34:06.710750] output_init_common:346 outputbuf size: 28224000
    [14:34:06.710799] output_init_common:370 idle timeout: 1000
    [14:34:06.710817] output_init_common:410 supported rates: 384000 352800
    [14:34:06.726811] output_init_alsa:862 memory locked
    [14:34:06.727202] output_init_alsa:885 set output sched fifo rt: 45
    [14:34:06.727225] decode_init:129 init decode, include codecs:  exclude codecs:
    [14:34:06.727289] register_dsd:624 using dsd to decode dsf,dff
    [14:34:06.762472] load_ff:621 loaded libavcodec.so.56 (56.26.100)
    [14:34:06.762510] load_ff:638 loaded libavformat.so.56 (56.25.101)
    [14:34:06.762524] load_ff:652 loaded libavutil.so.54 (54.20.100)
    [14:34:06.762583] register_ff:731 using ffmpeg to decode alc
    [14:34:06.762596] register_ff:715 using ffmpeg to decode wma,wmap,wmal
    [14:34:06.762832] load_faad:610 loaded libfaad.so.2
    [14:34:06.762849] register_faad:640 using faad to decode aac
    [14:34:06.762981] load_vorbis:300 loaded libvorbisfile.so.3
    [14:34:06.762996] register_vorbis:329 using vorbis to decode ogg
    [14:34:06.763259] load_flac:258 loaded libFLAC.so.8
    [14:34:06.763275] register_flac:286 using flac to decode flc
    [14:34:06.763285] register_pcm:392 using pcm to decode aif,pcm
    [14:34:06.763397] load_mad:383 loaded libmad.so.0
    [14:34:06.763412] register_mad:412 using mad to decode mp3
    [14:34:06.763901] load_soxr:268 loaded libsoxr.so.0
    [14:34:06.763926] resample_init:361 resampling sync recipe: 0x16, flags: 0x00, s                                                                                                                                                             cale: 0.71, precision: 32.0, passband_end: 0.91000, stopband_begin: 0.00000, pha                                                                                                                                                             se_response: -1.0
    [14:34:06.763959] discover_server:756 sending discovery
    [14:34:06.764956] discover_server:767 got response from: 192.168.178.21:3483
    [14:34:06.765005] slimproto:849 connecting to 192.168.178.21:3483
    [14:34:06.765684] slimproto:882 connected
    [14:34:06.765720] sendHELO:124 mac: 50:e5:49:cc:b4:29
    [14:34:06.765736] sendHELO:126 cap: Model=squeezelite,AccuratePlayPoints=1,HasDi                                                                                                                                                             gitalOut=1,HasPolarityInversion=1,Firmware=v1.8.1 (R2),ModelName=SqueezeLite-R2,                                                                                                                                                             MaxSampleRate=768000,dsf,dff,alc,wma,wmap,wmal,aac,ogg,flc,aif,pcm,mp3
    [14:34:06.817522] process:494 strm
    [14:34:06.817549] process_strm:256 strm command q
    [14:34:06.817572] decode_flush:190 decode flush
    [14:34:06.817584] output_flush:423 flush output buffer
    [14:34:06.817597] sendSTAT:171 STAT: STMf
    [14:34:06.817836] process:494 strm
    [14:34:06.817875] process_strm:256 strm command q
    [14:34:06.817901] decode_flush:190 decode flush
    [14:34:06.817913] output_flush:423 flush output buffer
    [14:34:06.817926] sendSTAT:171 STAT: STMf
    [14:34:06.817952] process:494 setd
    [14:34:06.817969] process:494 setd
    [14:34:06.817984] process:494 aude
    [14:34:06.817995] process_aude:395 enable spdif: 1 dac: 1
    [14:34:06.818023] process:494 audg
    [14:34:06.818037] process_audg:413 audg gainL: 65536 gainR: 65536 adjust: 0
    [14:34:06.818049] set_volume:246 setting internal gain left: 65536 right: 65536
    [14:34:11.344541] process:494 strm
    [14:34:11.344581] process_strm:256 strm command t
    [14:34:11.344599] sendSTAT:171 STAT: STMt
    [14:34:12.805453] process:494 strm
    [14:34:12.805492] process_strm:256 strm command q
    [14:34:12.805542] decode_flush:190 decode flush
    [14:34:12.805556] output_flush:423 flush output buffer
    [14:34:12.805569] sendSTAT:171 STAT: STMf
    [14:34:12.844232] process:494 audg
    [14:34:12.844271] process_audg:413 audg gainL: 65536 gainR: 65536 adjust: 0
    [14:34:12.844289] set_volume:246 setting internal gain left: 65536 right: 65536
    [14:34:12.844606] process:494 strm
    [14:34:12.844644] process_strm:256 strm command s
    [14:34:12.844661] process_strm:325 strm s autostart: 1 transition period: 10 tra                                                                                                                                                             nsition type: 0 codec: p
    [14:34:12.844677] sendSTAT:171 STAT: STMf
    [14:34:12.844702] codec_open:218 codec open: 'p'
    [14:34:12.844715] pcm_open:373 pcm size: 2 rate: 44100 chan: 2 bigendian: 0
    [14:34:12.844741] stream_sock:384 connecting to 192.168.178.21:9001
    [14:34:12.845992] stream_sock:413 header: GET /stream.mp3?player=50:e5:49:cc:b4:                                                                                                                                                             29 HTTP/1.0
    
    
    [14:34:12.846040] sendSTAT:171 STAT: STMc
    [14:34:12.846062] process_strm:357 set fade mode: 0
    [14:34:12.846083] process:494 audg
    [14:34:12.846096] process_audg:413 audg gainL: 65536 gainR: 65536 adjust: 0
    [14:34:12.846108] set_volume:246 setting internal gain left: 65536 right: 65536
    [14:34:12.918068] stream_thread:176 headers: len: 115
    HTTP/1.1 200 OK
    Server: Logitech Media Server (7.9.0 - 1451969481)
    Connection: close
    Content-Type: audio/L16
    
    
    [14:34:12.918239] sendRESP:202 RESP
    [14:34:12.969518] _check_header:77 WAVE
    [14:34:12.969599] _check_header:101 header: fmt  len: 40
    [14:34:12.969614] _check_header:129 pcm size: 4 rate: 384000 chan: 2 bigendian:                                                                                                                                                              0
    [14:34:12.969627] _check_header:101 header: fact len: 4
    [14:34:12.969639] _check_header:101 header: data len: 21766144
    [14:34:12.969651] _check_header:107 audio size: 21766144
    [14:34:12.969663] pcm_decode:200 setting track_start
    [14:34:12.969676] resample_newstream:231 disable resampling - rates match
    [14:34:12.969688] process_newstream:123 processing: inactive
    [14:34:13.031561] output_thread:638 open output device: hw:CARD=J20,DEV=0
    [14:34:13.031588] alsa_open:355 opening device at: 384000
    [14:34:13.031767] alsa_open:406 opened device hw:CARD=J20,DEV=0 using format: S3                                                                                                                                                             2_LE sample rate: 384000 mmap: 1
    [14:34:13.031806] alsa_open:485 buffer: 100 period: 3 -> buffer size: 38400 peri                                                                                                                                                             od size: 12800
    [14:34:13.102285] _output_frames:61 start buffer frames: 209067
    [14:34:13.102338] _output_frames:146 track start sample rate: 384000 replay_gain                                                                                                                                                             : 0
    [14:34:13.102368] sendSTAT:171 STAT: STMs
    [14:34:13.102404] sendSTAT:171 STAT: STMt
    [14:34:14.103434] sendSTAT:171 STAT: STMt
    [14:34:14.891739] pcm_decode:237 reached end of audio
    [14:34:14.891807] decode_thread:99 decode complete
    [14:34:14.891845] sendSTAT:171 STAT: STMd
    [14:34:15.892559] sendSTAT:171 STAT: STMt
    [14:34:16.346174] process:494 strm
    [14:34:16.346202] process_strm:256 strm command t
    [14:34:16.346212] sendSTAT:171 STAT: STMt
    [14:34:17.347244] sendSTAT:171 STAT: STMt
    [14:34:18.348315] sendSTAT:171 STAT: STMt
    [14:34:19.349397] sendSTAT:171 STAT: STMt
    [14:34:20.350455] slimproto_run:679 output underrun
    [14:34:20.350484] sendSTAT:171 STAT: STMu
    [14:34:21.344241] process:494 strm
    [14:34:21.344272] process_strm:256 strm command t
    [14:34:21.344289] sendSTAT:171 STAT: STMt
    [14:34:22.345344] slimproto_run:689 output timeout
    [14:34:22.369002] output_thread:744 disabling output
    [14:34:26.169743] slimproto_stop:920 slimproto stop
    [14:34:26.269916] decode_close:175 close decode
    [14:34:26.300375] stream_close:322 close stream
    [14:34:26.400832] output_close_alsa:890 close output
    filippo@debianplayer:~$
    il Log di LMS te lo mando per email. Considera dalla fine.

    Sistema: server-Windows10 Player-debian32bit

  10. #510
    pebibyte L'avatar di marcoc1712
    Registrato
    Jan 2013
    Messaggi
    5,254
    configurazione

    Predefinito

    Originariamente inviato da antonellocaroli
    La traccia inizia a suonare dopo tre secondi va in stop se non ci sono tracce successive in playlist...altrimenti passa alla traccia successiva.
    nella situazione uno il cursore si ferma e il play va in stop.

    a. Logitech Media Server Versione: 7.9.0 - 1451969481 @ Tue Jan 5 04:59:20 CUT 2016, C-3PO versione su AFDT, Squeezelite-R2 provato con il deb dello script e anche con l´ultimo binario su github.

    b.


    tipi di file: tutto disattivato meno che FLAC>PCM>flac/sox

    Log squeezelite:
    codice:
    filippo@debianplayer:~$ ./squeezelite-R2-deb-i386 -o hw:CARD=J20,DEV=0 -C 1 -a 1                                                                                                                                                             00:3::1 -x -u vIE::3:32:91 -r 352800-384000 -d all=debug -d all=debug
    [14:34:06.709314] stream_init:290 init stream
    [14:34:06.709472] stream_init:291 streambuf size: 2097152
    [14:34:06.710698] output_init_alsa:817 init output
    [14:34:06.710733] output_init_alsa:846 requested alsa_buffer: 100 alsa_period: 3                                                                                                                                                              format: any mmap: 1
    [14:34:06.710750] output_init_common:346 outputbuf size: 28224000
    [14:34:06.710799] output_init_common:370 idle timeout: 1000
    [14:34:06.710817] output_init_common:410 supported rates: 384000 352800
    [14:34:06.726811] output_init_alsa:862 memory locked
    [14:34:06.727202] output_init_alsa:885 set output sched fifo rt: 45
    [14:34:06.727225] decode_init:129 init decode, include codecs:  exclude codecs:
    [14:34:06.727289] register_dsd:624 using dsd to decode dsf,dff
    [14:34:06.762472] load_ff:621 loaded libavcodec.so.56 (56.26.100)
    [14:34:06.762510] load_ff:638 loaded libavformat.so.56 (56.25.101)
    [14:34:06.762524] load_ff:652 loaded libavutil.so.54 (54.20.100)
    [14:34:06.762583] register_ff:731 using ffmpeg to decode alc
    [14:34:06.762596] register_ff:715 using ffmpeg to decode wma,wmap,wmal
    [14:34:06.762832] load_faad:610 loaded libfaad.so.2
    [14:34:06.762849] register_faad:640 using faad to decode aac
    [14:34:06.762981] load_vorbis:300 loaded libvorbisfile.so.3
    [14:34:06.762996] register_vorbis:329 using vorbis to decode ogg
    [14:34:06.763259] load_flac:258 loaded libFLAC.so.8
    [14:34:06.763275] register_flac:286 using flac to decode flc
    [14:34:06.763285] register_pcm:392 using pcm to decode aif,pcm
    [14:34:06.763397] load_mad:383 loaded libmad.so.0
    [14:34:06.763412] register_mad:412 using mad to decode mp3
    [14:34:06.763901] load_soxr:268 loaded libsoxr.so.0
    [14:34:06.763926] resample_init:361 resampling sync recipe: 0x16, flags: 0x00, s                                                                                                                                                             cale: 0.71, precision: 32.0, passband_end: 0.91000, stopband_begin: 0.00000, pha                                                                                                                                                             se_response: -1.0
    [14:34:06.763959] discover_server:756 sending discovery
    [14:34:06.764956] discover_server:767 got response from: 192.168.178.21:3483
    [14:34:06.765005] slimproto:849 connecting to 192.168.178.21:3483
    [14:34:06.765684] slimproto:882 connected
    [14:34:06.765720] sendHELO:124 mac: 50:e5:49:cc:b4:29
    [14:34:06.765736] sendHELO:126 cap: Model=squeezelite,AccuratePlayPoints=1,HasDi                                                                                                                                                             gitalOut=1,HasPolarityInversion=1,Firmware=v1.8.1 (R2),ModelName=SqueezeLite-R2,                                                                                                                                                             MaxSampleRate=768000,dsf,dff,alc,wma,wmap,wmal,aac,ogg,flc,aif,pcm,mp3
    [14:34:06.817522] process:494 strm
    [14:34:06.817549] process_strm:256 strm command q
    [14:34:06.817572] decode_flush:190 decode flush
    [14:34:06.817584] output_flush:423 flush output buffer
    [14:34:06.817597] sendSTAT:171 STAT: STMf
    [14:34:06.817836] process:494 strm
    [14:34:06.817875] process_strm:256 strm command q
    [14:34:06.817901] decode_flush:190 decode flush
    [14:34:06.817913] output_flush:423 flush output buffer
    [14:34:06.817926] sendSTAT:171 STAT: STMf
    [14:34:06.817952] process:494 setd
    [14:34:06.817969] process:494 setd
    [14:34:06.817984] process:494 aude
    [14:34:06.817995] process_aude:395 enable spdif: 1 dac: 1
    [14:34:06.818023] process:494 audg
    [14:34:06.818037] process_audg:413 audg gainL: 65536 gainR: 65536 adjust: 0
    [14:34:06.818049] set_volume:246 setting internal gain left: 65536 right: 65536
    [14:34:11.344541] process:494 strm
    [14:34:11.344581] process_strm:256 strm command t
    [14:34:11.344599] sendSTAT:171 STAT: STMt
    [14:34:12.805453] process:494 strm
    [14:34:12.805492] process_strm:256 strm command q
    [14:34:12.805542] decode_flush:190 decode flush
    [14:34:12.805556] output_flush:423 flush output buffer
    [14:34:12.805569] sendSTAT:171 STAT: STMf
    [14:34:12.844232] process:494 audg
    [14:34:12.844271] process_audg:413 audg gainL: 65536 gainR: 65536 adjust: 0
    [14:34:12.844289] set_volume:246 setting internal gain left: 65536 right: 65536
    [14:34:12.844606] process:494 strm
    [14:34:12.844644] process_strm:256 strm command s
    [14:34:12.844661] process_strm:325 strm s autostart: 1 transition period: 10 tra                                                                                                                                                             nsition type: 0 codec: p
    [14:34:12.844677] sendSTAT:171 STAT: STMf
    [14:34:12.844702] codec_open:218 codec open: 'p'
    [14:34:12.844715] pcm_open:373 pcm size: 2 rate: 44100 chan: 2 bigendian: 0
    [14:34:12.844741] stream_sock:384 connecting to 192.168.178.21:9001
    [14:34:12.845992] stream_sock:413 header: GET /stream.mp3?player=50:e5:49:cc:b4:                                                                                                                                                             29 HTTP/1.0
    
    
    [14:34:12.846040] sendSTAT:171 STAT: STMc
    [14:34:12.846062] process_strm:357 set fade mode: 0
    [14:34:12.846083] process:494 audg
    [14:34:12.846096] process_audg:413 audg gainL: 65536 gainR: 65536 adjust: 0
    [14:34:12.846108] set_volume:246 setting internal gain left: 65536 right: 65536
    [14:34:12.918068] stream_thread:176 headers: len: 115
    HTTP/1.1 200 OK
    Server: Logitech Media Server (7.9.0 - 1451969481)
    Connection: close
    Content-Type: audio/L16
    
    
    [14:34:12.918239] sendRESP:202 RESP
    [14:34:12.969518] _check_header:77 WAVE
    [14:34:12.969599] _check_header:101 header: fmt  len: 40
    [14:34:12.969614] _check_header:129 pcm size: 4 rate: 384000 chan: 2 bigendian:                                                                                                                                                              0
    [14:34:12.969627] _check_header:101 header: fact len: 4
    [14:34:12.969639] _check_header:101 header: data len: 21766144
    [14:34:12.969651] _check_header:107 audio size: 21766144
    [14:34:12.969663] pcm_decode:200 setting track_start
    [14:34:12.969676] resample_newstream:231 disable resampling - rates match
    [14:34:12.969688] process_newstream:123 processing: inactive
    [14:34:13.031561] output_thread:638 open output device: hw:CARD=J20,DEV=0
    [14:34:13.031588] alsa_open:355 opening device at: 384000
    [14:34:13.031767] alsa_open:406 opened device hw:CARD=J20,DEV=0 using format: S3                                                                                                                                                             2_LE sample rate: 384000 mmap: 1
    [14:34:13.031806] alsa_open:485 buffer: 100 period: 3 -> buffer size: 38400 peri                                                                                                                                                             od size: 12800
    [14:34:13.102285] _output_frames:61 start buffer frames: 209067
    [14:34:13.102338] _output_frames:146 track start sample rate: 384000 replay_gain                                                                                                                                                             : 0
    [14:34:13.102368] sendSTAT:171 STAT: STMs
    [14:34:13.102404] sendSTAT:171 STAT: STMt
    [14:34:14.103434] sendSTAT:171 STAT: STMt
    [14:34:14.891739] pcm_decode:237 reached end of audio
    [14:34:14.891807] decode_thread:99 decode complete
    [14:34:14.891845] sendSTAT:171 STAT: STMd
    [14:34:15.892559] sendSTAT:171 STAT: STMt
    [14:34:16.346174] process:494 strm
    [14:34:16.346202] process_strm:256 strm command t
    [14:34:16.346212] sendSTAT:171 STAT: STMt
    [14:34:17.347244] sendSTAT:171 STAT: STMt
    [14:34:18.348315] sendSTAT:171 STAT: STMt
    [14:34:19.349397] sendSTAT:171 STAT: STMt
    [14:34:20.350455] slimproto_run:679 output underrun
    [14:34:20.350484] sendSTAT:171 STAT: STMu
    [14:34:21.344241] process:494 strm
    [14:34:21.344272] process_strm:256 strm command t
    [14:34:21.344289] sendSTAT:171 STAT: STMt
    [14:34:22.345344] slimproto_run:689 output timeout
    [14:34:22.369002] output_thread:744 disabling output
    [14:34:26.169743] slimproto_stop:920 slimproto stop
    [14:34:26.269916] decode_close:175 close decode
    [14:34:26.300375] stream_close:322 close stream
    [14:34:26.400832] output_close_alsa:890 close output
    filippo@debianplayer:~$
    il Log di LMS te lo mando per email. Considera dalla fine.

    Sistema: server-Windows10 Player-debian32bit
    Dal punto di vista di squeezelite, il processo inizia correttamente, ma dopo meno di un secondoi non riceve più dati dal server e va in buffer underrun in 7 secondi, quindi in timeout ed in stop, inviandolo al server.

    Qesto comportamento di squeezelite è compatibile con i sintomi denunciati sia da te che da Giovanni dopo i 15 minuti, ma ion non ho mai visto nulla del genere nei log di Giovanni, quindi temo siano problemi diversi (a meno che Giovanni non mi abbia inviato log incompleti).

    Vediamo cosa dice il server.
    Ciao, Marco.

    "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction."
    — E. F. Schumacher (mis-attributed to A. Einstein)
    ________________________________________________________________________________
    Autore della patch R2 per Squeezelite e del plugin C-3PO. note libere
    Logitech media Server 7.9 > miniPc + squeezelite-R2 / SB+ > "Lu Scalmentu" NOS R2R DAC by TubeOne/ AudioResearch DAC 1-20 >
    Klimo Merlino Gold TPS > DIS Interconnect > Kent Gold > Reference > Monitor Audio Studio 20 SE

Pagina 51 di 52
prima
... 41 42 43 44 45 46 47 48 49 50 51 52 ultimo

Informazioni Thread

Users Browsing this Thread

Ci sono attualmente 1 utenti che stanno visualizzando questa discussione. (0 utenti e 1 ospiti)

Regole d'invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
nexthardware.com - © 2002-2022