Just to be clear:

single("/var/www/toldot/media.toldot.ru/Hava_Kuperman/mesilat_yesharim\
08.mp3")

Was this file supposed to be: `mesilat_yesharim 08.mp3` or 
`mesilat_yesharim08.mp3`?

Because it's in double-quotes, you shouldn't need to add a \ to escape a space 
character.

Also, is there any particular reason you're using such an old version of 
liquidsoap?
________________________________
From: ST <smn...@gmail.com>
Sent: Wednesday, 27 March 2019 7:30 AM
To: savonet-users@lists.sourceforge.net
Subject: [Savonet-users] Problems with v1.1.1 on Debian stable

Hi,

I try to run following script on Debian9 stable, version 1.1.1 and I get
following error:
Illegal instruction

Here is the script:

#!/usr/bin/liquidsoap

# Music
myplaylist = playlist("/home/deploy/playlist.txt")
# If something goes wrong, we'll play this
security =
single("/var/www/toldot/media.toldot.ru/Hava_Kuperman/mesilat_yesharim\
08.mp3")

# Start building the feed with music
radio = myplaylist
# And finally the security
radio = fallback(track_sensitive = false, [radio, security])

output.icecast(%mp3.vbr,
  host = "localhost", port = 8000,
  password = "blabla", mount = "stream",
  radio)


Here are the logs:

2019/03/26 21:53:17 >>> LOG START
2019/03/26 21:53:17 [protocols.external:3] Found "/usr/bin/wget".
2019/03/26 21:53:17 [main:3] Liquidsoap 1.1.1
2019/03/26 21:53:17 [main:3] Using: graphics=[distributed with Ocaml]
pcre=7.2.3 dtools=0.3.1 duppy=0.5.1 duppy.syntax=0.5.1 cry=0.2.2
mm=0.2.1 xmlplaylist=0.1.3 lastfm=0.3.0 ogg=0.4.5 vorbis=0.6.1
opus=0.1.0 sp
eex=0.2.0 mad=0.4.4 flac=0.1.1 flac.ogg=0.1.1 dynlink=[distributed with
Ocaml] lame=0.3.2 shine=0.2.0 gstreamer=0.2.0 frei0r=0.1.0
voaacenc=0.1.0 theora=0.3.0 gavl=0.1.5 bjack=0.1.4 alsa=0.2.1 ao=0.2.0
samplerat
e=0.1.2 taglib=0.3.1 magic=0.7.3 camomile=0.8.4 inotify=1.0 faad=0.3.2
soundtouch=0.1.7 portaudio=0.2.0 pulseaudio=0.1.2 ladspa=0.1.4
dssi=0.1.1 sdl=0.9.1 camlimages=4.2.0 lo=0.1.0 yojson=1.3.2 gd=1.0a5
2019/03/26 21:53:17 [dynamic.loader:3] Could not find dynamic module for
fdkaac encoder.
2019/03/26 21:53:17 [dynamic.loader:3] Could not find dynamic module for
aacplus encoder.
2019/03/26 21:53:17 [dynamic.loader:2] Loaded plugin
file /usr/lib/liquidsoap/1.1.1/plugins/voaacenc.cmxs.
2019/03/26 21:53:17 [dynamic.loader:2] Loaded plugin
file /usr/lib/liquidsoap/1.1.1/plugins/pulseaudio.cmxs.
2019/03/26 21:53:17 [dynamic.loader:2] Loaded plugin
file /usr/lib/liquidsoap/1.1.1/plugins/mad.cmxs.
2019/03/26 21:53:17 [dynamic.loader:2] Loaded plugin
file /usr/lib/liquidsoap/1.1.1/plugins/lame.cmxs.
2019/03/26 21:53:17 [dynamic.loader:2] Loaded plugin
file /usr/lib/liquidsoap/1.1.1/plugins/cry.cmxs.
2019/03/26 21:53:17 [dynamic.loader:2] Loaded plugin
file /usr/lib/liquidsoap/1.1.1/plugins/flac.cmxs.
2019/03/26 21:53:17 [dynamic.loader:2] Loaded plugin
file /usr/lib/liquidsoap/1.1.1/plugins/ogg.cmxs.
2019/03/26 21:53:17 [dynamic.loader:2] Loaded plugin
file /usr/lib/liquidsoap/1.1.1/plugins/faad.cmxs.
2019/03/26 21:53:17 [dynamic.loader:2] Loaded plugin
file /usr/lib/liquidsoap/1.1.1/plugins/flac_ogg.cmxs.
2019/03/26 21:53:17 [dynamic.loader:2] Loaded plugin
file /usr/lib/liquidsoap/1.1.1/plugins/taglib.cmxs.
2019/03/26 21:53:17 [dynamic.loader:2] Loaded plugin
file /usr/lib/liquidsoap/1.1.1/plugins/vorbis.cmxs.
2019/03/26 21:53:17 [frame:3] Using 44100Hz audio, 25Hz video, 44100Hz
master.
2019/03/26 21:53:17 [frame:3] Frame size must be a multiple of 1764
ticks = 1764 audio samples = 1 video samples.
2019/03/26 21:53:17 [frame:3] Targetting 'frame.duration': 0.04s = 1764
audio samples = 1764 ticks.
2019/03/26 21:53:17 [frame:3] Frames last 0.04s = 1764 audio samples = 1
video samples = 1764 ticks.
2019/03/26 21:53:17 [threads:3] Created thread "generic queue #1".
2019/03/26 21:53:17 [threads:3] Created thread "generic queue #2".
2019/03/26 21:53:17 [playlist(dot)txt:3] Loading playlist...
2019/03/26 21:53:17 [playlist(dot)txt:3] No mime type specified, trying
autodetection.
2019/03/26 21:53:17 [playlist(dot)txt:3] Playlist treated as format
application/x-mpegURL
2019/03/26 21:53:17 [playlist(dot)txt:3] Successfully loaded a playlist
of 3 tracks.
2019/03/26 21:53:17 [stream:3] Connecting mount stream for
source@localhost...
2019/03/26 21:53:17 [decoder:3] Method "MAD" accepted
"/var/www/toldot/media.toldot.ru/Hava_Kuperman/mesilat_yesharim08.mp3".
2019/03/26 21:53:17 [stream:3] Connection setup was successful.
2019/03/26 21:53:17 [threads:3] Created thread "wallclock_main" (1
total).
2019/03/26 21:53:17 [clock.wallclock_main:3] Streaming loop starts,
synchronized with wallclock.


Checking whether liquidsoap runs with `ps aux| grep liquid` doesn't show
the process running. And also the `mydomain:8000/stream` says:
404 - The file you requested could not be found

Any ideas? I'd prefer to stay with the version 1.1.1 of Debian9 if
possible.

Thank you!





_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to