Discussions
Activity
Sign In
How it works
Martin Konecny
Activity
Discussions
32
Comments
1828
Frustration with Empty Stream, No OnAir Light.
Connection failed: 403, too many sources connected (HTTP/1.0)! I've never seen this error before, do you have other sources connected? How many mountpoints do you see when going to http://localhost:8000
Comment by
Martin Konecny
May 2011
permalink
Frustration with Empty Stream, No OnAir Light.
you need to write in that 2nd example ./liquidsoap 'output.icecast(%vorbis, mount="test.ogg", sine())' note the "./" I think 600MB of free space is more than enough for Liquidsoap to function. What h…
Comment by
Martin Konecny
May 2011
permalink
Frustration with Empty Stream, No OnAir Light.
Hi Ashley, It seems like Liquidsoap is randomly shutting itself down. [main:3] Shutdown started! Let's try running Liquidsoap manually from the terminal it see if it is still shutting itself down: /usr/lib/airtime/pypo/bin/liqu…
Comment by
Martin Konecny
May 2011
permalink
Cannot upload files in 1.8
Sorry make that command /usr/lib/airtime/pypo/bin/liquidsoap/liquidsoap 'output.icecast(%vorbis, mount="test.ogg", sine())'
Comment by
Martin Konecny
May 2011
permalink
Cannot upload files in 1.8
Hey, You should try this command. It will verify that liquidsoap can connect to icecast: /opt/pypo/bin/liquidsoap/liquidsoap 'output.icecast(%vorbis, mount="test.ogg", sine())' Let us know if you can see any mountp…
Comment by
Martin Konecny
May 2011
permalink
Frustration with Empty Stream, No OnAir Light.
Hi Ashley, Please post the following logs: /var/log/airtime/pypo/main/current /var/log/airtime/pypo-liquidsoap/ls_script.log
Comment by
Martin Konecny
May 2011
permalink
Cannot upload files in 1.8
If you don't have sound, then please check /etc/airtime/liquidsoap.conf output to the soundcard is disabled by default. Martin
Comment by
Martin Konecny
May 2011
permalink
Cannot upload files in 1.8
This is strange. The only thing I can suggest right now is removing and installing rabbitmq again. Quote:sudo apt-get purge rabbitmq-server sudo apt-get install rabbitmq-server and then try starting it again.
Comment by
Martin Konecny
May 2011
permalink
Cannot upload files in 1.8
Sorry if you're running Debian forget about the "sudo"
Comment by
Martin Konecny
May 2011
permalink
Cannot upload files in 1.8
ok, so so pypo now gets the version information correctly according to your logs but now we have a new problem: rabbitmq-server doesn't look like its running. What happens when you run: sudo service rabbitmq-server start Do the erro…
Comment by
Martin Konecny
May 2011
permalink
Cannot upload files in 1.8
ok. I see that you are using a different ip address that the default "localhost". Is this because you are running Airtime across multiple machines? If you aren't, running across multiple machines you can reset this value back to "…
Comment by
Martin Konecny
May 2011
permalink
Cannot upload files in 1.8
It looks like the pypo (the process creating those logs) can't connect to your web server. What do you get when you type the following from the machine where your logs are being generated: curl http://71.229.7.76:80/api/version/api_key/x…
Comment by
Martin Konecny
May 2011
permalink
TCP errors since my upgrade to 1.7 and 1.8 on my VPS
Hey Nicolas. Can you show us some information regarding these high number of processes/threads?
Comment by
Martin Konecny
May 2011
permalink
Latest Airtime manual
Hi Daniel, This is very up-to-date with 1.8.1, looks awesome! On Tue, May 10, 2011 at 12:41 PM, Daniel James < airtime-dev@lists.sourcefabric.org> wrote: > Hi all, > > Here is my latest update to the Airtime manual: &g…
Comment by
Martin Konecny
May 2011
permalink
[Solved] On air button not working -> Streaming Silence
Hey Andrea! Yes it is easy to enable metadata on OGG streams but be careful! You may find that your users are being disconnected at the end of every track: Listeners are disconnected at the end of every track http://savonet.sourceforge.n…
Comment by
Martin Konecny
May 2011
permalink
Change storage directory
Currently the location to the file is an absolute path in the cc_files table. You will just need to change this.
Comment by
Martin Konecny
May 2011
permalink
no stream, errno 111
Hi, What version are you upgrading from? Check if rabbitmq is running: sudo service rabbitmq-server status
Comment by
Martin Konecny
May 2011
permalink
Change storage directory
Hi Andrea, This is one problem we are looking to fix. Unfortunately changing the value in "/etc/airtime/airtime.conf" after you've imported doesn't allow you to move the stor location (you have to change it before you import…
Comment by
Martin Konecny
May 2011
permalink
AirTime Audio Processing
Jonathan, We have this feature scheduled for Airtime 2.1: http://dev.sourcefabric.org/browse/CC-430 If you'd like, then you can play around with the liquidsoap script file to add replaygain yourself. Please see the file …
Comment by
Martin Konecny
May 2011
permalink
No "Air Time" since upgrade 1.8.0
Hi All, The master branch was in an inconsistent state. I've merged the working devel branch into it, so everything should be fine now. Please do a "git pull origin master" and then "sudo php airtime-install.php" f…
Comment by
Martin Konecny
May 2011
permalink
Program - Compiling of?
Hi Marcel, Currently we do not support interrupting a scheduled show to go into a live mode where someone can speak. However we do take feature requests seriously, so please open a ticket detailing what you wrote here, and we will look to …
Comment by
Martin Konecny
May 2011
permalink
Airtime and butt
Hi John, The only time Airtime reads from the line-in is when a "recorded" show is set. All other times you can do whatever you want with the line-in. As for JACK, I am only a developer, so I cant comment on when this will happen…
Comment by
Martin Konecny
May 2011
permalink
[Solved] On air button not working -> Streaming Silence
Hey Paul, he's running it under root in debian, so the missing "sudo" shouldnt be a problem. Andrea, did updating your storage location fix the problem?
Comment by
Martin Konecny
May 2011
permalink
DB_ERROR No such Table
Thanks Fabio we also had this problem. Not sure why the problem started just recently when installing pear but I've updated the install instructions on the wiki.
Comment by
Martin Konecny
May 2011
permalink
[airtime 1.8] no "On Air" when enabling soundcard play: possible solution
Type uname -a to see whether you have 32 or 64-bit Ubuntu. You have a 64-bit processor but this doesn't necessarily mean the installed Ubuntu is the 64 bit version (64-bit processors are backwards compatible). Also you're running Ubun…
Comment by
Martin Konecny
May 2011
permalink
airtime .deb install under debian squeeze
Hi Alejo! Airtime requires php5 so not to worry. It appears php5-5.3.3-7 will be replaced with php5-5.3.3-7-squeeze. Did you have Squeeze installed before the final release? Also before you run this package, make sure you add the deb…
Comment by
Martin Konecny
May 2011
permalink
[airtime 1.8] no "On Air" when enabling soundcard play: possible solution
Hi Ed, The problem with Liquidsoap in 1.6 should have been fixed by now. I'm curious what cpu architecture/os version you are using? Are you sure the problem was with Liquidsoap? Were there any error messages?
Comment by
Martin Konecny
May 2011
permalink
problem with the apache2 configuration
Ok that looks like the problem. From the install guide: sudo rm /etc/apache2/sites-enabled/000-default sudo ln -s /etc/apache2/sites-available/airtime /etc/apache2/sites-enabled/airtime sudo a2enmod rewrite After these commands you …
Comment by
Martin Konecny
April 2011
permalink
problem with the apache2 configuration
Fraser, What happens when you type sudo a2enmod rewrite Please also post the console output from ls -l /etc/apache2/sites-enabled/airtime
Comment by
Martin Konecny
April 2011
permalink
Creating playlists via API
Hi Calen, Currently we do not have an API for this. However this sounds like a very interesting feature, and one that we may be willing to implement in the near future. Please file a feature request: http://dev.sourcefabric.org/
Comment by
Martin Konecny
April 2011
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
Martin Konecny
Joined
December 2010
Visits
0
Last Active
August 2015
Roles
Member
Posts
1,860
Friends
Following 1 person
Followed by 7 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