Discussions
Activity
Sign In
How it works
Martin Konecny
Activity
Discussions
32
Comments
1828
Playlist for watched folders?
That's an interesting way to use Airtime. This is not supported yet, but you can actually mimic this behaviour. Several users in these forums have modified their Liquidsoap script to play random files from a folder whenever nothing is scheduled…
Comment by
Martin Konecny
August 2012
permalink
AAC+ codec and icecast2 server
Also that wiki guide you found does not let you use AAC+ files in the Airtime library. It only allows to to transcode from MP3 or OGG to AAC+ while streaming.
Comment by
Martin Konecny
August 2012
permalink
AAC+ codec and icecast2 server
Here's a wiki on how to build Liquidsoap: https://wiki.sourcefabric.org/display/CC/Building+Liquidsoap+from+Source We hope to have Airtime 2.2 released around the end of September, but this is not an official confirmation :)
Comment by
Martin Konecny
August 2012
permalink
[RESOLVED] Cannot add any media
Guytrance is correct, please verify that /srv/airtime/stor has the correct permissions. Will make this error message more clear.
Comment by
Martin Konecny
August 2012
permalink
AAC+ codec and icecast2 server
Airtime 2.2 should have this support.
Comment by
Martin Konecny
August 2012
permalink
The server is too slow
In the end of that log, airtime-check-system runs and connects to "http://localhost:80" to get Airtime service status. Please verify that Airtime is code is responding to http://localhost requests. I think there might be a conflict with yo…
Comment by
Martin Konecny
August 2012
permalink
How to enable replay gain in Airtime 2.1.3
I wouldn't modify the scripts with the code you've posted. What that does is autocompute the ReplayGain right before the track is going to play, and induces a delay until this value is computed. Airtime 2.2 will feature full + proper suppo…
Comment by
Martin Konecny
August 2012
permalink
Current Song: AirTime - Airtime - Offline
This is something very similar to the way the widgets do. I'd suggest you take a quick look at the widget code and modify them to do exactly as you need.
Comment by
Martin Konecny
August 2012
permalink
Scheduled Liquidsoap script?
It's actually Liquidsoap scripts, not Airtime scripts :). You can view some documentation on how to control the switch operator to change sources based on time here: http://savonet.sourceforge.net/doc-1.0.1/advanced.html
Comment by
Martin Konecny
August 2012
permalink
Scheduled shows finnish early..dead air?
It's actually continuing to play at the point where it last left off. When scheduled content plays this fallback content is actually paused. As far as I'm aware, there is no way to get it to restart from the beginning of the track when you…
Comment by
Martin Konecny
August 2012
permalink
Choppy Audio 2.1.3 on Ubuntu 10.04
Ok I will do some tests to try and verify this. Please post the the file at /etc/airtime/liquidsoap.cfg
Comment by
Martin Konecny
August 2012
permalink
Install Error - Locales [fixed]
Please try the following: sudo -u postgres psql -l If under the name column you only see "postgres, template0, template1 and airtime" then please run the following two commands: sudo apt-get purge postgresqlsudo apt-get install postgresql …
Comment by
Martin Konecny
August 2012
permalink
The server is too slow
It appears that the python service Pypo is trying to contact your server over and over again is causing a high CPU load. Is Airtime installed as the document root of the Apache server?
Comment by
Martin Konecny
August 2012
permalink
The server is too slow
Too many apache processes you mean? I'm running Squeeze as well and have the same amount of Apache processes running, but they are all near 0% CPU usage so they don't show up in "top". Do you have many users or many browsers open…
Comment by
Martin Konecny
August 2012
permalink
The server is too slow
Not sure what is going on here, what about your other hosted webpage? I'm curious about how you are hosting that and Airtime together. What happens when you do "service apache2 restart"?
Comment by
Martin Konecny
August 2012
permalink
Scheduled shows finnish early..dead air?
Your code looks correct - it should kick in exactly after 118 minutes. Did you make modifications anywhere else in the script?
Comment by
Martin Konecny
August 2012
permalink
The server is too slow
If you use the "top" shell command you should be able which process is using up your CPU time.
Comment by
Martin Konecny
August 2012
permalink
Current Song: AirTime - Airtime - Offline
I was able to reproduce this and created a ticket here: http://dev.sourcefabric.org/browse/CC-4242 This is now fixed and will be available in Airtime 2.1.4/2.2
Comment by
Martin Konecny
August 2012
permalink
Current Song: AirTime - Airtime - Offline
but if I check the "Icecast Vorbis Metadata :" option enabled/disabled (during every change in the Stream Label ... because without this the Stream Label changeing always stayed in the last used output) and change the "Stream Label:&q…
Comment by
Martin Konecny
August 2012
permalink
PHP code for IceCast stats for websites
I took a quick look at the script, nice attempt at tackling this :). Official support for icecast stats is on our future roadmap, and we hope to have this feature soon.
Comment by
Martin Konecny
August 2012
permalink
[RESOLVED] Installation issue
sudo dpkg-reconfigure locales I does more than just modify /etc/default/locale
Comment by
Martin Konecny
August 2012
permalink
[RESOLVED] Installation issue
LANG=LANGUAGE=LC_CTYPE="POSIX"LC_NUMERIC="POSIX"LC_TIME="POSIX"LC_COLLATE="POSIX"LC_MONETARY="POSIX"LC_MESSAGES="POSIX"LC_PAPER="POSIX"LC_NAME="POSIX"LC_ADDRESS="PO…
Comment by
Martin Konecny
August 2012
permalink
Airtime 2.1.3 Now Playing gets out of sync with actual Icecast2 stream
If it's an issue with a corrupted track then it is not necessary to send it over. Glad to hear you fixed the issue :).
Comment by
Martin Konecny
August 2012
permalink
Relay?
As Albert mentioned, it is coming for Airtime 2.2 :)
Comment by
Martin Konecny
August 2012
permalink
[RESOLVED] Installation issue
Hi, One of the third party package repositories that Airtime depends on has seen a change in it's domain name, and this causes your install to fail. Please do the following: Open /etc/apt/sources.list as root and change deb http://www.debian-…
Comment by
Martin Konecny
August 2012
permalink
Broadcasting Airtime to another CP on Same Server
I'm not familiar with how Centova works so I can't tell you why it's behaving that way. But I think you have the right idea of copying to information from icecast.xml into Airtime. Just make sure that when Airtime tries to connect, Ce…
Comment by
Martin Konecny
August 2012
permalink
Current Song: AirTime - Airtime - Offline
I'll try and help you, but I need a little more information. First what button do you have selected under "Stream Label" in the "Streams" page? Second, you mentioned it happens when you have an mp3 stream. Is it only with mp…
Comment by
Martin Konecny
August 2012
permalink
Disconnect on downtime? [Suggestion]
Second, You could simply just disconnect when nothing is scheduled and all other sources are disconnected(may be the same as above, maybe i just worded it different? O.o) the only issue i feel with this bruteforce style method is that with improper …
Comment by
Martin Konecny
August 2012
permalink
Import Issue / Audio not appearing in airtime
1.mp3The file was not uploaded, this error will occur if the computer hard drive does not have enough disk space.) This can also happen if the permissions of /srv/airtime/stor have been altered (since Apache cannot copy the file there anymore). Ple…
Comment by
Martin Konecny
August 2012
permalink
Install makes slow server response
Seems to me that Liquidsoap will hammer the directory like crazy until a track appears.
Comment by
Martin Konecny
August 2012
permalink
More Comments
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Follow Martin Konecny
About
Username
Martin Konecny
Joined
December 2010
Visits
0
Last Active
August 2015
Roles
Member
Posts
1,860
Friends
Following 1 person
Followed by 6 people
My Badges
Total Points: 90
Top Posters
Albert FR
1978
Martin Konecny
1860
Andrey Podshivalov
1526
Voisses Tech
1423
John Chewter
899
Daniel James
844
Roger Wilco
784
hoerich
627
Paul Baranowski
389
Cliff Wang
339