[linux-dvb] DVB-T radio recording

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Oct 10, 2005 at 01:33:54PM +0200, Frank Breitling wrote:
> Hi,
> 
> thank you very much for your answers.
> Recording with Kaffeine would result in an intermediate file which I was trying to avoid.
> But using ts2es I was in fact able to pipe the DVB-T radio stream directly to an ogg file:
> 
> channel=Fritz; mkfifo fifo.mp2; tzap -r "$channel" &
> APID=$(grep "$channel" ~/.tzap/channels.conf|awk 'BEGIN { FS=":" }{ print $12 }')
> ts2es /dev/dvb/adapter0/dvr0 $APID > fifo.mp2 &
> ffmpeg -i fifo.mp2 -ab 160 "$channel".ogg
> 
> I did not consider ts2es at first since I could not find a recent Debian package containing this tool.
> Quite a pity, if this is the only way to encode a DVB-T radio streams.
> Is(n't) it???

It should probably be in a libdvb-bin package. You could always file an
RFP (request for packaging).

-- 
/__
\_|\/
   /\


[Index of Archives]     [Linux Media]     [Video 4 Linux]     [Asterisk]     [Samba]     [Xorg]     [Xfree86]     [Linux USB]

  Powered by Linux