Airtime stream mono!
  • FrancescoFrancesco
    Posts: 3Member
    Hello, 
    I am part of a university web radio , we are currently using campcaster 1.3.0 , we would like to migrate to the new
    Airtime 2.0!

    In this release can configure a single stream with 64kbps MONO ?

    Many Thanks.

    Francesco
  • 5 Comments sorted by
  • Martin KonecnyMartin Konecny
    Posts: 809Member
    Hi Francesco,

    Currently we do not support mono streaming. If you would like this added in a future release please create a ticket at dev.sourcefabric.org
  • Albert FRAlbert FR
    Posts: 576Member
    you can modify directly ls_script.liq (be careful it will be rewrite after every upgrade of airtime)

    try to add this lines :
    output.icecast(
    %mp3(bitrate=64, samplerate=22050, stereo=false),
    mount="/your-stream-64.mp3",
    host="streaming.example.com", port=8000, password="xxx",
    mean(input))

    post edited to change bitrate ;)
    Post edited by Albert FR at 2012-02-14 10:25:24
    Je peux le faire ;) [Pour vous] Gnu/Linux & Media Architect
  • Albert FRAlbert FR
    Posts: 576Member
    Hi Francesco !
    have you try my tweak ?
    Je peux le faire ;) [Pour vous] Gnu/Linux & Media Architect
  • FrancescoFrancesco
    Posts: 3Member
    Hi Albert,
    I tried to edit the file ls_script.liq with your instructions , but when restarting airtime-liquidsoap
    the process returned Execution failed.

    I also tried to edit the file ls_lib.liq at the line 79

    ignore(output(%mp3(bitrate = 64),s))

    by inserting

    ignore(output(%mp3(bitrate = 64 , stereo = false),s))

    but the result does not change!!! if change stereo = true the process returns to work

    What can I do?

    P. S. I opened a ticket which has been included in the 2.2.0 relase.

    thanks.



  • Albert FRAlbert FR
    Posts: 576Member
    clearly :/
    I'm trying another way today, and i'm coming back :)
    Je peux le faire ;) [Pour vous] Gnu/Linux & Media Architect