mountpoints
mount_point_mp3 = "airtime.mp3"
mount_point_vorbis = "airtime.ogg"
###mount_point_aacplus = "airtime.aacp"
Albert FR said:do a rm is not perhaps a good idea ;-)
mv /usr/bin/artime/liquidsoap usr/bin/airtime/liquidsoap-old
is more secure ;-)
root@airtime1:/usr/lib/airtime/pypo/bin/liquidsoap_scripts# sudo -u pypo /usr/lib/airtime/pypo/bin/airtime-liquidsoapsudo: unable to resolve host airtime1Error in encoding format at/usr/lib/airtime/pypo/bin/liquidsoap_scripts/ls_lib.liq, line 126, char 74-77:unknown parameter name or invalid parameter value.
Prasad DLN said:Hi,
I have modified ls_lib.liq such that i will get tile of stream as artist|title. But it is not getting reflected. I am getting it as artist - title. Please help me. Below is the method i changed. After changing i have restarted airtime also.def append_title(m) =log("Using stream_format #{!stream_metadata_type}")if !stream_metadata_type == 1 then[("title", "#{!show_name} - #{m['artist']} - #{m['title']}")]elsif !stream_metadata_type == 2 then[("title", "#{!station_name} - #{!show_name}")]elsif !stream_metadata_type == 0 thenlog("In Case Of 0")[("title", "#{m['artist']}|#{m['title']}")]elselog("Using New stream_format #{!stream_metadata_type}")[("title", "#{m['artist']}|#{m['title']}")]endend
Martin Konecny said:which AAC encode were you using? AFAIK there are 6 different versions for Linux.
Martin Konecny said:Now that you mention it, there used be a bug where Liquidsoap crashed after every track with AAC. I believe this has been fixed though. Why don't you try again, and let us know how it goes. We will be looking into implementing AAC HE support soon, and could learn from your experience on the best approach as well as encoder.
Steps to get latest version of Liquidsoap are available here:
sudo nano /etc/apt/sources.list[make/install libaacplus]
deb http://apt.sourcefabric.org/ precise main
sudo apt-get update
sudo apt-get install sourcefabric-keyring
sudo apt-get install postgresql
sudo apt-get install airtime
Got that part down!Martin Konecny said:Actually appears that you need to get the library from here:
Download:Edit:Verified as working - download version 2.0.2 untar it and then run./autogen.sh./configuremakesudo make install
Roger Wilco said:This happened, too...
W: Duplicate sources.list entry http://apt.sourcefabric.org/ precise/main amd64 Packages (/var/lib/apt/lists/apt.sourcefabric.org_dists_precise_main_binary-amd64_Packages)
W: Duplicate sources.list entry http://apt.sourcefabric.org/ precise/main i386 Packages (/var/lib/apt/lists/apt.sourcefabric.org_dists_precise_main_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems
Roger Wilco said:
Got that part down!Martin Konecny said:Actually appears that you need to get the library from here:
Download:Edit:Verified as working - download version 2.0.2 untar it and then run./autogen.sh./configuremakesudo make install
The core commands over here are/is actually some sort of script, isn't it?
Yeah? The On Air light comes on briefly at the start of a track then immediately goes out. Icecast receives a handshake from LS but nothing is actually streamed or transferred.
Martin Konecny said:Those outputs look fine to me.
Yeah? The On Air light comes on briefly at the start of a track then immediately goes out. Icecast receives a handshake from LS but nothing is actually streamed or transferred.
Martin Konecny said:If Liquidsoap isnt running it should at least show in the logs that it
cannot startup or has shutdown. Can you verify this again. Also check to
make sure there arent two liquidsoap processes running.
On Mar 12, 2013 6:32 PM, "Roger Wilco" <
airtime-support@lists.sourcefabric.org> wrote:
> Those outputs look fine to me.
>
> Yeah? The On Air light comes on briefly at the start of a track then
> immediately goes out. Icecast receives a handshake from LS but nothing is
> actually streamed or transferred.
>
>
> Can you elaborate? What do you mean handshake? Does the mount point show
> only metadata?
>
> I haven't tried faac yet, but aacp2 definitely does not work. At the start
> of a track, the On Air light in the HTTP interface changes to ON, then 1-3
> seconds later, the light goes out. Icecast does get a connection attempt
> from Liquidsoap (connected time shows >0 seconds) but total_bytes_read/send
> stays firmly at 0. System>Status>airtime-liquidsoap Uptime remains "0d 0h
> 0m 0s" as well.
>
>
It looks like you're new here. If you want to get involved, click one of these buttons!