bpa wrote:
> You could enable logging for output on squeezelite to see if (a) Radio
> is opened ok and (ii) data is sent to Radio.
Good tip I got an error about libmad.so.
Code:
--------------------
[12:56:49.649937] load_mad:375 dlerror: libmad.so.0: cannot open shared
object file: No such file or directory
--------------------
After installing libmad0 and restricting the the stream to only use mp3
(why not) it started streaming.
Code:
--------------------
./oldsqueezelite -n RPI -d all=debug -f test.log -c mp3 -o Radio &
--------------------
Ices2 still gives me the same error
Code:
--------------------
parec | ices2 ices-conf.xml
[2022-02-23 13:03:58] INFO ices-core/main IceS 2.0.3 started...
[2022-02-23 13:03:58] EROR playlist-builtin/playlist_open_module No playlist
type given, cannot initialise playlist module
[2022-02-23 13:03:58] EROR input/input_loop Couldn't initialise input module
"playlist"
[2022-02-23 13:03:58] INFO ices-core/main Shutdown complete
--------------------
Code:
--------------------
<?xml version="1.0"?>
<ices>
<!-- run in background -->
<background>1</background>
<!-- where logs, etc go. -->
<logpath>/home/pi/Templates/sqlite</logpath>
<logfile>ices.log</logfile>
<!-- 1=error,2=warn,3=info,4=debug -->
<loglevel>4</loglevel>
<!-- set this to 1 to log to the console instead of to the file above -->
<consolelog>1</consolelog>
<!-- optional filename to write process id to -->
<pidfile>/home/pi/Templates/sqlite/ices.pid</pidfile>
<input>
<module>stdinpcm</module>
<param name="rate">44100</param>
<param name="channels">2</param>
<param name="metadata">1</param>
<param name="metadatafilename">/home/pi/Templates/sqlite/metadata.txt</param>
</input>
</ices>
--------------------
------------------------------------------------------------------------
Hellsblade's Profile: http://forums.slimdevices.com/member.php?userid=4283
View this thread: http://forums.slimdevices.com/showthread.php?t=112809
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins