Hi,
First of all thanks for
this nice application.
I am trying to get it working with dvb-c but I seem to
have some problem.
I am using recent git tree version.
I am using a
config file like this:
http
{
port
80;
};
adapter 0 {
budget-mode 0;
packet-buffer 50;
stat-interval 2;
stuck-interval
2;
dvb-c { frequency
826000000; symbol-rate 6875000; modulation 64; };
#Nederland 1
HD:826000000:INVERSION_AUTO:6875000:FEC_NONE:QAM_64:101:102:201
stream
{
name "Nederland 1"; input { pid 101; pid 102; pid 201;
};
output-http { url /ned1;
};
output-pipe { filename "/tmp/ned1";
};
};
};
Here is the output from the
console:
root@DVB-SERVER:~/getstream#
./getstream -c ./configs/ziggo.conf -d
2009-08-09 10:21:21.831 fe: Adapter 0
Setting up frontend tuner
2009-08-09 10:21:22.376 dmx: Setting filter for pid
101 pestype 20
2009-08-09 10:21:22.377 dmx: Setting filter for pid 102
pestype 20
2009-08-09 10:21:22.377 dmx: Setting filter for pid 201 pestype
20
2009-08-09 10:21:22.385 dvr: lockup of DVB card detected - trying to
reanimate via bouncing filter
2009-08-09 10:21:22.404 dvr: lockup of DVB card
detected - trying to reanimate via bouncing filter
2009-08-09 10:21:22.412
dvr: lockup of DVB card detected - trying to reanimate via bouncing
filter
2009-08-09 10:21:22.420 dvr: lockup of DVB card detected - trying to
reanimate via bouncing filter
2009-08-09 10:21:22.428 dvr: lockup of DVB card
detected - trying to reanimate via bouncing filter
2009-08-09 10:21:22.443
fe: Adapter 0 Status: 0x1f (HAS_SIGNAL HAS_CARRIER HAS_VITERBI HAS_SYNC
HAS_LOCK)
2009-08-09 10:21:24.377 dvr: inputstats: 2 pids 8256 pkt/s 1552222
byte/s
2009-08-09 10:21:26.377 dvr: inputstats: 2 pids 8353 pkt/s 1570458
byte/s
When I can the /tmp/ned1 file I get a bunch of
data, so this seems fine.
When connecting with HTTP (I tried to use mplayer
(w32), VLC, NMT) and there doesn't seem to be any data sent out
...
Could this be a bug in current git tree?
Is there anything
else I can check?
I hope I configured my dvb-c card ok, because there
aren't any config examples
...
Thanks,
Bonny