Hi every one!
I am tech leader of Polish Youth Radio http://bieszczady.fm/. We are using Airtime with fews custom modification which are mainly oriented in live streaming (is there any solution of live streaming provided by Airtime?).
Now (after problems with 100% CPU usage because of .oga in 1.8 ) we have one main problem:
Airtime streaming silent on morning hours (I don't know exactly what hours but I publish logs http://play.bieszczady.fm/inne/pypo/)
Sometimes during lives show it "likes" to take down. That was the day before yesterday (28.10.11) please check logs.
But before you will try help us solve that problem I would like to explain how we have set our tech infrastructure.
There are two computers:
- server (CPU = Intel(R) Atom(TM) CPU D525 @ 1.80GHz
Total RAM = 2043224 kB
Free.avg RAM = 54024 kB
OS = Ubuntu 11.04 Intel 80386)
Airtime 1.9.3 on board.
- studio computer which one we are using to record shows or make shows live
How do we do lives?
There is 3 main streams on Icecast side management by liquadsoap from ls_script.liq http://play.bieszczady.fm/inne/skrypty/ :
1. live - client stream
2. airtime.mp3 - airtime stream including recorded shows and random music (here can be problem with silent on the mornings)Please check 42 - 50 lines of code ls_script.liq
3. studio.mp3 - live show stream. We are using Internet DJ Console streamer very good and easy! Before we were using Darkice with Mixxx but that set does'nt support metatags.
When somebody making live show, he need to log in http://play.bieszczady.fm/stream.php and activate script by button on website (some php, bash code)
Than liqudsoap feedback studio.mp3 stream to live stream.
IT'S WORKING! But sometimes unstuck
I don't know why, because a don't understand logs.
I am tech leader of Polish Youth Radio http://bieszczady.fm/. We are using Airtime with fews custom modification which are mainly oriented in live streaming (is there any solution of live streaming provided by Airtime?).
Now (after problems with 100% CPU usage because of .oga in 1.8 ) we have one main problem:
Airtime streaming silent on morning hours (I don't know exactly what hours but I publish logs http://play.bieszczady.fm/inne/pypo/)
Sometimes during lives show it "likes" to take down. That was the day before yesterday (28.10.11) please check logs.
But before you will try help us solve that problem I would like to explain how we have set our tech infrastructure.
There are two computers:
- server (CPU = Intel(R) Atom(TM) CPU D525 @ 1.80GHz
Total RAM = 2043224 kB
Free.avg RAM = 54024 kB
OS = Ubuntu 11.04 Intel 80386)
Airtime 1.9.3 on board.
- studio computer which one we are using to record shows or make shows live
How do we do lives?
There is 3 main streams on Icecast side management by liquadsoap from ls_script.liq http://play.bieszczady.fm/inne/skrypty/ :
1. live - client stream
2. airtime.mp3 - airtime stream including recorded shows and random music (here can be problem with silent on the mornings)Please check 42 - 50 lines of code ls_script.liq
3. studio.mp3 - live show stream. We are using Internet DJ Console streamer very good and easy! Before we were using Darkice with Mixxx but that set does'nt support metatags.
When somebody making live show, he need to log in http://play.bieszczady.fm/stream.php and activate script by button on website (some php, bash code)
<?php session_start(); if(isset($_SESSION['zalogowany'])) { shell_exec('/home/server/onair.sh'); ?> <script language="javascript" type="text/javascript"> window.close(); </script> <?php } else echo "NIE JESTES ZALOGOWANY => NIE MOZNA WYKONAC OPERACJI"; ?>
Than liqudsoap feedback studio.mp3 stream to live stream.
IT'S WORKING! But sometimes unstuck
