I would like to stream audio from a wowza server (rtmp video/audio) to my
icecast server directly because in italy we have very poor upload
connections...
I put input.mplayer and work, but i have a strange issue:
Buffer overrun: Dropping 0.03s. ------> when i'm live
When i'm not live, liquidsoap change source (it's the right things) but i
have a lots of logs "reconnect/exit" (3/4 per second) in decoder[3] ---->
mplayer....
This is my .liq
----------------------------------------------------------------------
set("log.file.path","/home/dani/logs/lqs.log")
set("log.file",true)
set("log.stdout",true)
b = input.http("http://server.com/mount")
bk = mksafe(b)
live = input.mplayer("rtsp://server/app/stream")
radio = fallback(track_sensitive=false,[live,bk])
output.icecast(
%aacplus(samplerate=44100,channels=2,bitrate=48),
host="127.0.0.1",port=8000,password="xxxxx",mount="BlackStreetRadio",
name="Black Street Radio",
radio)
-----------------------------------------------------------------------
Suggestions?
Daniele
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users