[Mplayer-dvb] Mplayer DVB support

Jukka Neppius jkn at softavenue.fi
Sat Apr 26 13:36:56 CEST 2003


Jukka Neppius <jkn at softavenue.fi> writes:

> cd MPlayer-0.90
> ./configure
> make
> ->
> Checking for DVB ... no 
> (specify path to DVB/ost/include with --with-extraincdir=DIR)
> 
> It seems to want these files from DVB/ost/include:
> #include <ost/dmx.h>
> #include <ost/frontend.h>
> #include <ost/sec.h>
> #include <ost/video.h>
> #include <ost/audio.h>
> 
> I can find sec.h only from siemens_dvb-0.9.4.tar.gz Unfortunately I
> found several version of 0.9.4!!  All more or less broken!

I tried with MPlayer-20030426 (from MPlayer-current.tar.bz2)

Same result!

configure.log:
============ Checking for DVB ============
...
/tmp/mplayer-conf-10682-8839.c:7: ost/dmx.h: No such file or directory
/tmp/mplayer-conf-10682-8839.c:8: ost/frontend.h: No such file or directory
/tmp/mplayer-conf-10682-8839.c:9: ost/sec.h: No such file or directory
/tmp/mplayer-conf-10682-8839.c:10: ost/video.h: No such file or directory
/tmp/mplayer-conf-10682-8839.c:11: ost/audio.h: No such file or directory

Result is: no (specify path to DVB/ost/include with --with-extraincdir=DIR)

===================

All except sec.h are in DVB/include/linux/dvb/
Which come from www.linux-dvb.tv   (21.4.03)

ost/sec.h is #included in libmpdemux/dvb_tune.c, libmpdemux/dvbin.h and
libvo/vo_mpegpes.c


Is MPlayer dvb interface supposed to work only with old 0.9.4 drivers?  

Mplayer works with dvbstream. I have to restart both to change
channel.  After doing this couple days, some kernel resource gets used
up and fork() fails. -> have to reboot.  (Probably a driver fault.)

- Jukka



More information about the MPlayer-dvb mailing list