section7 / squeezelite

Automatically exported from code.google.com/p/squeezelite
Other
0 stars 0 forks source link

squeezelite-mips-ar71xx not started until debug enabled #44

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run squeezelite-mips-ar71xx without debug enabled.
2. The program runs but do nothing.

What is the expected output? What do you see instead?
The program should start.

What version of the product are you using? On what operating system?
OpenWrt AA squeezelite-mips-ar71xx v. 1.2.

Please provide any additional information below.
If the program started with debug enabled, the it runs fine.
squeezelite -m ab:cd:ef:12:34:56 -n wr703n -s 192.168.1.2 -d de
code=info.

Original issue reported on code.google.com by loc...@gmail.com on 9 Sep 2013 at 4:49

GoogleCodeExporter commented 8 years ago
I second this. Strangely the following works ONLY with -d and ONLY without -z 
./squeezelite-mips-ar71xx -n $(uci get system.@system[0].hostname) -d all=info &

Original comment by ad...@puredarwin.org on 23 Feb 2014 at 8:06

GoogleCodeExporter commented 8 years ago
Further narrowed it down to
-d stream=debug
works.

./squeezelite-mips-ar71xx -d decode=info
[21:00:39.642605] decode_init:129 init decode
[21:00:39.678974] load_faad:592 dlerror: File not found
[21:00:39.683142] load_vorbis:279 dlerror: File not found
[21:00:39.687485] load_flac:240 dlerror: File not found
[21:00:39.691393] register_pcm:382 using pcm
[21:00:39.696616] load_mad:351 loaded libmad.so.0
[21:00:39.716135] decode_flush:188 decode flush

Original comment by ad...@puredarwin.org on 23 Feb 2014 at 9:01

GoogleCodeExporter commented 8 years ago
Sorry, I made a mistake:
-d stream=debug --> does NOT work
-d decode=info --> DOES work
-d all=info --> DOES work

Original comment by ad...@puredarwin.org on 23 Feb 2014 at 9:04

GoogleCodeExporter commented 8 years ago
I have the same issue with v1.8 on an armel machine.

Original comment by UserP...@googlemail.com on 3 May 2015 at 3:07