hi there i have try all day now to run liquidsoap bt it always fails

my situation


i have a stream n

https://localhost:8000/live

its 192kbps mp3 on my icecast server.


i want to proivde this stream now to difrent qualiys for example in aac
he with 60kbps.

stream.m3u include the line|||http://localhost:8000/live
|

i had try this config:

|
#get the scource

url = "http://japanradio:8000/live";
input = mksafe(input.http(url))

# First transcoder: ffmpeg 60k aac

output.icecast(
 %external(ffmpeg libfdk_aac -profile:a aac_he_v2 -b:a 60k),
  mount="/mobil",
 host="localhost",
 port=8000,
password="mypass",
input)
|


i get the error Line 9, char 31 before "-": Parse error!

and i dont know why, cause its parameter for ffmpeg.


_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to