Discussions
Activity
Sign In
How it works
Martin Konecny
Activity
Discussions
32
Comments
1828
airtime server works without content
Your problems sound similar to this: http://forum.sourcefabric.org/discussion/comment/22215#Comment_22215 Try if those steps work..
Comment by
Martin Konecny
February 2013
permalink
Accelerating your apache2 with Airtime :)
Albert, Try installing package php-apc. It had huge gains in performance on our Raspberry Pi (10x). http://www.sourcefabric.org/en/community/blog/1574
Comment by
Martin Konecny
February 2013
permalink
mac mini with ubuntu
http://forum.sourcefabric.org/discussion/comment/22554#Comment_22554
Comment by
Martin Konecny
February 2013
permalink
Problem with postgresql encoding installing Airtime
As far as I'm aware there are no simple ways to do this. You could try dumping the database to a file, while forcing a certain character encoding and then restore from that file, but this seems real hacky. Almost all OS'es these days are …
Comment by
Martin Konecny
February 2013
permalink
Can't install Airtime on Ubuntu Quantal server
Hi, We will update our install page to indicate only x86/amd64 architectures are officially supported. Of course it's still possible to install Airtime on a PPC architecture, try installing liquidsoap from the apt repositories (sudo apt-get in…
Comment by
Martin Konecny
February 2013
permalink
Airtime 2.3.0 - "This file appears to be corrupted and will not be added to media library."
Hi, Are you using the debian package or the tar ball? Did you edit your /etc/apt/sources.list manually? AS cliff mentioned there are duplicate entries in that file that may be causing your problem.
Comment by
Martin Konecny
February 2013
permalink
Ingesting a remote (soundcloud) audio file
Hi Eric, We don't use getID3 anymore as this was a poorly maintained project. We actually have a separate Python process in the background that handles all of the metadata parsing. The way it works is as follows: When the file is download and p…
Comment by
Martin Konecny
February 2013
permalink
For your radio, what is your favorite html5 player ?
A short while ago, I was looking for a web based player that had HTML5support with Flash fallback. I wanted to have the Ogg Vorbis stream (64Kbps) as primary and the MP3 stream (32 Kbps) as a fall-back for browsersthat don't support Ogg Vorbis.…
Comment by
Martin Konecny
February 2013
permalink
Airtime audio fails daily
Please confirm what timezone you are located in. The logs are in UTC, so I need to apply your hourly offset.
Comment by
Martin Konecny
February 2013
permalink
silan become a zombie process
My mistake, this would be in the media-monitor.log. However, we recreated this issue on our side as well, thanks for bringing this up.
Comment by
Martin Konecny
February 2013
permalink
silan become a zombie process
For a Zombie process it is usually the parent process's fault, so in this case Pypo. Do you see anything in Pypo's log? M On Feb 20, 2013 8:41 AM, "Albert FR" wrote: > on a fresh install silan is always a zombie process >…
Comment by
Martin Konecny
February 2013
permalink
Recalculate leading/trailing silence for already imported tracks
A tool for this is in development and will be released with soon. On Feb 19, 2013 11:30 AM, "Verheek" wrote: > I'll add my vote for this too! > >
Comment by
Martin Konecny
February 2013
permalink
Output format AACplus (also commonly referred to as AAC+)
These formats were never supported as output, only input. Currently the only output formats supported is mp3/ogg. However we are looking into potentially supporting aac/aac+ output in the future. On Feb 19, 2013 6:43 PM, "Alexandru Matei" …
Comment by
Martin Konecny
February 2013
permalink
Output to Mixer before going to server?
aukondk is correct. We even have a wiki available on how to compile Liquidsoap: https://wiki.sourcefabric.org/display/CC/Building+Liquidsoap+from+Source You would have to edit the PACKAGES file, and uncomment the line for JACK support. A few people …
Comment by
Martin Konecny
February 2013
permalink
Upgrade to 2.3.0 on Precise fails
Is your config file /etc/airtime/api_client.cfg pointing to the correct host?
Comment by
Martin Konecny
February 2013
permalink
Compiling Liquidsoap
Thanks for posting that. It's strange that you needed to run ldconfig to get the make file to recognize the shine library - I haven't seen that yet. BTW Shine encoder is completely optional, you can read more about it here: https://github…
Comment by
Martin Konecny
February 2013
permalink
Airtime 2.3 Media Folder Problems
Please make a backup copy of the file you are trying to upload and try removing any strange characters from the filename as well as the file's metadata. It appears to be using some invalid UTF-8. On Tue, Feb 19, 2013 at 1:23 AM, Ale9Hack <…
Comment by
Martin Konecny
February 2013
permalink
[SOLVED] install issues with airtime 2.3.0 on ubuntu
Can you post the log output of the install? What errors are you seeing?
Comment by
Martin Konecny
February 2013
permalink
Airtime audio fails daily
Ok just to help narrow this down a bit, please let us know what timezone you're in and what the approximate time range was. Also, if this happens again, please run sudo tar czf airtime.tar.gz /var/log/airtime from your home directory, and then…
Comment by
Martin Konecny
February 2013
permalink
Airtime audio fails daily
The two most critical components regarding playout are pypo (scheduler) and liquidsoap. These run as separate processes. Please give us some more information. Are you streaming via icecast/shoutcast or out via soundcard? If via icecast/shoutcast, is…
Comment by
Martin Konecny
February 2013
permalink
Porting Airtime to CentOS
Take a look here: https://github.com/sourcefabric/Airtime/blob/master/debian/control These are the official Debian packages we rely on, and is the most up-to-date.
Comment by
Martin Konecny
February 2013
permalink
Porting Airtime to CentOS
> > Also - I've noticed that the source code is geared strictly towards > install on a dedicated machine, so I've got some tips/techniques to share > for getting it to work on a server that also hosts other websites/services. …
Comment by
Martin Konecny
February 2013
permalink
Postmaster locking up.
Is there anything in the psotgresql logs? On Fri, Feb 15, 2013 at 12:00 PM, John Bowman < airtime-support@lists.sourcefabric.org> wrote: > on further review it looks like that also happens when the postmaster > process pegs the CPU at…
Comment by
Martin Konecny
February 2013
permalink
Ubuntu Precise packages
I tried to use airtime-easy-setup (2.2.1-1) on Ubuntu 12.04 which tried to install airtime (2.3.0-1), and everything went smooth until the configuration process, basically it seems it's stuck at Setting defaults for non-interactive installation…
Comment by
Martin Konecny
February 2013
permalink
Postmaster locking up.
BTW, taking a quick look at the zendphp.log, for over 2 hours it complains about being unable to connect to the database. 2013-02-15T07:06:32+00:00 INFO (6): [Preference.php : getValue() : line 134] - Could not connect to database: Unable to open PD…
Comment by
Martin Konecny
February 2013
permalink
Postmaster locking up.
Hi, Silan is our "silence detector" it is useful for trimming the beginning and end of tracks to prevent periods of silence between tracks. You can find the sourcecode here:https://github.com/x42/silan It's fairly easy to compile. How…
Comment by
Martin Konecny
February 2013
permalink
[RESOLVED] NO Crossfade on backup playlist with Airtime 2.3
Hi Albert, The changes from 2.2 and 2.3 aren't too different for the Liquidsoap scripts. What is the entire code that you've added?
Comment by
Martin Konecny
February 2013
permalink
Upgrade to 2.3 gave UTF-8 error
Hi Nathan, It's strange that 2.2 worked but this did not. Although I'm confused when you mention that you installed the database yourself??? When install runs, it runs the following command to check encoding: sudo -u postgres psql -t -c &q…
Comment by
Martin Konecny
February 2013
permalink
Suddenly unable to stream from schedule
If this happens again, please tar up the entire contents of /var/log/airtime, and we will take a look at it.
Comment by
Martin Konecny
February 2013
permalink
Broken - Playing Random Songs on Silence
cross fade between tracks in fallback playlist, or between fallback playlist and scheduled content
Comment by
Martin Konecny
February 2013
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