|
From: Pascal G. <evi...@gm...> - 2010-05-07 14:02:41
|
Hi Simon! On Fri, May 7, 2010 at 12:19 AM, Simon Eigeldinger <sim...@vo...> wrote: > Unfortunately that seems also not to work well. here is the complete > output. I have made it not verbose but i will enable that i think to > find the issue more better. here is what we have: > > $ Here we set the mixer: > > Simple mixer control 'Capture',0 > Capabilities: cvolume cswitch cswitch-joined penum > Capture channels: Front Left - Front Right > Limits: Capture 0 - 15 > Front Left: Capture 9 [60%] [13.50dB] [on] > Front Right: Capture 9 [60%] [13.50dB] [on] > > $ Here sox comes into play: > > rec WARN wav: Length in output .wav header will be wrong since can't > seek to fix > it > > $ Ezstream is connecting: > ezstream: Connected to http://localhost:8888/outside > ezstream: Streaming from standard input > > $ Lame brings up an error message: > fatal error: can't update LAME-tag frame! Although I don't know which version or flavor of lame you are using... Thinking about it, shouldn't tagging be disabled for streaming recorded-on-the-fly audio? (-t parameter) Lame 3.98 enforces that behavior, contrary to previous versions, it throws an error instead of silentely not creating the ID3 tag [1]. Hope this helps... I might be misunderstanding, but that's what quickly comes out after few minutes of googling. -Pascal [1] Search for LAME tag at: http://lame.cvs.sourceforge.net/*checkout*/lame/lame/doc/html/history.html?revision=HEAD -- Homepage (http://organact.mine.nu) Debian GNU/Linux (http://www.debian.org) LACIME: École de technologie supérieure (http://lacime.etsmtl.ca) |