Re: [vdr] Streamdev script to stream audio only?

2011-12-06 Thread Teemu Suikki
I actually managed to get this working quite well, here is my externremux.sh: echo -ne 'Content-type: audio/mpeg\r\n' echo -ne '\r\n' ffmpeg -f mpegts -i - -vn -acodec libmp3lame -ab 32000 -ar 44100 -ac 1 -f mp3 pipe:1 Nothing more needed really, simple is beautiful. :) However, there is one h

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.22

2011-12-06 Thread Klaus Schmidinger
On 05.12.2011 20:42, Detlef Heine wrote: - The new setup options "LNB/Device n connected to sat cable" can be used to define which DVB-S devices are connected to the same sat cable and are therefore "bonded". This obsoletes the LNBSHARE patch. Users of the LNBSHARE patch will need to newly set up

Re: [vdr] Streamdev script to stream audio only?

2011-12-06 Thread Johannes Truschnigg
Hi there, On Tue, Dec 06, 2011 at 05:00:24PM +0200, Teemu Suikki wrote: > Hi! > > I need a mp3 audio stream of live tv channels.. I tried to do it with ffmpeg, > but it doesn't work properly. No data is transferred, I guess ffmpeg doesn't > like to write to a fifo? I did something similar once (

[vdr] Streamdev script to stream audio only?

2011-12-06 Thread Teemu Suikki
Hi! I need a mp3 audio stream of live tv channels.. I tried to do it with ffmpeg, but it doesn't work properly. No data is transferred, I guess ffmpeg doesn't like to write to a fifo? Any ideas? ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.or