Discussions
Activity
Sign In
How it works
Aris Synodinos
Activity
Discussions
8
Comments
36
Speed up airtime
The problem is not with apache, usually it takes too much to create a playlist and to search for files (database intensive tasks). The "Processing" ajax popup is what performs slowly. Here are the results in the /Library time curl -L htt…
Comment by
Aris Synodinos
March 2013
permalink
Speed up airtime
Hi Martin, Here are the results from the commands you provided time curl -L http://localhost > /dev/null % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spe…
Comment by
Aris Synodinos
March 2013
permalink
Moving database to a new server
I have confirmed that the error happens on the old server as well, it has nothing to do with the migration process!
Comment by
Aris Synodinos
January 2013
permalink
Airtime with Raspberry Pi - Remote mp3-player?
Since you are not streaming music, why are you using airtime? MPD would suit you fine! Just install a distro like VoyageMPD or any other distro on raspberry pi and run an MPD instance. There are many webUI for mpd if you want to use them, and you ca…
Comment by
Aris Synodinos
January 2013
permalink
Default playlist 24/7 & log file "whats played"
Just use the icecast log file by enabling that feature in /etc/icecast/icecast.xml Icecast stores all the files streamed in logfiles! Check this for more info http://www.icecast.org/docs/icecast-2.3.3/icecast2_config_file.html access.lo…
Comment by
Aris Synodinos
January 2013
permalink
Can't manually install Airtime on Gentoo
Hello Damien, There is no Gentoo-specific / portage related guide for you, though if you are an experienced source-based linux user you should have no issue installing airtime using these instructions here: http://en.flossmanuals.net/airtime-en-2-2…
Comment by
Aris Synodinos
January 2013
permalink
Moving database to a new server
Xubuntu 12.04 / Firefox 18.0.1 / Airtime 2.2.1 Latest psql/php/apache in 12.04 on the server
Comment by
Aris Synodinos
January 2013
permalink
Moving database to a new server
I have already done that. When I enable the Hardware Audio Output and click save airtime responds correctly without any error. However, when I disable the Output and save, I get the same error again ;-)
Comment by
Aris Synodinos
January 2013
permalink
Moving database to a new server
I am still getting the same error! Maybe if I populate p2 with something the error would disappear?
Comment by
Aris Synodinos
January 2013
permalink
Icecast integration with Facebook Page
Can you send me a link or a screenshot of your configuration to check for any errors? Here is ours that works fine: https://www.facebook.com/VinylRadioGr/app_402411266453495
Comment by
Aris Synodinos
January 2013
permalink
Icecast integration with Facebook Page
We are using this plugin for facebook integration! https://apps.facebook.com/radiojar-plugins/ It's very easy to configure and works like a charm!
Comment by
Aris Synodinos
January 2013
permalink
Moving database to a new server
This is what I get: sudo -u postgres psql -c "select * from cc_stream_setting where value = null;" airtime keyname | value | type ---------+-------+------ (0 rows) Though I still get the same error
Comment by
Aris Synodinos
January 2013
permalink
Moving database to a new server
This is what I did to export: sudo -u postgres pg_dumpall | gzip -c > airtime-new_backup.gz and this is what I did to import gunzip -c airtime-new_backup.gz | sudo -u postgres psql airtime
Comment by
Aris Synodinos
December 2012
permalink
Liquidsoap connection and problems/features
Thank you James!
Comment by
Aris Synodinos
June 2012
permalink
Liquidsoap connection and problems/features
Thank you for your response but I don't see that option in System -> Streams. I have 2.1.2 if that's the issue.
Comment by
Aris Synodinos
June 2012
permalink
Empty show
Albert can you rephrase? You want to skip an empty show? You can (as you already know) play random songs on an empty show. I don't think however that you can skip (since that would cause a change in the calendar... big change!)
Comment by
Aris Synodinos
June 2012
permalink
Airtime 2.1 with real-time show edit and stream rebroadcast
Ok, I managed to connect to the master_user, it appears that the password cannot contain characters like "#@$%" etc There is only the show issue now. Was I right? Do you connect with the airtime credentials?
Comment by
Aris Synodinos
June 2012
permalink
Airtime 2.1 with real-time show edit and stream rebroadcast
Hello everyone, I just upgraded to airtime 2.1 and I am having trouble connecting to liquidsoap. I have setup Icecast-KH and airtime connects fine and streams the data. Unfortunately in IDJC I cannot connect to master or source in the ports I setup…
Comment by
Aris Synodinos
June 2012
permalink
Embedded Player Solution HTML5/iOS
Good morning Bob. I would love to see your php script if that's ok with you (and maybe use it). iOS has no problem with flash as far as I know, only iPhones have. And for those, you could provide a .pls or .m3u file that gets the job done easi…
Comment by
Aris Synodinos
May 2012
permalink
Airtime not streaming to Liquidsoap
For those having similar problems, mp3info utility is the best choice for finding corrupted mp3s in your database. sudo apt-get install mp3info to install it in ubuntu and then This command in the /srv/airtime/ folder will echo all the corrupted m…
Comment by
Aris Synodinos
March 2012
permalink
Airtime not streaming to Liquidsoap
Hello Martin, This is the tail of the log file I got this morning where no music was streaming from the server (not even the liquidtime fallback) 2012/03/17 02:09:29 [airtime(dot)mp3:3] Source failed (no more tracks) stopping output... 2012/03/17 0…
Comment by
Aris Synodinos
March 2012
permalink
Airtime not streaming to Liquidsoap
Yes of course, I wasn't implying that reencoding the tags could prevent the issue. I was just mentioning it as an example, if there is some matching application that could check the mp3s whether they have been truncated. ;)
Comment by
Aris Synodinos
March 2012
permalink
Airtime not streaming to Liquidsoap
I know Albert, ISO-8859-7 is the input encoding, mid3iconv converts them to UTF-8 ;) mid3iconv --help Usage: mid3iconv [OPTION] [FILE]... Mutagen-based replacement the id3iconv utility, which converts ID3 tags from legacy encodings to Unicode and …
Comment by
Aris Synodinos
March 2012
permalink
Airtime not streaming to Liquidsoap
Hello Martin, I also thought that was the case. Can you propose a utility to check the library folder for problematic mp3s and/or repair the problem? So far I am only correcting the tags to UTF-8 with find -iname '*.mp3' -print0 | xargs …
Comment by
Aris Synodinos
March 2012
permalink
Airtime not streaming to Liquidsoap
Well it's a weird bug and I just can't understand what to make of it. Now, out of nowhere, airtime is streaming again! And I did nothing! The ls_script is modified only to play random files when nothing is scheduled. The airtime-liquidsoap…
Comment by
Aris Synodinos
March 2012
permalink
Station ID at top of every hour
Of course there is a way to do that, although it's a liquidsoap setting rather than an Airtime one! Check this link out
Comment by
Aris Synodinos
March 2012
permalink
[BLOCKER] --> [decoder:3] Unable to decode stream of type "audio/mp3"! LIQUIDSOAP ERROR...
I'm working with ubuntu 10.04 :( Same applies to 10.04 as you can see here The plugins are in the repo only for distros that include liquidsoap >=1.0.0 Our distros are officially at 0.9.2 so we cannot install them via apt-get
Comment by
Aris Synodinos
March 2012
permalink
[BLOCKER] --> [decoder:3] Unable to decode stream of type "audio/mp3"! LIQUIDSOAP ERROR...
So if I get it right, in the repos the liquidsoap 1.0.0 is included without the necessary liquidsoap-plugin-lame. That wouldn't cause an issue in ubuntu 11.10 or later, but on 11.04, where the universe repos only have the liquidsoap 0.9.2 this …
Comment by
Aris Synodinos
March 2012
permalink
[BLOCKER] --> [decoder:3] Unable to decode stream of type "audio/mp3"! LIQUIDSOAP ERROR...
https://bugs.launchpad.net/ubuntu/+source/liquidsoap/+bug/891054 This appears to be the source of the problem!
Comment by
Aris Synodinos
March 2012
permalink
[BLOCKER] --> [decoder:3] Unable to decode stream of type "audio/mp3"! LIQUIDSOAP ERROR...
Hey Albert, have you found what caused that problem?
Comment by
Aris Synodinos
March 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 Aris Synodinos
About
Username
Aris Synodinos
Joined
March 2012
Visits
0
Last Active
January 2014
Roles
Member
Posts
44
Friends
My Badges
Total Points: 70
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