Discussions
Activity
Sign In
How it works
Martin Konecny
Activity
Discussions
32
Comments
1828
newbie confused
As Andrea mentioned, real-time broadcasting is not supported yet as currently it is intended for automated scheduling of predefined playlists. Please submit a feature request at dev.sourcefabric.org
Comment by
Martin Konecny
May 2011
permalink
[Solved] On air button not working -> Streaming Silence
Hi Nickolas, For some reason on Debian systems, RabbitMQ needs to be started manually (even after reboot!). Please try service rabbitmq-server start as root.
Comment by
Martin Konecny
May 2011
permalink
Rivendell audio exporter
I know I've used EasyTag to convert all my tags to id3v2 in order for getID3 to recognize them
Comment by
Martin Konecny
May 2011
permalink
streaming larger files...
Hey, The "large files not being played back bug" has been fixed in our upcoming 1.8.2 release. We should be releasing this tomorrow
Comment by
Martin Konecny
May 2011
permalink
location of calendar's files
Nicolas, the Calendar is saved in the database not in files. You can backup the entire database as Ofir's post points out to save all your Airtime shows/playlists/calendars.
Comment by
Martin Konecny
May 2011
permalink
RabbitMQ not working properly !
Hi Thomas, Do you have another system with more memory that you can try to recreate this problem on?
Comment by
Martin Konecny
May 2011
permalink
Configuration problem in code.sourcefabric.org
I wonder if Andrey already fixed it, or maybe I'm just blind
Comment by
Martin Konecny
May 2011
permalink
Sound Card has dummy output
Hi Gary, Are you installing from the Airtime debian package, or manually installing from a tar file?
Comment by
Martin Konecny
May 2011
permalink
Tips on storage backup
Good post! Thanks
Comment by
Martin Konecny
May 2011
permalink
RabbitMQ not working properly !
Hi Thomas, Can you look here and see if any of these solutions fix it for you? http://forum.sourcefabric.org/index.php/mv/msg/3487/10096/ There is one post about trying "dist-upgrade", and another one from Zdravko mentioning…
Comment by
Martin Konecny
May 2011
permalink
No "Air Time" since upgrade 1.8.0
Hi Nicolas, I just had a chance to look through your logs. I found this: Quote:@400000004dc50248039e4ec4 Traceback (most recent call last): @400000004dc5024803a5f7b4 File "/usr/lib/airtime/pypo/bin/pypo-cli.py", line 147, in @4…
Comment by
Martin Konecny
May 2011
permalink
Re: Frustration with Empty Stream, No OnAir Light.
Hi Alejo, Please copy the compiled liquidsoap binary from liquidsoap/src to the file Quote:/usr/lib/airtime/pypo/bin/liquidsoap/liquidsoap Then restart pypo using sudo airtime-pypo-stop sudo airtime-pypo-start Liquidsoap do…
Comment by
Martin Konecny
May 2011
permalink
RabbitMQ not working properly !
pypo is a scheduler. It gets the schedule and controls when liquidsoap play audio. rabbitmq is how pypo gets the schedule. Everytime a change is made to the database, rabbitmq notifies and pushes the new data to pypo. Rabbitmq is used so that p…
Comment by
Martin Konecny
May 2011
permalink
Failed to move to uploaded file
Hi Nicolas, Try editing the upload_max_filesize in /var/www/airtime/public/.htaccess
Comment by
Martin Konecny
May 2011
permalink
Latest update from Repo has removed all data
Hi Jimdog, unfortunately the package overwrites the database on every install. Our release next week (1.8.2) will have fixed this problem. Try airtime-import -l /path/to/your/stor/directory This will import your files without copying …
Comment by
Martin Konecny
May 2011
permalink
Rivendell audio exporter
It's not the best importer, we've noticed that it can't read a lot of metadata types. You could try using "id3v2", I think this will work better with getID3.
Comment by
Martin Konecny
May 2011
permalink
Rivendell audio exporter
Hey Andrea, We're using getID3 (available here: http://getid3.sourceforge.net/) to import metadata tags.
Comment by
Martin Konecny
May 2011
permalink
RabbitMQ not working properly !
Hi Thomas, After you start rabbitmq-server, you have no more errors in the logs?
Comment by
Martin Konecny
May 2011
permalink
Hi
-AAC support is not natively built in, but if you open a ticket on dev.sourcefabric.org, may be something we implement in the near future. -we are currently in discussion about implementing crossfade support -you cannot edit a playlist if it has…
Comment by
Martin Konecny
May 2011
permalink
Frustration with Empty Stream, No OnAir Light.
We is split into 2 main modules that communicate via TCP/IP. When you schedule a show, the playout module automatically/instantly downloads all scheduled tracks into /var/tmp/airtime/pypo/cache/.
Comment by
Martin Konecny
May 2011
permalink
Crossfading
Hi Geoff, Quote:You can't just use a fixed time point for the segway. Some tracks fade out, some come to a dead stop, and many have seconds of silence at the end and even at the beginning. This is a very interesting perspecti…
Comment by
Martin Konecny
May 2011
permalink
Frustration with Empty Stream, No OnAir Light.
Hey, Its looking more like an issue with the precompiled liquidsoap binary we provide with Airtime. If you're willing, you should try compiling liquidsoap yourself, we have intructions on our Airtime wiki. http://wiki.sourcefabric.org/dis…
Comment by
Martin Konecny
May 2011
permalink
accessing airtime interface from remote computer
Yes, you should forward port 80 (this is the default for http requests)
Comment by
Martin Konecny
May 2011
permalink
accessing airtime interface from remote computer
Hey, its been a while since I've been at that port-forward site, I didnt realize they plastered it with ads and free software downloads. You shouldnt have to download anything, just make sure you find the manual instructions for setting your ro…
Comment by
Martin Konecny
May 2011
permalink
no stream, errno 111
Andrea Giardini wrote on Fri, 13 May 2011 11:53 sudo service rabbitmq-server start And they try again to stream something on airtime Did this fix the problem? From the error log it looks like rabbitmq-server fails to start because …
Comment by
Martin Konecny
May 2011
permalink
Streaming a Live Show
This is something we've talked about. I'd like to support it, but it doesn't look like its going to be anytime soon.
Comment by
Martin Konecny
May 2011
permalink
Rails integration for schedule API
Hi Jim, There are no projects like this as far as I know...we only have the JQuery plugins as of now. Let us know how the project turns out!
Comment by
Martin Konecny
May 2011
permalink
Frustration with Empty Stream, No OnAir Light.
Hey Ashley, glad you got it figured out. So the problem was your Airtime stor directory wasn't being mounted properly because of not using UUID in fstab, or that was a different problem you had a long the way?
Comment by
Martin Konecny
May 2011
permalink
accessing airtime interface from remote computer
Hi! When you have a group of machines sharing a router, all these machines have the same IP address to the outside world. The IP address the outside world sees is the address of the router. So first step if you want to connect to your mach…
Comment by
Martin Konecny
May 2011
permalink
Frustration with Empty Stream, No OnAir Light.
The default max number of sources is 2, and you already reached this number since Airtime daemons are running. Lets stop those by running sudo airtime-pypo-stop which will kill all current running liquidsoap processes, and try running liqu…
Comment by
Martin Konecny
May 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