Fwd: problem with getstream with more instances...
hi, its me again... the problem is not more getstream instances at once... i just run all four sasc-ng like this /streamer/sasc-ng/sasc-ng -l /dev/null --cam-dir /streamer/sasc-ng/sc0 --cam-budget --sid-allpid --sid-nocache -b 20M -j 0:4 & /streamer/sasc-ng/sasc-ng -l /dev/null --cam-dir /streamer/sasc-ng/sc1 --cam-budget --sid-allpid --sid-nocache -b 20M -j 1:5 & /streamer/sasc-ng/sasc-ng -l /dev/null --cam-dir /streamer/sasc-ng/sc2 --cam-budget --sid-allpid --sid-nocache -b 20M -j 2:6 & /streamer/sasc-ng/sasc-ng -l /dev/null --cam-dir /streamer/sasc-ng/sc3 --cam-budget --sid-allpid --sid-nocache -b 20M -j 3:7 & and only one getstream like this /streamer/getstream/getstream -dc /streamer/getstream/conf0/default #(adapter 4) everything OK so i stop getstream with crtl+c and try /streamer/getstream/getstream -dc /streamer/getstream/conf1/default #(adapter 5) also everything OK again ctr+c and try /streamer/getstream/getstream -dc /streamer/getstream/conf0/default #(adapter 6) error!!! and lot of this messages 2010-05-21 04:28:13.993 demux: read in dvr_read returned with errno 14 / Bad address so i stop it with ctrl+c and the result [1]+ Segmentation fault (core dumped) /streamer/sasc-ng/sasc-ng -l /dev/null --cam-dir /streamer/sasc-ng/sc2 --cam-budget --sid-allpid --sid-nocache -b 20M -j 2:6 the same with adapter 7... only adapter 4 and 5 are running OK, tested with all my PCI dvb-s cards... it only works when sasc runnig once... is the problem with getstream or sasc-ng plz help me... michael ----- Pôvodná správa ----- Predmet: problem with getstream with more instances... Dátum: Thu, 20 May 2010 21:45:52 +0200 Od: Michal Ondreicka <chalan@elsonet.sk> Pre: getstream@gt.owl.de hi flo, im using getstream with sasc... when i start only one or 2 instances of sasc and getstream at once, everyting goes well.. but when i try to start another next instance of getstream i got lot of this errors and it kills sasc... demux: read in dvr_read returned with errno 14 / Bad address can somebody plz help me? what does mean the errno 14 / Bad address? im starting sasc-ng (opensasc) like this insmod /streamer/sasc-ng/dvbloopback.ko num_adapters=4 /streamer/sasc-ng/sasc-ng -l /dev/null --cam-dir /streamer/sasc-ng/sc0 --cam-budget --sid-allpid --sid-nocache -b 20M -j 0:4 & /streamer/sasc-ng/sasc-ng -l /dev/null --cam-dir /streamer/sasc-ng/sc1 --cam-budget --sid-allpid --sid-nocache -b 20M -j 1:5 & /streamer/sasc-ng/sasc-ng -l /dev/null --cam-dir /streamer/sasc-ng/sc2 --cam-budget --sid-allpid --sid-nocache -b 20M -j 2:6 & /streamer/sasc-ng/sasc-ng -l /dev/null --cam-dir /streamer/sasc-ng/sc3 --cam-budget --sid-allpid --sid-nocache -b 20M -j 3:7 & and getstream like this /streamer/getstream/getstream -c /streamer/getstream/conf0/default & > /dev/null #(adapter 4) /streamer/getstream/getstream -c /streamer/getstream/conf1/default & > /dev/null #(adapter 5) /streamer/getstream/getstream -c /streamer/getstream/conf2/default & > /dev/null #(adapter 6) /streamer/getstream/getstream -c /streamer/getstream/conf3/default & > /dev/null #(adapter 7) thanks for any help michael... _______________________________________________ Getstream mailing list Getstream@gt.owl.de http://gt.owl.de/mailman/listinfo/getstream
On 5/21/10 2:39 PM, Michal Ondreicka wrote:
[1]+ Segmentation fault (core dumped) /streamer/sasc-ng/sasc-ng -l /dev/null --cam-dir /streamer/sasc-ng/sc2 --cam-budget --sid-allpid --sid-nocache -b 20M -j 2:6
the same with adapter 7... only adapter 4 and 5 are running OK, tested with all my PCI dvb-s cards... it only works when sasc runnig once...
is the problem with getstream or sasc-ng plz help me...
michael
Note that it's sasc-ng that's crashing and dumping core.. you might want to use gdb to see what's the problem.. imho there is something wrong with your cards, possibly an IRQ conflict or similar problem.
participants (2)
-
Michal Ondreicka -
Vahan Yerkanian