Streaming over low bandwidth using speex and IceCast server
Posted: 04 Apr 2007 19:44
The problem
"given the server ip is 192.168.1.6 "
if you are streaming file
if u r streaming from audio card this will work
(with speex codec http//www.speex.org)
both are working fine with audio
but now i have a problem , which is what is the best config for speex codec to reach 4 kbps with vbr or cbr
also when i see the streaming rate i see very high traffic rate !!!! amazing
see my reply to get the answer of this problem
"given the server ip is 192.168.1.6 "
if you are streaming file
Code: Select all
vlc.exe -vv C:\test.mp3 :sout=#transcode{acodec=vorb,ab=96,channels=2}:duplicate{dst=std{access=shout,mux=ogg,dst=source:hackme@192.168.1.6:8000/audio.ogg}}
if u r streaming from audio card this will work
(with speex codec http//www.speex.org)
Code: Select all
vlc.exe -vv dshow://dshow-adev="" :sout="#transcode{acodec=spx,ab=8,channels=2 }:duplicate{dst=std{access=shout,mux=ogg,dst=source:hackme@192.168.1.6:8000/audio.ogg}}"
but now i have a problem , which is what is the best config for speex codec to reach 4 kbps with vbr or cbr
also when i see the streaming rate i see very high traffic rate !!!! amazing
see my reply to get the answer of this problem