Перейти к содержимому
Калькуляторы

APNRonin

Активный участник
  • Публикации

    20
  • Зарегистрирован

  • Посещение

О APNRonin

  • Звание
    Абитуриент
    Абитуриент
  • День рождения 09/20/1980

Информация

  • Пол
    Array

Город

  • Город
    Array
  1. сигнал нормальный, #!/bin/bash # Script to automate running of SASC-NG and Drivers # Driver directory DRIVERDIR="/home/ronin/v4l-dvb/v4l/" # Path to SASC-NG binary SASCPRG="sasc-ng" # Path to CAM Directory CAMDIR="/etc/camfiles/" # Number of DVB Cards you have in your system dedicated to SASC-NG ADAPTERS="1" # Startup Options passed to SASC-NG. Adjust according to your devices. #OPTIONS="-r 0 -v 2 -o" OPTIONS="-j 0:1 -l /home/ronin/sasd.log --cam-budget --cam-dir" # Number of times runsasc will attempt to restart SASC-NG after a crash has occured (set to 0 for no limit) MAXTRIES=10 # Minimum runtime required (in seconds) for SASC-NG to continue restart attempts MINRUN=20 ## End Configuration Section ##
  2. Кто знает почему это происходит, связка sasc-ng+getstream если в конфиге getstream поставить один канал, наченает вещать root@tv:~# getstream -c con1 -d 2010-11-23 11:44:07.004 fe: Adapter 1 Setting up frontend tuner 2010-11-23 11:44:07.042 fe: DVB-S tone = 0 2010-11-23 11:44:07.043 fe: DVB-S voltage = 0 2010-11-23 11:44:07.043 fe: DVB-S diseqc = 0 2010-11-23 11:44:07.043 fe: DVB-S freq = 12398000 2010-11-23 11:44:07.043 fe: DVB-S lof1 = 10750000 2010-11-23 11:44:07.043 fe: DVB-S lof2 = 10750000 2010-11-23 11:44:07.043 fe: DVB-S slof = 11700000 2010-11-23 11:44:07.043 fe: DVB-S feparams.frequency = 1648000 2010-11-23 11:44:07.043 fe: DVB-S feparams.inversion = 2 2010-11-23 11:44:07.043 fe: DVB-S feparams.u.qpsk.symbol_rate = 27500000 2010-11-23 11:44:07.051 dmx: Setting filter for pid 0 pestype 20 2010-11-23 11:44:07.073 fe: Adapter 1 Status: 0x01 (HAS_SIGNAL) 2010-11-23 11:44:07.171 fe: Adapter 1 Status: 0x1f (HAS_SIGNAL HAS_CARRIER HAS_VITERBI HAS_SYNC HAS_LOCK) 2010-11-23 11:44:07.254 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:07.303 dmx: Setting filter for pid 120 pestype 20 2010-11-23 11:44:07.303 dmx: Setting filter for pid 121 pestype 20 2010-11-23 11:44:07.338 dmx: Setting filter for pid 320 pestype 20 2010-11-23 11:44:07.338 dmx: Setting filter for pid 400 pestype 20 2010-11-23 11:44:07.338 dmx: Setting filter for pid 401 pestype 20 2010-11-23 11:44:07.340 dmx: Setting filter for pid 321 pestype 20 2010-11-23 11:44:07.340 dmx: Setting filter for pid 402 pestype 20 2010-11-23 11:44:07.340 dmx: Setting filter for pid 403 pestype 20 2010-11-23 11:44:12.874 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:12.890 fe: DVB-S tone = 0 2010-11-23 11:44:12.890 fe: DVB-S voltage = 0 2010-11-23 11:44:12.890 fe: DVB-S diseqc = 0 2010-11-23 11:44:12.890 fe: DVB-S freq = 12398000 2010-11-23 11:44:12.890 fe: DVB-S lof1 = 10750000 2010-11-23 11:44:12.890 fe: DVB-S lof2 = 10750000 2010-11-23 11:44:12.890 fe: DVB-S slof = 11700000 2010-11-23 11:44:12.890 fe: DVB-S feparams.frequency = 1648000 2010-11-23 11:44:12.890 fe: DVB-S feparams.inversion = 2 2010-11-23 11:44:12.890 fe: DVB-S feparams.u.qpsk.symbol_rate = 27500000 2010-11-23 11:44:12.921 fe: Adapter 1 Status: 0x01 (HAS_SIGNAL) 2010-11-23 11:44:13.020 fe: Adapter 1 Status: 0x1f (HAS_SIGNAL HAS_CARRIER HAS_VITERBI HAS_SYNC HAS_LOCK) 2010-11-23 11:44:13.074 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:13.274 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:13.474 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:16.686 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:16.890 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:17.094 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:17.105 fe: DVB-S tone = 0 2010-11-23 11:44:17.105 fe: DVB-S voltage = 0 2010-11-23 11:44:17.106 fe: DVB-S diseqc = 0 2010-11-23 11:44:17.106 fe: DVB-S freq = 12398000 2010-11-23 11:44:17.106 fe: DVB-S lof1 = 10750000 2010-11-23 11:44:17.106 fe: DVB-S lof2 = 10750000 2010-11-23 11:44:17.106 fe: DVB-S slof = 11700000 2010-11-23 11:44:17.106 fe: DVB-S feparams.frequency = 1648000 2010-11-23 11:44:17.106 fe: DVB-S feparams.inversion = 2 2010-11-23 11:44:17.106 fe: DVB-S feparams.u.qpsk.symbol_rate = 27500000 2010-11-23 11:44:17.137 fe: Adapter 1 Status: 0x01 (HAS_SIGNAL) 2010-11-23 11:44:17.236 fe: Adapter 1 Status: 0x1f (HAS_SIGNAL HAS_CARRIER HAS_VITERBI HAS_SYNC HAS_LOCK) 2010-11-23 11:44:17.299 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:17.502 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:17.702 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:20.714 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:20.914 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:21.114 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:21.314 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:21.518 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:21.722 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:21.926 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:22.130 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:22.145 fe: DVB-S tone = 0 2010-11-23 11:44:22.145 fe: DVB-S voltage = 0 2010-11-23 11:44:22.145 fe: DVB-S diseqc = 0 2010-11-23 11:44:22.145 fe: DVB-S freq = 12398000 2010-11-23 11:44:22.145 fe: DVB-S lof1 = 10750000 2010-11-23 11:44:22.145 fe: DVB-S lof2 = 10750000 2010-11-23 11:44:22.146 fe: DVB-S slof = 11700000 2010-11-23 11:44:22.146 fe: DVB-S feparams.frequency = 1648000 2010-11-23 11:44:22.146 fe: DVB-S feparams.inversion = 2 2010-11-23 11:44:22.146 fe: DVB-S feparams.u.qpsk.symbol_rate = 27500000 2010-11-23 11:44:22.177 fe: Adapter 1 Status: 0x1f (HAS_SIGNAL HAS_CARRIER HAS_VITERBI HAS_SYNC HAS_LOCK) 2010-11-23 11:44:22.177 fe: Adapter 1 Status: 0x01 (HAS_SIGNAL) 2010-11-23 11:44:22.276 fe: Adapter 1 Status: 0x1f (HAS_SIGNAL HAS_CARRIER HAS_VITERBI HAS_SYNC HAS_LOCK) 2010-11-23 11:44:22.334 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:22.534 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:22.738 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:24.746 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:24.946 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:25.150 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:25.350 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:25.550 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:25.750 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter 2010-11-23 11:44:25.950 dvr: lockup of DVB card detected - trying to reanimate via bouncing filter
  3. Подскажите с каким программатором или кам модулем , можно открыть максимальное количество каналов на +++?
  4. скиньте кто нить конфиги cardclient.conf newcs.xml и runsasc
  5. Здравствуйте, есть проблемка пол года назад делал iptv на связке newcs на dreambox 500 + (Ubuntu 9.04 sasc-ng +getstream) все работало 3 карт по 18 каналов , потом что то забил , сейчас опять решил заняться, достал Phoenix , поставил ubuntu 10.04 newcs+sasc-ng+getstream, все свежее естественно, показывает 2-3 канала, если прописать больше постоянно пишет 2010-09-02 23:58:41.735 fe: DVB-S tone = 0 2010-09-02 23:58:41.735 fe: DVB-S voltage = 0 2010-09-02 23:58:41.735 fe: DVB-S diseqc = 0 2010-09-02 23:58:41.735 fe: DVB-S freq = 12399000 2010-09-02 23:58:41.735 fe: DVB-S lof1 = 10750000 2010-09-02 23:58:41.735 fe: DVB-S lof2 = 10750000 2010-09-02 23:58:41.735 fe: DVB-S slof = 11700000 2010-09-02 23:58:41.735 fe: DVB-S feparams.frequency = 1649000 2010-09-02 23:58:41.735 fe: DVB-S feparams.inversion = 2 2010-09-02 23:58:41.735 fe: DVB-S feparams.u.qpsk.symbol_rate = 27500000 2010-09-02 23:58:41.835 fe: Adapter 1 Status: 0x1f (HAS_SIGNAL HAS_CARRIER HAS_V ITERBI HAS_SYNC HAS_LOCK) 2010-09-02 23:58:41.893 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:42.105 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:42.329 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:42.573 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:42.817 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:46.869 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:46.883 fe: DVB-S tone = 0 2010-09-02 23:58:46.883 fe: DVB-S voltage = 0 2010-09-02 23:58:46.883 fe: DVB-S diseqc = 0 2010-09-02 23:58:46.883 fe: DVB-S freq = 12399000 2010-09-02 23:58:46.883 fe: DVB-S lof1 = 10750000 2010-09-02 23:58:46.883 fe: DVB-S lof2 = 10750000 2010-09-02 23:58:46.883 fe: DVB-S slof = 11700000 2010-09-02 23:58:46.883 fe: DVB-S feparams.frequency = 1649000 2010-09-02 23:58:46.883 fe: DVB-S feparams.inversion = 2 2010-09-02 23:58:46.883 fe: DVB-S feparams.u.qpsk.symbol_rate = 27500000 2010-09-02 23:58:46.983 fe: Adapter 1 Status: 0x1f (HAS_SIGNAL HAS_CARRIER HAS_V ITERBI HAS_SYNC HAS_LOCK) 2010-09-02 23:58:47.074 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:47.281 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:47.485 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:47.705 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:47.909 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:50.145 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:50.362 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:50.593 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:50.857 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:51.101 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:51.115 fe: DVB-S tone = 0 2010-09-02 23:58:51.115 fe: DVB-S voltage = 0 2010-09-02 23:58:51.115 fe: DVB-S diseqc = 0 2010-09-02 23:58:51.115 fe: DVB-S freq = 12399000 2010-09-02 23:58:51.115 fe: DVB-S lof1 = 10750000 2010-09-02 23:58:51.115 fe: DVB-S lof2 = 10750000 2010-09-02 23:58:51.115 fe: DVB-S slof = 11700000 2010-09-02 23:58:51.116 fe: DVB-S feparams.frequency = 1649000 2010-09-02 23:58:51.116 fe: DVB-S feparams.inversion = 2 2010-09-02 23:58:51.116 fe: DVB-S feparams.u.qpsk.symbol_rate = 27500000 2010-09-02 23:58:51.219 fe: Adapter 1 Status: 0x1f (HAS_SIGNAL HAS_CARRIER HAS_V ITERBI HAS_SYNC HAS_LOCK) 2010-09-02 23:58:51.366 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:51.598 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:51.765 stream_http: connection from 10.10.2.8 for /1 2010-09-02 23:58:52.006 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:52.225 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:52.465 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:52.689 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:53.145 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:53.417 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:53.637 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:53.861 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:54.321 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:54.573 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:54.841 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:55.046 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:55.297 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:55.809 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:56.013 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:56.030 fe: DVB-S tone = 0 2010-09-02 23:58:56.031 fe: DVB-S voltage = 0 2010-09-02 23:58:56.031 fe: DVB-S diseqc = 0 2010-09-02 23:58:56.031 fe: DVB-S freq = 12399000 2010-09-02 23:58:56.031 fe: DVB-S lof1 = 10750000 2010-09-02 23:58:56.031 fe: DVB-S lof2 = 10750000 2010-09-02 23:58:56.031 fe: DVB-S slof = 11700000 2010-09-02 23:58:56.031 fe: DVB-S feparams.frequency = 1649000 2010-09-02 23:58:56.031 fe: DVB-S feparams.inversion = 2 2010-09-02 23:58:56.031 fe: DVB-S feparams.u.qpsk.symbol_rate = 27500000 2010-09-02 23:58:56.131 fe: Adapter 1 Status: 0x1f (HAS_SIGNAL HAS_CARRIER HAS_V ITERBI HAS_SYNC HAS_LOCK) 2010-09-02 23:58:56.257 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:56.501 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:56.925 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:57.149 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:57.353 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:57.577 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:57.809 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter 2010-09-02 23:58:58.253 dvr: lockup of DVB card detected - trying to reanimate v ia bouncing filter ^C Вот я и незнаю, на ubuntu 9.04 поставить, или я незнаю что делать да и еще купил новую карту +++ белую, и что то немогу ее расшарить, пришлось старую искать, все облазил, везде пишут что там ecm длинный, но вроди в последнем newcs 1.67 решена эта проблема, но что то у меня не получилось, может где в конфиге нужно указать?