Hi, 2015-08-11 3:04 GMT-05:00 Jürgen Otte <[email protected]>: > > Aloha > > While using liquidsoap i run into 2 problems. > > > > My setup so far works and does what it should with 2 small exceptions. > > > > 1) I followed the „guides“ to get fdkaac working to the letter. But… > > > > 2015/08/10 15:20:10 [main:3] Liquidsoap 1.1.1+scm > (git://github.com/savonet/liquidsoap.git@7782295be5242410d8a35da2ba41d549c50e439e:20150810:124215) > > 2015/08/10 15:20:10 [main:3] Using: graphics=[distributed with Ocaml] > bytes=[distributed with OCaml 4.02 or above] pcre=7.1.5 dtools=0.3.1 > duppy=0.5.1 cry=0.3.0 mm=0.3.0 xmlplaylist=0.1.3 lastfm=0.3.0 ogg=0.5.0 > vorbis=0.6.2 opus=0.1.1 speex=0.2.1 mad=0.4.4 flac=0.1.2 flac.ogg=0.1.2 > dynlink=[distributed with Ocaml] lame=0.3.2 gstreamer=0.2.0 aacplus=0.2.1 > voaacenc=0.1.0 theora=0.3.1 schroedinger=0.1.1 bjack=0.1.4 alsa=0.2.1 > ao=0.2.0 samplerate=0.1.2 taglib=0.3.2 camomile=0.8.5 faad=0.3.3 > soundtouch=0.1.7 portaudio=0.2.0 pulseaudio=0.1.2 ladspa=0.1.4 lo=0.1.0 > > > > It does not find the (handcompiled, enabled in PACKAGES) encoder. > > > > root@ls2:~# liquidsoap 'print (%fdkaac())' > > %fdkaac(afterburner=false,aot="mpeg4_he_aac_v2",bitrate=64,channels=2,samplerate=44100,sbr_mode=false,transmux="adts") > > > > However > > > > 2015/08/10 12:48:44 [dynamic.loader:3] Could not find dynamic module for > fdkaac encoder. > > > > liquidsoap@ls2:~$ locate fdkaac | grep cmxs > > /usr/lib/ocaml/fdkaac/fdkaac.cmxs > > /usr/lib/ocaml/fdkaac/fdkaac_loader.cmxs > > /usr/local/lib/ocaml/3.12.1/fdkaac/fdkaac.cmxs > > /usr/local/lib/ocaml/3.12.1/fdkaac/fdkaac_loader.cmxs > > /usr/share/liquidsoap/liquidsoap-full/ocaml-fdkaac/src/fdkaac.cmxs > > /usr/share/liquidsoap/liquidsoap-full/ocaml-fdkaac/src/fdkaac_loader.cmxs > > liquidsoap@ls2:~$ locate fdkaac | grep cma > > /usr/lib/ocaml/fdkaac/fdkaac.cma > > /usr/lib/ocaml/fdkaac/fdkaac_loader.cma > > /usr/local/lib/ocaml/3.12.1/fdkaac/fdkaac.cma > > /usr/local/lib/ocaml/3.12.1/fdkaac/fdkaac_loader.cma > > /usr/share/liquidsoap/liquidsoap-full/ocaml-fdkaac/src/fdkaac.cma > > /usr/share/liquidsoap/liquidsoap-full/ocaml-fdkaac/src/fdkaac_loader.cma
If you are compiling liquidsoap, have you tried to use the built-in fdkaac encoder instead of the dynamically loaded one? > 2) > > Icecast streams work nice and do what they are supposed to as input. > > Shoutcast (yes, yes, ports 8005/8006) seems to have a small issue: > > > > 2015/08/10 15:27:46 [harbor:4] New client on port 8006: > win-6bht1s6odil.revenger.vpn > > 2015/08/10 15:27:46 [harbor:4] Header: icy-genre, value: Various. > > 2015/08/10 15:27:46 [harbor:4] Header: icy-url, value: > http://www.audiorealm.com. > > 2015/08/10 15:27:46 [harbor:4] Header: icy-irc, value: #audiorealm. > > 2015/08/10 15:27:46 [harbor:4] Header: icy-icq, value: Ihcequh. > > 2015/08/10 15:27:46 [harbor:4] Header: icy-aim, value: aihm. > > 2015/08/10 15:27:46 [harbor:4] Header: icy-pub, value: 1. > > 2015/08/10 15:27:46 [harbor:4] Header: icy-br, value: 96. > > 2015/08/10 15:27:46 [harbor:4] Header: content-type, value: audio/aacp. > > 2015/08/10 15:27:46 [harbor:4] ICY request on /. > > 2015/08/10 15:27:46 [harbor:4] Adding source on mountpoint "/" with type > "audio/aacp". > > 2015/08/10 15:27:46 [harbor:5] Relaying ICY. > > 2015/08/10 15:27:46 [harbor:4] Returned 500 for '/': File "tools/harbor.ml", > line 368, characters 31-37: Assertion failed > > > > Any Idea/Clue where to start looking ? Looks like an error on the shoutcast side. Do you have more info/logs from there? Romain ------------------------------------------------------------------------------ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
