[FFmpeg-user] How to setup a DVB card with ffmpeg & ffserver

Tom Evans tevans.uk at googlemail.com
Wed May 1 15:41:19 CEST 2013


On Wed, May 1, 2013 at 2:18 PM, Mazen <mazen at pnettv.com> wrote:
> Hi all
>
>
>
> How to setup DVB cards for live FTA channels?
>
>
>
> The project is to stream and encode satellite channels. (IPTV)
>
>
>
> Thanks in advanced
>

Plug card in, scan for channels, tune it to a channel, give the data to ffmpeg.

If you are using linux, you can use the utilities w_scan and szap to
scan for channels and tune the (satellite) adapter respectively.
Having done that, you can access the MPEG-TS of the tuned channel by
reading from /dev/dvb/adapterN/dvr0. Google has plentiful instructions
on how to use w_scan/szap.

Cheers

Tom


More information about the ffmpeg-user mailing list