Le 27 juillet 2011 06:51, Peter Retep <[email protected]> a écrit : > Hi,
Hi! > we are using Vorbis CBR all the time without problems. > Due to we are only streaming from ALSA input, > could this error be related to any file-based vorbis encoding (like > metadata)? Good catch! Apparently, Vorbis.Not_implemented can also be raised when packing vorbis comments.. Facundo, could you please try to remove all metadata from your final stream? You can simply add a drop_metadata just before your final output: rogg = drop_metadata(rogg) mksafe(output.icecast(%vorbis.cbr(samplerate=44100,channels=2,bitrate=64), (...) > BR, Peter > Am 21.07.2011 21:12, schrieb Romain Beauxis: >> >> 2011/7/21 Facundo Suárez<[email protected]>: >>> >>> 2011/7/20 Romain Beauxis<[email protected]>: >>>> >>>> Hi! >>>> >>>> 2011/6/30 Facundo Suárez<[email protected]>: >>>>> >>>>> I forgot to tell you, i had to RE install my hole operating system, >>>>> such as i mentioned before, and the error still goes the same way. >>>> >>>> Sorry for the late reply, time is running fast.. >>>> >>>> I currently still have no clue about this issue. It is my >>>> understanding that the error you are seeing is reported by the >>>> libvorbis and not by us. Thus, I believe that this is this library >>>> that refuses to accept the settings you are requesting. >>> >>> Well, i am not a guru on this, so, tell me how can i test libvorbis >>> without liquidsoap.., i don't know how, mey be you can tell me. >>> >>>> The simple test I posted before: >>>> liquidsoap >>>> 'output.file(%vorbis.cbr(samplerate=44100,channels=2,bitrate=64),"/tmp/bla.ogg",sine())' >>>> works for me and not for you for instance... >>>> >>>> In order to confirm this analysis, it would be interesting to know if >>>> you know of any other software on your system that is able to encode >>>> in vorbis CBR@64kbps.. >>> >>> I need to try both of these things. After that i will tell you what it >>> was. >> >> You can use oggenc to encode in CBR this way: >> oggenc -m 64 -M 64 bla.wav bla.ogg >> I think its doing exactly what liquidsoap is doing, i.e. encoding in >> ABR with min=max=64. >> >> By the way, do you _really_ need CBR with vorbis? The vorbis codec is >> really designed to to ABR, as you can see vorbis CBR is not really >> natural.. >> >> Romain >> >> >> ------------------------------------------------------------------------------ >> 5 Ways to Improve& Secure Unified Communications >> Unified Communications promises greater efficiencies for business. UC can >> improve internal communications as well as offer faster, more efficient >> ways >> to interact with customers and streamline customer service. Learn more! >> http://www.accelacomm.com/jaw/sfnl/114/51426253/ >> _______________________________________________ >> Savonet-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/savonet-users >> > > ------------------------------------------------------------------------------ Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll get a chance to win $100 to spend on ThinkGeek. http://p.sf.net/sfu/slashdot-survey _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
