Discussions
Activity
Sign In
How it works
Albert Santoni
Activity
Discussions
12
Comments
56
PHP 7
I gave it a quick test a couple of weeks ago. It mostly worked but there were some problems related to Zend Framework 1 and iconv, IIRC. This was on Ubuntu 14.04. It might work with an updated version of ZF1, and Ubuntu 16.04 might ship with that, h…
Comment by
Albert Santoni
April 2016
permalink
[feature request] template to create a series of shows
Hi Jean-Marie, That sounds like a useful feature. To get started, check out the 2.5.x branch on Github:https://github.com/sourcefabric/airtime The show scheduling code is not too difficult to work on. A good starting point would be the Show model c…
Comment by
Albert Santoni
December 2015
permalink
Airtime Web interface media upload stops at % of file
Are you out of disk space? It looks like Airtime might be failing to create a temporary file on the server side. Can you check /var/log/apache2/error.log for any errors?
Comment by
Albert Santoni
August 2015
permalink
Console keeps kicking me out to login screen
Hi John, Do you see anything weird in your Apache log or Airtime log?Check /var/log/apache2/error.log and /var/log/airtime/zendphp.log. If you're getting kicked out, sounds like a problem with you user "session", which could point to …
Comment by
Albert Santoni
August 2015
permalink
Domain / Directory
Hi Keshav, After you install the latest version of Airtime, open up your /etc/airtime.conf file and look for the base_dir setting. It's set to "/" by default, but if you change that to "/airtime", it should change the direct…
Comment by
Albert Santoni
August 2015
permalink
[Help] Problems With Station Time
Is this the station timezone in the System->Preferences menu, or the timezone that you're viewing the station in? (Click on your username in the top-right corner of Airtime to see your user preferences. There's a separate setting for w…
Comment by
Albert Santoni
April 2015
permalink
Airtime 2.5.2.1 Released
I tried this update on a 2.5.2 Debian box, still no joy :( LiquidSoap service fails to start Hi mrkrotos, Can you check /var/log/upstart/airtime-liquidsoap.log for any errors?Also, can you please PM that log and the airtme-playout.log too? Thanks,…
Comment by
Albert Santoni
April 2015
permalink
Airtime 2.5.2 Released!
UPDATE Airtime 2.5.2.1 has been released to fix a couple of installer issues discovered by our community here on the forums.Download the latest update Changelog:- Fixed file path conflict affecting some upgrades from 2.5.1- Fixed daemons not startin…
Comment by
Albert Santoni
April 2015
permalink
Airtime 2.5.2 fresh install on Debian 7.8 airtime-liquidsoap service fails to start
Hey guys, I just uploaded a small update that fixes a couple of the issues that you guys have reported:https://sourceforge.net/projects/airtime/files/latest/download?source=files Can you please make sure to run the uninstall script from the new tarb…
Comment by
Albert Santoni
April 2015
permalink
Airtime down, airtime-liquidsoap won't start
If you're downgrading to 2.5.1, remove /usr/bin/airtime-liquidsoap.
Comment by
Albert Santoni
March 2015
permalink
Airtime 2.5.2 Discussion
Sorry, I meant /etc/init, not /etc/initctl. This should have come with a BIG warning label: "WARNING: Installing this software will make a fundamental change to the way your system boots, replacing Upstart with SysVinit. If you do not have dire…
Comment by
Albert Santoni
March 2015
permalink
Airtime 2.5.2 RC1
Hello, I don't understand all yours messages.... So I would like a only one answer: is it possible to make a update with the regular "apt-get update" and "apt-get upgrade" on the serveur ? Thank you best regardPatrick Hi …
Comment by
Albert Santoni
January 2015
permalink
Airtime reads 2 hour MP3 as 1 hour, despite preview seeing the full 2 hours.
I filed an upstream bug in silan and Robin has provided a new build that resolves this problem:https://github.com/x42/silan/issues/3#issuecomment-71634349 You can download that statically compiled binary for yourself to get an immediate fix, but we&…
Comment by
Albert Santoni
January 2015
permalink
Ansible role for Airtime
Thanks for sharing this Mathieu, this looks handy! I've forked it and added it to our collection of Airtime accessories on Github: github.com/Airtime
Comment by
Albert Santoni
January 2015
permalink
Airtime reads 2 hour MP3 as 1 hour, despite preview seeing the full 2 hours.
Hi Mike, Are you on Ubuntu 14.04 by any chance? We just identified a bug in the "silan" utility that Airtime uses to determine cue in/out points (and file durations) that sounds very similar to this: https://dev.sourcefabric.org/browse/CC-…
Comment by
Albert Santoni
January 2015
permalink
Airtime 2.5.2 RC1
Hi guys, If you want to check on the status of Airtime services from the command-line, Upstart already provides this functionality:sudo service airtime-playout status sudo service airtime-liquidsoap statussudo service airtime-media-monitor status Ha…
Comment by
Albert Santoni
January 2015
permalink
Airtime 2.4 send 3 to 4 times the metatag
This is a real bug that seems to occur (only?) with Shoutcast. It's a bug in our Liquidsoap script. I think it's doing something like sending the metadata an extra time for each stream we have in the script... It hasn't been a priorit…
Comment by
Albert Santoni
January 2015
permalink
Airtime 2.5.2 RC1
Hi Steven, airtime-check-system has been removed and that information is now displayed inside Airtime, under System->Status. Thanks,Albert
Comment by
Albert Santoni
January 2015
permalink
Airtime 2.5.2 RC1
Did silan issue fixed at ubuntu 14.04, as reported here https://forum.sourcefabric.org/discussion/16893/help-airtime-cut-the-end-of-the-song-/p1 ? Probably not, as media-monitor has been almost untouched for a year. That said, we've recently f…
Comment by
Albert Santoni
January 2015
permalink
Updates Recently Done By Airtime - Be Informed- 2.5.1-6
Hi Alex,2.5.1-6 was just some Debian packaging fixes, hence the -6. The changelog for that stuff should be included in the Debian package. Edit: I've editing VOISSES' original post to reflect the correct version number and reduce confusion…
Comment by
Albert Santoni
January 2015
permalink
Airtime 2.5.2 RC1
No, we don't have a DEB package for this yet. The source code for RC is from our 2.5.x-installer branch. This will be merged to 2.5.x within the next week or two hopefully.
Comment by
Albert Santoni
January 2015
permalink
My business is suffering. How is yours?
Hi guys, When Liquidsoap starts playing something, we actually fire off an HTTP request back to Airtime (in a convoluted way), which then lets us log the media item in our playout history. The function that gets called is notifyMediaItemStartPlaying…
Comment by
Albert Santoni
December 2014
permalink
Airtime Update - September
Hi Bob, Open source is a meritocracy. If you have time to write code and run an open source project, then by all means please fork Airtime. I know we've asked for a lot of patience from the community over the last year while we try to revitaliz…
Comment by
Albert Santoni
December 2014
permalink
AirTime borked everything
Hi James, Can you confirm if it was the easy-install option you used? We should be more upfront about what changes to your system that approach will make... (IMHO we should remove this if it broke your default site) Thanks,Albert
Comment by
Albert Santoni
November 2014
permalink
Airtime live-info API Updates
Hi Voisses, We're evaluating including this new v2 live-info API in our next bugfix release ("coming soon"). The changes are fairly minor, and we would keep the old API too for backwards compatibility. I hope to have more to say about…
Comment by
Albert Santoni
October 2014
permalink
Airtime Update - September
We are also considering switching to solely Liquidsoap. Airtime is so Kludgy and clunky, and their lack of developer input shows that this project is pretty much looking like it'll eventually fall flat on its face, or forked into something else…
Comment by
Albert Santoni
September 2014
permalink
Airtime Update - September
Hi Thorsten, We don't have any plans to discontinue Airtime, it's very much alive. The work that we're doing is to ensure Airtime has a bright future and will allow us to continue making open source radio automation software, and that…
Comment by
Albert Santoni
September 2014
permalink
airitime not found in Synaptic
Hi Kelly, Try downloading and installing our airtime-easy-install DEB package first. That should add the necessary apt repository to your system, which should make Airtime show up in Synaptic after that. http://sourcefabric.booktype.pro/airtime-25-…
Comment by
Albert Santoni
July 2014
permalink
AT not playing AT Pro Shoutcast Stream [WORKAROUND]
AFAIK Liquidsoap does not like semicolons that are sometimes in Shoutcast URLs. Can you try it without the semicolon?
Comment by
Albert Santoni
July 2014
permalink
[Recording] Problem with overwriting the recording - v.2.5.1
Seems like a bug, thanks for letting us know. I don't know of any reason off-hand why this would be by design. I've filed a bug in our tracker and hopefully we can fix it in our next maintenance release: http://dev.sourcefabric.org/browse…
Comment by
Albert Santoni
January 2014
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
Stop following
About
Username
Albert Santoni
Joined
September 2013
Visits
0
Last Active
April 2016
Roles
Member, Sourcefabric Team, Airtime Moderator
Posts
68
Friends
Following 1 person
Followed by 2 people
My Badges
Total Points: 65
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