Hi all,

I would like to output two streams. One in 128kbits and another in 32 or
64kbits for mobile phones.
I tried this example found on savonet's website :

# First transcoder: MP3 32 kbps
output.icecast(%mp3(bitrate=32),
  mount="/your-stream-32.mp3",
  samplerate = 22050, stereo = false,
  host="streaming.example.com", port=8000, password="xxx",
  input)


But I have this error :
cannot apply that parameter because the function
 has no argument labeled "samplerate"!
Same for "stereo".

I also found an example with "quality" that is not recognized too.

samplerate is compiled on my server.

Any idea ?

Best,

Alain
--
http://www.netvibes.com/bolli#Contact
------------------------------------------------------------------------------
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to