public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] Measuring signal strench on TT S2-3200
@ 2008-09-03  8:54  SKOČDOPOLE Tomáš
  2008-09-17 21:18 `  SKOČDOPOLE Tomáš
  0 siblings, 1 reply; 4+ messages in thread
From:  SKOČDOPOLE Tomáš @ 2008-09-03  8:54 UTC (permalink / raw)
  To: linux-dvb

Hello,

For quick test I used getstream utility. Later I am planning to use vdr with some plugins for streaming. 

I have parabola directed to 23.5E (Astra 3A/1E). I tested two FTA programs Ocko and CT24. On second computer there was VLC running. I think parabola is directed correctly, because I have borrowed desktop receiver and there was no problem with these programs.

I tried latest drivers from Igor M. Liplianin but I have the same problems with multiproto drivers.

When I was streaming Ocko, on second computer there was good screen, but sometimes (aprox once per 30 seconds) was shortly breaking.

When I was streaming CT24, it was running only for max 10 seconds and then getstream utility stopped sending stream packets.

There is debug output from getstream utility:
2008-08-31 20:11:59.655 fe: Adapter 0 Setting up frontend tuner
2008-08-31 20:11:59.668 fe: DVB-S tone = 0
2008-08-31 20:11:59.668 fe: DVB-S voltage = 0
2008-08-31 20:11:59.668 fe: DVB-S diseqc = 0
2008-08-31 20:11:59.668 fe: DVB-S freq = 12525000
2008-08-31 20:11:59.668 fe: DVB-S lof1 = 9750000
2008-08-31 20:11:59.668 fe: DVB-S lof2 = 10600000
2008-08-31 20:11:59.668 fe: DVB-S slof = 11700000
2008-08-31 20:11:59.668 fe: DVB-S feparams.frequency = 1925000
2008-08-31 20:11:59.668 fe: DVB-S feparams.inversion = 2
2008-08-31 20:11:59.668 fe: DVB-S feparams.u.qpsk.symbol_rate = 27500000
2008-08-31 20:11:59.668 dmx: Setting filter for pid 8192 pestype 20
2008-08-31 20:11:59.816 fe: Adapter 0 Status: 0x1e (HAS_CARRIER HAS_VITERBI HAS_SYNC HAS_LOCK)

And there is configuration file:
# cat /usr/src/getstream/getstream.conf.cslink
http {
    port 8001;
};

adapter 0 {
  budget-mode 1;

    dvb-s {
        lnb {
            lof1 9750000;
            lof2 10600000;
            slof 11700000;
        };

        transponder {
            frequency 12525000;
            polarisation v;
            symbol-rate 27500000;
            diseqc 0;
        };
    };

    stream {
        name "CT24";
        input {
            pnr 8006;
        };
        output-rtp {
            remote-address 10.0.148.98;
            remote-port 3000;
        };
        sap {
                scope global;
                playgroup "testovaci sat";
                ttl 5;
        };
    };
};


_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [linux-dvb] Measuring signal strench on TT S2-3200
  2008-09-03  8:54 [linux-dvb] Measuring signal strench on TT S2-3200  SKOČDOPOLE Tomáš
@ 2008-09-17 21:18 `  SKOČDOPOLE Tomáš
  2008-09-17 22:12   ` Igor M. Liplianin
  0 siblings, 1 reply; 4+ messages in thread
From:  SKOČDOPOLE Tomáš @ 2008-09-17 21:18 UTC (permalink / raw)
  To: linux-dvb, liplianin

Hi, 

Now, I am using latest drivers from Igor M.Liplianin and these problems should be fixed. Now video runs without any blackouts or errors... Great work!

Igor, I want to ask you about progress of scan and szap utilities for dvb-s2.

Best regards
Tomas
______________________________________________________________
> Od: hoppik@centrum.cz
> Komu: <linux-dvb@linuxtv.org>
> Datum: 03.09.2008 10:55
> Předmět: [linux-dvb] Measuring signal strench on TT S2-3200
>
>Hello,
>
>For quick test I used getstream utility. Later I am planning to use vdr with some plugins for streaming. 
>
>I have parabola directed to 23.5E (Astra 3A/1E). I tested two FTA programs Ocko and CT24. On second computer there was VLC running. I think parabola is directed correctly, because I have borrowed desktop receiver and there was no problem with these programs.
>
>I tried latest drivers from Igor M. Liplianin but I have the same problems with multiproto drivers.
>
>When I was streaming Ocko, on second computer there was good screen, but sometimes (aprox once per 30 seconds) was shortly breaking.
>
>When I was streaming CT24, it was running only for max 10 seconds and then getstream utility stopped sending stream packets.
>
>There is debug output from getstream utility:
>2008-08-31 20:11:59.655 fe: Adapter 0 Setting up frontend tuner
>2008-08-31 20:11:59.668 fe: DVB-S tone = 0
>2008-08-31 20:11:59.668 fe: DVB-S voltage = 0
>2008-08-31 20:11:59.668 fe: DVB-S diseqc = 0
>2008-08-31 20:11:59.668 fe: DVB-S freq = 12525000
>2008-08-31 20:11:59.668 fe: DVB-S lof1 = 9750000
>2008-08-31 20:11:59.668 fe: DVB-S lof2 = 10600000
>2008-08-31 20:11:59.668 fe: DVB-S slof = 11700000
>2008-08-31 20:11:59.668 fe: DVB-S feparams.frequency = 1925000
>2008-08-31 20:11:59.668 fe: DVB-S feparams.inversion = 2
>2008-08-31 20:11:59.668 fe: DVB-S feparams.u.qpsk.symbol_rate = 27500000
>2008-08-31 20:11:59.668 dmx: Setting filter for pid 8192 pestype 20
>2008-08-31 20:11:59.816 fe: Adapter 0 Status: 0x1e (HAS_CARRIER HAS_VITERBI HAS_SYNC HAS_LOCK)
>
>And there is configuration file:
># cat /usr/src/getstream/getstream.conf.cslink
>http {
>    port 8001;
>};
>
>adapter 0 {
>  budget-mode 1;
>
>    dvb-s {
>        lnb {
>            lof1 9750000;
>            lof2 10600000;
>            slof 11700000;
>        };
>
>        transponder {
>            frequency 12525000;
>            polarisation v;
>            symbol-rate 27500000;
>            diseqc 0;
>        };
>    };
>
>    stream {
>        name "CT24";
>        input {
>            pnr 8006;
>        };
>        output-rtp {
>            remote-address 10.0.148.98;
>            remote-port 3000;
>        };
>        sap {
>                scope global;
>                playgroup "testovaci sat";
>                ttl 5;
>        };
>    };
>};
>
>
>_______________________________________________
>linux-dvb mailing list
>linux-dvb@linuxtv.org
>http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>


_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [linux-dvb] Measuring signal strench on TT S2-3200
  2008-09-17 21:18 `  SKOČDOPOLE Tomáš
@ 2008-09-17 22:12   ` Igor M. Liplianin
  2008-09-19  6:42     ` Steven Toth
  0 siblings, 1 reply; 4+ messages in thread
From: Igor M. Liplianin @ 2008-09-17 22:12 UTC (permalink / raw)
  To: linux-dvb

В сообщении от 18 September 2008 00:18:11 SKOČDOPOLE Tomáš написал(а):
> Hi,
>
> Now, I am using latest drivers from Igor M.Liplianin and these problems
> should be fixed. Now video runs without any blackouts or errors... Great
> work!
>
> Igor, I want to ask you about progress of scan and szap utilities for
> dvb-s2.

Hi Tomas
It is in my priorities list, but after completing some drivers
I already started writing ( patching? ) scan utility for dvb-s2.
szap2 & szap-s2 are working now. So, let's wait and see.
Hope there are peoples, which may developing quicklier :-)
Night is my only free time :-(

>
> Best regards
> Tomas

Best Regads
Igor

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [linux-dvb] Measuring signal strench on TT S2-3200
  2008-09-17 22:12   ` Igor M. Liplianin
@ 2008-09-19  6:42     ` Steven Toth
  0 siblings, 0 replies; 4+ messages in thread
From: Steven Toth @ 2008-09-19  6:42 UTC (permalink / raw)
  To: Igor M. Liplianin; +Cc: linux-dvb

Igor M. Liplianin wrote:
> В сообщении от 18 September 2008 00:18:11 SKOČDOPOLE Tomáš написал(а):
>> Hi,
>>
>> Now, I am using latest drivers from Igor M.Liplianin and these problems
>> should be fixed. Now video runs without any blackouts or errors... Great
>> work!
>>
>> Igor, I want to ask you about progress of scan and szap utilities for
>> dvb-s2.
> 
> Hi Tomas
> It is in my priorities list, but after completing some drivers
> I already started writing ( patching? ) scan utility for dvb-s2.
> szap2 & szap-s2 are working now. So, let's wait and see.
> Hope there are peoples, which may developing quicklier :-)
> Night is my only free time :-(

Igor, you are doing a fantastic job. I thank you for helping with all of 
the patches and the utilities.

I will from the plumbers conference in the next few days and I expect to 
merge a number of patches that are sitting in my inbox.

Thanks you again for helping with this.

Regards,

Steve


_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-09-19  6:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-03  8:54 [linux-dvb] Measuring signal strench on TT S2-3200  SKOČDOPOLE Tomáš
2008-09-17 21:18 `  SKOČDOPOLE Tomáš
2008-09-17 22:12   ` Igor M. Liplianin
2008-09-19  6:42     ` Steven Toth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox