Git Product home page Git Product logo

barracuda09 / satpi Goto Github PK

View Code? Open in Web Editor NEW
146.0 28.0 32.0 4.77 MB

SATIP server for linux, suitable to run on an Raspberry Pi, Vu+, GigaBlue or any other linux box. currently supporting DVB-S/S2/T/C and transform DVB-S requests to DVB-C

Home Page: http://barracuda09.github.io/SATPI

License: GNU General Public License v2.0

Shell 0.59% HTML 3.67% JavaScript 1.50% C++ 92.07% CSS 0.08% Makefile 1.30% C 0.79%
satip satip-server raspberry-pi dvb oscam dvb-ip multicast unicast unicable ssdp

satpi's Introduction

Build Status Coverity Scan PayPal
Build Status Coverity Scan PayPal

SatPI

An SAT>IP server for linux, suitable for running on an Raspberry Pi, VU+, GigaBlue or any other linux box.

See wiki on how to build SatPI

Currently supporting:

  • DVB-S(2), DVB-T(2) and DVB-C
  • Web Interface for monitoring and configuring various things (http port 8875)
  • Transform for example DVB-S(2) requests to DVB-C
  • RTP/AVP and RTP/AVP/TCP streaming
  • HTTP streaming
  • Decrypting of channels via DVB-API protocol implemented by OSCam, therefore you need the dvbcsa library and an official subscription
  • ICAM support needs an updated dvbcsa library
  • Virtual tuners
    • FILE input, reading from an TS File
    • STREAMER input, reading from an multicast/unicast input
    • CHILDPIPE input, reading from an PIPE input for example wget and childpipe-hdhomerun-example.sh in combination with mapping.m3u

Help

Help in any way is appreciated, just send me an email with anything you can contribute to the project, like:

  • coding
  • web design
  • ideas / feature requests
  • test reports
  • spread the word!
  • donate

Donate

If you like and use SatPI then please consider making a donation, to support my effort in developing SatPI.
Many thanks to all who donated already.

Please find the Sponsor button here:

Contact

If you like to contact me, you can do so by sending an email to:

mpostema09 -at- gmail.com

Tested Programs

Tested Hardware

Build

See wiki on how to build SatPI

  • Always Update the Web folder as well, as it may contain new features

  • To build SatPI just run these commands:

    git clone https://github.com/Barracuda09/satpi.git
    cd satpi/
    git branch -f devtmp 9c4b71d -> will make a branch devtmp of commit 9c4b71d
    git checkout devtmp -> this will checkout devtmp

    git branch -a -> see all available branches
    git branch -> see on which branch you are working/building
    git checkout V1.6.2 -> to checkout (switch to) branch 'V1.6.2'
    make

  • See some new commits/changes you need, rebuild with:

    cd satpi
    git pull
    make

  • If you need to make a debug version to help with testing, use:

    make debug

  • If you need to clean the project (because there was something wrong), use:

    make clean

  • If you like to try OSCam with DVBAPI, use:

    make debug LIBDVBCSA=yes

  • If you like to try OSCam with DVBAPI and ICAM, use:

    make debug LIBDVBCSA=yes ICAM=yes

  • If you like to run it on an Enigma2 box (With the correct toolchain), use:

    make debug ENIGMA=yes

  • Here is an toolchain I use for Vu+ Receivers (Broadcom CPU) it has MIPS and ARM cross-compiler:

    https://github.com/Broadcom/stbgcc-6.3/releases

  • If you see building errors, then perhaps your toolchain is not C++17 compatible. In this case try this before compiling:

    make non-c++17

  • If you like to build the documentation, use:

    make docu (!! you need Doxygen and Graphviz/dot !!)

Usage

For help on options:

./satpi --help

For normal use just run:

./satpi   (!!Note you should have the appropriate privilege to open tcp/udp port 554!!)

satpi's People

Contributors

barracuda09 avatar decke avatar issue avatar josaine avatar lars18th avatar mhoyer12345678 avatar wxbet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

satpi's Issues

UNKNOWN DELIVERY SYSTEM

I have added a DVB-T USB stick to the server so that there are now 3 adapters. SATPI does't recognize the delivery of the DVB-T USB stick and its symbol rate is shown as 0.
Please note that I have not tested if there is DVB-T reception possible at all due to the position of the aerial.

screenshot1

0  Sun Feb 8 15:49:12.570603714 2015  6  [satpi.c:235] --- starting ---
1  Sun Feb 8 15:49:12.570690874 2015  6  [tune.c:401] Detecting frontends in: /dev/dvb
2  Sun Feb 8 15:49:12.570832361 2015  6  [tune.c:411] Frontends found: 3
3  Sun Feb 8 15:49:12.570849308 2015  7  [tune.c:476] Open FE fd: 4 readonly 1
4  Sun Feb 8 15:49:12.570875630 2015  6  [tune.c:117] Frontend Name: STB0899 Multistandard
5  Sun Feb 8 15:49:12.570900836 2015  7  [tune.c:146] Frontend Type: Satellite (DVB-S)
6  Sun Feb 8 15:49:12.570920173 2015  7  [tune.c:150] Frontend Type: Satellite (DVB-S2)
7  Sun Feb 8 15:49:12.570938952 2015  7  [tune.c:142] Frontend Type: DSS
8  Sun Feb 8 15:49:12.570957843 2015  7  [tune.c:181] Frontend Freq: 950000 Hz to 2150000 Hz
9  Sun Feb 8 15:49:12.570976319 2015  7  [tune.c:182] Frontend srat: 5000000 symbols/s to 45000000 symbols/s
10  Sun Feb 8 15:49:12.571001079 2015  7  [tune.c:476] Open FE fd: 4 readonly 1
11  Sun Feb 8 15:49:12.571011120 2015  6  [tune.c:117] Frontend Name: STB0899 Multistandard
12  Sun Feb 8 15:49:12.571018176 2015  7  [tune.c:146] Frontend Type: Satellite (DVB-S)
13  Sun Feb 8 15:49:12.571035049 2015  7  [tune.c:150] Frontend Type: Satellite (DVB-S2)
14  Sun Feb 8 15:49:12.571053584 2015  7  [tune.c:142] Frontend Type: DSS
15  Sun Feb 8 15:49:12.571075105 2015  7  [tune.c:181] Frontend Freq: 950000 Hz to 2150000 Hz
16  Sun Feb 8 15:49:12.571093663 2015  7  [tune.c:182] Frontend srat: 5000000 symbols/s to 45000000 symbols/s
17  Sun Feb 8 15:49:12.571117000 2015  7  [tune.c:476] Open FE fd: 4 readonly 1
18  Sun Feb 8 15:49:12.571126910 2015  6  [tune.c:117] Frontend Name: Afatech AF9013
19  Sun Feb 8 15:49:12.571508623 2015  7  [tune.c:154] Frontend Type: Terrestrial (DVB-T)
20  Sun Feb 8 15:49:12.571525046 2015  7  [tune.c:181] Frontend Freq: 174000000 Hz to 862000000 Hz
21  Sun Feb 8 15:49:12.571536334 2015  7  [tune.c:182] Frontend srat: 0 symbols/s to 0 symbols/s
22  Sun Feb 8 15:49:12.572040568 2015  6  [connection.c:336] eth0: 192.168.1.161 [00:1d:7d:a9:eb:f3]
23  Sun Feb 8 15:49:12.572050954 2015  6  [rtsp.c:1017] Setting up RTSP server
24  Sun Feb 8 15:49:12.572105863 2015  6  [http.c:490] Setting up HTTP server
25  Sun Feb 8 15:49:12.572141421 2015  6  [rtp.c:348] Setting up 8 RTP servers
26  Sun Feb 8 15:49:12.572351986 2015  6  [rtcp.c:338] Setting up 8 RTCP servers
27  Sun Feb 8 15:49:12.572571910 2015  6  [ssdp.c:170] Setting up SSDP server

Compiler warnings

I have following warnings:

gcc -c -Wall -Wextra -Winit-self  -O0 -g3 -DDEBUG -fstack-protector-all connection.c 
connection.c: In function ‘init_udp_socket’:
connection.c:157:26: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
  memset(server, 0, sizeof(server));
                          ^

LOG issue

in rtsp.c line 497

  •                    SI_LOG_ERROR("Frontend: x, Not attached anymore to client %s", client->ip_addr);
    
  •                   SI_LOG_ERROR("Frontend: %d, Not attached anymore to client %s", client->fe->index, client->ip_addr);
    

Changing LNB settings - not sticking (Press enter to save)

Hi

I'm trying to change the LNB settings to align with the New Zealand Sky supplied LNBs frequency of L:10750,H:10750,S:0 but every time I go in to the settings of LNB0 on the first tuner it accepts the changes but quickly resets to something else if I click elsewhere on the screen or change tab. This issue is repeated across all the tuners in the system.

As I can't find a save button for LNB config, am I doing something wrong?

Thanks,

Chris

No picture on Elgato SAT>IP app for OS X

Hi Marc,

I have tested SATPI now with the app SAT>IP for OS X of Elgato on my iPhone 4S: https://itunes.apple.com/en/app/elgato-sat-ip/id490084846?mt=8.

SATPI can be found by the app. However, I can't get a picture because the app tells that the channel is already being used. If I switch to an other channel it is the same thing. Attached some log output:

0  Thu Jan 29 15:44:02.066228980 2015  6  [satpi.c:235] --- starting ---
1  Thu Jan 29 15:44:02.066315691 2015  6  [tune.c:393] Detecting frontends in: /dev/dvb
2  Thu Jan 29 15:44:02.066426065 2015  6  [tune.c:403] Frontends found: 2
3  Thu Jan 29 15:44:02.066442818 2015  7  [tune.c:468] Open FE fd: 4 readonly 1
4  Thu Jan 29 15:44:02.066471372 2015  6  [tune.c:117] Frontend Name: STB0899 Multistandard
5  Thu Jan 29 15:44:02.066482960 2015  7  [tune.c:142] Frontend Type: Satellite (DVB-S)
6  Thu Jan 29 15:44:02.066501671 2015  7  [tune.c:146] Frontend Type: Satellite (DVB-S2)
7  Thu Jan 29 15:44:02.066524799 2015  7  [tune.c:172] Frontend Type: Unknown 4
8  Thu Jan 29 15:44:02.066543791 2015  7  [tune.c:177] Frontend Freq: 950000 Hz to 2150000 Hz
9  Thu Jan 29 15:44:02.066562510 2015  7  [tune.c:178] Frontend srat: 5000000 symbols/s to 45000000 symbols/s
10  Thu Jan 29 15:44:02.066587076 2015  7  [tune.c:468] Open FE fd: 4 readonly 1
11  Thu Jan 29 15:44:02.066596982 2015  6  [tune.c:117] Frontend Name: STB0899 Multistandard
12  Thu Jan 29 15:44:02.066604173 2015  7  [tune.c:142] Frontend Type: Satellite (DVB-S)
13  Thu Jan 29 15:44:02.066621027 2015  7  [tune.c:146] Frontend Type: Satellite (DVB-S2)
14  Thu Jan 29 15:44:02.066639690 2015  7  [tune.c:172] Frontend Type: Unknown 4
15  Thu Jan 29 15:44:02.066658026 2015  7  [tune.c:177] Frontend Freq: 950000 Hz to 2150000 Hz
16  Thu Jan 29 15:44:02.066679079 2015  7  [tune.c:178] Frontend srat: 5000000 symbols/s to 45000000 symbols/s
17  Thu Jan 29 15:44:02.067046699 2015  6  [connection.c:261] eth0: 192.168.1.161 [00:1d:7d:a9:eb:f3]
18  Thu Jan 29 15:44:02.067057466 2015  6  [rtsp.c:932] Setting up RTSP server
19  Thu Jan 29 15:44:02.067111211 2015  6  [http.c:447] Setting up HTTP server
20  Thu Jan 29 15:44:02.067146942 2015  6  [rtp.c:346] Setting up 8 RTP servers
21  Thu Jan 29 15:44:02.067351944 2015  6  [rtcp.c:338] Setting up 8 RTCP servers
22  Thu Jan 29 15:44:02.067562325 2015  6  [ssdp.c:89] Setting up SSDP server
23  Thu Jan 29 15:44:02.955122351 2015  6  [connection.c:190] RTSP Connection from 192.168.1.115 Port 52623
24  Thu Jan 29 15:44:02.955554420 2015  7  [rtsp.c:818] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
25  Thu Jan 29 15:44:02.955554420 2015  7  Connection:Close
26  Thu Jan 29 15:44:02.955554420 2015  7  CSeq:1016
27  Thu Jan 29 15:44:02.955554420 2015  7  Accept:application/sdp
28  Thu Jan 29 15:44:02.955554420 2015  7  --- LINE END ---
29  Thu Jan 29 15:44:02.955645401 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.115
30  Thu Jan 29 15:44:02.955752011 2015  7  [rtsp.c:621] RTSP/1.0 200 OK
31  Thu Jan 29 15:44:02.955752011 2015  7  CSeq: 1016
32  Thu Jan 29 15:44:02.955752011 2015  7  Content-Type: application/sdp
33  Thu Jan 29 15:44:02.955752011 2015  7  Content-Base: rtsp://192.168.1.161/
34  Thu Jan 29 15:44:02.955752011 2015  7  Content-Length: 247
35  Thu Jan 29 15:44:02.955752011 2015  7  --- LINE END ---
36  Thu Jan 29 15:44:02.955752011 2015  7  v=0
37  Thu Jan 29 15:44:02.955752011 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
38  Thu Jan 29 15:44:02.955752011 2015  7  s=SatIPServer:1 2
39  Thu Jan 29 15:44:02.955752011 2015  7  t=0 0
40  Thu Jan 29 15:44:02.955752011 2015  7  m=video 0 RTP/AVP 33
41  Thu Jan 29 15:44:02.955752011 2015  7  c=IN IP4 0.0.0.0
42  Thu Jan 29 15:44:02.955752011 2015  7  a=control:stream=0
43  Thu Jan 29 15:44:02.955752011 2015  7  a=fmtp:33 
44  Thu Jan 29 15:44:02.955752011 2015  7  a=inactive
45  Thu Jan 29 15:44:02.955752011 2015  7  m=video 0 RTP/AVP 33
46  Thu Jan 29 15:44:02.955752011 2015  7  c=IN IP4 0.0.0.0
47  Thu Jan 29 15:44:02.955752011 2015  7  a=control:stream=1
48  Thu Jan 29 15:44:02.955752011 2015  7  a=fmtp:33 
49  Thu Jan 29 15:44:02.955752011 2015  7  a=inactive
50  Thu Jan 29 15:44:02.957552616 2015  7  [http.c:212] GET web/desc.xml (size 1594)
51  Thu Jan 29 15:44:02.957604743 2015  7  [http.c:421] Requested Connection closed by Client 1
52  Thu Jan 29 15:44:06.757531708 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.115
53  Thu Jan 29 15:44:06.760853174 2015  6  [connection.c:190] RTSP Connection from 192.168.1.115 Port 52624
54  Thu Jan 29 15:44:06.761553287 2015  7  [rtsp.c:818] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
55  Thu Jan 29 15:44:06.761553287 2015  7  Connection:Close
56  Thu Jan 29 15:44:06.761553287 2015  7  CSeq:1017
57  Thu Jan 29 15:44:06.761553287 2015  7  Accept:application/sdp
58  Thu Jan 29 15:44:06.761553287 2015  7  --- LINE END ---
59  Thu Jan 29 15:44:06.761637833 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.115
60  Thu Jan 29 15:44:06.761754578 2015  7  [rtsp.c:621] RTSP/1.0 200 OK
61  Thu Jan 29 15:44:06.761754578 2015  7  CSeq: 1017
62  Thu Jan 29 15:44:06.761754578 2015  7  Content-Type: application/sdp
63  Thu Jan 29 15:44:06.761754578 2015  7  Content-Base: rtsp://192.168.1.161/
64  Thu Jan 29 15:44:06.761754578 2015  7  Content-Length: 247
65  Thu Jan 29 15:44:06.761754578 2015  7  --- LINE END ---
66  Thu Jan 29 15:44:06.761754578 2015  7  v=0
67  Thu Jan 29 15:44:06.761754578 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
68  Thu Jan 29 15:44:06.761754578 2015  7  s=SatIPServer:1 2
69  Thu Jan 29 15:44:06.761754578 2015  7  t=0 0
70  Thu Jan 29 15:44:06.761754578 2015  7  m=video 0 RTP/AVP 33
71  Thu Jan 29 15:44:06.761754578 2015  7  c=IN IP4 0.0.0.0
72  Thu Jan 29 15:44:06.761754578 2015  7  a=control:stream=0
73  Thu Jan 29 15:44:06.761754578 2015  7  a=fmtp:33 
74  Thu Jan 29 15:44:06.761754578 2015  7  a=inactive
75  Thu Jan 29 15:44:06.761754578 2015  7  m=video 0 RTP/AVP 33
76  Thu Jan 29 15:44:06.761754578 2015  7  c=IN IP4 0.0.0.0
77  Thu Jan 29 15:44:06.761754578 2015  7  a=control:stream=1
78  Thu Jan 29 15:44:06.761754578 2015  7  a=fmtp:33 
79  Thu Jan 29 15:44:06.761754578 2015  7  a=inactive
80  Thu Jan 29 15:44:07.996408194 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.115
81  Thu Jan 29 15:44:07.999647129 2015  6  [connection.c:190] RTSP Connection from 192.168.1.115 Port 52625
82  Thu Jan 29 15:44:07.999856514 2015  7  [rtsp.c:818] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
83  Thu Jan 29 15:44:07.999856514 2015  7  Connection:Close
84  Thu Jan 29 15:44:07.999856514 2015  7  CSeq:1018
85  Thu Jan 29 15:44:07.999856514 2015  7  Accept:application/sdp
86  Thu Jan 29 15:44:07.999856514 2015  7  --- LINE END ---
87  Thu Jan 29 15:44:07.999961966 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.115
88  Thu Jan 29 15:44:08.000071078 2015  7  [rtsp.c:621] RTSP/1.0 200 OK
89  Thu Jan 29 15:44:08.000071078 2015  7  CSeq: 1018
90  Thu Jan 29 15:44:08.000071078 2015  7  Content-Type: application/sdp
91  Thu Jan 29 15:44:08.000071078 2015  7  Content-Base: rtsp://192.168.1.161/
92  Thu Jan 29 15:44:08.000071078 2015  7  Content-Length: 247
93  Thu Jan 29 15:44:08.000071078 2015  7  --- LINE END ---
94  Thu Jan 29 15:44:08.000071078 2015  7  v=0
95  Thu Jan 29 15:44:08.000071078 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
96  Thu Jan 29 15:44:08.000071078 2015  7  s=SatIPServer:1 2
97  Thu Jan 29 15:44:08.000071078 2015  7  t=0 0
98  Thu Jan 29 15:44:08.000071078 2015  7  m=video 0 RTP/AVP 33
99  Thu Jan 29 15:44:08.000071078 2015  7  c=IN IP4 0.0.0.0
100  Thu Jan 29 15:44:08.000071078 2015  7  a=control:stream=0
101  Thu Jan 29 15:44:08.000071078 2015  7  a=fmtp:33 
102  Thu Jan 29 15:44:08.000071078 2015  7  a=inactive
103  Thu Jan 29 15:44:08.000071078 2015  7  m=video 0 RTP/AVP 33
104  Thu Jan 29 15:44:08.000071078 2015  7  c=IN IP4 0.0.0.0
105  Thu Jan 29 15:44:08.000071078 2015  7  a=control:stream=1
106  Thu Jan 29 15:44:08.000071078 2015  7  a=fmtp:33 
107  Thu Jan 29 15:44:08.000071078 2015  7  a=inactive
108  Thu Jan 29 15:44:11.223163042 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.115
109  Thu Jan 29 15:44:11.226272599 2015  6  [connection.c:190] RTSP Connection from 192.168.1.115 Port 52626
110  Thu Jan 29 15:44:11.226481898 2015  7  [rtsp.c:818] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
111  Thu Jan 29 15:44:11.226481898 2015  7  Connection:Close
112  Thu Jan 29 15:44:11.226481898 2015  7  CSeq:1019
113  Thu Jan 29 15:44:11.226481898 2015  7  Accept:application/sdp
114  Thu Jan 29 15:44:11.226481898 2015  7  --- LINE END ---
115  Thu Jan 29 15:44:11.226565085 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.115
116  Thu Jan 29 15:44:11.226645485 2015  7  [rtsp.c:621] RTSP/1.0 200 OK
117  Thu Jan 29 15:44:11.226645485 2015  7  CSeq: 1019
118  Thu Jan 29 15:44:11.226645485 2015  7  Content-Type: application/sdp
119  Thu Jan 29 15:44:11.226645485 2015  7  Content-Base: rtsp://192.168.1.161/
120  Thu Jan 29 15:44:11.226645485 2015  7  Content-Length: 247
121  Thu Jan 29 15:44:11.226645485 2015  7  --- LINE END ---
122  Thu Jan 29 15:44:11.226645485 2015  7  v=0
123  Thu Jan 29 15:44:11.226645485 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
124  Thu Jan 29 15:44:11.226645485 2015  7  s=SatIPServer:1 2
125  Thu Jan 29 15:44:11.226645485 2015  7  t=0 0
126  Thu Jan 29 15:44:11.226645485 2015  7  m=video 0 RTP/AVP 33
127  Thu Jan 29 15:44:11.226645485 2015  7  c=IN IP4 0.0.0.0
128  Thu Jan 29 15:44:11.226645485 2015  7  a=control:stream=0
129  Thu Jan 29 15:44:11.226645485 2015  7  a=fmtp:33 
130  Thu Jan 29 15:44:11.226645485 2015  7  a=inactive
131  Thu Jan 29 15:44:11.226645485 2015  7  m=video 0 RTP/AVP 33
132  Thu Jan 29 15:44:11.226645485 2015  7  c=IN IP4 0.0.0.0
133  Thu Jan 29 15:44:11.226645485 2015  7  a=control:stream=1
134  Thu Jan 29 15:44:11.226645485 2015  7  a=fmtp:33 
135  Thu Jan 29 15:44:11.226645485 2015  7  a=inactive
136  Thu Jan 29 15:44:13.076521750 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.115
137  Thu Jan 29 15:44:13.079561131 2015  6  [connection.c:190] RTSP Connection from 192.168.1.115 Port 52627
138  Thu Jan 29 15:44:13.079595229 2015  7  [rtsp.c:818] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
139  Thu Jan 29 15:44:13.079595229 2015  7  Connection:Close
140  Thu Jan 29 15:44:13.079595229 2015  7  CSeq:1020
141  Thu Jan 29 15:44:13.079595229 2015  7  Accept:application/sdp
142  Thu Jan 29 15:44:13.079595229 2015  7  --- LINE END ---
143  Thu Jan 29 15:44:13.079780831 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.115
144  Thu Jan 29 15:44:13.079876347 2015  7  [rtsp.c:621] RTSP/1.0 200 OK
145  Thu Jan 29 15:44:13.079876347 2015  7  CSeq: 1020
146  Thu Jan 29 15:44:13.079876347 2015  7  Content-Type: application/sdp
147  Thu Jan 29 15:44:13.079876347 2015  7  Content-Base: rtsp://192.168.1.161/
148  Thu Jan 29 15:44:13.079876347 2015  7  Content-Length: 247
149  Thu Jan 29 15:44:13.079876347 2015  7  --- LINE END ---
150  Thu Jan 29 15:44:13.079876347 2015  7  v=0
151  Thu Jan 29 15:44:13.079876347 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
152  Thu Jan 29 15:44:13.079876347 2015  7  s=SatIPServer:1 2
153  Thu Jan 29 15:44:13.079876347 2015  7  t=0 0
154  Thu Jan 29 15:44:13.079876347 2015  7  m=video 0 RTP/AVP 33
155  Thu Jan 29 15:44:13.079876347 2015  7  c=IN IP4 0.0.0.0
156  Thu Jan 29 15:44:13.079876347 2015  7  a=control:stream=0
157  Thu Jan 29 15:44:13.079876347 2015  7  a=fmtp:33 
158  Thu Jan 29 15:44:13.079876347 2015  7  a=inactive
159  Thu Jan 29 15:44:13.079876347 2015  7  m=video 0 RTP/AVP 33
160  Thu Jan 29 15:44:13.079876347 2015  7  c=IN IP4 0.0.0.0
161  Thu Jan 29 15:44:13.079876347 2015  7  a=control:stream=1
162  Thu Jan 29 15:44:13.079876347 2015  7  a=fmtp:33 
163  Thu Jan 29 15:44:13.079876347 2015  7  a=inactive
164  Thu Jan 29 15:44:18.120246389 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.115
165  Thu Jan 29 15:44:18.122955877 2015  6  [connection.c:190] RTSP Connection from 192.168.1.115 Port 52628
166  Thu Jan 29 15:44:18.123246805 2015  7  [rtsp.c:818] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
167  Thu Jan 29 15:44:18.123246805 2015  7  Connection:Close
168  Thu Jan 29 15:44:18.123246805 2015  7  CSeq:1021
169  Thu Jan 29 15:44:18.123246805 2015  7  Accept:application/sdp
170  Thu Jan 29 15:44:18.123246805 2015  7  --- LINE END ---
171  Thu Jan 29 15:44:18.123306284 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.115
172  Thu Jan 29 15:44:18.123401695 2015  7  [rtsp.c:621] RTSP/1.0 200 OK
173  Thu Jan 29 15:44:18.123401695 2015  7  CSeq: 1021
174  Thu Jan 29 15:44:18.123401695 2015  7  Content-Type: application/sdp
175  Thu Jan 29 15:44:18.123401695 2015  7  Content-Base: rtsp://192.168.1.161/
176  Thu Jan 29 15:44:18.123401695 2015  7  Content-Length: 247
177  Thu Jan 29 15:44:18.123401695 2015  7  --- LINE END ---
178  Thu Jan 29 15:44:18.123401695 2015  7  v=0
179  Thu Jan 29 15:44:18.123401695 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
180  Thu Jan 29 15:44:18.123401695 2015  7  s=SatIPServer:1 2
181  Thu Jan 29 15:44:18.123401695 2015  7  t=0 0
182  Thu Jan 29 15:44:18.123401695 2015  7  m=video 0 RTP/AVP 33
183  Thu Jan 29 15:44:18.123401695 2015  7  c=IN IP4 0.0.0.0
184  Thu Jan 29 15:44:18.123401695 2015  7  a=control:stream=0
185  Thu Jan 29 15:44:18.123401695 2015  7  a=fmtp:33 
186  Thu Jan 29 15:44:18.123401695 2015  7  a=inactive
187  Thu Jan 29 15:44:18.123401695 2015  7  m=video 0 RTP/AVP 33
188  Thu Jan 29 15:44:18.123401695 2015  7  c=IN IP4 0.0.0.0
189  Thu Jan 29 15:44:18.123401695 2015  7  a=control:stream=1
190  Thu Jan 29 15:44:18.123401695 2015  7  a=fmtp:33 
191  Thu Jan 29 15:44:18.123401695 2015  7  a=inactive
192  Thu Jan 29 15:44:20.396847768 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.115
193  Thu Jan 29 15:44:20.399482055 2015  6  [connection.c:190] RTSP Connection from 192.168.1.115 Port 52629
194  Thu Jan 29 15:44:20.399513223 2015  7  [rtsp.c:818] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
195  Thu Jan 29 15:44:20.399513223 2015  7  Connection:Close
196  Thu Jan 29 15:44:20.399513223 2015  7  CSeq:1022
197  Thu Jan 29 15:44:20.399513223 2015  7  Accept:application/sdp
198  Thu Jan 29 15:44:20.399513223 2015  7  --- LINE END ---
199  Thu Jan 29 15:44:20.399685690 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.115
200  Thu Jan 29 15:44:20.399800791 2015  7  [rtsp.c:621] RTSP/1.0 200 OK
201  Thu Jan 29 15:44:20.399800791 2015  7  CSeq: 1022
202  Thu Jan 29 15:44:20.399800791 2015  7  Content-Type: application/sdp
203  Thu Jan 29 15:44:20.399800791 2015  7  Content-Base: rtsp://192.168.1.161/
204  Thu Jan 29 15:44:20.399800791 2015  7  Content-Length: 247
205  Thu Jan 29 15:44:20.399800791 2015  7  --- LINE END ---
206  Thu Jan 29 15:44:20.399800791 2015  7  v=0
207  Thu Jan 29 15:44:20.399800791 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
208  Thu Jan 29 15:44:20.399800791 2015  7  s=SatIPServer:1 2
209  Thu Jan 29 15:44:20.399800791 2015  7  t=0 0
210  Thu Jan 29 15:44:20.399800791 2015  7  m=video 0 RTP/AVP 33
211  Thu Jan 29 15:44:20.399800791 2015  7  c=IN IP4 0.0.0.0
212  Thu Jan 29 15:44:20.399800791 2015  7  a=control:stream=0
213  Thu Jan 29 15:44:20.399800791 2015  7  a=fmtp:33 
214  Thu Jan 29 15:44:20.399800791 2015  7  a=inactive
215  Thu Jan 29 15:44:20.399800791 2015  7  m=video 0 RTP/AVP 33
216  Thu Jan 29 15:44:20.399800791 2015  7  c=IN IP4 0.0.0.0
217  Thu Jan 29 15:44:20.399800791 2015  7  a=control:stream=1
218  Thu Jan 29 15:44:20.399800791 2015  7  a=fmtp:33 
219  Thu Jan 29 15:44:20.399800791 2015  7  a=inactive
220  Thu Jan 29 15:44:23.213138951 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.115
221  Thu Jan 29 15:44:23.216059300 2015  6  [connection.c:190] RTSP Connection from 192.168.1.115 Port 52630
222  Thu Jan 29 15:44:23.216091734 2015  7  [rtsp.c:818] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
223  Thu Jan 29 15:44:23.216091734 2015  7  Connection:Close
224  Thu Jan 29 15:44:23.216091734 2015  7  CSeq:1023
225  Thu Jan 29 15:44:23.216091734 2015  7  Accept:application/sdp
226  Thu Jan 29 15:44:23.216091734 2015  7  --- LINE END ---
227  Thu Jan 29 15:44:23.216263786 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.115
228  Thu Jan 29 15:44:23.216365519 2015  7  [rtsp.c:621] RTSP/1.0 200 OK
229  Thu Jan 29 15:44:23.216365519 2015  7  CSeq: 1023
230  Thu Jan 29 15:44:23.216365519 2015  7  Content-Type: application/sdp
231  Thu Jan 29 15:44:23.216365519 2015  7  Content-Base: rtsp://192.168.1.161/
232  Thu Jan 29 15:44:23.216365519 2015  7  Content-Length: 247
233  Thu Jan 29 15:44:23.216365519 2015  7  --- LINE END ---
234  Thu Jan 29 15:44:23.216365519 2015  7  v=0
235  Thu Jan 29 15:44:23.216365519 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
236  Thu Jan 29 15:44:23.216365519 2015  7  s=SatIPServer:1 2
237  Thu Jan 29 15:44:23.216365519 2015  7  t=0 0
238  Thu Jan 29 15:44:23.216365519 2015  7  m=video 0 RTP/AVP 33
239  Thu Jan 29 15:44:23.216365519 2015  7  c=IN IP4 0.0.0.0
240  Thu Jan 29 15:44:23.216365519 2015  7  a=control:stream=0
241  Thu Jan 29 15:44:23.216365519 2015  7  a=fmtp:33 
242  Thu Jan 29 15:44:23.216365519 2015  7  a=inactive
243  Thu Jan 29 15:44:23.216365519 2015  7  m=video 0 RTP/AVP 33
244  Thu Jan 29 15:44:23.216365519 2015  7  c=IN IP4 0.0.0.0
245  Thu Jan 29 15:44:23.216365519 2015  7  a=control:stream=1
246  Thu Jan 29 15:44:23.216365519 2015  7  a=fmtp:33 
247  Thu Jan 29 15:44:23.216365519 2015  7  a=inactive


Not tunning DVB-S transponders with vtuner-satip and DVB-S2 source

Hi,

At time I use the "vtuner-satip" driver for manage a remote (and buggy) SAT>IP DVB-S2 server (one tuner only, ALi implementation). But when I try to tune a DVB-S transponder the tunning fails.

See the log:

0  Mon Dec 28 04:52:19.1183 2015  6  --- starting SatPI version: 1.5.0~unknown ---
1  Mon Dec 28 04:52:19.1187 2015  6  Number of processors online: 2
2  Mon Dec 28 04:52:19.1188 2015  6  Default network buffer size: 56 KBytes
3  Mon Dec 28 04:52:19.1190 2015  6  eth0: 192.168.210.17 [00:0c:29:36:4c:1b]
4  Mon Dec 28 04:52:19.1191 2015  6  Detecting frontends in: /dev/dvb
5  Mon Dec 28 04:52:19.1241 2015  6  Frontends found: 3
6  Mon Dec 28 04:52:19.1244 2015  6  Frontend Name: Afatech AF9013 DVB-T
7  Mon Dec 28 04:52:19.1245 2015  6  Frontend Name: Afatech AF9013 DVB-T
8  Mon Dec 28 04:52:19.1246 2015  6  Frontend Name: vTuner proxyFE DVB-S2
9  Mon Dec 28 04:52:19.1251 2015  6  Setting up RTSP server
10  Mon Dec 28 04:52:19.1254 2015  6  Setting up HTTP server
11  Mon Dec 28 04:52:19.1258 2015  6  Setting up SSDP server with BOOTID: 3
12  Mon Dec 28 04:52:22.2584 2015  6  RTSP Connection from 192.168.1.31 Port 49888 (fd: 8)
13  Mon Dec 28 04:52:22.2731 2015  6  Found message outside session
14  Mon Dec 28 04:52:22.2753 2015  6  Found StreamID x - SessionID x - Creating new SessionID: 1702957685
15  Mon Dec 28 04:52:22.2754 2015  6  Stream: 0, Not capable of handling msys=dvbs
16  Mon Dec 28 04:52:22.2755 2015  6  Stream: 1, Not capable of handling msys=dvbs
17  Mon Dec 28 04:52:22.2755 2015  6  Stream: 2, Not capable of handling msys=dvbs
18  Mon Dec 28 04:52:22.2755 2015  3  Found no Stream/Client of interest!

For sure, the same driver works with other tools for DVB-S/S2.

Please, can you fix this issue?

Not working with DVBViewer Pro

Hey

In the Log I see my DVBViewer Pro connects to SATIP but I get no Picture ..
After a while I get an memory access error!

compile warning in function ‘describe_rtsp’

I got following compile warning:

gcc -c -Wall -Wextra -Winit-self  -O2 -s -DNDEBUG rtsp.c
rtsp.c: In function ‘describe_rtsp’:
rtsp.c:592:2: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘size_t’ [-Wformat=]
  snprintf(rtspOk, sizeof(rtspOk), RTSP_DESCRIBE_OK, client->rtsp.cseq, server_ip_addr, strlen(rtspCont), rtspCont);
  ^
rtsp.c:592:2: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘size_t’ [-Wformat=]

My machine:
Linux version 3.16.0-29-generic (buildd@tipua) (gcc version 4.9.1 (Ubuntu 4.9.1-16ubuntu6) ) #39-Ubuntu SMP Mon Dec 15 22:27:29 UTC 2014 (Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2)

double stop_http(); in satip.c

    stop_http();   <------ is this a double stop here??
    stop_rtsp(&rtpsession);

    // cleanup threads
    stop_http();
    if (ssdp) {
            stop_ssdp();
    }
    stop_rtp(&rtpsession);

BOOTID fixed value

in ssdp.c BOOTID.UPNP.ORG: 2318

the Spec says
The BOOTID.UPNP.ORG value shall increase each time that the device first announces on the network. It shall be stored in non-volatile memory

so it may need to get stored in a file

vtuner and msys=dvbs troubles (API 5.4)

Hi,

I do some tests using vtuner for SAT>IP (project http://code.google.com/p/satip/). This isn't compatible at time with SATPI, but I found a trouble with DVB-S transponders.

After start SATPI with only one DVB-S2 vtuner device, then any request using "msys=dvbs" fails... indicating that no tuner is available. But if I try to tune using "msys=dvbs2" then the code accepts the request.

Please, can you do more tests with DVB-API 5.4 and DVB-S/S2 tuners?
My current system is Debian 7.7 x86-64, that uses API 5.4

compile warnings

I got some compile warnings like
warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' [-Wformat]

which may can be fixed when %zd is used.

Fixed - Only one client can get stream

Hi Marc,

when EyeTV on OS X was running (IP 192.168.1.107) , I could connect with EyeTV on iOS to SATPI (IP 192.168.1.115), however, the message "already in use" was shown. http://pastebin.com/dAHNDGtn
The server (IP 192.168.1.161) has however two DVB-S2 cards.

Thanks for looking into this.

Paul

EyeTV - No Lock on DVB-S2 channels with DVB-API 5.10

Hi Marc,

first of all, the new Webif is nice and I'm glad to see that SATPI moves on!
I just tried out EyeTV on my Mac and found out that I cannot get a lock on DVB-S2 channels, just on DVB-S.

Thanks for looking into this.

Paul

pbriesch@ubuntu32:~/satpi$ sudo ./satpi --no-daemon
[        Satpi.cpp:247] --- starting SatPI version: 1.5.50~gbddad2b ---
[  InterfaceAttr.h:094] eth0: 192.168.1.169 [00:19:66:0f:8d:07]
[      Streams.cpp:115] Current DVB_API_VERSION: 5.10
[      Streams.cpp:117] Detecting frontends in: /dev/dvb
[      Streams.cpp:135] Frontends found: 2
[     Frontend.cpp:144] Frontend Name: STB0899 Multistandard
[     Frontend.cpp:218] Frontend Type: Satellite (DVB-S)
[     Frontend.cpp:222] Frontend Type: Satellite (DVB-S2)
[     Frontend.cpp:214] Frontend Type: DSS
[     Frontend.cpp:257] Frontend Freq: 950000 Hz to 2150000 Hz
[     Frontend.cpp:258] Frontend srat: 5000000 symbols/s to 45000000 symbols/s
[     Frontend.cpp:144] Frontend Name: STB0899 Multistandard
[     Frontend.cpp:218] Frontend Type: Satellite (DVB-S)
[     Frontend.cpp:222] Frontend Type: Satellite (DVB-S2)
[     Frontend.cpp:214] Frontend Type: DSS
[     Frontend.cpp:257] Frontend Freq: 950000 Hz to 2150000 Hz
[     Frontend.cpp:258] Frontend srat: 5000000 symbols/s to 45000000 symbols/s
[   SsdpServer.cpp:108] Setting up SSDP server with BOOTID: 72
[   HttpServer.cpp:075] Setting up HTTP server
[   RtspServer.cpp:059] Setting up RTSP server
[    TcpSocket.cpp:149] HTTP Connection from 192.168.1.107 Port 60667 (fd: 8)
[    TcpSocket.cpp:149] HTTP Connection from 192.168.1.107 Port 60668 (fd: 9)
[    TcpSocket.cpp:149] HTTP Connection from 192.168.1.107 Port 52558 (fd: 10)
[   HttpServer.cpp:178] Client: 192.168.1.107 requesed /desc.xml
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60669 (fd: 11)
[   RtspServer.cpp:072] Data from client 192.168.1.107: DESCRIBE rtsp://192.168.1.169/ RTSP/1.0
Connection:Close
CSeq:1001
Accept:application/sdp
--- LINE END ---
[      Streams.cpp:232] Found message outside session
[ StreamClient.cpp:043] Connection can close: 1
[   RtspServer.cpp:258] RTSP/1.0 404 Not Found
CSeq: 1001
Content-Type: application/sdp
Content-Base: rtsp://192.168.1.169/
Content-Length: 0
--- LINE END ---
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 11
[      Streams.cpp:232] Found message outside session
[       Stream.cpp:127] Stream: -1, Close StreamClient[0] with SessionID -1
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60671 (fd: 11)
[   RtspServer.cpp:072] Data from client 192.168.1.107: SETUP rtsp://192.168.1.169:554/?src=1&freq=11361&pol=h&ro=0.35&msys=dvbs2&mtype=8psk&plts=off&sr=22000&fec=23 RTSP/1.0
Connection:Close
CSeq:1001
Transport:RTP/AVP;unicast;client_port=5002-5003
--- LINE END ---
[      Streams.cpp:250] Found StreamID x - SessionID x - Creating new SessionID: 1702957685
[       Stream.cpp:064] Stream: 0, StreamClient[0] with SessionID 1702957685 for dvbs2
[       Stream.cpp:207] Stream: 0, Parsing transport parameters...
[ StreamClient.cpp:043] Connection can close: 0
[     Frontend.cpp:451] Stream: 0, Opened FE fd: 0.
[     Frontend.cpp:400] Stream: 0, Start tuning process...
[     Frontend.cpp:392] Stream: 0, Sending DiSEqC [e0] [10] [38] [f2]
[     Frontend.cpp:462] Stream: 0, Waiting on lock...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 0)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:508] Stream: 0, Updating PID filters...
[    RtpThread.cpp:095] Stream: 0, Start   RTP stream to 192.168.1.107:5002
[   RtcpThread.cpp:074] Stream: 0, Start  RTCP stream to 192.168.1.107:5003
[   RtspServer.cpp:141] RTSP/1.0 200 OK
CSeq: 1001
Session: 1702957685;timeout=60
Transport: RTP/AVP;unicast;client_port=5002-5003
com.ses.streamID: 0
--- LINE END ---
[    TcpSocket.cpp:085] HTTP Client 192.168.1.107: Connection closed with fd: 10
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 11
[      Streams.cpp:222] Found SessionID 1702957685 by SocketClient
[      Streams.cpp:242] Found StreamID x - SessionID: 1702957685
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 1702957685
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60672 (fd: 10)
[   RtspServer.cpp:072] Data from client 192.168.1.107: TEARDOWN rtsp://192.168.1.169:554/stream=0 RTSP/1.0
Connection:Close
CSeq:1002
Session:1702957685
--- LINE END ---
[      Streams.cpp:242] Found StreamID x - SessionID: 1702957685
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 1702957685
[ StreamClient.cpp:043] Connection can close: 1
[       Stream.cpp:135] Stream: 0, Teardown StreamClient[0] with SessionID 1702957685
[    RtpThread.cpp:107] Stream: 0, Stop   RTP stream to 192.168.1.107:5002 (Streamed 0.000 MBytes)
[   RtcpThread.cpp:084] Stream: 0, Stop  RTCP stream to 192.168.1.107:5003
[   RtspServer.cpp:281] RTSP/1.0 200 OK
CSeq: 1002
Session: 1702957685
--- LINE END ---
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 10
[      Streams.cpp:222] Found SessionID 1702957685 by SocketClient
[      Streams.cpp:242] Found StreamID x - SessionID: 1702957685
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 1702957685
[       Stream.cpp:127] Stream: 0, Close StreamClient[0] with SessionID 1702957685
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60674 (fd: 10)
[   RtspServer.cpp:072] Data from client 192.168.1.107: DESCRIBE rtsp://192.168.1.169/ RTSP/1.0
Connection:Close
CSeq:1003
Accept:application/sdp
--- LINE END ---
[      Streams.cpp:232] Found message outside session
[ StreamClient.cpp:043] Connection can close: 1
[   RtspServer.cpp:258] RTSP/1.0 200 OK
CSeq: 1003
Content-Type: application/sdp
Content-Base: rtsp://192.168.1.169/
Content-Length: 222
--- LINE END ---
v=0
o=- 2 3 IN IP4 192.168.1.169
s=SatIPServer:1 2,0,0
t=0 0
m=video 0 RTP/AVP 33
c=IN IP4 0.0.0.0
a=control:stream=0
a=fmtp:33 ver=1.0;src=1;tuner=1,1,1,0,11361.00,h,dvbs2,8psk,off,0.35,22000,23;pids=
a=inactive
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 10
[      Streams.cpp:232] Found message outside session
[       Stream.cpp:127] Stream: -1, Close StreamClient[0] with SessionID -1
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60677 (fd: 10)
[   RtspServer.cpp:072] Data from client 192.168.1.107: DESCRIBE rtsp://192.168.1.169/ RTSP/1.0
Connection:Close
CSeq:1004
Accept:application/sdp
--- LINE END ---
[      Streams.cpp:232] Found message outside session
[ StreamClient.cpp:043] Connection can close: 1
[   RtspServer.cpp:258] RTSP/1.0 200 OK
CSeq: 1004
Content-Type: application/sdp
Content-Base: rtsp://192.168.1.169/
Content-Length: 222
--- LINE END ---
v=0
o=- 2 3 IN IP4 192.168.1.169
s=SatIPServer:1 2,0,0
t=0 0
m=video 0 RTP/AVP 33
c=IN IP4 0.0.0.0
a=control:stream=0
a=fmtp:33 ver=1.0;src=1;tuner=1,1,1,0,11361.00,h,dvbs2,8psk,off,0.35,22000,23;pids=
a=inactive
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60678 (fd: 11)
[   RtspServer.cpp:072] Data from client 192.168.1.107: SETUP rtsp://192.168.1.169:554/?src=1&freq=11361&pol=h&ro=0.35&msys=dvbs2&mtype=8psk&plts=off&sr=22000&fec=23 RTSP/1.0
Connection:Close
CSeq:1004
Transport:RTP/AVP;unicast;client_port=5000-5001
--- LINE END ---
[      Streams.cpp:250] Found StreamID x - SessionID x - Creating new SessionID: 0205744672
[       Stream.cpp:064] Stream: 0, StreamClient[0] with SessionID 0205744672 for dvbs2
[       Stream.cpp:207] Stream: 0, Parsing transport parameters...
[ StreamClient.cpp:043] Connection can close: 0
[     Frontend.cpp:451] Stream: 0, Opened FE fd: 13.
[     Frontend.cpp:400] Stream: 0, Start tuning process...
[     Frontend.cpp:392] Stream: 0, Sending DiSEqC [e0] [10] [38] [f2]
[     Frontend.cpp:462] Stream: 0, Waiting on lock...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 10)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:508] Stream: 0, Updating PID filters...
[    RtpThread.cpp:095] Stream: 0, Start   RTP stream to 192.168.1.107:5000
[   RtcpThread.cpp:074] Stream: 0, Start  RTCP stream to 192.168.1.107:5001
[   RtspServer.cpp:141] RTSP/1.0 200 OK
CSeq: 1004
Session: 0205744672;timeout=60
Transport: RTP/AVP;unicast;client_port=5000-5001
com.ses.streamID: 0
--- LINE END ---
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60679 (fd: 16)
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 10
[      Streams.cpp:232] Found message outside session
[       Stream.cpp:127] Stream: -1, Close StreamClient[0] with SessionID -1
[   RtspServer.cpp:072] Data from client 192.168.1.107: DESCRIBE rtsp://192.168.1.169/ RTSP/1.0
Connection:Close
CSeq:1005
Accept:application/sdp
--- LINE END ---
[      Streams.cpp:232] Found message outside session
[ StreamClient.cpp:043] Connection can close: 1
[   RtspServer.cpp:258] RTSP/1.0 200 OK
CSeq: 1005
Content-Type: application/sdp
Content-Base: rtsp://192.168.1.169/
Content-Length: 222
--- LINE END ---
v=0
o=- 2 3 IN IP4 192.168.1.169
s=SatIPServer:1 2,0,0
t=0 0
m=video 0 RTP/AVP 33
c=IN IP4 0.0.0.0
a=control:stream=0
a=fmtp:33 ver=1.0;src=1;tuner=1,1,1,0,11361.00,h,dvbs2,8psk,off,0.35,22000,23;pids=
a=sendonly
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60680 (fd: 10)
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 11
[      Streams.cpp:222] Found SessionID 0205744672 by SocketClient
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[   RtspServer.cpp:072] Data from client 192.168.1.107: PLAY rtsp://192.168.1.169:554/stream=0?pids=0,16,17,18,19,20,6170,6300,6310,6320,6321,6322,6323,6330,8190 RTSP/1.0
Connection:Close
CSeq:1005
Session:0205744672
--- LINE END ---
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[       Stream.cpp:207] Stream: 0, Parsing transport parameters...
[ StreamClient.cpp:043] Connection can close: 0
[     Frontend.cpp:400] Stream: 0, Start tuning process...
[     Frontend.cpp:392] Stream: 0, Sending DiSEqC [e0] [10] [38] [f2]
[     Frontend.cpp:462] Stream: 0, Waiting on lock...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
^[[B[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:508] Stream: 0, Updating PID filters...
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0000 - fd: 011
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0016 - fd: 017
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0017 - fd: 018
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0018 - fd: 019
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0019 - fd: 020
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0020 - fd: 021
[     Frontend.cpp:525] Stream: 0, Set filter PID: 6170 - fd: 022
[     Frontend.cpp:525] Stream: 0, Set filter PID: 6300 - fd: 023
[     Frontend.cpp:525] Stream: 0, Set filter PID: 6310 - fd: 024
[     Frontend.cpp:525] Stream: 0, Set filter PID: 6320 - fd: 025
[     Frontend.cpp:525] Stream: 0, Set filter PID: 6321 - fd: 026
[     Frontend.cpp:525] Stream: 0, Set filter PID: 6322 - fd: 027
[     Frontend.cpp:525] Stream: 0, Set filter PID: 6323 - fd: 028
[     Frontend.cpp:525] Stream: 0, Set filter PID: 6330 - fd: 029
[     Frontend.cpp:525] Stream: 0, Set filter PID: 8190 - fd: 030
[   RtspServer.cpp:165] RTSP/1.0 200 OK
RTP-Info: url=rtsp://192.168.1.169/stream=0
CSeq: 1005
Session: 0205744672
--- LINE END ---
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 10
[      Streams.cpp:222] Found SessionID 0205744672 by SocketClient
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60681 (fd: 10)
[   RtspServer.cpp:072] Data from client 192.168.1.107: PLAY rtsp://192.168.1.169:554/stream=0?pids=0,16,17,18,19,20,6170,6300,6310,6320,6321,6322,6323,6330,8190 RTSP/1.0
Connection:Close
CSeq:1006
Session:0205744672
--- LINE END ---
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[       Stream.cpp:207] Stream: 0, Parsing transport parameters...
[ StreamClient.cpp:043] Connection can close: 0
[     Frontend.cpp:400] Stream: 0, Start tuning process...
[     Frontend.cpp:392] Stream: 0, Sending DiSEqC [e0] [10] [38] [f2]
[     Frontend.cpp:462] Stream: 0, Waiting on lock...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:508] Stream: 0, Updating PID filters...
[   RtspServer.cpp:165] RTSP/1.0 200 OK
RTP-Info: url=rtsp://192.168.1.169/stream=0
CSeq: 1006
Session: 0205744672
--- LINE END ---
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 10
[      Streams.cpp:222] Found SessionID 0205744672 by SocketClient
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60682 (fd: 10)
[   RtspServer.cpp:072] Data from client 192.168.1.107: PLAY rtsp://192.168.1.169:554/stream=0?pids=0,16,17,18,19,20,6170,6300,6310,6320,6321,6322,6323,6330,8190 RTSP/1.0
Connection:Close
CSeq:1007
Session:0205744672
--- LINE END ---
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[       Stream.cpp:207] Stream: 0, Parsing transport parameters...
[ StreamClient.cpp:043] Connection can close: 0
[     Frontend.cpp:400] Stream: 0, Start tuning process...
[     Frontend.cpp:392] Stream: 0, Sending DiSEqC [e0] [10] [38] [f2]
[     Frontend.cpp:462] Stream: 0, Waiting on lock...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:508] Stream: 0, Updating PID filters...
[   RtspServer.cpp:165] RTSP/1.0 200 OK
RTP-Info: url=rtsp://192.168.1.169/stream=0
CSeq: 1007
Session: 0205744672
--- LINE END ---
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60683 (fd: 31)
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 16
[      Streams.cpp:232] Found message outside session
[       Stream.cpp:127] Stream: -1, Close StreamClient[0] with SessionID -1
[   RtspServer.cpp:072] Data from client 192.168.1.107: DESCRIBE rtsp://192.168.1.169/ RTSP/1.0
Connection:Close
CSeq:1006
Accept:application/sdp
--- LINE END ---
[      Streams.cpp:232] Found message outside session
[ StreamClient.cpp:043] Connection can close: 1
[   RtspServer.cpp:258] RTSP/1.0 200 OK
CSeq: 1006
Content-Type: application/sdp
Content-Base: rtsp://192.168.1.169/
Content-Length: 283
--- LINE END ---
v=0
o=- 2 3 IN IP4 192.168.1.169
s=SatIPServer:1 2,0,0
t=0 0
m=video 0 RTP/AVP 33
c=IN IP4 0.0.0.0
a=control:stream=0
a=fmtp:33 ver=1.0;src=1;tuner=1,1,1,0,11361.00,h,dvbs2,8psk,off,0.35,22000,23;pids=0,16,17,18,19,20,6170,6300,6310,6320,6321,6322,6323,6330,8190
a=sendonly
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 10
[      Streams.cpp:222] Found SessionID 0205744672 by SocketClient
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60684 (fd: 10)
[   RtspServer.cpp:072] Data from client 192.168.1.107: SETUP rtsp://192.168.1.169:554/stream=0?src=1&freq=11361&pol=h&ro=0.35&msys=dvbs2&mtype=8psk&plts=off&sr=22000&fec=23 RTSP/1.0
Connection:Close
CSeq:1008
Transport:RTP/AVP;unicast;client_port=5000-5001
Session:0205744672
--- LINE END ---
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:064] Stream: 0, StreamClient[0] with SessionID 0205744672 for dvbs2
[       Stream.cpp:207] Stream: 0, Parsing transport parameters...
[ StreamClient.cpp:043] Connection can close: 0
[    RtpThread.cpp:137] Stream: 0, Pause  RTP stream to 192.168.1.107:5000 (Streamed 0.000 MBytes)
[     Frontend.cpp:400] Stream: 0, Start tuning process...
[     Frontend.cpp:392] Stream: 0, Sending DiSEqC [e0] [10] [38] [f2]
[     Frontend.cpp:462] Stream: 0, Waiting on lock...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:508] Stream: 0, Updating PID filters...
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 0000 - fd: 011 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 0016 - fd: 017 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 0017 - fd: 018 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 0018 - fd: 019 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 0019 - fd: 020 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 0020 - fd: 021 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 6170 - fd: 022 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 6300 - fd: 023 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 6310 - fd: 024 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 6320 - fd: 025 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 6321 - fd: 026 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 6322 - fd: 027 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 6323 - fd: 028 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 6330 - fd: 029 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 8190 - fd: 030 - Packet Count: 0
[    RtpThread.cpp:117] Stream: 0, Restart RTP stream to 192.168.1.107:5000
[   RtspServer.cpp:141] RTSP/1.0 200 OK
CSeq: 1008
Session: 0205744672;timeout=60
Transport: RTP/AVP;unicast;client_port=5000-5001
com.ses.streamID: 0
--- LINE END ---
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 10
[      Streams.cpp:222] Found SessionID 0205744672 by SocketClient
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60685 (fd: 10)
[   RtspServer.cpp:072] Data from client 192.168.1.107: PLAY rtsp://192.168.1.169:554/stream=0?pids=0,16,17,18,19,20,6170,6300,6310,6320,6321,6322,6323,6330,8190 RTSP/1.0
Connection:Close
CSeq:1009
Session:0205744672
--- LINE END ---
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[       Stream.cpp:207] Stream: 0, Parsing transport parameters...
[ StreamClient.cpp:043] Connection can close: 0
[     Frontend.cpp:400] Stream: 0, Start tuning process...
[     Frontend.cpp:392] Stream: 0, Sending DiSEqC [e0] [10] [38] [f2]
[     Frontend.cpp:462] Stream: 0, Waiting on lock...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:476] Stream: 0, Not locked yet (FE status 26)...
[     Frontend.cpp:508] Stream: 0, Updating PID filters...
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0000 - fd: 011
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0016 - fd: 016
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0017 - fd: 017
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0018 - fd: 018
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0019 - fd: 019
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0020 - fd: 020
[     Frontend.cpp:525] Stream: 0, Set filter PID: 6170 - fd: 021
[     Frontend.cpp:525] Stream: 0, Set filter PID: 6300 - fd: 022
[     Frontend.cpp:525] Stream: 0, Set filter PID: 6310 - fd: 023
[     Frontend.cpp:525] Stream: 0, Set filter PID: 6320 - fd: 024
[     Frontend.cpp:525] Stream: 0, Set filter PID: 6321 - fd: 025
[     Frontend.cpp:525] Stream: 0, Set filter PID: 6322 - fd: 026
[     Frontend.cpp:525] Stream: 0, Set filter PID: 6323 - fd: 027
[     Frontend.cpp:525] Stream: 0, Set filter PID: 6330 - fd: 028
[     Frontend.cpp:525] Stream: 0, Set filter PID: 8190 - fd: 029
[   RtspServer.cpp:165] RTSP/1.0 200 OK
RTP-Info: url=rtsp://192.168.1.169/stream=0
CSeq: 1009
Session: 0205744672
--- LINE END ---
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 10
[      Streams.cpp:222] Found SessionID 0205744672 by SocketClient
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60686 (fd: 10)
[   RtspServer.cpp:072] Data from client 192.168.1.107: SETUP rtsp://192.168.1.169:554/stream=0?src=1&freq=11953&pol=h&ro=0.35&msys=dvbs&mtype=qpsk&plts=off&sr=27500&fec=34 RTSP/1.0
Connection:Close
CSeq:1010
Transport:RTP/AVP;unicast;client_port=5000-5001
Session:0205744672
--- LINE END ---
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:064] Stream: 0, StreamClient[0] with SessionID 0205744672 for dvbs
[       Stream.cpp:207] Stream: 0, Parsing transport parameters...
[ StreamClient.cpp:043] Connection can close: 0
[    RtpThread.cpp:137] Stream: 0, Pause  RTP stream to 192.168.1.107:5000 (Streamed 0.000 MBytes)
[     Frontend.cpp:400] Stream: 0, Start tuning process...
[     Frontend.cpp:392] Stream: 0, Sending DiSEqC [e0] [10] [38] [f3]
[     Frontend.cpp:462] Stream: 0, Waiting on lock...
[     Frontend.cpp:473] Stream: 0, Tuned and locked (FE status 31).
[     Frontend.cpp:494] Stream: 0, Opened DVR fd: 30.
[     Frontend.cpp:508] Stream: 0, Updating PID filters...
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 0000 - fd: 011 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 0016 - fd: 016 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 0017 - fd: 017 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 0018 - fd: 018 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 0019 - fd: 019 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 0020 - fd: 020 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 6170 - fd: 021 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 6300 - fd: 022 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 6310 - fd: 023 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 6320 - fd: 024 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 6321 - fd: 025 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 6322 - fd: 026 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 6323 - fd: 027 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 6330 - fd: 028 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 8190 - fd: 029 - Packet Count: 0
[    RtpThread.cpp:117] Stream: 0, Restart RTP stream to 192.168.1.107:5000
[   RtspServer.cpp:141] RTSP/1.0 200 OK
CSeq: 1010
Session: 0205744672;timeout=60
Transport: RTP/AVP;unicast;client_port=5000-5001
com.ses.streamID: 0
--- LINE END ---
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 10
[      Streams.cpp:222] Found SessionID 0205744672 by SocketClient
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60687 (fd: 10)
[   RtspServer.cpp:072] Data from client 192.168.1.107: PLAY rtsp://192.168.1.169:554/stream=0?addpids=650,680 RTSP/1.0
Connection:Close
CSeq:1011
Session:0205744672
--- LINE END ---
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[       Stream.cpp:207] Stream: 0, Parsing transport parameters...
[ StreamClient.cpp:043] Connection can close: 0
[     Frontend.cpp:508] Stream: 0, Updating PID filters...
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0650 - fd: 011
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0680 - fd: 016
[   RtspServer.cpp:165] RTSP/1.0 200 OK
RTP-Info: url=rtsp://192.168.1.169/stream=0
CSeq: 1011
Session: 0205744672
--- LINE END ---
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 10
[      Streams.cpp:222] Found SessionID 0205744672 by SocketClient
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60688 (fd: 10)
[   RtspServer.cpp:072] Data from client 192.168.1.107: SETUP rtsp://192.168.1.169:554/stream=0?src=1&freq=11953&pol=h&ro=0.35&msys=dvbs&mtype=qpsk&plts=off&sr=27500&fec=34 RTSP/1.0
Connection:Close
CSeq:1012
Transport:RTP/AVP;unicast;client_port=5000-5001
Session:0205744672
--- LINE END ---
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:064] Stream: 0, StreamClient[0] with SessionID 0205744672 for dvbs
[       Stream.cpp:207] Stream: 0, Parsing transport parameters...
[ StreamClient.cpp:043] Connection can close: 0
[    RtpThread.cpp:137] Stream: 0, Pause  RTP stream to 192.168.1.107:5000 (Streamed 0.014 MBytes)
[     Frontend.cpp:400] Stream: 0, Start tuning process...
[     Frontend.cpp:392] Stream: 0, Sending DiSEqC [e0] [10] [38] [f3]
[     Frontend.cpp:462] Stream: 0, Waiting on lock...
[     Frontend.cpp:473] Stream: 0, Tuned and locked (FE status 31).
[     Frontend.cpp:494] Stream: 0, Opened DVR fd: 17.
[     Frontend.cpp:508] Stream: 0, Updating PID filters...
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 0650 - fd: 011 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 0680 - fd: 016 - Packet Count: 1
[    RtpThread.cpp:117] Stream: 0, Restart RTP stream to 192.168.1.107:5000
[   RtspServer.cpp:141] RTSP/1.0 200 OK
CSeq: 1012
Session: 0205744672;timeout=60
Transport: RTP/AVP;unicast;client_port=5000-5001
com.ses.streamID: 0
--- LINE END ---
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60689 (fd: 11)
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 31
[      Streams.cpp:232] Found message outside session
[       Stream.cpp:127] Stream: -1, Close StreamClient[0] with SessionID -1
[   RtspServer.cpp:072] Data from client 192.168.1.107: DESCRIBE rtsp://192.168.1.169/ RTSP/1.0
Connection:Close
CSeq:1007
Accept:application/sdp
--- LINE END ---
[      Streams.cpp:232] Found message outside session
[ StreamClient.cpp:043] Connection can close: 1
[   RtspServer.cpp:258] RTSP/1.0 200 OK
CSeq: 1007
Content-Type: application/sdp
Content-Base: rtsp://192.168.1.169/
Content-Length: 221
--- LINE END ---
v=0
o=- 2 3 IN IP4 192.168.1.169
s=SatIPServer:1 2,0,0
t=0 0
m=video 0 RTP/AVP 33
c=IN IP4 0.0.0.0
a=control:stream=0
a=fmtp:33 ver=1.0;src=1;tuner=1,1,1,0,11953.00,h,dvbs,qpsk,off,0.35,27500,34;pids=
a=sendonly
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 10
[      Streams.cpp:222] Found SessionID 0205744672 by SocketClient
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60690 (fd: 10)
[   RtspServer.cpp:072] Data from client 192.168.1.107: PLAY rtsp://192.168.1.169:554/stream=0?pids=0,16,17,18,19,20,650,680,6170,6300,6310,6320,6321,6322,6323,6330,8190 RTSP/1.0
Connection:Close
CSeq:1013
Session:0205744672
--- LINE END ---
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[       Stream.cpp:207] Stream: 0, Parsing transport parameters...
[ StreamClient.cpp:043] Connection can close: 0
[     Frontend.cpp:508] Stream: 0, Updating PID filters...
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0000 - fd: 016
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0016 - fd: 018
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0017 - fd: 019
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0018 - fd: 020
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0019 - fd: 021
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0020 - fd: 022
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0650 - fd: 023
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0680 - fd: 024
[     Frontend.cpp:525] Stream: 0, Set filter PID: 6170 - fd: 025
[     Frontend.cpp:525] Stream: 0, Set filter PID: 6300 - fd: 026
[     Frontend.cpp:525] Stream: 0, Set filter PID: 6310 - fd: 027
[     Frontend.cpp:525] Stream: 0, Set filter PID: 6320 - fd: 028
[     Frontend.cpp:525] Stream: 0, Set filter PID: 6321 - fd: 029
[     Frontend.cpp:525] Stream: 0, Set filter PID: 6322 - fd: 030
[     Frontend.cpp:525] Stream: 0, Set filter PID: 6323 - fd: 031
[     Frontend.cpp:525] Stream: 0, Set filter PID: 6330 - fd: 032
[     Frontend.cpp:525] Stream: 0, Set filter PID: 8190 - fd: 033
[   RtspServer.cpp:165] RTSP/1.0 200 OK
RTP-Info: url=rtsp://192.168.1.169/stream=0
CSeq: 1013
Session: 0205744672
--- LINE END ---
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 10
[      Streams.cpp:222] Found SessionID 0205744672 by SocketClient
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60691 (fd: 10)
[   RtspServer.cpp:072] Data from client 192.168.1.107: PLAY rtsp://192.168.1.169:554/stream=0?delpids=6170,6300,6310,6320,6321,6322,6323,6330&addpids=660,670,671,672,675,950 RTSP/1.0
Connection:Close
CSeq:1014
Session:0205744672
--- LINE END ---
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[       Stream.cpp:207] Stream: 0, Parsing transport parameters...
[ StreamClient.cpp:043] Connection can close: 0
[     Frontend.cpp:508] Stream: 0, Updating PID filters...
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0660 - fd: 034
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0670 - fd: 035
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0671 - fd: 036
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0672 - fd: 037
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0675 - fd: 038
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0950 - fd: 039
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 6170 - fd: 025 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 6300 - fd: 026 - Packet Count: 0
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 6310 - fd: 027 - Packet Count: 64
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 6320 - fd: 028 - Packet Count: 2
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 6321 - fd: 029 - Packet Count: 1
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 6322 - fd: 030 - Packet Count: 2
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 6323 - fd: 031 - Packet Count: 1
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 6330 - fd: 032 - Packet Count: 3
[   RtspServer.cpp:165] RTSP/1.0 200 OK
RTP-Info: url=rtsp://192.168.1.169/stream=0
CSeq: 1014
Session: 0205744672
--- LINE END ---
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 10
[      Streams.cpp:222] Found SessionID 0205744672 by SocketClient
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60692 (fd: 10)
[   RtspServer.cpp:072] Data from client 192.168.1.107: PLAY rtsp://192.168.1.169:554/stream=0?addpids=100 RTSP/1.0
Connection:Close
CSeq:1015
Session:0205744672
--- LINE END ---
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[       Stream.cpp:207] Stream: 0, Parsing transport parameters...
[ StreamClient.cpp:043] Connection can close: 0
[     Frontend.cpp:508] Stream: 0, Updating PID filters...
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0100 - fd: 025
[   RtspServer.cpp:165] RTSP/1.0 200 OK
RTP-Info: url=rtsp://192.168.1.169/stream=0
CSeq: 1015
Session: 0205744672
--- LINE END ---
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 10
[      Streams.cpp:222] Found SessionID 0205744672 by SocketClient
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60693 (fd: 10)
[   RtspServer.cpp:072] Data from client 192.168.1.107: PLAY rtsp://192.168.1.169:554/stream=0?delpids=100&addpids=200 RTSP/1.0
Connection:Close
CSeq:1016
Session:0205744672
--- LINE END ---
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[       Stream.cpp:207] Stream: 0, Parsing transport parameters...
[ StreamClient.cpp:043] Connection can close: 0
[     Frontend.cpp:508] Stream: 0, Updating PID filters...
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 0100 - fd: 025 - Packet Count: 1
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0200 - fd: 025
[   RtspServer.cpp:165] RTSP/1.0 200 OK
RTP-Info: url=rtsp://192.168.1.169/stream=0
CSeq: 1016
Session: 0205744672
--- LINE END ---
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 10
[      Streams.cpp:222] Found SessionID 0205744672 by SocketClient
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60694 (fd: 10)
[   RtspServer.cpp:072] Data from client 192.168.1.107: PLAY rtsp://192.168.1.169:554/stream=0?delpids=200&addpids=100 RTSP/1.0
Connection:Close
CSeq:1017
Session:0205744672
--- LINE END ---
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[       Stream.cpp:207] Stream: 0, Parsing transport parameters...
[ StreamClient.cpp:043] Connection can close: 0
[     Frontend.cpp:508] Stream: 0, Updating PID filters...
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0100 - fd: 026
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 0200 - fd: 025 - Packet Count: 0
[   RtspServer.cpp:165] RTSP/1.0 200 OK
RTP-Info: url=rtsp://192.168.1.169/stream=0
CSeq: 1017
Session: 0205744672
--- LINE END ---
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 10
[      Streams.cpp:222] Found SessionID 0205744672 by SocketClient
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60695 (fd: 10)
[   RtspServer.cpp:072] Data from client 192.168.1.107: PLAY rtsp://192.168.1.169:554/stream=0?delpids=100&addpids=200 RTSP/1.0
Connection:Close
CSeq:1018
Session:0205744672
--- LINE END ---
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[       Stream.cpp:207] Stream: 0, Parsing transport parameters...
[ StreamClient.cpp:043] Connection can close: 0
[     Frontend.cpp:508] Stream: 0, Updating PID filters...
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 0100 - fd: 026 - Packet Count: 1
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0200 - fd: 025
[   RtspServer.cpp:165] RTSP/1.0 200 OK
RTP-Info: url=rtsp://192.168.1.169/stream=0
CSeq: 1018
Session: 0205744672
--- LINE END ---
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 10
[      Streams.cpp:222] Found SessionID 0205744672 by SocketClient
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60696 (fd: 10)
[   RtspServer.cpp:072] Data from client 192.168.1.107: PLAY rtsp://192.168.1.169:554/stream=0?delpids=200&addpids=300 RTSP/1.0
Connection:Close
CSeq:1019
Session:0205744672
--- LINE END ---
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[       Stream.cpp:207] Stream: 0, Parsing transport parameters...
[ StreamClient.cpp:043] Connection can close: 0
[     Frontend.cpp:508] Stream: 0, Updating PID filters...
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 0200 - fd: 025 - Packet Count: 1
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0300 - fd: 025
[   RtspServer.cpp:165] RTSP/1.0 200 OK
RTP-Info: url=rtsp://192.168.1.169/stream=0
CSeq: 1019
Session: 0205744672
--- LINE END ---
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 10
[      Streams.cpp:222] Found SessionID 0205744672 by SocketClient
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60697 (fd: 10)
[   RtspServer.cpp:072] Data from client 192.168.1.107: PLAY rtsp://192.168.1.169:554/stream=0?delpids=300&addpids=600 RTSP/1.0
Connection:Close
CSeq:1020
Session:0205744672
--- LINE END ---
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[       Stream.cpp:207] Stream: 0, Parsing transport parameters...
[ StreamClient.cpp:043] Connection can close: 0
[     Frontend.cpp:508] Stream: 0, Updating PID filters...
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 0300 - fd: 025 - Packet Count: 1
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0600 - fd: 025
[   RtspServer.cpp:165] RTSP/1.0 200 OK
RTP-Info: url=rtsp://192.168.1.169/stream=0
CSeq: 1020
Session: 0205744672
--- LINE END ---
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 10
[      Streams.cpp:222] Found SessionID 0205744672 by SocketClient
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60698 (fd: 10)
[   RtspServer.cpp:072] Data from client 192.168.1.107: PLAY rtsp://192.168.1.169:554/stream=0?delpids=600&addpids=700 RTSP/1.0
Connection:Close
CSeq:1021
Session:0205744672
--- LINE END ---
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[       Stream.cpp:207] Stream: 0, Parsing transport parameters...
[ StreamClient.cpp:043] Connection can close: 0
[     Frontend.cpp:508] Stream: 0, Updating PID filters...
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 0600 - fd: 025 - Packet Count: 1
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0700 - fd: 025
[   RtspServer.cpp:165] RTSP/1.0 200 OK
RTP-Info: url=rtsp://192.168.1.169/stream=0
CSeq: 1021
Session: 0205744672
--- LINE END ---
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 10
[      Streams.cpp:222] Found SessionID 0205744672 by SocketClient
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60699 (fd: 10)
[   RtspServer.cpp:072] Data from client 192.168.1.107: PLAY rtsp://192.168.1.169:554/stream=0?delpids=700&addpids=800 RTSP/1.0
Connection:Close
CSeq:1022
Session:0205744672
--- LINE END ---
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[       Stream.cpp:207] Stream: 0, Parsing transport parameters...
[ StreamClient.cpp:043] Connection can close: 0
[     Frontend.cpp:508] Stream: 0, Updating PID filters...
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 0700 - fd: 025 - Packet Count: 2
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0800 - fd: 025
[   RtspServer.cpp:165] RTSP/1.0 200 OK
RTP-Info: url=rtsp://192.168.1.169/stream=0
CSeq: 1022
Session: 0205744672
--- LINE END ---
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 10
[      Streams.cpp:222] Found SessionID 0205744672 by SocketClient
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60700 (fd: 10)
[   RtspServer.cpp:072] Data from client 192.168.1.107: PLAY rtsp://192.168.1.169:554/stream=0?delpids=800&addpids=500 RTSP/1.0
Connection:Close
CSeq:1023
Session:0205744672
--- LINE END ---
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[       Stream.cpp:207] Stream: 0, Parsing transport parameters...
[ StreamClient.cpp:043] Connection can close: 0
[     Frontend.cpp:508] Stream: 0, Updating PID filters...
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0500 - fd: 026
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 0800 - fd: 025 - Packet Count: 1
[   RtspServer.cpp:165] RTSP/1.0 200 OK
RTP-Info: url=rtsp://192.168.1.169/stream=0
CSeq: 1023
Session: 0205744672
--- LINE END ---
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 10
[      Streams.cpp:222] Found SessionID 0205744672 by SocketClient
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60701 (fd: 10)
[   RtspServer.cpp:072] Data from client 192.168.1.107: PLAY rtsp://192.168.1.169:554/stream=0?delpids=500&addpids=1100 RTSP/1.0
Connection:Close
CSeq:1024
Session:0205744672
--- LINE END ---
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[       Stream.cpp:207] Stream: 0, Parsing transport parameters...
[ StreamClient.cpp:043] Connection can close: 0
[     Frontend.cpp:508] Stream: 0, Updating PID filters...
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 0500 - fd: 026 - Packet Count: 1
[     Frontend.cpp:525] Stream: 0, Set filter PID: 1100 - fd: 025
[   RtspServer.cpp:165] RTSP/1.0 200 OK
RTP-Info: url=rtsp://192.168.1.169/stream=0
CSeq: 1024
Session: 0205744672
--- LINE END ---
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 10
[      Streams.cpp:222] Found SessionID 0205744672 by SocketClient
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60702 (fd: 10)
[   RtspServer.cpp:072] Data from client 192.168.1.107: PLAY rtsp://192.168.1.169:554/stream=0?delpids=1100&addpids=411 RTSP/1.0
Connection:Close
CSeq:1025
Session:0205744672
--- LINE END ---
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[       Stream.cpp:207] Stream: 0, Parsing transport parameters...
[ StreamClient.cpp:043] Connection can close: 0
[     Frontend.cpp:508] Stream: 0, Updating PID filters...
[     Frontend.cpp:525] Stream: 0, Set filter PID: 0411 - fd: 026
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 1100 - fd: 025 - Packet Count: 1
[   RtspServer.cpp:165] RTSP/1.0 200 OK
RTP-Info: url=rtsp://192.168.1.169/stream=0
CSeq: 1025
Session: 0205744672
--- LINE END ---
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 10
[      Streams.cpp:222] Found SessionID 0205744672 by SocketClient
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60703 (fd: 10)
[   RtspServer.cpp:072] Data from client 192.168.1.107: PLAY rtsp://192.168.1.169:554/stream=0?delpids=411 RTSP/1.0
Connection:Close
CSeq:1026
Session:0205744672
--- LINE END ---
[      Streams.cpp:242] Found StreamID x - SessionID: 0205744672
[       Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 0205744672
[       Stream.cpp:207] Stream: 0, Parsing transport parameters...
[ StreamClient.cpp:043] Connection can close: 0
[     Frontend.cpp:508] Stream: 0, Updating PID filters...
[     Frontend.cpp:529] Stream: 0, Remove filter PID: 0411 - fd: 026 - Packet Count: 1
[   RtspServer.cpp:165] RTSP/1.0 200 OK
RTP-Info: url=rtsp://192.168.1.169/stream=0
CSeq: 1026
Session: 0205744672
--- LINE END ---
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 11
[      Streams.cpp:232] Found message outside session
[       Stream.cpp:127] Stream: -1, Close StreamClient[0] with SessionID -1
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60704 (fd: 11)
[   RtspServer.cpp:072] Data from client 192.168.1.107: DESCRIBE rtsp://192.168.1.169/ RTSP/1.0
Connection:Close
CSeq:1008
Accept:application/sdp
--- LINE END ---
[      Streams.cpp:232] Found message outside session
[ StreamClient.cpp:043] Connection can close: 1
[   RtspServer.cpp:258] RTSP/1.0 200 OK
CSeq: 1008
Content-Type: application/sdp
Content-Base: rtsp://192.168.1.169/
Content-Length: 274
--- LINE END ---
v=0
o=- 2 3 IN IP4 192.168.1.169
s=SatIPServer:1 2,0,0
t=0 0
m=video 0 RTP/AVP 33
c=IN IP4 0.0.0.0
a=control:stream=0
a=fmtp:33 ver=1.0;src=1;tuner=1,1,1,0,11953.00,h,dvbs,qpsk,off,0.35,27500,34;pids=0,16,17,18,19,20,650,660,670,671,672,675,680,950,8190
a=sendonly
[    TcpSocket.cpp:085] RTSP Client 192.168.1.107: Connection closed with fd: 11
[      Streams.cpp:232] Found message outside session
[       Stream.cpp:127] Stream: -1, Close StreamClient[0] with SessionID -1
[    TcpSocket.cpp:149] RTSP Connection from 192.168.1.107 Port 60705 (fd: 11)
[   RtspServer.cpp:072] Data from client 192.168.1.107: DESCRIBE rtsp://192.168.1.169/ RTSP/1.0
Connection:Close
CSeq:1009
Accept:application/sdp
--- LINE END ---
[      Streams.cpp:232] Found message outside session
[ StreamClient.cpp:043] Connection can close: 1
[   RtspServer.cpp:258] RTSP/1.0 200 OK
CSeq: 1009
Content-Type: application/sdp
Content-Base: rtsp://192.168.1.169/
Content-Length: 274
--- LINE END ---
v=0
o=- 2 3 IN IP4 192.168.1.169
s=SatIPServer:1 2,0,0
t=0 0
m=video 0 RTP/AVP 33
c=IN IP4 0.0.0.0
a=control:stream=0
a=fmtp:33 ver=1.0;src=1;tuner=1,1,1,0,11953.00,h,dvbs,qpsk,off,0.35,27500,34;pids=0,16,17,18,19,20,650,660,670,671,672,675,680,950,8190
a=sendonly

Enhanced and persistent configuration

Hi,

I suggest to increase the "Configure" part of the Web GUI:

  • Add "Listening HTTP port" for changing from default "8875" to some other.
  • Add "RTSP listening port" for chage default 554 to another port.
  • Edit "satip:X_SATIPCAP" descriptor.
  • Add the option to select the used (enabled/disabled) Frontends (at time the option is in the page, but no option for "save" the current status)
  • Fix "SAVE" button (at time it don't appears in the page).

You agree?

HTTP Streaming support with multiple pids call

Hi,

Related to the #33 enhancement, I like to comment that it's working great. Thank you!

However, I have one request: better suppot for multiple HTTP calls. I explain this "non-standard" request mode:

  • I have a client that receives the TS stream over HTTP. It requests the stream using the standarized SAT>IP HTTP transport. It does requests like:
GET /?msys=dvbs2&freq=11377&pol=v&sr=22000&pids=0,16,17,18,610,620 HTTP/1.1
  • Also, this client hast the capability of CHANGE PIDS on-the-fly over the same HTTP connection. Then in any time when it receives the TS stream over the HTTP socket, it can request a new "GET" command, like:
GET /?msys=dvbs2&freq=11377&pol=v&sr=22000&pids=0,16,17,18,610,620,640,810,820,840 HTTP/1.1
  • In this case the expected behaviour is that the server interprets the new request, it changes the pid filtering, and CONTINUES the streaming over the HTTP socket.

The good news, is that SATPI has some support of this "non-standard" HTTP requests. It processes the new GET requests, but it's not perfect. The main problem is that it sends (as indicated by the HTTP standard) the RESPONSE to the request. Then it sends a header (as writed in the log):

src/HttpcServer.cpp:177] HTTP/1.1 200 OK

But, as you're streaming a TS you don't like to touch the TS. Then, the problem is the insertion of the HTTP HEADER in each response WHEN STREAMING (the first header is mandatory to start to receive the stream).

Then I suggest to change, or include some option, for disable the subsequent headers in the response. Can be this implemented?
I hope you agree!

Can not play input ts file

Hello and greeting!
Found your satpi utility on github. But could you please help me. I am trying to input TS File on satip and then play him stream via vlc in ubuntu machine.
As i understand satpi can input ts files, so i run server, then in terminal i typed 
 
vlc http://ipwhereserverrun:8875/?msys=file&uri=/path/to/test.ts

In web frontend status i can see in Stream info Session ID and IP of the stream. Then i try to play my ts file on the same machine:
vlc http://ipwhereserverrun:8875/?msys=dvbs&freq=2003&pids=0,851
But vlc return error "Open of http://ipwhereserverrun:8875/?msys=dvbs&freq=2003&pids=0,851 failed"
What am i doing wrong? Please help.

SAT>IP server app for Android ?

Hi, have you thought about creating a DVB2IP Android app using SAT>IP protocol on the basis of this project? It seems more and more Android TV-boxes with DVB-Tuner(s) show up, but a good Android app for TV networking like SAT>IP server or tvheadend server is still missing. And if using SAT>IP, you even have a standard that some TVs already implement.

Some Andoid box examples:
WeTek Play TV
Videostrong K1 Plus T2 S2
VideoStrong KII Pro Android Set-top Box with DVB-T2 & DVB-S2 Tuners
Xtreamer mxV Plus DVB-T2 and mvX Pro DVB-T2/DVB-S2 Combo TV Boxes
Geniatech ATV1960 Octa-core Android TV Box Comes with a Dual TV Tuner
http://www.cnx-software.com/tag/dvb/

HTTP Streaming support

Hi,

Last version is great! Howerver, I suggest to add HTTP Streaming support.

For example, at time, using VLC you can tune & receive the TS using a call like:

rtsp://192.168.210.17:554/?freq=538&msys=dvbt&pids=all

But, it will be also very interesting to support http calls like:

http://192.168.210.17:8875/?freq=538&msys=dvbt&pids=all

With this support, other programs, that not necessary understands the SAT>IP protocol, can receive (and tune) the TS. I'm testing this in the minisatip project, and it's very useful.

Please, can you consider to add this functionality?

Frontends don't always attach --> Channelscan with EyeTV on iOS didn't work

Hi Marc,

This is a long post. Please take the time to scroll all the way down.

I tried to scan with EyeTV on iOS but iOS displayed: "in use by somebody else" This is the case if the frontends don't attach.
screenshot1

I have here two DVB-S2 frontends and one DVB-T frontend. Please note that the screenshot from the iPhone depicts the tunertype as DVB-T. Hence EyeTV offered to perform a scan for DVB-T channels. Since no frontend was attached it did not work.
satpi01

0  Sun Feb 8 22:24:17.948639250 2015  7  CSeq:1004
1  Sun Feb 8 22:24:17.948639250 2015  7  Accept:application/sdp
2  Sun Feb 8 22:24:17.948639250 2015  7  --- LINE END ---
3  Sun Feb 8 22:24:17.948705673 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 24 and Session ID: 1702957685
4  Sun Feb 8 22:24:17.948835328 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
5  Sun Feb 8 22:24:17.948835328 2015  7  CSeq: 1004
6  Sun Feb 8 22:24:17.948835328 2015  7  Content-Type: application/sdp
7  Sun Feb 8 22:24:17.948835328 2015  7  Content-Base: rtsp://192.168.1.161/
8  Sun Feb 8 22:24:17.948835328 2015  7  Content-Length: 0
9  Sun Feb 8 22:24:17.948835328 2015  7  --- LINE END ---
10  Sun Feb 8 22:24:18.454443915 2015  6  [rtsp.c:993] RTSP Client 192.168.1.115: Connection Watchdog kicked-in with fd: 26 and Session ID: 0205744672
11  Sun Feb 8 22:24:18.454471121 2015  6  [rtsp.c:768] Frontend: x, Teardown Message, gracefull: 0
12  Sun Feb 8 22:24:18.454484046 2015  3  [rtsp.c:718] Frontend: x, Not attached anymore to client 192.168.1.115 with session ID: 0205744672
13  Sun Feb 8 22:24:18.454507233 2015  3  [rtsp.c:745] close error: Bad file descriptor (code 9)
14  Sun Feb 8 22:24:22.342274976 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 24 and Session ID: 1702957685
15  Sun Feb 8 22:24:22.347415329 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 52310 (fd: 24)
16  Sun Feb 8 22:24:22.352503239 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 24 with Session ID: 1702957685
17  Sun Feb 8 22:24:22.352522168 2015  7  [rtsp.c:903] SETUP rtsp://192.168.1.161:554/?&freq=177.500000&bw=7.000000&msys=dvbt RTSP/1.0
18  Sun Feb 8 22:24:22.352522168 2015  7  Connection:Close
19  Sun Feb 8 22:24:22.352522168 2015  7  CSeq:1005
20  Sun Feb 8 22:24:22.352522168 2015  7  Transport:RTP/AVP;unicast;client_port=5000-5001
21  Sun Feb 8 22:24:22.352522168 2015  7  --- LINE END ---
22  Sun Feb 8 22:24:22.352622370 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 24 and Session ID: 1702957685
23  Sun Feb 8 22:24:22.352666440 2015  6  [rtsp.c:455] Setup Message
24  Sun Feb 8 22:24:22.352696942 2015  3  [rtsp.c:484] Frontend: x, Setup message but no frontend attached.
25  Sun Feb 8 22:24:22.352722766 2015  3  [rtsp.c:931] RTSP Client 192.168.1.115: Setup message failed with fd: 24 and Session ID: 1702957685
26  Sun Feb 8 22:24:22.360127522 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 24 and Session ID: 1702957685
27  Sun Feb 8 22:24:22.566433842 2015  6  [ssdp.c:256] SAT>IP Client 192.168.1.115 : contacted us sending reply fd: 24
28  Sun Feb 8 22:24:22.628679856 2015  6  [ssdp.c:256] SAT>IP Client 192.168.1.115 : contacted us sending reply fd: 24
29  Sun Feb 8 22:24:22.636909645 2015  6  [ssdp.c:256] SAT>IP Client 192.168.1.115 : contacted us sending reply fd: 24
30  Sun Feb 8 22:24:22.980479325 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 52311 (fd: 24)
31  Sun Feb 8 22:24:22.985570699 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 24 with Session ID: 1702957685
32  Sun Feb 8 22:24:22.985589726 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
33  Sun Feb 8 22:24:22.985589726 2015  7  Connection:Close
34  Sun Feb 8 22:24:22.985589726 2015  7  CSeq:1006
35  Sun Feb 8 22:24:22.985589726 2015  7  Accept:application/sdp
36  Sun Feb 8 22:24:22.985589726 2015  7  --- LINE END ---
37  Sun Feb 8 22:24:22.985710485 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 24 and Session ID: 1702957685
38  Sun Feb 8 22:24:22.985836380 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
39  Sun Feb 8 22:24:22.985836380 2015  7  CSeq: 1006
40  Sun Feb 8 22:24:22.985836380 2015  7  Content-Type: application/sdp
41  Sun Feb 8 22:24:22.985836380 2015  7  Content-Base: rtsp://192.168.1.161/
42  Sun Feb 8 22:24:22.985836380 2015  7  Content-Length: 0
43  Sun Feb 8 22:24:22.985836380 2015  7  --- LINE END ---
44  Sun Feb 8 22:24:28.009425129 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 24 and Session ID: 1702957685
45  Sun Feb 8 22:24:28.014566391 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 52312 (fd: 24)
46  Sun Feb 8 22:24:28.019657837 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 24 with Session ID: 1702957685
47  Sun Feb 8 22:24:28.019686178 2015  7  [rtsp.c:903] SETUP rtsp://192.168.1.161:554/?&freq=177.500000&bw=7.000000&msys=dvbt RTSP/1.0
48  Sun Feb 8 22:24:28.019686178 2015  7  Connection:Close
49  Sun Feb 8 22:24:28.019686178 2015  7  CSeq:1007
50  Sun Feb 8 22:24:28.019686178 2015  7  Transport:RTP/AVP;unicast;client_port=5000-5001
51  Sun Feb 8 22:24:28.019686178 2015  7  --- LINE END ---
52  Sun Feb 8 22:24:28.019839293 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 24 and Session ID: 1702957685
53  Sun Feb 8 22:24:28.019862331 2015  6  [rtsp.c:455] Setup Message
54  Sun Feb 8 22:24:28.019881375 2015  3  [rtsp.c:484] Frontend: x, Setup message but no frontend attached.
55  Sun Feb 8 22:24:28.019907776 2015  3  [rtsp.c:931] RTSP Client 192.168.1.115: Setup message failed with fd: 24 and Session ID: 1702957685
56  Sun Feb 8 22:24:28.024972308 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 24 and Session ID: 1702957685
57  Sun Feb 8 22:24:28.219218828 2015  6  [ssdp.c:256] SAT>IP Client 192.168.1.115 : contacted us sending reply fd: 24
58  Sun Feb 8 22:24:28.221295241 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 52313 (fd: 24)
59  Sun Feb 8 22:24:28.226386447 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 24 with Session ID: 1702957685
60  Sun Feb 8 22:24:28.226405308 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
61  Sun Feb 8 22:24:28.226405308 2015  7  Connection:Close
62  Sun Feb 8 22:24:28.226405308 2015  7  CSeq:1008
63  Sun Feb 8 22:24:28.226405308 2015  7  Accept:application/sdp
64  Sun Feb 8 22:24:28.226405308 2015  7  --- LINE END ---
65  Sun Feb 8 22:24:28.226527521 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 24 and Session ID: 1702957685
66  Sun Feb 8 22:24:28.226648940 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
67  Sun Feb 8 22:24:28.226648940 2015  7  CSeq: 1008
68  Sun Feb 8 22:24:28.226648940 2015  7  Content-Type: application/sdp
69  Sun Feb 8 22:24:28.226648940 2015  7  Content-Base: rtsp://192.168.1.161/
70  Sun Feb 8 22:24:28.226648940 2015  7  Content-Length: 0
71  Sun Feb 8 22:24:28.226648940 2015  7  --- LINE END ---
72  Sun Feb 8 22:24:28.241148454 2015  6  [ssdp.c:256] SAT>IP Client 192.168.1.115 : contacted us sending reply fd: 26
73  Sun Feb 8 22:24:28.287386695 2015  6  [ssdp.c:256] SAT>IP Client 192.168.1.115 : contacted us sending reply fd: 26
74  Sun Feb 8 22:24:33.287360965 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 52314 (fd: 26)
75  Sun Feb 8 22:24:33.287424935 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 24 and Session ID: 1702957685
76  Sun Feb 8 22:24:33.292545924 2015  6  [rtsp.c:884] RTSP Client 192.168.1.115: Found empty slot with fd: 26 giving Session ID: 0288582906
77  Sun Feb 8 22:24:33.292565025 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
78  Sun Feb 8 22:24:33.292565025 2015  7  Connection:Close
79  Sun Feb 8 22:24:33.292565025 2015  7  CSeq:1009
80  Sun Feb 8 22:24:33.292565025 2015  7  Accept:application/sdp
81  Sun Feb 8 22:24:33.292565025 2015  7  --- LINE END ---
82  Sun Feb 8 22:24:33.292633032 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 26 and Session ID: 0288582906
83  Sun Feb 8 22:24:33.292764248 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
84  Sun Feb 8 22:24:33.292764248 2015  7  CSeq: 1009
85  Sun Feb 8 22:24:33.292764248 2015  7  Content-Type: application/sdp
86  Sun Feb 8 22:24:33.292764248 2015  7  Content-Base: rtsp://192.168.1.161/
87  Sun Feb 8 22:24:33.292764248 2015  7  Content-Length: 0
88  Sun Feb 8 22:24:33.292764248 2015  7  --- LINE END ---
89  Sun Feb 8 22:24:38.366895449 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 26 and Session ID: 0288582906
90  Sun Feb 8 22:24:38.372679078 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 52315 (fd: 24)
91  Sun Feb 8 22:24:38.377759899 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 24 with Session ID: 1702957685
92  Sun Feb 8 22:24:38.377779131 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
93  Sun Feb 8 22:24:38.377779131 2015  7  Connection:Close
94  Sun Feb 8 22:24:38.377779131 2015  7  CSeq:1010
95  Sun Feb 8 22:24:38.377779131 2015  7  Accept:application/sdp
96  Sun Feb 8 22:24:38.377779131 2015  7  --- LINE END ---
97  Sun Feb 8 22:24:38.377944374 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 24 and Session ID: 1702957685
98  Sun Feb 8 22:24:38.378049841 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
99  Sun Feb 8 22:24:38.378049841 2015  7  CSeq: 1010
100  Sun Feb 8 22:24:38.378049841 2015  7  Content-Type: application/sdp
101  Sun Feb 8 22:24:38.378049841 2015  7  Content-Base: rtsp://192.168.1.161/
102  Sun Feb 8 22:24:38.378049841 2015  7  Content-Length: 0
103  Sun Feb 8 22:24:38.378049841 2015  7  --- LINE END ---
104  Sun Feb 8 22:24:39.987340882 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 24 and Session ID: 1702957685
105  Sun Feb 8 22:24:39.992490904 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 52316 (fd: 24)
106  Sun Feb 8 22:24:39.997580976 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 24 with Session ID: 1702957685
107  Sun Feb 8 22:24:39.997600137 2015  7  [rtsp.c:903] SETUP rtsp://192.168.1.161:554/?&freq=177.500000&bw=7.000000&msys=dvbt RTSP/1.0
108  Sun Feb 8 22:24:39.997600137 2015  7  Connection:Close
109  Sun Feb 8 22:24:39.997600137 2015  7  CSeq:1011
110  Sun Feb 8 22:24:39.997600137 2015  7  Transport:RTP/AVP;unicast;client_port=5000-5001
111  Sun Feb 8 22:24:39.997600137 2015  7  --- LINE END ---
112  Sun Feb 8 22:24:39.997658863 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 24 and Session ID: 1702957685
113  Sun Feb 8 22:24:39.997677444 2015  6  [rtsp.c:455] Setup Message
114  Sun Feb 8 22:24:39.997688649 2015  3  [rtsp.c:484] Frontend: x, Setup message but no frontend attached.
115  Sun Feb 8 22:24:39.997710941 2015  3  [rtsp.c:931] RTSP Client 192.168.1.115: Setup message failed with fd: 24 and Session ID: 1702957685
116  Sun Feb 8 22:24:40.002789309 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 24 and Session ID: 1702957685
117  Sun Feb 8 22:24:40.201609682 2015  6  [ssdp.c:256] SAT>IP Client 192.168.1.115 : contacted us sending reply fd: 24
118  Sun Feb 8 22:24:40.223135509 2015  6  [ssdp.c:256] SAT>IP Client 192.168.1.115 : contacted us sending reply fd: 24
119  Sun Feb 8 22:24:40.237263137 2015  6  [ssdp.c:256] SAT>IP Client 192.168.1.115 : contacted us sending reply fd: 24
120  Sun Feb 8 22:24:43.443882567 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 52317 (fd: 24)
121  Sun Feb 8 22:24:43.448991268 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 24 with Session ID: 1702957685
122  Sun Feb 8 22:24:43.449010054 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
123  Sun Feb 8 22:24:43.449010054 2015  7  Connection:Close
124  Sun Feb 8 22:24:43.449010054 2015  7  CSeq:1012
125  Sun Feb 8 22:24:43.449010054 2015  7  Accept:application/sdp
126  Sun Feb 8 22:24:43.449010054 2015  7  --- LINE END ---
127  Sun Feb 8 22:24:43.449111256 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 24 and Session ID: 1702957685
128  Sun Feb 8 22:24:43.449244776 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
129  Sun Feb 8 22:24:43.449244776 2015  7  CSeq: 1012
130  Sun Feb 8 22:24:43.449244776 2015  7  Content-Type: application/sdp
131  Sun Feb 8 22:24:43.449244776 2015  7  Content-Base: rtsp://192.168.1.161/
132  Sun Feb 8 22:24:43.449244776 2015  7  Content-Length: 0
133  Sun Feb 8 22:24:43.449244776 2015  7  --- LINE END ---
134  Sun Feb 8 22:24:48.517894075 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 24 and Session ID: 1702957685
135  Sun Feb 8 22:24:48.523195591 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 52318 (fd: 24)
136  Sun Feb 8 22:24:48.528283843 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 24 with Session ID: 1702957685
137  Sun Feb 8 22:24:48.528302640 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
138  Sun Feb 8 22:24:48.528302640 2015  7  Connection:Close
139  Sun Feb 8 22:24:48.528302640 2015  7  CSeq:1013
140  Sun Feb 8 22:24:48.528302640 2015  7  Accept:application/sdp
141  Sun Feb 8 22:24:48.528302640 2015  7  --- LINE END ---
142  Sun Feb 8 22:24:48.528375273 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 24 and Session ID: 1702957685
143  Sun Feb 8 22:24:48.528500826 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
144  Sun Feb 8 22:24:48.528500826 2015  7  CSeq: 1013
145  Sun Feb 8 22:24:48.528500826 2015  7  Content-Type: application/sdp
146  Sun Feb 8 22:24:48.528500826 2015  7  Content-Base: rtsp://192.168.1.161/
147  Sun Feb 8 22:24:48.528500826 2015  7  Content-Length: 0
148  Sun Feb 8 22:24:48.528500826 2015  7  --- LINE END ---
149  Sun Feb 8 22:24:53.595139866 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 24 and Session ID: 1702957685
150  Sun Feb 8 22:24:53.600274743 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 52319 (fd: 24)
151  Sun Feb 8 22:24:53.605362575 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 24 with Session ID: 1702957685
152  Sun Feb 8 22:24:53.605381552 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
153  Sun Feb 8 22:24:53.605381552 2015  7  Connection:Close
154  Sun Feb 8 22:24:53.605381552 2015  7  CSeq:1014
155  Sun Feb 8 22:24:53.605381552 2015  7  Accept:application/sdp
156  Sun Feb 8 22:24:53.605381552 2015  7  --- LINE END ---
157  Sun Feb 8 22:24:53.605508817 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 24 and Session ID: 1702957685
158  Sun Feb 8 22:24:53.605634244 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
159  Sun Feb 8 22:24:53.605634244 2015  7  CSeq: 1014
160  Sun Feb 8 22:24:53.605634244 2015  7  Content-Type: application/sdp
161  Sun Feb 8 22:24:53.605634244 2015  7  Content-Base: rtsp://192.168.1.161/
162  Sun Feb 8 22:24:53.605634244 2015  7  Content-Length: 0
163  Sun Feb 8 22:24:53.605634244 2015  7  --- LINE END ---
164  Sun Feb 8 22:24:58.677189416 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 24 and Session ID: 1702957685
165  Sun Feb 8 22:24:58.682326532 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 52320 (fd: 24)
166  Sun Feb 8 22:24:58.687417521 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 24 with Session ID: 1702957685
167  Sun Feb 8 22:24:58.687436476 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
168  Sun Feb 8 22:24:58.687436476 2015  7  Connection:Close
169  Sun Feb 8 22:24:58.687436476 2015  7  CSeq:1015
170  Sun Feb 8 22:24:58.687436476 2015  7  Accept:application/sdp
171  Sun Feb 8 22:24:58.687436476 2015  7  --- LINE END ---
172  Sun Feb 8 22:24:58.687554978 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 24 and Session ID: 1702957685
173  Sun Feb 8 22:24:58.687678434 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
174  Sun Feb 8 22:24:58.687678434 2015  7  CSeq: 1015
175  Sun Feb 8 22:24:58.687678434 2015  7  Content-Type: application/sdp
176  Sun Feb 8 22:24:58.687678434 2015  7  Content-Base: rtsp://192.168.1.161/
177  Sun Feb 8 22:24:58.687678434 2015  7  Content-Length: 0
178  Sun Feb 8 22:24:58.687678434 2015  7  --- LINE END ---
179  Sun Feb 8 22:25:03.761931862 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 24 and Session ID: 1702957685
180  Sun Feb 8 22:25:03.767067300 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 52321 (fd: 24)
181  Sun Feb 8 22:25:03.772152672 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 24 with Session ID: 1702957685
182  Sun Feb 8 22:25:03.772171724 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
183  Sun Feb 8 22:25:03.772171724 2015  7  Connection:Close
184  Sun Feb 8 22:25:03.772171724 2015  7  CSeq:1016
185  Sun Feb 8 22:25:03.772171724 2015  7  Accept:application/sdp
186  Sun Feb 8 22:25:03.772171724 2015  7  --- LINE END ---
187  Sun Feb 8 22:25:03.772231772 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 24 and Session ID: 1702957685
188  Sun Feb 8 22:25:03.772359963 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
189  Sun Feb 8 22:25:03.772359963 2015  7  CSeq: 1016
190  Sun Feb 8 22:25:03.772359963 2015  7  Content-Type: application/sdp
191  Sun Feb 8 22:25:03.772359963 2015  7  Content-Base: rtsp://192.168.1.161/
192  Sun Feb 8 22:25:03.772359963 2015  7  Content-Length: 0
193  Sun Feb 8 22:25:03.772359963 2015  7  --- LINE END ---
194  Sun Feb 8 22:25:05.829708309 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 24 and Session ID: 1702957685
195  Sun Feb 8 22:25:05.834840515 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 52322 (fd: 24)
196  Sun Feb 8 22:25:05.839931152 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 24 with Session ID: 1702957685
197  Sun Feb 8 22:25:05.839961336 2015  7  [rtsp.c:903] SETUP rtsp://192.168.1.161:554/?&freq=177.500000&bw=7.000000&msys=dvbt RTSP/1.0
198  Sun Feb 8 22:25:05.839961336 2015  7  Connection:Close
199  Sun Feb 8 22:25:05.839961336 2015  7  CSeq:1017
200  Sun Feb 8 22:25:05.839961336 2015  7  Transport:RTP/AVP;unicast;client_port=5000-5001
201  Sun Feb 8 22:25:05.839961336 2015  7  --- LINE END ---
202  Sun Feb 8 22:25:05.840090470 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 24 and Session ID: 1702957685
203  Sun Feb 8 22:25:05.840125402 2015  6  [rtsp.c:455] Setup Message
204  Sun Feb 8 22:25:05.840144604 2015  3  [rtsp.c:484] Frontend: x, Setup message but no frontend attached.
205  Sun Feb 8 22:25:05.840171353 2015  3  [rtsp.c:931] RTSP Client 192.168.1.115: Setup message failed with fd: 24 and Session ID: 1702957685
206  Sun Feb 8 22:25:05.845237526 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 24 and Session ID: 1702957685
207  Sun Feb 8 22:25:06.050730389 2015  6  [ssdp.c:256] SAT>IP Client 192.168.1.115 : contacted us sending reply fd: 24
208  Sun Feb 8 22:25:06.077177974 2015  6  [ssdp.c:256] SAT>IP Client 192.168.1.115 : contacted us sending reply fd: 24
209  Sun Feb 8 22:25:06.099008594 2015  6  [ssdp.c:256] SAT>IP Client 192.168.1.115 : contacted us sending reply fd: 24
210  Sun Feb 8 22:25:08.612570227 2015  7  [http.c:245] GET web/desc.xml (size 1594)
211  Sun Feb 8 22:25:08.612637953 2015  7  [http.c:464] Requested Connection closed by Client 2
212  Sun Feb 8 22:25:08.858397447 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 52323 (fd: 24)
213  Sun Feb 8 22:25:08.863491818 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 24 with Session ID: 1702957685
214  Sun Feb 8 22:25:08.863510822 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
215  Sun Feb 8 22:25:08.863510822 2015  7  Connection:Close
216  Sun Feb 8 22:25:08.863510822 2015  7  CSeq:1018
217  Sun Feb 8 22:25:08.863510822 2015  7  Accept:application/sdp
218  Sun Feb 8 22:25:08.863510822 2015  7  --- LINE END ---
219  Sun Feb 8 22:25:08.863610716 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 24 and Session ID: 1702957685
220  Sun Feb 8 22:25:08.863744832 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
221  Sun Feb 8 22:25:08.863744832 2015  7  CSeq: 1018
222  Sun Feb 8 22:25:08.863744832 2015  7  Content-Type: application/sdp
223  Sun Feb 8 22:25:08.863744832 2015  7  Content-Base: rtsp://192.168.1.161/
224  Sun Feb 8 22:25:08.863744832 2015  7  Content-Length: 0
225  Sun Feb 8 22:25:08.863744832 2015  7  --- LINE END ---
226  Sun Feb 8 22:25:13.933472721 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 24 and Session ID: 1702957685
227  Sun Feb 8 22:25:13.938600313 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 52324 (fd: 24)
228  Sun Feb 8 22:25:13.943693344 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 24 with Session ID: 1702957685
229  Sun Feb 8 22:25:13.943711969 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
230  Sun Feb 8 22:25:13.943711969 2015  7  Connection:Close
231  Sun Feb 8 22:25:13.943711969 2015  7  CSeq:1019
232  Sun Feb 8 22:25:13.943711969 2015  7  Accept:application/sdp
233  Sun Feb 8 22:25:13.943711969 2015  7  --- LINE END ---
234  Sun Feb 8 22:25:13.943831800 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 24 and Session ID: 1702957685
235  Sun Feb 8 22:25:13.943956986 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
236  Sun Feb 8 22:25:13.943956986 2015  7  CSeq: 1019
237  Sun Feb 8 22:25:13.943956986 2015  7  Content-Type: application/sdp
238  Sun Feb 8 22:25:13.943956986 2015  7  Content-Base: rtsp://192.168.1.161/
239  Sun Feb 8 22:25:13.943956986 2015  7  Content-Length: 0
240  Sun Feb 8 22:25:13.943956986 2015  7  --- LINE END ---
241  Sun Feb 8 22:25:19.014714488 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 24 and Session ID: 1702957685
242  Sun Feb 8 22:25:19.019834365 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 52325 (fd: 24)
243  Sun Feb 8 22:25:19.024919321 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 24 with Session ID: 1702957685
244  Sun Feb 8 22:25:19.024937822 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
245  Sun Feb 8 22:25:19.024937822 2015  7  Connection:Close
246  Sun Feb 8 22:25:19.024937822 2015  7  CSeq:1020
247  Sun Feb 8 22:25:19.024937822 2015  7  Accept:application/sdp
248  Sun Feb 8 22:25:19.024937822 2015  7  --- LINE END ---
249  Sun Feb 8 22:25:19.024997433 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 24 and Session ID: 1702957685
250  Sun Feb 8 22:25:19.025127162 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
251  Sun Feb 8 22:25:19.025127162 2015  7  CSeq: 1020
252  Sun Feb 8 22:25:19.025127162 2015  7  Content-Type: application/sdp
253  Sun Feb 8 22:25:19.025127162 2015  7  Content-Base: rtsp://192.168.1.161/
254  Sun Feb 8 22:25:19.025127162 2015  7  Content-Length: 0
255  Sun Feb 8 22:25:19.025127162 2015  7  --- LINE END ---
256  Sun Feb 8 22:25:24.091385429 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 24 and Session ID: 1702957685
257  Sun Feb 8 22:25:24.096509661 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 52326 (fd: 24)
258  Sun Feb 8 22:25:24.101595976 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 24 with Session ID: 1702957685
259  Sun Feb 8 22:25:24.101614519 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
260  Sun Feb 8 22:25:24.101614519 2015  7  Connection:Close
261  Sun Feb 8 22:25:24.101614519 2015  7  CSeq:1021
262  Sun Feb 8 22:25:24.101614519 2015  7  Accept:application/sdp
263  Sun Feb 8 22:25:24.101614519 2015  7  --- LINE END ---
264  Sun Feb 8 22:25:24.101734994 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 24 and Session ID: 1702957685
265  Sun Feb 8 22:25:24.101864098 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
266  Sun Feb 8 22:25:24.101864098 2015  7  CSeq: 1021
267  Sun Feb 8 22:25:24.101864098 2015  7  Content-Type: application/sdp
268  Sun Feb 8 22:25:24.101864098 2015  7  Content-Base: rtsp://192.168.1.161/
269  Sun Feb 8 22:25:24.101864098 2015  7  Content-Length: 0
270  Sun Feb 8 22:25:24.101864098 2015  7  --- LINE END ---
271  Sun Feb 8 22:25:29.174581658 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 24 and Session ID: 1702957685
272  Sun Feb 8 22:25:29.179719085 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 52327 (fd: 24)
273  Sun Feb 8 22:25:29.184805074 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 24 with Session ID: 1702957685
274  Sun Feb 8 22:25:29.184823486 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
275  Sun Feb 8 22:25:29.184823486 2015  7  Connection:Close
276  Sun Feb 8 22:25:29.184823486 2015  7  CSeq:1022
277  Sun Feb 8 22:25:29.184823486 2015  7  Accept:application/sdp
278  Sun Feb 8 22:25:29.184823486 2015  7  --- LINE END ---
279  Sun Feb 8 22:25:29.184885182 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 24 and Session ID: 1702957685
280  Sun Feb 8 22:25:29.185014174 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
281  Sun Feb 8 22:25:29.185014174 2015  7  CSeq: 1022
282  Sun Feb 8 22:25:29.185014174 2015  7  Content-Type: application/sdp
283  Sun Feb 8 22:25:29.185014174 2015  7  Content-Base: rtsp://192.168.1.161/
284  Sun Feb 8 22:25:29.185014174 2015  7  Content-Length: 0
285  Sun Feb 8 22:25:29.185014174 2015  7  --- LINE END ---
286  Sun Feb 8 22:25:34.254032303 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 24 and Session ID: 1702957685
287  Sun Feb 8 22:25:34.259169472 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 52328 (fd: 24)
288  Sun Feb 8 22:25:34.264255292 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 24 with Session ID: 1702957685
289  Sun Feb 8 22:25:34.264273873 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
290  Sun Feb 8 22:25:34.264273873 2015  7  Connection:Close
291  Sun Feb 8 22:25:34.264273873 2015  7  CSeq:1023
292  Sun Feb 8 22:25:34.264273873 2015  7  Accept:application/sdp
293  Sun Feb 8 22:25:34.264273873 2015  7  --- LINE END ---
294  Sun Feb 8 22:25:34.264334318 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 24 and Session ID: 1702957685
295  Sun Feb 8 22:25:34.264462535 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
296  Sun Feb 8 22:25:34.264462535 2015  7  CSeq: 1023
297  Sun Feb 8 22:25:34.264462535 2015  7  Content-Type: application/sdp
298  Sun Feb 8 22:25:34.264462535 2015  7  Content-Base: rtsp://192.168.1.161/
299  Sun Feb 8 22:25:34.264462535 2015  7  Content-Length: 0
300  Sun Feb 8 22:25:34.264462535 2015  7  --- LINE END ---
301  Sun Feb 8 22:25:38.446037768 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 24 and Session ID: 1702957685
302  Sun Feb 8 22:25:38.451173588 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 52329 (fd: 24)
303  Sun Feb 8 22:25:38.456259798 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 24 with Session ID: 1702957685
304  Sun Feb 8 22:25:38.456277911 2015  7  [rtsp.c:903] SETUP rtsp://192.168.1.161:554/?&freq=177.500000&bw=7.000000&msys=dvbt RTSP/1.0
305  Sun Feb 8 22:25:38.456277911 2015  7  Connection:Close
306  Sun Feb 8 22:25:38.456277911 2015  7  CSeq:1024
307  Sun Feb 8 22:25:38.456277911 2015  7  Transport:RTP/AVP;unicast;client_port=5000-5001
308  Sun Feb 8 22:25:38.456277911 2015  7  --- LINE END ---
309  Sun Feb 8 22:25:38.456338933 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 24 and Session ID: 1702957685
310  Sun Feb 8 22:25:38.456357116 2015  6  [rtsp.c:455] Setup Message
311  Sun Feb 8 22:25:38.456368386 2015  3  [rtsp.c:484] Frontend: x, Setup message but no frontend attached.
312  Sun Feb 8 22:25:38.456390614 2015  3  [rtsp.c:931] RTSP Client 192.168.1.115: Setup message failed with fd: 24 and Session ID: 1702957685
313  Sun Feb 8 22:25:38.461463574 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 24 and Session ID: 1702957685
314  Sun Feb 8 22:25:38.661619086 2015  6  [ssdp.c:256] SAT>IP Client 192.168.1.115 : contacted us sending reply fd: 24
315  Sun Feb 8 22:25:38.662137896 2015  6  [ssdp.c:256] SAT>IP Client 192.168.1.115 : contacted us sending reply fd: 24
316  Sun Feb 8 22:25:38.680406043 2015  6  [ssdp.c:256] SAT>IP Client 192.168.1.115 : contacted us sending reply fd: 24
317  Sun Feb 8 22:25:39.400239677 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 52330 (fd: 24)
318  Sun Feb 8 22:25:39.405335696 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 24 with Session ID: 1702957685
319  Sun Feb 8 22:25:39.405354662 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
320  Sun Feb 8 22:25:39.405354662 2015  7  Connection:Close
321  Sun Feb 8 22:25:39.405354662 2015  7  CSeq:1025
322  Sun Feb 8 22:25:39.405354662 2015  7  Accept:application/sdp
323  Sun Feb 8 22:25:39.405354662 2015  7  --- LINE END ---
324  Sun Feb 8 22:25:39.405456089 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 24 and Session ID: 1702957685
325  Sun Feb 8 22:25:39.405589095 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
326  Sun Feb 8 22:25:39.405589095 2015  7  CSeq: 1025
327  Sun Feb 8 22:25:39.405589095 2015  7  Content-Type: application/sdp
328  Sun Feb 8 22:25:39.405589095 2015  7  Content-Base: rtsp://192.168.1.161/
329  Sun Feb 8 22:25:39.405589095 2015  7  Content-Length: 0
330  Sun Feb 8 22:25:39.405589095 2015  7  --- LINE END ---
331  Sun Feb 8 22:25:39.911214326 2015  6  [rtsp.c:993] RTSP Client 192.168.1.115: Connection Watchdog kicked-in with fd: 26 and Session ID: 0288582906
332  Sun Feb 8 22:25:39.911234491 2015  6  [rtsp.c:768] Frontend: x, Teardown Message, gracefull: 0
333  Sun Feb 8 22:25:39.911247716 2015  3  [rtsp.c:718] Frontend: x, Not attached anymore to client 192.168.1.115 with session ID: 0288582906
334  Sun Feb 8 22:25:39.911263963 2015  3  [rtsp.c:745] close error: Bad file descriptor (code 9)
335  Sun Feb 8 22:25:44.467062424 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 24 and Session ID: 1702957685
336  Sun Feb 8 22:25:44.472193630 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 52331 (fd: 24)
337  Sun Feb 8 22:25:44.477283091 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 24 with Session ID: 1702957685
338  Sun Feb 8 22:25:44.477301948 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
339  Sun Feb 8 22:25:44.477301948 2015  7  Connection:Close
340  Sun Feb 8 22:25:44.477301948 2015  7  CSeq:1026
341  Sun Feb 8 22:25:44.477301948 2015  7  Accept:application/sdp
342  Sun Feb 8 22:25:44.477301948 2015  7  --- LINE END ---
343  Sun Feb 8 22:25:44.477504764 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 24 and Session ID: 1702957685
344  Sun Feb 8 22:25:44.477617748 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
345  Sun Feb 8 22:25:44.477617748 2015  7  CSeq: 1026
346  Sun Feb 8 22:25:44.477617748 2015  7  Content-Type: application/sdp
347  Sun Feb 8 22:25:44.477617748 2015  7  Content-Base: rtsp://192.168.1.161/
348  Sun Feb 8 22:25:44.477617748 2015  7  Content-Length: 0
349  Sun Feb 8 22:25:44.477617748 2015  7  --- LINE END ---

Then I removed the DVB-T USB stick from the server and rebooted it. Now DVB-S is shown in the info screen of EyeTV iOS.
However, a channelscan did not work because the frontends did not attach.

0  Sun Feb 8 22:45:06.558288113 2015  7  CSeq:1005
1  Sun Feb 8 22:45:06.558288113 2015  7  Accept:application/sdp
2  Sun Feb 8 22:45:06.558288113 2015  7  --- LINE END ---
3  Sun Feb 8 22:45:06.558347701 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 26 and Session ID: 1702957685
4  Sun Feb 8 22:45:06.558446184 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
5  Sun Feb 8 22:45:06.558446184 2015  7  CSeq: 1005
6  Sun Feb 8 22:45:06.558446184 2015  7  Content-Type: application/sdp
7  Sun Feb 8 22:45:06.558446184 2015  7  Content-Base: rtsp://192.168.1.161/
8  Sun Feb 8 22:45:06.558446184 2015  7  Content-Length: 0
9  Sun Feb 8 22:45:06.558446184 2015  7  --- LINE END ---
10  Sun Feb 8 22:45:06.640707478 2015  6  [ssdp.c:256] SAT>IP Client 192.168.1.115 : contacted us sending reply fd: 27
11  Sun Feb 8 22:45:06.663967487 2015  6  [ssdp.c:256] SAT>IP Client 192.168.1.115 : contacted us sending reply fd: 27
12  Sun Feb 8 22:45:11.620705231 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 26 and Session ID: 1702957685
13  Sun Feb 8 22:45:11.625851242 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53483 (fd: 26)
14  Sun Feb 8 22:45:11.630940684 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 26 with Session ID: 1702957685
15  Sun Feb 8 22:45:11.630959546 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
16  Sun Feb 8 22:45:11.630959546 2015  7  Connection:Close
17  Sun Feb 8 22:45:11.630959546 2015  7  CSeq:1006
18  Sun Feb 8 22:45:11.630959546 2015  7  Accept:application/sdp
19  Sun Feb 8 22:45:11.630959546 2015  7  --- LINE END ---
20  Sun Feb 8 22:45:11.631018381 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 26 and Session ID: 1702957685
21  Sun Feb 8 22:45:11.631122024 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
22  Sun Feb 8 22:45:11.631122024 2015  7  CSeq: 1006
23  Sun Feb 8 22:45:11.631122024 2015  7  Content-Type: application/sdp
24  Sun Feb 8 22:45:11.631122024 2015  7  Content-Base: rtsp://192.168.1.161/
25  Sun Feb 8 22:45:11.631122024 2015  7  Content-Length: 0
26  Sun Feb 8 22:45:11.631122024 2015  7  --- LINE END ---
27  Sun Feb 8 22:45:13.756062526 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 26 and Session ID: 1702957685
28  Sun Feb 8 22:45:13.761209297 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53484 (fd: 26)
29  Sun Feb 8 22:45:13.766295766 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 26 with Session ID: 1702957685
30  Sun Feb 8 22:45:13.766314638 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
31  Sun Feb 8 22:45:13.766314638 2015  7  Connection:Close
32  Sun Feb 8 22:45:13.766314638 2015  7  CSeq:1007
33  Sun Feb 8 22:45:13.766314638 2015  7  Accept:application/sdp
34  Sun Feb 8 22:45:13.766314638 2015  7  --- LINE END ---
35  Sun Feb 8 22:45:13.766372601 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 26 and Session ID: 1702957685
36  Sun Feb 8 22:45:13.766471660 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
37  Sun Feb 8 22:45:13.766471660 2015  7  CSeq: 1007
38  Sun Feb 8 22:45:13.766471660 2015  7  Content-Type: application/sdp
39  Sun Feb 8 22:45:13.766471660 2015  7  Content-Base: rtsp://192.168.1.161/
40  Sun Feb 8 22:45:13.766471660 2015  7  Content-Length: 0
41  Sun Feb 8 22:45:13.766471660 2015  7  --- LINE END ---
42  Sun Feb 8 22:45:16.734677963 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 26 and Session ID: 1702957685
43  Sun Feb 8 22:45:31.493101264 2015  7  [http.c:245] GET web/desc.xml (size 1594)
44  Sun Feb 8 22:45:31.493172061 2015  7  [http.c:464] Requested Connection closed by Client 3
45  Sun Feb 8 22:45:31.524109608 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53486 (fd: 26)
46  Sun Feb 8 22:45:31.529196436 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 26 with Session ID: 1702957685
47  Sun Feb 8 22:45:31.529215373 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
48  Sun Feb 8 22:45:31.529215373 2015  7  Connection:Close
49  Sun Feb 8 22:45:31.529215373 2015  7  CSeq:1001
50  Sun Feb 8 22:45:31.529215373 2015  7  Accept:application/sdp
51  Sun Feb 8 22:45:31.529215373 2015  7  --- LINE END ---
52  Sun Feb 8 22:45:31.529340379 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 26 and Session ID: 1702957685
53  Sun Feb 8 22:45:31.529436592 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
54  Sun Feb 8 22:45:31.529436592 2015  7  CSeq: 1001
55  Sun Feb 8 22:45:31.529436592 2015  7  Content-Type: application/sdp
56  Sun Feb 8 22:45:31.529436592 2015  7  Content-Base: rtsp://192.168.1.161/
57  Sun Feb 8 22:45:31.529436592 2015  7  Content-Length: 0
58  Sun Feb 8 22:45:31.529436592 2015  7  --- LINE END ---
59  Sun Feb 8 22:45:31.772488542 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 26 and Session ID: 1702957685
60  Sun Feb 8 22:45:31.777615374 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53487 (fd: 26)
61  Sun Feb 8 22:45:31.782697494 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 26 with Session ID: 1702957685
62  Sun Feb 8 22:45:31.782715921 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
63  Sun Feb 8 22:45:31.782715921 2015  7  Connection:Close
64  Sun Feb 8 22:45:31.782715921 2015  7  CSeq:1002
65  Sun Feb 8 22:45:31.782715921 2015  7  Accept:application/sdp
66  Sun Feb 8 22:45:31.782715921 2015  7  --- LINE END ---
67  Sun Feb 8 22:45:31.782868924 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 26 and Session ID: 1702957685
68  Sun Feb 8 22:45:31.782946991 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
69  Sun Feb 8 22:45:31.782946991 2015  7  CSeq: 1002
70  Sun Feb 8 22:45:31.782946991 2015  7  Content-Type: application/sdp
71  Sun Feb 8 22:45:31.782946991 2015  7  Content-Base: rtsp://192.168.1.161/
72  Sun Feb 8 22:45:31.782946991 2015  7  Content-Length: 0
73  Sun Feb 8 22:45:31.782946991 2015  7  --- LINE END ---
74  Sun Feb 8 22:45:36.883492495 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 26 and Session ID: 1702957685
75  Sun Feb 8 22:45:36.888809116 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53488 (fd: 26)
76  Sun Feb 8 22:45:36.893893757 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 26 with Session ID: 1702957685
77  Sun Feb 8 22:45:36.893913135 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
78  Sun Feb 8 22:45:36.893913135 2015  7  Connection:Close
79  Sun Feb 8 22:45:36.893913135 2015  7  CSeq:1003
80  Sun Feb 8 22:45:36.893913135 2015  7  Accept:application/sdp
81  Sun Feb 8 22:45:36.893913135 2015  7  --- LINE END ---
82  Sun Feb 8 22:45:36.894013419 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 26 and Session ID: 1702957685
83  Sun Feb 8 22:45:36.894102962 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
84  Sun Feb 8 22:45:36.894102962 2015  7  CSeq: 1003
85  Sun Feb 8 22:45:36.894102962 2015  7  Content-Type: application/sdp
86  Sun Feb 8 22:45:36.894102962 2015  7  Content-Base: rtsp://192.168.1.161/
87  Sun Feb 8 22:45:36.894102962 2015  7  Content-Length: 0
88  Sun Feb 8 22:45:36.894102962 2015  7  --- LINE END ---
89  Sun Feb 8 22:45:41.963587118 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 26 and Session ID: 1702957685
90  Sun Feb 8 22:45:41.968720973 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53489 (fd: 26)
91  Sun Feb 8 22:45:41.973810909 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 26 with Session ID: 1702957685
92  Sun Feb 8 22:45:41.973829969 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
93  Sun Feb 8 22:45:41.973829969 2015  7  Connection:Close
94  Sun Feb 8 22:45:41.973829969 2015  7  CSeq:1004
95  Sun Feb 8 22:45:41.973829969 2015  7  Accept:application/sdp
96  Sun Feb 8 22:45:41.973829969 2015  7  --- LINE END ---
97  Sun Feb 8 22:45:41.973954751 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 26 and Session ID: 1702957685
98  Sun Feb 8 22:45:41.974052979 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
99  Sun Feb 8 22:45:41.974052979 2015  7  CSeq: 1004
100  Sun Feb 8 22:45:41.974052979 2015  7  Content-Type: application/sdp
101  Sun Feb 8 22:45:41.974052979 2015  7  Content-Base: rtsp://192.168.1.161/
102  Sun Feb 8 22:45:41.974052979 2015  7  Content-Length: 0
103  Sun Feb 8 22:45:41.974052979 2015  7  --- LINE END ---
104  Sun Feb 8 22:45:47.027801867 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 26 and Session ID: 1702957685
105  Sun Feb 8 22:45:47.032940272 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53490 (fd: 26)
106  Sun Feb 8 22:45:47.038029946 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 26 with Session ID: 1702957685
107  Sun Feb 8 22:45:47.038048778 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
108  Sun Feb 8 22:45:47.038048778 2015  7  Connection:Close
109  Sun Feb 8 22:45:47.038048778 2015  7  CSeq:1005
110  Sun Feb 8 22:45:47.038048778 2015  7  Accept:application/sdp
111  Sun Feb 8 22:45:47.038048778 2015  7  --- LINE END ---
112  Sun Feb 8 22:45:47.038165534 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 26 and Session ID: 1702957685
113  Sun Feb 8 22:45:47.038270556 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
114  Sun Feb 8 22:45:47.038270556 2015  7  CSeq: 1005
115  Sun Feb 8 22:45:47.038270556 2015  7  Content-Type: application/sdp
116  Sun Feb 8 22:45:47.038270556 2015  7  Content-Base: rtsp://192.168.1.161/
117  Sun Feb 8 22:45:47.038270556 2015  7  Content-Length: 0
118  Sun Feb 8 22:45:47.038270556 2015  7  --- LINE END ---
119  Sun Feb 8 22:45:51.082764425 2015  6  [rtsp.c:993] RTSP Client 192.168.1.115: Connection Watchdog kicked-in with fd: 27 and Session ID: 0205744672
120  Sun Feb 8 22:45:51.082807398 2015  6  [rtsp.c:768] Frontend: x, Teardown Message, gracefull: 0
121  Sun Feb 8 22:45:51.082820518 2015  3  [rtsp.c:718] Frontend: x, Not attached anymore to client 192.168.1.115 with session ID: 0205744672
122  Sun Feb 8 22:45:51.082845765 2015  3  [rtsp.c:745] close error: Bad file descriptor (code 9)
123  Sun Feb 8 22:45:52.107289434 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 26 and Session ID: 1702957685
124  Sun Feb 8 22:45:52.112418786 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53491 (fd: 26)
125  Sun Feb 8 22:45:52.117513404 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 26 with Session ID: 1702957685
126  Sun Feb 8 22:45:52.117531910 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
127  Sun Feb 8 22:45:52.117531910 2015  7  Connection:Close
128  Sun Feb 8 22:45:52.117531910 2015  7  CSeq:1006
129  Sun Feb 8 22:45:52.117531910 2015  7  Accept:application/sdp
130  Sun Feb 8 22:45:52.117531910 2015  7  --- LINE END ---
131  Sun Feb 8 22:45:52.117654617 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 26 and Session ID: 1702957685
132  Sun Feb 8 22:45:52.117750942 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
133  Sun Feb 8 22:45:52.117750942 2015  7  CSeq: 1006
134  Sun Feb 8 22:45:52.117750942 2015  7  Content-Type: application/sdp
135  Sun Feb 8 22:45:52.117750942 2015  7  Content-Base: rtsp://192.168.1.161/
136  Sun Feb 8 22:45:52.117750942 2015  7  Content-Length: 0
137  Sun Feb 8 22:45:52.117750942 2015  7  --- LINE END ---
138  Sun Feb 8 22:45:57.171121596 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 26 and Session ID: 1702957685
139  Sun Feb 8 22:45:57.176261110 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53492 (fd: 26)
140  Sun Feb 8 22:45:57.181358638 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 26 with Session ID: 1702957685
141  Sun Feb 8 22:45:57.181377728 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
142  Sun Feb 8 22:45:57.181377728 2015  7  Connection:Close
143  Sun Feb 8 22:45:57.181377728 2015  7  CSeq:1007
144  Sun Feb 8 22:45:57.181377728 2015  7  Accept:application/sdp
145  Sun Feb 8 22:45:57.181377728 2015  7  --- LINE END ---
146  Sun Feb 8 22:45:57.181526053 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 26 and Session ID: 1702957685
147  Sun Feb 8 22:45:57.181609281 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
148  Sun Feb 8 22:45:57.181609281 2015  7  CSeq: 1007
149  Sun Feb 8 22:45:57.181609281 2015  7  Content-Type: application/sdp
150  Sun Feb 8 22:45:57.181609281 2015  7  Content-Base: rtsp://192.168.1.161/
151  Sun Feb 8 22:45:57.181609281 2015  7  Content-Length: 0
152  Sun Feb 8 22:45:57.181609281 2015  7  --- LINE END ---
153  Sun Feb 8 22:45:59.194651077 2015  7  [http.c:245] GET web/index.html (size 4201)
154  Sun Feb 8 22:45:59.269308851 2015  7  [http.c:245] GET web/stylesheet.css (size 1463)
155  Sun Feb 8 22:45:59.269391948 2015  7  [http.c:245] GET web/loadxmldoc.js (size 521)
156  Sun Feb 8 22:45:59.310483773 2015  7  [http.c:245] GET web/grid_noise.png (size 4638)
157  Sun Feb 8 22:46:02.266415862 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 26 and Session ID: 1702957685
158  Sun Feb 8 22:46:02.271556292 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53493 (fd: 26)
159  Sun Feb 8 22:46:02.276647154 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 26 with Session ID: 1702957685
160  Sun Feb 8 22:46:02.276666394 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
161  Sun Feb 8 22:46:02.276666394 2015  7  Connection:Close
162  Sun Feb 8 22:46:02.276666394 2015  7  CSeq:1008
163  Sun Feb 8 22:46:02.276666394 2015  7  Accept:application/sdp
164  Sun Feb 8 22:46:02.276666394 2015  7  --- LINE END ---
165  Sun Feb 8 22:46:02.276725970 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 26 and Session ID: 1702957685
166  Sun Feb 8 22:46:02.276827243 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
167  Sun Feb 8 22:46:02.276827243 2015  7  CSeq: 1008
168  Sun Feb 8 22:46:02.276827243 2015  7  Content-Type: application/sdp
169  Sun Feb 8 22:46:02.276827243 2015  7  Content-Base: rtsp://192.168.1.161/
170  Sun Feb 8 22:46:02.276827243 2015  7  Content-Length: 0
171  Sun Feb 8 22:46:02.276827243 2015  7  --- LINE END ---
172  Sun Feb 8 22:46:07.337461651 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 26 and Session ID: 1702957685
173  Sun Feb 8 22:46:07.368523822 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53494 (fd: 26)
174  Sun Feb 8 22:46:07.373610894 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 26 with Session ID: 1702957685
175  Sun Feb 8 22:46:07.373630849 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
176  Sun Feb 8 22:46:07.373630849 2015  7  Connection:Close
177  Sun Feb 8 22:46:07.373630849 2015  7  CSeq:1009
178  Sun Feb 8 22:46:07.373630849 2015  7  Accept:application/sdp
179  Sun Feb 8 22:46:07.373630849 2015  7  --- LINE END ---
180  Sun Feb 8 22:46:07.373754710 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 26 and Session ID: 1702957685
181  Sun Feb 8 22:46:07.373840829 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
182  Sun Feb 8 22:46:07.373840829 2015  7  CSeq: 1009
183  Sun Feb 8 22:46:07.373840829 2015  7  Content-Type: application/sdp
184  Sun Feb 8 22:46:07.373840829 2015  7  Content-Base: rtsp://192.168.1.161/
185  Sun Feb 8 22:46:07.373840829 2015  7  Content-Length: 0
186  Sun Feb 8 22:46:07.373840829 2015  7  --- LINE END ---
187  Sun Feb 8 22:46:09.058250271 2015  7  [http.c:245] GET web/frontend.html (size 4963)
188  Sun Feb 8 22:46:09.132478411 2015  7  [http.c:245] GET web/stylesheet.css (size 1463)
189  Sun Feb 8 22:46:09.132755548 2015  7  [http.c:245] GET web/loadxmldoc.js (size 521)
190  Sun Feb 8 22:46:09.138434257 2015  7  [http.c:245] GET web/postxmldoc.js (size 739)
191  Sun Feb 8 22:46:09.188548703 2015  7  [http.c:245] GET web/grid_noise.png (size 4638)
192  Sun Feb 8 22:46:12.334141577 2015  7  [http.c:245] GET web/index.html (size 4201)
193  Sun Feb 8 22:46:12.409077673 2015  7  [http.c:245] GET web/loadxmldoc.js (size 521)
194  Sun Feb 8 22:46:12.409159755 2015  7  [http.c:245] GET web/stylesheet.css (size 1463)
195  Sun Feb 8 22:46:12.456175538 2015  7  [http.c:245] GET web/grid_noise.png (size 4638)
196  Sun Feb 8 22:46:12.466954383 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 26 and Session ID: 1702957685
197  Sun Feb 8 22:46:12.472058173 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53495 (fd: 26)
198  Sun Feb 8 22:46:12.477141754 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 26 with Session ID: 1702957685
199  Sun Feb 8 22:46:12.477158945 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
200  Sun Feb 8 22:46:12.477158945 2015  7  Connection:Close
201  Sun Feb 8 22:46:12.477158945 2015  7  CSeq:1010
202  Sun Feb 8 22:46:12.477158945 2015  7  Accept:application/sdp
203  Sun Feb 8 22:46:12.477158945 2015  7  --- LINE END ---
204  Sun Feb 8 22:46:12.477217720 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 26 and Session ID: 1702957685
205  Sun Feb 8 22:46:12.477307409 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
206  Sun Feb 8 22:46:12.477307409 2015  7  CSeq: 1010
207  Sun Feb 8 22:46:12.477307409 2015  7  Content-Type: application/sdp
208  Sun Feb 8 22:46:12.477307409 2015  7  Content-Base: rtsp://192.168.1.161/
209  Sun Feb 8 22:46:12.477307409 2015  7  Content-Length: 0
210  Sun Feb 8 22:46:12.477307409 2015  7  --- LINE END ---
211  Sun Feb 8 22:46:13.965948694 2015  7  [http.c:245] GET web/frontend.html (size 4963)
212  Sun Feb 8 22:46:14.051163782 2015  7  [http.c:245] GET web/loadxmldoc.js (size 521)
213  Sun Feb 8 22:46:14.051245284 2015  7  [http.c:245] GET web/stylesheet.css (size 1463)
214  Sun Feb 8 22:46:14.051437882 2015  7  [http.c:245] GET web/postxmldoc.js (size 739)
215  Sun Feb 8 22:46:14.117266480 2015  7  [http.c:245] GET web/grid_noise.png (size 4638)
216  Sun Feb 8 22:46:17.567265888 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 26 and Session ID: 1702957685
217  Sun Feb 8 22:46:17.572399798 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53496 (fd: 26)
218  Sun Feb 8 22:46:17.577495919 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 26 with Session ID: 1702957685
219  Sun Feb 8 22:46:17.577515031 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
220  Sun Feb 8 22:46:17.577515031 2015  7  Connection:Close
221  Sun Feb 8 22:46:17.577515031 2015  7  CSeq:1011
222  Sun Feb 8 22:46:17.577515031 2015  7  Accept:application/sdp
223  Sun Feb 8 22:46:17.577515031 2015  7  --- LINE END ---
224  Sun Feb 8 22:46:17.577643405 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 26 and Session ID: 1702957685
225  Sun Feb 8 22:46:17.577738584 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
226  Sun Feb 8 22:46:17.577738584 2015  7  CSeq: 1011
227  Sun Feb 8 22:46:17.577738584 2015  7  Content-Type: application/sdp
228  Sun Feb 8 22:46:17.577738584 2015  7  Content-Base: rtsp://192.168.1.161/
229  Sun Feb 8 22:46:17.577738584 2015  7  Content-Length: 0
230  Sun Feb 8 22:46:17.577738584 2015  7  --- LINE END ---
231  Sun Feb 8 22:46:18.769904641 2015  7  [http.c:245] GET web/index.html (size 4201)
232  Sun Feb 8 22:46:18.852131856 2015  7  [http.c:245] GET web/stylesheet.css (size 1463)
233  Sun Feb 8 22:46:18.852219897 2015  7  [http.c:245] GET web/loadxmldoc.js (size 521)
234  Sun Feb 8 22:46:18.911841317 2015  7  [http.c:245] GET web/grid_noise.png (size 4638)
235  Sun Feb 8 22:46:20.716539294 2015  7  [http.c:245] GET web/frontend.html (size 4963)
236  Sun Feb 8 22:46:20.795684338 2015  7  [http.c:245] GET web/loadxmldoc.js (size 521)
237  Sun Feb 8 22:46:20.795767413 2015  7  [http.c:245] GET web/stylesheet.css (size 1463)
238  Sun Feb 8 22:46:20.796138838 2015  7  [http.c:245] GET web/postxmldoc.js (size 739)
239  Sun Feb 8 22:46:20.847570097 2015  7  [http.c:245] GET web/grid_noise.png (size 4638)
240  Sun Feb 8 22:46:22.667517229 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 26 and Session ID: 1702957685
241  Sun Feb 8 22:46:22.672644844 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53497 (fd: 26)
242  Sun Feb 8 22:46:22.677729177 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 26 with Session ID: 1702957685
243  Sun Feb 8 22:46:22.677748271 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
244  Sun Feb 8 22:46:22.677748271 2015  7  Connection:Close
245  Sun Feb 8 22:46:22.677748271 2015  7  CSeq:1012
246  Sun Feb 8 22:46:22.677748271 2015  7  Accept:application/sdp
247  Sun Feb 8 22:46:22.677748271 2015  7  --- LINE END ---
248  Sun Feb 8 22:46:22.677872619 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 26 and Session ID: 1702957685
249  Sun Feb 8 22:46:22.677969577 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
250  Sun Feb 8 22:46:22.677969577 2015  7  CSeq: 1012
251  Sun Feb 8 22:46:22.677969577 2015  7  Content-Type: application/sdp
252  Sun Feb 8 22:46:22.677969577 2015  7  Content-Base: rtsp://192.168.1.161/
253  Sun Feb 8 22:46:22.677969577 2015  7  Content-Length: 0
254  Sun Feb 8 22:46:22.677969577 2015  7  --- LINE END ---
255  Sun Feb 8 22:46:26.374855866 2015  7  [http.c:245] GET web/log.html (size 1784)
256  Sun Feb 8 22:46:26.424075807 2015  7  [http.c:245] GET web/stylesheet.css (size 1463)
257  Sun Feb 8 22:46:26.424181661 2015  7  [http.c:245] GET web/loadxmldoc.js (size 521)
258  Sun Feb 8 22:46:26.474535963 2015  7  [http.c:245] GET web/grid_noise.png (size 4638)
259  Sun Feb 8 22:46:26.474642674 2015  7  [http.c:245] GET web/bg-grain.png (size 5636)
260  Sun Feb 8 22:46:27.730354161 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 26 and Session ID: 1702957685
261  Sun Feb 8 22:46:27.735490554 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53498 (fd: 26)
262  Sun Feb 8 22:46:27.740579630 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 26 with Session ID: 1702957685
263  Sun Feb 8 22:46:27.740599615 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
264  Sun Feb 8 22:46:27.740599615 2015  7  Connection:Close
265  Sun Feb 8 22:46:27.740599615 2015  7  CSeq:1013
266  Sun Feb 8 22:46:27.740599615 2015  7  Accept:application/sdp
267  Sun Feb 8 22:46:27.740599615 2015  7  --- LINE END ---
268  Sun Feb 8 22:46:27.740659929 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 26 and Session ID: 1702957685
269  Sun Feb 8 22:46:27.740761730 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
270  Sun Feb 8 22:46:27.740761730 2015  7  CSeq: 1013
271  Sun Feb 8 22:46:27.740761730 2015  7  Content-Type: application/sdp
272  Sun Feb 8 22:46:27.740761730 2015  7  Content-Base: rtsp://192.168.1.161/
273  Sun Feb 8 22:46:27.740761730 2015  7  Content-Length: 0
274  Sun Feb 8 22:46:27.740761730 2015  7  --- LINE END ---
275  Sun Feb 8 22:46:32.868570823 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 26 and Session ID: 1702957685
276  Sun Feb 8 22:46:32.873706999 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53499 (fd: 26)
277  Sun Feb 8 22:46:32.878792332 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 26 with Session ID: 1702957685
278  Sun Feb 8 22:46:32.878810744 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
279  Sun Feb 8 22:46:32.878810744 2015  7  Connection:Close
280  Sun Feb 8 22:46:32.878810744 2015  7  CSeq:1014
281  Sun Feb 8 22:46:32.878810744 2015  7  Accept:application/sdp
282  Sun Feb 8 22:46:32.878810744 2015  7  --- LINE END ---
283  Sun Feb 8 22:46:32.878869250 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 26 and Session ID: 1702957685
284  Sun Feb 8 22:46:32.878973721 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
285  Sun Feb 8 22:46:32.878973721 2015  7  CSeq: 1014
286  Sun Feb 8 22:46:32.878973721 2015  7  Content-Type: application/sdp
287  Sun Feb 8 22:46:32.878973721 2015  7  Content-Base: rtsp://192.168.1.161/
288  Sun Feb 8 22:46:32.878973721 2015  7  Content-Length: 0
289  Sun Feb 8 22:46:32.878973721 2015  7  --- LINE END ---
290  Sun Feb 8 22:46:37.968597903 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 26 and Session ID: 1702957685
291  Sun Feb 8 22:46:37.973726970 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53500 (fd: 26)
292  Sun Feb 8 22:46:37.978813012 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 26 with Session ID: 1702957685
293  Sun Feb 8 22:46:37.978831435 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
294  Sun Feb 8 22:46:37.978831435 2015  7  Connection:Close
295  Sun Feb 8 22:46:37.978831435 2015  7  CSeq:1015
296  Sun Feb 8 22:46:37.978831435 2015  7  Accept:application/sdp
297  Sun Feb 8 22:46:37.978831435 2015  7  --- LINE END ---
298  Sun Feb 8 22:46:37.978890667 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 26 and Session ID: 1702957685
299  Sun Feb 8 22:46:37.978993775 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
300  Sun Feb 8 22:46:37.978993775 2015  7  CSeq: 1015
301  Sun Feb 8 22:46:37.978993775 2015  7  Content-Type: application/sdp
302  Sun Feb 8 22:46:37.978993775 2015  7  Content-Base: rtsp://192.168.1.161/
303  Sun Feb 8 22:46:37.978993775 2015  7  Content-Length: 0
304  Sun Feb 8 22:46:37.978993775 2015  7  --- LINE END ---
305  Sun Feb 8 22:46:43.068800686 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 26 and Session ID: 1702957685
306  Sun Feb 8 22:46:43.073939248 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53501 (fd: 26)
307  Sun Feb 8 22:46:43.079024949 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 26 with Session ID: 1702957685
308  Sun Feb 8 22:46:43.079043465 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
309  Sun Feb 8 22:46:43.079043465 2015  7  Connection:Close
310  Sun Feb 8 22:46:43.079043465 2015  7  CSeq:1016
311  Sun Feb 8 22:46:43.079043465 2015  7  Accept:application/sdp
312  Sun Feb 8 22:46:43.079043465 2015  7  --- LINE END ---
313  Sun Feb 8 22:46:43.079101832 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 26 and Session ID: 1702957685
314  Sun Feb 8 22:46:43.079205933 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
315  Sun Feb 8 22:46:43.079205933 2015  7  CSeq: 1016
316  Sun Feb 8 22:46:43.079205933 2015  7  Content-Type: application/sdp
317  Sun Feb 8 22:46:43.079205933 2015  7  Content-Base: rtsp://192.168.1.161/
318  Sun Feb 8 22:46:43.079205933 2015  7  Content-Length: 0
319  Sun Feb 8 22:46:43.079205933 2015  7  --- LINE END ---
320  Sun Feb 8 22:46:48.169158813 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 26 and Session ID: 1702957685
321  Sun Feb 8 22:46:48.174293012 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53502 (fd: 26)
322  Sun Feb 8 22:46:48.179379364 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 26 with Session ID: 1702957685
323  Sun Feb 8 22:46:48.179397585 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
324  Sun Feb 8 22:46:48.179397585 2015  7  Connection:Close
325  Sun Feb 8 22:46:48.179397585 2015  7  CSeq:1017
326  Sun Feb 8 22:46:48.179397585 2015  7  Accept:application/sdp
327  Sun Feb 8 22:46:48.179397585 2015  7  --- LINE END ---
328  Sun Feb 8 22:46:48.179457158 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 26 and Session ID: 1702957685
329  Sun Feb 8 22:46:48.179564109 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
330  Sun Feb 8 22:46:48.179564109 2015  7  CSeq: 1017
331  Sun Feb 8 22:46:48.179564109 2015  7  Content-Type: application/sdp
332  Sun Feb 8 22:46:48.179564109 2015  7  Content-Base: rtsp://192.168.1.161/
333  Sun Feb 8 22:46:48.179564109 2015  7  Content-Length: 0
334  Sun Feb 8 22:46:48.179564109 2015  7  --- LINE END ---
335  Sun Feb 8 22:46:53.269504734 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 26 and Session ID: 1702957685
336  Sun Feb 8 22:46:53.274649015 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53503 (fd: 26)
337  Sun Feb 8 22:46:53.279735132 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 26 with Session ID: 1702957685
338  Sun Feb 8 22:46:53.279753390 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
339  Sun Feb 8 22:46:53.279753390 2015  7  Connection:Close
340  Sun Feb 8 22:46:53.279753390 2015  7  CSeq:1018
341  Sun Feb 8 22:46:53.279753390 2015  7  Accept:application/sdp
342  Sun Feb 8 22:46:53.279753390 2015  7  --- LINE END ---
343  Sun Feb 8 22:46:53.279812262 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 26 and Session ID: 1702957685
344  Sun Feb 8 22:46:53.279915648 2015  7  [rtsp.c:646] RTSP/1.0 404 Not Found
345  Sun Feb 8 22:46:53.279915648 2015  7  CSeq: 1018
346  Sun Feb 8 22:46:53.279915648 2015  7  Content-Type: application/sdp
347  Sun Feb 8 22:46:53.279915648 2015  7  Content-Base: rtsp://192.168.1.161/
348  Sun Feb 8 22:46:53.279915648 2015  7  Content-Length: 0
349  Sun Feb 8 22:46:53.279915648 2015  7  --- LINE END ---

After quitting and restarting SATPI one fronted eventually attached and I was able to perform a channel scan on ASTRA. Please note that the screenshot now depicts DVB-S as tuner type.
satpi02

0  Sun Feb 8 22:53:48.386661914 2015  6  [rtsp.c:520] Play Message
1  Sun Feb 8 22:53:48.386703756 2015  7  [tune.c:516] Frontend: 0, Set filter PID: 1039 - fd: 34
2  Sun Feb 8 22:53:48.588375163 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 25 and Session ID: 1702957685
3  Sun Feb 8 22:53:48.593486455 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53889 (fd: 25)
4  Sun Feb 8 22:53:48.598568111 2015  6  [rtsp.c:855] Client connection with sessionID 1702957685
5  Sun Feb 8 22:53:48.598586415 2015  6  [rtsp.c:860] RTSP Client 192.168.1.115: Found by sessionID 1702957685 with fd: 25
6  Sun Feb 8 22:53:48.598599036 2015  7  [rtsp.c:903] PLAY rtsp://192.168.1.161:554/stream=0?delpids=1039 RTSP/1.0
7  Sun Feb 8 22:53:48.598599036 2015  7  Connection:Close
8  Sun Feb 8 22:53:48.598599036 2015  7  CSeq:1320
9  Sun Feb 8 22:53:48.598599036 2015  7  Session:1702957685
10  Sun Feb 8 22:53:48.598599036 2015  7  --- LINE END ---
11  Sun Feb 8 22:53:48.598657785 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 25 and Session ID: 1702957685
12  Sun Feb 8 22:53:48.598690410 2015  6  [rtsp.c:520] Play Message
13  Sun Feb 8 22:53:48.598709545 2015  7  [tune.c:520] Frontend: 0, Remove filter PID: 1039 - fd: 34 - Packet Count: 2
14  Sun Feb 8 22:53:48.603828437 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 25 and Session ID: 1702957685
15  Sun Feb 8 22:53:48.608926400 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53890 (fd: 25)
16  Sun Feb 8 22:53:48.614011928 2015  6  [rtsp.c:855] Client connection with sessionID 1702957685
17  Sun Feb 8 22:53:48.614029696 2015  6  [rtsp.c:860] RTSP Client 192.168.1.115: Found by sessionID 1702957685 with fd: 25
18  Sun Feb 8 22:53:48.614042168 2015  7  [rtsp.c:903] PLAY rtsp://192.168.1.161:554/stream=0?addpids=1034 RTSP/1.0
19  Sun Feb 8 22:53:48.614042168 2015  7  Connection:Close
20  Sun Feb 8 22:53:48.614042168 2015  7  CSeq:1321
21  Sun Feb 8 22:53:48.614042168 2015  7  Session:1702957685
22  Sun Feb 8 22:53:48.614042168 2015  7  --- LINE END ---
23  Sun Feb 8 22:53:48.614099692 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 25 and Session ID: 1702957685
24  Sun Feb 8 22:53:48.614130898 2015  6  [rtsp.c:520] Play Message
25  Sun Feb 8 22:53:48.614169294 2015  7  [tune.c:516] Frontend: 0, Set filter PID: 1034 - fd: 34
26  Sun Feb 8 22:53:48.755411083 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 25 and Session ID: 1702957685
27  Sun Feb 8 22:53:48.760508424 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53891 (fd: 25)
28  Sun Feb 8 22:53:48.765595825 2015  6  [rtsp.c:855] Client connection with sessionID 1702957685
29  Sun Feb 8 22:53:48.765614743 2015  6  [rtsp.c:860] RTSP Client 192.168.1.115: Found by sessionID 1702957685 with fd: 25
30  Sun Feb 8 22:53:48.765627544 2015  7  [rtsp.c:903] PLAY rtsp://192.168.1.161:554/stream=0?delpids=1034 RTSP/1.0
31  Sun Feb 8 22:53:48.765627544 2015  7  Connection:Close
32  Sun Feb 8 22:53:48.765627544 2015  7  CSeq:1322
33  Sun Feb 8 22:53:48.765627544 2015  7  Session:1702957685
34  Sun Feb 8 22:53:48.765627544 2015  7  --- LINE END ---
35  Sun Feb 8 22:53:48.765791232 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 25 and Session ID: 1702957685
36  Sun Feb 8 22:53:48.765822794 2015  6  [rtsp.c:520] Play Message
37  Sun Feb 8 22:53:48.765835921 2015  7  [tune.c:520] Frontend: 0, Remove filter PID: 1034 - fd: 34 - Packet Count: 1
38  Sun Feb 8 22:53:48.770957349 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 25 and Session ID: 1702957685
39  Sun Feb 8 22:53:48.776068858 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53892 (fd: 25)
40  Sun Feb 8 22:53:48.781149904 2015  6  [rtsp.c:855] Client connection with sessionID 1702957685
41  Sun Feb 8 22:53:48.781167506 2015  6  [rtsp.c:860] RTSP Client 192.168.1.115: Found by sessionID 1702957685 with fd: 25
42  Sun Feb 8 22:53:48.781180136 2015  7  [rtsp.c:903] PLAY rtsp://192.168.1.161:554/stream=0?addpids=1031 RTSP/1.0
43  Sun Feb 8 22:53:48.781180136 2015  7  Connection:Close
44  Sun Feb 8 22:53:48.781180136 2015  7  CSeq:1323
45  Sun Feb 8 22:53:48.781180136 2015  7  Session:1702957685
46  Sun Feb 8 22:53:48.781180136 2015  7  --- LINE END ---
47  Sun Feb 8 22:53:48.781237986 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 25 and Session ID: 1702957685
48  Sun Feb 8 22:53:48.781269742 2015  6  [rtsp.c:520] Play Message
49  Sun Feb 8 22:53:48.781309607 2015  7  [tune.c:516] Frontend: 0, Set filter PID: 1031 - fd: 34
50  Sun Feb 8 22:53:48.923268628 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 25 and Session ID: 1702957685
51  Sun Feb 8 22:53:48.928379729 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53893 (fd: 25)
52  Sun Feb 8 22:53:48.933472138 2015  6  [rtsp.c:855] Client connection with sessionID 1702957685
53  Sun Feb 8 22:53:48.933490175 2015  6  [rtsp.c:860] RTSP Client 192.168.1.115: Found by sessionID 1702957685 with fd: 25
54  Sun Feb 8 22:53:48.933502722 2015  7  [rtsp.c:903] PLAY rtsp://192.168.1.161:554/stream=0?delpids=1031 RTSP/1.0
55  Sun Feb 8 22:53:48.933502722 2015  7  Connection:Close
56  Sun Feb 8 22:53:48.933502722 2015  7  CSeq:1324
57  Sun Feb 8 22:53:48.933502722 2015  7  Session:1702957685
58  Sun Feb 8 22:53:48.933502722 2015  7  --- LINE END ---
59  Sun Feb 8 22:53:48.933559250 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 25 and Session ID: 1702957685
60  Sun Feb 8 22:53:48.933592452 2015  6  [rtsp.c:520] Play Message
61  Sun Feb 8 22:53:48.933612040 2015  7  [tune.c:520] Frontend: 0, Remove filter PID: 1031 - fd: 34 - Packet Count: 3
62  Sun Feb 8 22:53:48.938740980 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 25 and Session ID: 1702957685
63  Sun Feb 8 22:53:48.943836969 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53894 (fd: 25)
64  Sun Feb 8 22:53:48.948926284 2015  6  [rtsp.c:855] Client connection with sessionID 1702957685
65  Sun Feb 8 22:53:48.948943408 2015  6  [rtsp.c:860] RTSP Client 192.168.1.115: Found by sessionID 1702957685 with fd: 25
66  Sun Feb 8 22:53:48.948956134 2015  7  [rtsp.c:903] PLAY rtsp://192.168.1.161:554/stream=0?addpids=1042 RTSP/1.0
67  Sun Feb 8 22:53:48.948956134 2015  7  Connection:Close
68  Sun Feb 8 22:53:48.948956134 2015  7  CSeq:1325
69  Sun Feb 8 22:53:48.948956134 2015  7  Session:1702957685
70  Sun Feb 8 22:53:48.948956134 2015  7  --- LINE END ---
71  Sun Feb 8 22:53:48.949014212 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 25 and Session ID: 1702957685
72  Sun Feb 8 22:53:48.949045752 2015  6  [rtsp.c:520] Play Message
73  Sun Feb 8 22:53:48.949099575 2015  7  [tune.c:516] Frontend: 0, Set filter PID: 1042 - fd: 34
74  Sun Feb 8 22:53:49.044300440 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 25 and Session ID: 1702957685
75  Sun Feb 8 22:53:49.049549193 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53895 (fd: 25)
76  Sun Feb 8 22:53:49.054624725 2015  6  [rtsp.c:855] Client connection with sessionID 1702957685
77  Sun Feb 8 22:53:49.054642759 2015  6  [rtsp.c:860] RTSP Client 192.168.1.115: Found by sessionID 1702957685 with fd: 25
78  Sun Feb 8 22:53:49.054655511 2015  7  [rtsp.c:903] PLAY rtsp://192.168.1.161:554/stream=0?delpids=1042 RTSP/1.0
79  Sun Feb 8 22:53:49.054655511 2015  7  Connection:Close
80  Sun Feb 8 22:53:49.054655511 2015  7  CSeq:1326
81  Sun Feb 8 22:53:49.054655511 2015  7  Session:1702957685
82  Sun Feb 8 22:53:49.054655511 2015  7  --- LINE END ---
83  Sun Feb 8 22:53:49.054712931 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 25 and Session ID: 1702957685
84  Sun Feb 8 22:53:49.054744612 2015  6  [rtsp.c:520] Play Message
85  Sun Feb 8 22:53:49.054765451 2015  7  [tune.c:520] Frontend: 0, Remove filter PID: 1042 - fd: 34 - Packet Count: 3
86  Sun Feb 8 22:53:49.059879234 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 25 and Session ID: 1702957685
87  Sun Feb 8 22:53:49.064973429 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53896 (fd: 25)
88  Sun Feb 8 22:53:49.070059111 2015  6  [rtsp.c:855] Client connection with sessionID 1702957685
89  Sun Feb 8 22:53:49.070076647 2015  6  [rtsp.c:860] RTSP Client 192.168.1.115: Found by sessionID 1702957685 with fd: 25
90  Sun Feb 8 22:53:49.070089231 2015  7  [rtsp.c:903] PLAY rtsp://192.168.1.161:554/stream=0?addpids=1029 RTSP/1.0
91  Sun Feb 8 22:53:49.070089231 2015  7  Connection:Close
92  Sun Feb 8 22:53:49.070089231 2015  7  CSeq:1327
93  Sun Feb 8 22:53:49.070089231 2015  7  Session:1702957685
94  Sun Feb 8 22:53:49.070089231 2015  7  --- LINE END ---
95  Sun Feb 8 22:53:49.070146320 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 25 and Session ID: 1702957685
96  Sun Feb 8 22:53:49.070178931 2015  6  [rtsp.c:520] Play Message
97  Sun Feb 8 22:53:49.070214927 2015  7  [tune.c:516] Frontend: 0, Set filter PID: 1029 - fd: 34
98  Sun Feb 8 22:53:49.089559102 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 25 and Session ID: 1702957685
99  Sun Feb 8 22:53:49.094655263 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53897 (fd: 25)
100  Sun Feb 8 22:53:49.099735380 2015  6  [rtsp.c:855] Client connection with sessionID 1702957685
101  Sun Feb 8 22:53:49.099752702 2015  6  [rtsp.c:860] RTSP Client 192.168.1.115: Found by sessionID 1702957685 with fd: 25
102  Sun Feb 8 22:53:49.099765178 2015  7  [rtsp.c:903] PLAY rtsp://192.168.1.161:554/stream=0?delpids=1029 RTSP/1.0
103  Sun Feb 8 22:53:49.099765178 2015  7  Connection:Close
104  Sun Feb 8 22:53:49.099765178 2015  7  CSeq:1328
105  Sun Feb 8 22:53:49.099765178 2015  7  Session:1702957685
106  Sun Feb 8 22:53:49.099765178 2015  7  --- LINE END ---
107  Sun Feb 8 22:53:49.099821057 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 25 and Session ID: 1702957685
108  Sun Feb 8 22:53:49.099852465 2015  6  [rtsp.c:520] Play Message
109  Sun Feb 8 22:53:49.099870664 2015  7  [tune.c:520] Frontend: 0, Remove filter PID: 1029 - fd: 34 - Packet Count: 3
110  Sun Feb 8 22:53:49.129371252 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 25 and Session ID: 1702957685
111  Sun Feb 8 22:53:49.134459754 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53898 (fd: 25)
112  Sun Feb 8 22:53:49.139539616 2015  6  [rtsp.c:855] Client connection with sessionID 1702957685
113  Sun Feb 8 22:53:49.139557114 2015  6  [rtsp.c:860] RTSP Client 192.168.1.115: Found by sessionID 1702957685 with fd: 25
114  Sun Feb 8 22:53:49.139569507 2015  7  [rtsp.c:903] PLAY rtsp://192.168.1.161:554/stream=0?addpids=1040 RTSP/1.0
115  Sun Feb 8 22:53:49.139569507 2015  7  Connection:Close
116  Sun Feb 8 22:53:49.139569507 2015  7  CSeq:1329
117  Sun Feb 8 22:53:49.139569507 2015  7  Session:1702957685
118  Sun Feb 8 22:53:49.139569507 2015  7  --- LINE END ---
119  Sun Feb 8 22:53:49.139627990 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 25 and Session ID: 1702957685
120  Sun Feb 8 22:53:49.139659458 2015  6  [rtsp.c:520] Play Message
121  Sun Feb 8 22:53:49.139694829 2015  7  [tune.c:516] Frontend: 0, Set filter PID: 1040 - fd: 34
122  Sun Feb 8 22:53:49.211417783 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 25 and Session ID: 1702957685
123  Sun Feb 8 22:53:49.216520270 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53899 (fd: 25)
124  Sun Feb 8 22:53:49.221600896 2015  6  [rtsp.c:855] Client connection with sessionID 1702957685
125  Sun Feb 8 22:53:49.221618720 2015  6  [rtsp.c:860] RTSP Client 192.168.1.115: Found by sessionID 1702957685 with fd: 25
126  Sun Feb 8 22:53:49.221631806 2015  7  [rtsp.c:903] PLAY rtsp://192.168.1.161:554/stream=0?delpids=1040 RTSP/1.0
127  Sun Feb 8 22:53:49.221631806 2015  7  Connection:Close
128  Sun Feb 8 22:53:49.221631806 2015  7  CSeq:1330
129  Sun Feb 8 22:53:49.221631806 2015  7  Session:1702957685
130  Sun Feb 8 22:53:49.221631806 2015  7  --- LINE END ---
131  Sun Feb 8 22:53:49.221688188 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 25 and Session ID: 1702957685
132  Sun Feb 8 22:53:49.221720675 2015  6  [rtsp.c:520] Play Message
133  Sun Feb 8 22:53:49.221741416 2015  7  [tune.c:520] Frontend: 0, Remove filter PID: 1040 - fd: 34 - Packet Count: 3
134  Sun Feb 8 22:53:49.226875697 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 25 and Session ID: 1702957685
135  Sun Feb 8 22:53:49.231956727 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53900 (fd: 25)
136  Sun Feb 8 22:53:49.237041484 2015  6  [rtsp.c:855] Client connection with sessionID 1702957685
137  Sun Feb 8 22:53:49.237058803 2015  6  [rtsp.c:860] RTSP Client 192.168.1.115: Found by sessionID 1702957685 with fd: 25
138  Sun Feb 8 22:53:49.237071372 2015  7  [rtsp.c:903] PLAY rtsp://192.168.1.161:554/stream=0?addpids=1030 RTSP/1.0
139  Sun Feb 8 22:53:49.237071372 2015  7  Connection:Close
140  Sun Feb 8 22:53:49.237071372 2015  7  CSeq:1331
141  Sun Feb 8 22:53:49.237071372 2015  7  Session:1702957685
142  Sun Feb 8 22:53:49.237071372 2015  7  --- LINE END ---
143  Sun Feb 8 22:53:49.237129031 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 25 and Session ID: 1702957685
144  Sun Feb 8 22:53:49.237160634 2015  6  [rtsp.c:520] Play Message
145  Sun Feb 8 22:53:49.237195705 2015  7  [tune.c:516] Frontend: 0, Set filter PID: 1030 - fd: 34
146  Sun Feb 8 22:53:49.318773961 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 25 and Session ID: 1702957685
147  Sun Feb 8 22:53:49.323868583 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53901 (fd: 25)
148  Sun Feb 8 22:53:49.328959183 2015  6  [rtsp.c:855] Client connection with sessionID 1702957685
149  Sun Feb 8 22:53:49.328976613 2015  6  [rtsp.c:860] RTSP Client 192.168.1.115: Found by sessionID 1702957685 with fd: 25
150  Sun Feb 8 22:53:49.328989145 2015  7  [rtsp.c:903] PLAY rtsp://192.168.1.161:554/stream=0?delpids=1030 RTSP/1.0
151  Sun Feb 8 22:53:49.328989145 2015  7  Connection:Close
152  Sun Feb 8 22:53:49.328989145 2015  7  CSeq:1332
153  Sun Feb 8 22:53:49.328989145 2015  7  Session:1702957685
154  Sun Feb 8 22:53:49.328989145 2015  7  --- LINE END ---
155  Sun Feb 8 22:53:49.329047853 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 25 and Session ID: 1702957685
156  Sun Feb 8 22:53:49.329079654 2015  6  [rtsp.c:520] Play Message
157  Sun Feb 8 22:53:49.329100392 2015  7  [tune.c:520] Frontend: 0, Remove filter PID: 1030 - fd: 34 - Packet Count: 1
158  Sun Feb 8 22:53:49.334212954 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 25 and Session ID: 1702957685
159  Sun Feb 8 22:53:49.339307591 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53902 (fd: 25)
160  Sun Feb 8 22:53:49.344388119 2015  6  [rtsp.c:855] Client connection with sessionID 1702957685
161  Sun Feb 8 22:53:49.344405988 2015  6  [rtsp.c:860] RTSP Client 192.168.1.115: Found by sessionID 1702957685 with fd: 25
162  Sun Feb 8 22:53:49.344418539 2015  7  [rtsp.c:903] PLAY rtsp://192.168.1.161:554/stream=0?addpids=1037 RTSP/1.0
163  Sun Feb 8 22:53:49.344418539 2015  7  Connection:Close
164  Sun Feb 8 22:53:49.344418539 2015  7  CSeq:1333
165  Sun Feb 8 22:53:49.344418539 2015  7  Session:1702957685
166  Sun Feb 8 22:53:49.344418539 2015  7  --- LINE END ---
167  Sun Feb 8 22:53:49.344616433 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 25 and Session ID: 1702957685
168  Sun Feb 8 22:53:49.344635949 2015  6  [rtsp.c:520] Play Message
169  Sun Feb 8 22:53:49.344656324 2015  7  [tune.c:516] Frontend: 0, Set filter PID: 1037 - fd: 34
170  Sun Feb 8 22:53:49.393360758 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 25 and Session ID: 1702957685
171  Sun Feb 8 22:53:49.423206255 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53903 (fd: 25)
172  Sun Feb 8 22:53:49.428290596 2015  6  [rtsp.c:855] Client connection with sessionID 1702957685
173  Sun Feb 8 22:53:49.428308708 2015  6  [rtsp.c:860] RTSP Client 192.168.1.115: Found by sessionID 1702957685 with fd: 25
174  Sun Feb 8 22:53:49.428321495 2015  7  [rtsp.c:903] PLAY rtsp://192.168.1.161:554/stream=0?delpids=1037 RTSP/1.0
175  Sun Feb 8 22:53:49.428321495 2015  7  Connection:Close
176  Sun Feb 8 22:53:49.428321495 2015  7  CSeq:1334
177  Sun Feb 8 22:53:49.428321495 2015  7  Session:1702957685
178  Sun Feb 8 22:53:49.428321495 2015  7  --- LINE END ---
179  Sun Feb 8 22:53:49.428378258 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 25 and Session ID: 1702957685
180  Sun Feb 8 22:53:49.428410284 2015  6  [rtsp.c:520] Play Message
181  Sun Feb 8 22:53:49.428431105 2015  7  [tune.c:520] Frontend: 0, Remove filter PID: 1037 - fd: 34 - Packet Count: 1
182  Sun Feb 8 22:53:49.433548341 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 25 and Session ID: 1702957685
183  Sun Feb 8 22:53:49.438640851 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53904 (fd: 25)
184  Sun Feb 8 22:53:49.443721049 2015  6  [rtsp.c:855] Client connection with sessionID 1702957685
185  Sun Feb 8 22:53:49.443738675 2015  6  [rtsp.c:860] RTSP Client 192.168.1.115: Found by sessionID 1702957685 with fd: 25
186  Sun Feb 8 22:53:49.443751147 2015  7  [rtsp.c:903] PLAY rtsp://192.168.1.161:554/stream=0?addpids=1035 RTSP/1.0
187  Sun Feb 8 22:53:49.443751147 2015  7  Connection:Close
188  Sun Feb 8 22:53:49.443751147 2015  7  CSeq:1335
189  Sun Feb 8 22:53:49.443751147 2015  7  Session:1702957685
190  Sun Feb 8 22:53:49.443751147 2015  7  --- LINE END ---
191  Sun Feb 8 22:53:49.443809000 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 25 and Session ID: 1702957685
192  Sun Feb 8 22:53:49.443841270 2015  6  [rtsp.c:520] Play Message
193  Sun Feb 8 22:53:49.443876423 2015  7  [tune.c:516] Frontend: 0, Set filter PID: 1035 - fd: 34
194  Sun Feb 8 22:53:49.735422876 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 25 and Session ID: 1702957685
195  Sun Feb 8 22:53:49.740520584 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53905 (fd: 25)
196  Sun Feb 8 22:53:49.745609802 2015  6  [rtsp.c:855] Client connection with sessionID 1702957685
197  Sun Feb 8 22:53:49.745627978 2015  6  [rtsp.c:860] RTSP Client 192.168.1.115: Found by sessionID 1702957685 with fd: 25
198  Sun Feb 8 22:53:49.745640996 2015  7  [rtsp.c:903] PLAY rtsp://192.168.1.161:554/stream=0?delpids=1035 RTSP/1.0
199  Sun Feb 8 22:53:49.745640996 2015  7  Connection:Close
200  Sun Feb 8 22:53:49.745640996 2015  7  CSeq:1336
201  Sun Feb 8 22:53:49.745640996 2015  7  Session:1702957685
202  Sun Feb 8 22:53:49.745640996 2015  7  --- LINE END ---
203  Sun Feb 8 22:53:49.745698693 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 25 and Session ID: 1702957685
204  Sun Feb 8 22:53:49.745731119 2015  6  [rtsp.c:520] Play Message
205  Sun Feb 8 22:53:49.745752157 2015  7  [tune.c:520] Frontend: 0, Remove filter PID: 1035 - fd: 34 - Packet Count: 3
206  Sun Feb 8 22:53:49.760361839 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 25 and Session ID: 1702957685
207  Sun Feb 8 22:53:49.765452308 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53906 (fd: 25)
208  Sun Feb 8 22:53:49.770541229 2015  6  [rtsp.c:855] Client connection with sessionID 1702957685
209  Sun Feb 8 22:53:49.770559420 2015  6  [rtsp.c:860] RTSP Client 192.168.1.115: Found by sessionID 1702957685 with fd: 25
210  Sun Feb 8 22:53:49.770572716 2015  7  [rtsp.c:903] SETUP rtsp://192.168.1.161:554/stream=0?src=1&freq=11023&pol=h&ro=0.35&msys=dvbs2&mtype=qpsk&plts=off&sr=22000&fec=23 RTSP/1.0
211  Sun Feb 8 22:53:49.770572716 2015  7  Connection:Close
212  Sun Feb 8 22:53:49.770572716 2015  7  CSeq:1337
213  Sun Feb 8 22:53:49.770572716 2015  7  Transport:RTP/AVP;unicast;client_port=5000-5001
214  Sun Feb 8 22:53:49.770572716 2015  7  Session:1702957685
215  Sun Feb 8 22:53:49.770572716 2015  7  --- LINE END ---
216  Sun Feb 8 22:53:49.770681558 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 25 and Session ID: 1702957685
217  Sun Feb 8 22:53:49.770725966 2015  6  [rtsp.c:455] Setup Message
218  Sun Feb 8 22:53:49.770761543 2015  7  [tune.c:360] Frontend: 0, Start tuning process
219  Sun Feb 8 22:53:49.770797520 2015  6  [tune.c:289] Frontend: 0, Sending DiSEqC [e0] [10] [38] [f2]
220  Sun Feb 8 22:53:49.982489067 2015  6  [tune.c:547] Frontend: 0, Waiting on lock.
221  Sun Feb 8 22:53:51.024505500 2015  6  [tune.c:561] Frontend: 0, Not locked yet (FE status 0)...
222  Sun Feb 8 22:53:51.049599085 2015  6  [tune.c:561] Frontend: 0, Not locked yet (FE status 0)...
223  Sun Feb 8 22:53:51.074669103 2015  6  [tune.c:561] Frontend: 0, Not locked yet (FE status 0)...
224  Sun Feb 8 22:53:51.099742647 2015  6  [tune.c:561] Frontend: 0, Not locked yet (FE status 0)...
225  Sun Feb 8 22:53:51.342403853 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 25 and Session ID: 1702957685
226  Sun Feb 8 22:53:51.347505407 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53907 (fd: 25)
227  Sun Feb 8 22:53:51.352593138 2015  6  [rtsp.c:855] Client connection with sessionID 1702957685
228  Sun Feb 8 22:53:51.352611325 2015  6  [rtsp.c:860] RTSP Client 192.168.1.115: Found by sessionID 1702957685 with fd: 25
229  Sun Feb 8 22:53:51.352624322 2015  7  [rtsp.c:903] PLAY rtsp://192.168.1.161:554/stream=0?delpids=0,16,17,18,20 RTSP/1.0
230  Sun Feb 8 22:53:51.352624322 2015  7  Connection:Close
231  Sun Feb 8 22:53:51.352624322 2015  7  CSeq:1338
232  Sun Feb 8 22:53:51.352624322 2015  7  Session:1702957685
233  Sun Feb 8 22:53:51.352624322 2015  7  --- LINE END ---
234  Sun Feb 8 22:53:51.352788070 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 25 and Session ID: 1702957685
235  Sun Feb 8 22:53:51.352820935 2015  6  [rtsp.c:520] Play Message
236  Sun Feb 8 22:53:51.352829714 2015  7  [tune.c:360] Frontend: 0, Start tuning process
237  Sun Feb 8 22:53:51.352836721 2015  6  [tune.c:289] Frontend: 0, Sending DiSEqC [e0] [10] [38] [f2]
238  Sun Feb 8 22:53:58.455663874 2015  6  [tune.c:547] Frontend: 0, Waiting on lock.
239  Sun Feb 8 22:54:05.348507718 2015  6  [tune.c:561] Frontend: 0, Not locked yet (FE status 0)...
240  Sun Feb 8 22:54:05.373607812 2015  6  [tune.c:561] Frontend: 0, Not locked yet (FE status 0)...
241  Sun Feb 8 22:54:05.398685920 2015  6  [tune.c:561] Frontend: 0, Not locked yet (FE status 0)...
242  Sun Feb 8 22:54:05.423764774 2015  6  [tune.c:561] Frontend: 0, Not locked yet (FE status 0)...
243  Sun Feb 8 22:54:05.448838860 2015  7  [tune.c:520] Frontend: 0, Remove filter PID: 0 - fd: 29 - Packet Count: 50
244  Sun Feb 8 22:54:05.448877868 2015  7  [tune.c:520] Frontend: 0, Remove filter PID: 16 - fd: 30 - Packet Count: 25
245  Sun Feb 8 22:54:05.448901654 2015  7  [tune.c:520] Frontend: 0, Remove filter PID: 17 - fd: 31 - Packet Count: 179
246  Sun Feb 8 22:54:05.448920924 2015  7  [tune.c:520] Frontend: 0, Remove filter PID: 18 - fd: 32 - Packet Count: 494
247  Sun Feb 8 22:54:05.448938463 2015  7  [tune.c:520] Frontend: 0, Remove filter PID: 20 - fd: 33 - Packet Count: 2
248  Sun Feb 8 22:54:05.454115347 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53908 (fd: 29)
249  Sun Feb 8 22:54:05.454139841 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 25 and Session ID: 1702957685
250  Sun Feb 8 22:54:05.459235662 2015  6  [rtsp.c:855] Client connection with sessionID 1702957685
251  Sun Feb 8 22:54:05.459253609 2015  6  [rtsp.c:860] RTSP Client 192.168.1.115: Found by sessionID 1702957685 with fd: 29
252  Sun Feb 8 22:54:05.459266482 2015  7  [rtsp.c:903] TEARDOWN rtsp://192.168.1.161:554/stream=0 RTSP/1.0
253  Sun Feb 8 22:54:05.459266482 2015  7  Connection:Close
254  Sun Feb 8 22:54:05.459266482 2015  7  CSeq:1339
255  Sun Feb 8 22:54:05.459266482 2015  7  Session:1702957685
256  Sun Feb 8 22:54:05.459266482 2015  7  --- LINE END ---
257  Sun Feb 8 22:54:05.459324009 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 29 and Session ID: 1702957685
258  Sun Feb 8 22:54:05.459356725 2015  6  [rtsp.c:766] Frontend: 0, Teardown Message, gracefull: 1
259  Sun Feb 8 22:54:05.549175778 2015  6  [rtp.c:208] Frontend: 0, Stop streaming to 192.168.1.115 (5000 - 5001) (Streamed 6.040 MBytes)
260  Sun Feb 8 22:54:05.649325558 2015  6  [rtsp.c:715] Frontend: 0, Detached from client 192.168.1.115 with session ID: 1702957685
261  Sun Feb 8 22:54:05.812645984 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53909 (fd: 25)
262  Sun Feb 8 22:54:05.817739512 2015  6  [rtsp.c:884] RTSP Client 192.168.1.115: Found empty slot with fd: 25 giving Session ID: 0205744672
263  Sun Feb 8 22:54:05.817757388 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
264  Sun Feb 8 22:54:05.817757388 2015  7  Connection:Close
265  Sun Feb 8 22:54:05.817757388 2015  7  CSeq:1340
266  Sun Feb 8 22:54:05.817757388 2015  7  Accept:application/sdp
267  Sun Feb 8 22:54:05.817757388 2015  7  --- LINE END ---
268  Sun Feb 8 22:54:05.817816238 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 25 and Session ID: 0205744672
269  Sun Feb 8 22:54:05.817917826 2015  7  [rtsp.c:646] RTSP/1.0 200 OK
270  Sun Feb 8 22:54:05.817917826 2015  7  CSeq: 1340
271  Sun Feb 8 22:54:05.817917826 2015  7  Content-Type: application/sdp
272  Sun Feb 8 22:54:05.817917826 2015  7  Content-Base: rtsp://192.168.1.161/
273  Sun Feb 8 22:54:05.817917826 2015  7  Content-Length: 231
274  Sun Feb 8 22:54:05.817917826 2015  7  --- LINE END ---
275  Sun Feb 8 22:54:05.817917826 2015  7  v=0
276  Sun Feb 8 22:54:05.817917826 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
277  Sun Feb 8 22:54:05.817917826 2015  7  s=SatIPServer:1 2
278  Sun Feb 8 22:54:05.817917826 2015  7  t=0 0
279  Sun Feb 8 22:54:05.817917826 2015  7  m=video 0 RTP/AVP 33
280  Sun Feb 8 22:54:05.817917826 2015  7  c=IN IP4 0.0.0.0
281  Sun Feb 8 22:54:05.817917826 2015  7  a=control:stream=0
282  Sun Feb 8 22:54:05.817917826 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,1,0,11023,0,dvbs2,qpsk,2,0.35,22000,23;pids=
283  Sun Feb 8 22:54:05.817917826 2015  7  a=inactive
284  Sun Feb 8 22:54:09.280366159 2015  6  [ssdp.c:256] SAT>IP Client 192.168.1.115 : contacted us sending reply fd: 26
285  Sun Feb 8 22:54:09.340453914 2015  6  [ssdp.c:256] SAT>IP Client 192.168.1.115 : contacted us sending reply fd: 26
286  Sun Feb 8 22:54:09.349585868 2015  6  [ssdp.c:256] SAT>IP Client 192.168.1.115 : contacted us sending reply fd: 26
287  Sun Feb 8 22:54:10.934320860 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 25 and Session ID: 0205744672
288  Sun Feb 8 22:54:10.939445576 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53910 (fd: 25)
289  Sun Feb 8 22:54:10.944534359 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 25 with Session ID: 0205744672
290  Sun Feb 8 22:54:10.944553441 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
291  Sun Feb 8 22:54:10.944553441 2015  7  Connection:Close
292  Sun Feb 8 22:54:10.944553441 2015  7  CSeq:1341
293  Sun Feb 8 22:54:10.944553441 2015  7  Accept:application/sdp
294  Sun Feb 8 22:54:10.944553441 2015  7  --- LINE END ---
295  Sun Feb 8 22:54:10.944695875 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 25 and Session ID: 0205744672
296  Sun Feb 8 22:54:10.944772710 2015  7  [rtsp.c:646] RTSP/1.0 200 OK
297  Sun Feb 8 22:54:10.944772710 2015  7  CSeq: 1341
298  Sun Feb 8 22:54:10.944772710 2015  7  Content-Type: application/sdp
299  Sun Feb 8 22:54:10.944772710 2015  7  Content-Base: rtsp://192.168.1.161/
300  Sun Feb 8 22:54:10.944772710 2015  7  Content-Length: 231
301  Sun Feb 8 22:54:10.944772710 2015  7  --- LINE END ---
302  Sun Feb 8 22:54:10.944772710 2015  7  v=0
303  Sun Feb 8 22:54:10.944772710 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
304  Sun Feb 8 22:54:10.944772710 2015  7  s=SatIPServer:1 2
305  Sun Feb 8 22:54:10.944772710 2015  7  t=0 0
306  Sun Feb 8 22:54:10.944772710 2015  7  m=video 0 RTP/AVP 33
307  Sun Feb 8 22:54:10.944772710 2015  7  c=IN IP4 0.0.0.0
308  Sun Feb 8 22:54:10.944772710 2015  7  a=control:stream=0
309  Sun Feb 8 22:54:10.944772710 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,1,0,11023,0,dvbs2,qpsk,2,0.35,22000,23;pids=
310  Sun Feb 8 22:54:10.944772710 2015  7  a=inactive
311  Sun Feb 8 22:54:15.973841468 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 25 and Session ID: 0205744672
312  Sun Feb 8 22:54:15.978978401 2015  6  [connection.c:263] RTSP Connection from 192.168.1.115 Port 53911 (fd: 25)
313  Sun Feb 8 22:54:15.984066840 2015  6  [rtsp.c:872] RTSP Client 192.168.1.115: Found by fd: 25 with Session ID: 0205744672
314  Sun Feb 8 22:54:15.984086304 2015  7  [rtsp.c:903] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
315  Sun Feb 8 22:54:15.984086304 2015  7  Connection:Close
316  Sun Feb 8 22:54:15.984086304 2015  7  CSeq:1342
317  Sun Feb 8 22:54:15.984086304 2015  7  Accept:application/sdp
318  Sun Feb 8 22:54:15.984086304 2015  7  --- LINE END ---
319  Sun Feb 8 22:54:15.984153660 2015  6  [rtsp.c:917] RTSP Client 192.168.1.115: Requested Connection closed with fd: 25 and Session ID: 0205744672
320  Sun Feb 8 22:54:15.984258464 2015  7  [rtsp.c:646] RTSP/1.0 200 OK
321  Sun Feb 8 22:54:15.984258464 2015  7  CSeq: 1342
322  Sun Feb 8 22:54:15.984258464 2015  7  Content-Type: application/sdp
323  Sun Feb 8 22:54:15.984258464 2015  7  Content-Base: rtsp://192.168.1.161/
324  Sun Feb 8 22:54:15.984258464 2015  7  Content-Length: 231
325  Sun Feb 8 22:54:15.984258464 2015  7  --- LINE END ---
326  Sun Feb 8 22:54:15.984258464 2015  7  v=0
327  Sun Feb 8 22:54:15.984258464 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
328  Sun Feb 8 22:54:15.984258464 2015  7  s=SatIPServer:1 2
329  Sun Feb 8 22:54:15.984258464 2015  7  t=0 0
330  Sun Feb 8 22:54:15.984258464 2015  7  m=video 0 RTP/AVP 33
331  Sun Feb 8 22:54:15.984258464 2015  7  c=IN IP4 0.0.0.0
332  Sun Feb 8 22:54:15.984258464 2015  7  a=control:stream=0
333  Sun Feb 8 22:54:15.984258464 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,1,0,11023,0,dvbs2,qpsk,2,0.35,22000,23;pids=
334  Sun Feb 8 22:54:15.984258464 2015  7  a=inactive
335  Sun Feb 8 22:54:19.794999224 2015  7  [rtsp.c:975] RTSP Client 192.168.1.115: Connection closed with fd: 25 and Session ID: 0205744672

OSCAM - Does it work?

Checking the latest version I found oscam related config. This is a very interesting feature I would like to test

Does it works? How shall it be used?

Thanks you!

channel scan Panasonic TV client

looks like the session handling is right, but the Panasonic is not able to find any channel.

Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 0 [satpi.c:235] --- starting ---
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 1 [tune.c:398] Not the preferred DVB API version, for correct function it should be 5.5 or higher
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 2 [tune.c:399] current DVB_API_VERSION: 5.4
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 3 [tune.c:401] Detecting frontends in: /dev/dvb
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 4 [tune.c:411] Frontends found: 4
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 5 [tune.c:476] Open FE fd: 4 readonly 1
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 6 [tune.c:117] Frontend Name: Montage RS6000(DVBSky)
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 7 [tune.c:146] Frontend Type: Satellite (DVB-S)
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 8 [tune.c:150] Frontend Type: Satellite (DVB-S2)
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 9 [tune.c:181] Frontend Freq: 950000 Hz to 2150000 Hz
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 10 [tune.c:182] Frontend srat: 1000000 symbols/s to 45000000 symbols/s
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 11 [tune.c:476] Open FE fd: 4 readonly 1
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 12 [tune.c:117] Frontend Name: Philips TDA10023 DVB-C
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 13 [tune.c:162] Frontend Type: Cable (Annex A)
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 14 [tune.c:176] Frontend Type: Unknown 18
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 15 [tune.c:181] Frontend Freq: 47000000 Hz to 862000000 Hz
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 16 [tune.c:182] Frontend srat: 451875 symbols/s to 7230000 symbols/s
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 17 [tune.c:476] Open FE fd: 4 readonly 1
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 18 [tune.c:117] Frontend Name: Montage RS6000(DVBSky)
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 19 [tune.c:146] Frontend Type: Satellite (DVB-S)
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 20 [tune.c:150] Frontend Type: Satellite (DVB-S2)
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 21 [tune.c:181] Frontend Freq: 950000 Hz to 2150000 Hz
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 22 [tune.c:182] Frontend srat: 1000000 symbols/s to 45000000 symbols/s
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 23 [tune.c:476] Open FE fd: 4 readonly 1
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 24 [tune.c:117] Frontend Name: DRXK DVB-C DVB-T
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 25 [tune.c:162] Frontend Type: Cable (Annex A)
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 26 [tune.c:176] Frontend Type: Unknown 18
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 27 [tune.c:154] Frontend Type: Terrestrial (DVB-T)
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 28 [tune.c:181] Frontend Freq: 47000000 Hz to 865000000 Hz
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 29 [tune.c:182] Frontend srat: 870000 symbols/s to 11700000 symbols/s
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 30 [connection.c:336] eth0: 192.168.178.133 [00:40:ca:a2:c7:9d]
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 31 [rtsp.c:1017] Setting up RTSP server
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 32 [http.c:490] Setting up HTTP server
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 33 [rtp.c:348] Setting up 8 RTP servers
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 34 [rtcp.c:338] Setting up 8 RTCP servers
Feb 8 19:54:05 yavdr2 SatIP Server[6184]: 35 [ssdp.c:170] Setting up SSDP server
Feb 8 19:54:20 yavdr2 SatIP Server[6184]: 36 [ssdp.c:256] SAT>IP Client 192.168.178.124 : contacted us sending reply fd: 24
Feb 8 19:54:20 yavdr2 SatIP Server[6184]: 37 [ssdp.c:256] SAT>IP Client 192.168.178.124 : contacted us sending reply fd: 24
Feb 8 19:54:28 yavdr2 SatIP Server[6184]: 38 [ssdp.c:256] SAT>IP Client 192.168.178.124 : contacted us sending reply fd: 24
Feb 8 19:54:28 yavdr2 SatIP Server[6184]: 39 [ssdp.c:256] SAT>IP Client 192.168.178.124 : contacted us sending reply fd: 24
Feb 8 19:54:29 yavdr2 SatIP Server[6184]: 40 [ssdp.c:256] SAT>IP Client 192.168.178.124 : contacted us sending reply fd: 24
Feb 8 19:54:29 yavdr2 SatIP Server[6184]: 41 [ssdp.c:256] SAT>IP Client 192.168.178.124 : contacted us sending reply fd: 24
Feb 8 19:54:35 yavdr2 SatIP Server[6184]: 42 [ssdp.c:256] SAT>IP Client 192.168.178.124 : contacted us sending reply fd: 24
Feb 8 19:54:35 yavdr2 SatIP Server[6184]: 43 [ssdp.c:256] SAT>IP Client 192.168.178.124 : contacted us sending reply fd: 24
Feb 8 19:54:40 yavdr2 SatIP Server[6184]: 44 [ssdp.c:256] SAT>IP Client 192.168.178.124 : contacted us sending reply fd: 24
Feb 8 19:54:40 yavdr2 SatIP Server[6184]: 45 [ssdp.c:256] SAT>IP Client 192.168.178.124 : contacted us sending reply fd: 24
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 0 [satpi.c:235] --- starting ---
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 1 [tune.c:398] Not the preferred DVB API version, for correct function it should be 5.5 or higher
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 2 [tune.c:399] current DVB_API_VERSION: 5.4
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 3 [tune.c:401] Detecting frontends in: /dev/dvb
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 4 [tune.c:411] Frontends found: 4
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 5 [tune.c:476] Open FE fd: 4 readonly 1
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 6 [tune.c:117] Frontend Name: Montage RS6000(DVBSky)
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 7 [tune.c:146] Frontend Type: Satellite (DVB-S)
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 8 [tune.c:150] Frontend Type: Satellite (DVB-S2)
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 9 [tune.c:181] Frontend Freq: 950000 Hz to 2150000 Hz
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 10 [tune.c:182] Frontend srat: 1000000 symbols/s to 45000000 symbols/s
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 11 [tune.c:476] Open FE fd: 4 readonly 1
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 12 [tune.c:117] Frontend Name: Philips TDA10023 DVB-C
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 13 [tune.c:162] Frontend Type: Cable (Annex A)
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 14 [tune.c:176] Frontend Type: Unknown 18
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 15 [tune.c:181] Frontend Freq: 47000000 Hz to 862000000 Hz
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 16 [tune.c:182] Frontend srat: 451875 symbols/s to 7230000 symbols/s
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 17 [tune.c:476] Open FE fd: 4 readonly 1
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 18 [tune.c:117] Frontend Name: Montage RS6000(DVBSky)
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 19 [tune.c:146] Frontend Type: Satellite (DVB-S)
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 20 [tune.c:150] Frontend Type: Satellite (DVB-S2)
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 21 [tune.c:181] Frontend Freq: 950000 Hz to 2150000 Hz
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 22 [tune.c:182] Frontend srat: 1000000 symbols/s to 45000000 symbols/s
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 23 [tune.c:476] Open FE fd: 4 readonly 1
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 24 [tune.c:117] Frontend Name: DRXK DVB-C DVB-T
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 25 [tune.c:162] Frontend Type: Cable (Annex A)
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 26 [tune.c:176] Frontend Type: Unknown 18
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 27 [tune.c:154] Frontend Type: Terrestrial (DVB-T)
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 28 [tune.c:181] Frontend Freq: 47000000 Hz to 865000000 Hz
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 29 [tune.c:182] Frontend srat: 870000 symbols/s to 11700000 symbols/s
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 30 [connection.c:336] eth0: 192.168.178.133 [00:40:ca:a2:c7:9d]
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 31 [rtsp.c:1017] Setting up RTSP server
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 32 [http.c:490] Setting up HTTP server
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 33 [rtp.c:348] Setting up 8 RTP servers
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 34 [rtcp.c:338] Setting up 8 RTCP servers
Feb 8 19:54:47 yavdr2 SatIP Server[6204]: 35 [ssdp.c:170] Setting up SSDP server
Feb 8 19:54:48 yavdr2 SatIP Server[6204]: 36 [http.c:245] GET web/desc.xml (size 1594)
Feb 8 19:54:48 yavdr2 SatIP Server[6204]: 37 [http.c:464] Requested Connection closed by Client 1
Feb 8 19:54:52 yavdr2 SatIP Server[6204]: 38 [ssdp.c:256] SAT>IP Client 192.168.178.124 : contacted us sending reply fd: 24
Feb 8 19:54:52 yavdr2 SatIP Server[6204]: 39 [ssdp.c:256] SAT>IP Client 192.168.178.124 : contacted us sending reply fd: 24
Feb 8 19:54:58 yavdr2 SatIP Server[6204]: 40 [connection.c:263] RTSP Connection from 192.168.178.124 Port 47465 (fd: 24)
Feb 8 19:54:58 yavdr2 SatIP Server[6204]: 41 [rtsp.c:884] RTSP Client 192.168.178.124: Found empty slot with fd: 24 giving Session ID: 1702957685
Feb 8 19:54:58 yavdr2 SatIP Server[6204]: 42 [rtsp.c:903] SETUP rtsp://192.168.178.133:554/?src=1&freq=10729.00&pol=v&ro=0.35&msys=dvbs2&mtype=8psk&plts=off&sr=22000&fec=23 RTSP/1.0
Feb 8 19:54:58 yavdr2 SatIP Server[6204]: 43 CSeq: 1
Feb 8 19:54:58 yavdr2 SatIP Server[6204]: 44 Transport: RTP/AVP;unicast;client_port=3456-3457
Feb 8 19:54:58 yavdr2 SatIP Server[6204]: 45 --- LINE END ---
Feb 8 19:54:58 yavdr2 SatIP Server[6204]: 46 [rtsp.c:409] Frontend: 0, With dvbs2 Attaching dynamically to client 192.168.178.124 with session ID: 1702957685
Feb 8 19:54:58 yavdr2 SatIP Server[6204]: 47 [rtsp.c:455] Setup Message
Feb 8 19:54:58 yavdr2 SatIP Server[6204]: 48 [tune.c:476] Open FE fd: 25 readonly 0
Feb 8 19:54:58 yavdr2 SatIP Server[6204]: 49 [tune.c:536] Frontend: 0, Opened FE fd: 25.
Feb 8 19:54:58 yavdr2 SatIP Server[6204]: 50 [tune.c:360] Frontend: 0, Start tuning process
Feb 8 19:54:58 yavdr2 SatIP Server[6204]: 51 [tune.c:289] Frontend: 0, Sending DiSEqC [e0] [10] [38] [f0]
Feb 8 19:54:59 yavdr2 SatIP Server[6204]: 52 [tune.c:547] Frontend: 0, Waiting on lock.
Feb 8 19:54:59 yavdr2 SatIP Server[6204]: 53 [tune.c:558] Frontend: 0, Tuned and locked (FE status 31).
Feb 8 19:54:59 yavdr2 SatIP Server[6204]: 54 [tune.c:579] Frontend: 0, Opened DVR fd: 26.
Feb 8 19:54:59 yavdr2 SatIP Server[6204]: 55 [rtsp.c:855] Client connection with sessionID 1702957685
Feb 8 19:54:59 yavdr2 SatIP Server[6204]: 56 [rtsp.c:860] RTSP Client 192.168.178.124: Found by sessionID 1702957685 with fd: 24
Feb 8 19:54:59 yavdr2 SatIP Server[6204]: 57 [rtsp.c:903] PLAY rtsp://192.168.178.133:554/stream=0?pids=0,1,16,17,18,20 RTSP/1.0
Feb 8 19:54:59 yavdr2 SatIP Server[6204]: 58 CSeq: 2
Feb 8 19:54:59 yavdr2 SatIP Server[6204]: 59 Session: 1702957685
Feb 8 19:54:59 yavdr2 SatIP Server[6204]: 60 --- LINE END ---
Feb 8 19:54:59 yavdr2 SatIP Server[6204]: 61 [rtsp.c:520] Play Message
Feb 8 19:54:59 yavdr2 SatIP Server[6204]: 62 [tune.c:516] Frontend: 0, Set filter PID: 0 - fd: 27
Feb 8 19:54:59 yavdr2 SatIP Server[6204]: 63 [tune.c:516] Frontend: 0, Set filter PID: 1 - fd: 28
Feb 8 19:54:59 yavdr2 SatIP Server[6204]: 64 [tune.c:516] Frontend: 0, Set filter PID: 16 - fd: 29
Feb 8 19:54:59 yavdr2 SatIP Server[6204]: 65 [tune.c:516] Frontend: 0, Set filter PID: 17 - fd: 30
Feb 8 19:54:59 yavdr2 SatIP Server[6204]: 66 [tune.c:516] Frontend: 0, Set filter PID: 18 - fd: 31
Feb 8 19:54:59 yavdr2 SatIP Server[6204]: 67 [tune.c:516] Frontend: 0, Set filter PID: 20 - fd: 32
Feb 8 19:55:00 yavdr2 SatIP Server[6204]: 68 [rtcp.c:252] Frontend: 0, Start RTCP stream to 192.168.178.124 (3456 - 3457)
Feb 8 19:55:00 yavdr2 SatIP Server[6204]: 69 [rtp.c:98] Frontend: 0, Start streaming to 192.168.178.124 (3456 - 3457)
Feb 8 19:55:00 yavdr2 SatIP Server[6204]: 70 [rtcp.c:266] Frontend: 0, Open Frontend Monitor for 192.168.178.124 (3456 - 3457)
Feb 8 19:55:00 yavdr2 SatIP Server[6204]: 71 [tune.c:476] Open FE fd: 33 readonly 1
Feb 8 19:55:06 yavdr2 SatIP Server[6204]: 72 [rtsp.c:855] Client connection with sessionID 1702957685
Feb 8 19:55:06 yavdr2 SatIP Server[6204]: 73 [rtsp.c:860] RTSP Client 192.168.178.124: Found by sessionID 1702957685 with fd: 24
Feb 8 19:55:06 yavdr2 SatIP Server[6204]: 74 [rtsp.c:903] PLAY rtsp://192.168.178.133:554/stream=0?pids=0,1,16,17,18,20 RTSP/1.0
Feb 8 19:55:06 yavdr2 SatIP Server[6204]: 75 CSeq: 3
Feb 8 19:55:06 yavdr2 SatIP Server[6204]: 76 Session: 1702957685
Feb 8 19:55:06 yavdr2 SatIP Server[6204]: 77 --- LINE END ---
Feb 8 19:55:06 yavdr2 SatIP Server[6204]: 78 [rtsp.c:520] Play Message
Feb 8 19:55:46 yavdr2 SatIP Server[6204]: 79 [rtsp.c:855] Client connection with sessionID 1702957685
Feb 8 19:55:46 yavdr2 SatIP Server[6204]: 80 [rtsp.c:860] RTSP Client 192.168.178.124: Found by sessionID 1702957685 with fd: 24
Feb 8 19:55:46 yavdr2 SatIP Server[6204]: 81 [rtsp.c:903] PLAY rtsp://192.168.178.133:554/stream=0?src=1&freq=10744.00&pol=h&ro=0.35&msys=dvbs&mtype=qpsk&plts=off&sr=22000&fec=56&pids=0,1,16,17,18,20 RTSP/1.0
Feb 8 19:55:46 yavdr2 SatIP Server[6204]: 82 CSeq: 4
Feb 8 19:55:46 yavdr2 SatIP Server[6204]: 83 Session: 1702957685
Feb 8 19:55:46 yavdr2 SatIP Server[6204]: 84 --- LINE END ---
Feb 8 19:55:46 yavdr2 SatIP Server[6204]: 85 [rtsp.c:520] Play Message
Feb 8 19:55:46 yavdr2 SatIP Server[6204]: 86 [tune.c:360] Frontend: 0, Start tuning process
Feb 8 19:55:46 yavdr2 SatIP Server[6204]: 87 [tune.c:289] Frontend: 0, Sending DiSEqC [e0] [10] [38] [f2]
Feb 8 19:55:46 yavdr2 SatIP Server[6204]: 88 [tune.c:547] Frontend: 0, Waiting on lock.
Feb 8 19:55:47 yavdr2 SatIP Server[6204]: 89 [tune.c:558] Frontend: 0, Tuned and locked (FE status 31).
Feb 8 19:55:57 yavdr2 SatIP Server[6204]: 90 [rtsp.c:855] Client connection with sessionID 1702957685
Feb 8 19:55:57 yavdr2 SatIP Server[6204]: 91 [rtsp.c:860] RTSP Client 192.168.178.124: Found by sessionID 1702957685 with fd: 24
Feb 8 19:55:57 yavdr2 SatIP Server[6204]: 92 [rtsp.c:903] PLAY rtsp://192.168.178.133:554/stream=0?src=1&freq=10758.00&pol=v&ro=0.35&msys=dvbs&mtype=qpsk&plts=off&sr=22000&fec=56&pids=0,1,16,17,18,20 RTSP/1.0
Feb 8 19:55:57 yavdr2 SatIP Server[6204]: 93 CSeq: 5
Feb 8 19:55:57 yavdr2 SatIP Server[6204]: 94 Session: 1702957685
Feb 8 19:55:57 yavdr2 SatIP Server[6204]: 95 --- LINE END ---
Feb 8 19:55:57 yavdr2 SatIP Server[6204]: 96 [rtsp.c:520] Play Message
Feb 8 19:55:57 yavdr2 SatIP Server[6204]: 97 [tune.c:360] Frontend: 0, Start tuning process
Feb 8 19:55:57 yavdr2 SatIP Server[6204]: 98 [tune.c:289] Frontend: 0, Sending DiSEqC [e0] [10] [38] [f0]
Feb 8 19:55:57 yavdr2 SatIP Server[6204]: 99 [tune.c:547] Frontend: 0, Waiting on lock.
Feb 8 19:55:58 yavdr2 SatIP Server[6204]: 100 [tune.c:558] Frontend: 0, Tuned and locked (FE status 31).
Feb 8 19:56:07 yavdr2 SatIP Server[6204]: 101 [rtsp.c:855] Client connection with sessionID 1702957685
Feb 8 19:56:07 yavdr2 SatIP Server[6204]: 102 [rtsp.c:860] RTSP Client 192.168.178.124: Found by sessionID 1702957685 with fd: 24
Feb 8 19:56:07 yavdr2 SatIP Server[6204]: 103 [rtsp.c:903] PLAY rtsp://192.168.178.133:554/stream=0?src=1&freq=10773.00&pol=h&ro=0.35&msys=dvbs2&mtype=8psk&plts=off&sr=22000&fec=34&pids=0,1,16,17,18,20 RTSP/1.0
Feb 8 19:56:07 yavdr2 SatIP Server[6204]: 104 CSeq: 6
Feb 8 19:56:07 yavdr2 SatIP Server[6204]: 105 Session: 1702957685
Feb 8 19:56:07 yavdr2 SatIP Server[6204]: 106 --- LINE END ---
Feb 8 19:56:07 yavdr2 SatIP Server[6204]: 107 [rtsp.c:520] Play Message
Feb 8 19:56:07 yavdr2 SatIP Server[6204]: 108 [tune.c:360] Frontend: 0, Start tuning process
Feb 8 19:56:07 yavdr2 SatIP Server[6204]: 109 [tune.c:289] Frontend: 0, Sending DiSEqC [e0] [10] [38] [f2]
Feb 8 19:56:08 yavdr2 SatIP Server[6204]: 110 [tune.c:547] Frontend: 0, Waiting on lock.
Feb 8 19:56:08 yavdr2 SatIP Server[6204]: 111 [tune.c:558] Frontend: 0, Tuned and locked (FE status 31).
Feb 8 19:56:18 yavdr2 SatIP Server[6204]: 112 [rtsp.c:855] Client connection with sessionID 1702957685
Feb 8 19:56:18 yavdr2 SatIP Server[6204]: 113 [rtsp.c:860] RTSP Client 192.168.178.124: Found by sessionID 1702957685 with fd: 24
Feb 8 19:56:18 yavdr2 SatIP Server[6204]: 114 [rtsp.c:903] PLAY rtsp://192.168.178.133:554/stream=0?src=1&freq=10788.00&pol=v&ro=0.35&msys=dvbs&mtype=qpsk&plts=off&sr=22000&fec=56&pids=0,1,16,17,18,20 RTSP/1.0
Feb 8 19:56:18 yavdr2 SatIP Server[6204]: 115 CSeq: 7
Feb 8 19:56:18 yavdr2 SatIP Server[6204]: 116 Session: 1702957685
Feb 8 19:56:18 yavdr2 SatIP Server[6204]: 117 --- LINE END ---
Feb 8 19:56:18 yavdr2 SatIP Server[6204]: 118 [rtsp.c:520] Play Message
Feb 8 19:56:18 yavdr2 SatIP Server[6204]: 119 [tune.c:360] Frontend: 0, Start tuning process
Feb 8 19:56:18 yavdr2 SatIP Server[6204]: 120 [tune.c:289] Frontend: 0, Sending DiSEqC [e0] [10] [38] [f0]
Feb 8 19:56:18 yavdr2 SatIP Server[6204]: 121 [tune.c:547] Frontend: 0, Waiting on lock.
Feb 8 19:56:19 yavdr2 SatIP Server[6204]: 122 [tune.c:558] Frontend: 0, Tuned and locked (FE status 31).
Feb 8 19:56:29 yavdr2 SatIP Server[6204]: 123 [rtsp.c:855] Client connection with sessionID 1702957685
Feb 8 19:56:29 yavdr2 SatIP Server[6204]: 124 [rtsp.c:860] RTSP Client 192.168.178.124: Found by sessionID 1702957685 with fd: 24
Feb 8 19:56:29 yavdr2 SatIP Server[6204]: 125 [rtsp.c:903] PLAY rtsp://192.168.178.133:554/stream=0?src=1&freq=10802.00&pol=h&ro=0.35&msys=dvbs2&mtype=8psk&plts=off&sr=22000&fec=34&pids=0,1,16,17,18,20 RTSP/1.0
Feb 8 19:56:29 yavdr2 SatIP Server[6204]: 126 CSeq: 8
Feb 8 19:56:29 yavdr2 SatIP Server[6204]: 127 Session: 1702957685
Feb 8 19:56:29 yavdr2 SatIP Server[6204]: 128 --- LINE END ---
Feb 8 19:56:29 yavdr2 SatIP Server[6204]: 129 [rtsp.c:520] Play Message
Feb 8 19:56:29 yavdr2 SatIP Server[6204]: 130 [tune.c:360] Frontend: 0, Start tuning process
Feb 8 19:56:29 yavdr2 SatIP Server[6204]: 131 [tune.c:289] Frontend: 0, Sending DiSEqC [e0] [10] [38] [f2]
Feb 8 19:56:29 yavdr2 SatIP Server[6204]: 132 [tune.c:547] Frontend: 0, Waiting on lock.
Feb 8 19:56:29 yavdr2 SatIP Server[6204]: 133 [tune.c:558] Frontend: 0, Tuned and locked (FE status 31).
Feb 8 19:56:39 yavdr2 SatIP Server[6204]: 134 [rtsp.c:855] Client connection with sessionID 1702957685
Feb 8 19:56:39 yavdr2 SatIP Server[6204]: 135 [rtsp.c:860] RTSP Client 192.168.178.124: Found by sessionID 1702957685 with fd: 24
Feb 8 19:56:39 yavdr2 SatIP Server[6204]: 136 [rtsp.c:903] PLAY rtsp://192.168.178.133:554/stream=0?src=1&freq=10818.00&pol=v&ro=0.35&msys=dvbs2&mtype=8psk&plts=off&sr=22000&fec=23&pids=0,1,16,17,18,20 RTSP/1.0
Feb 8 19:56:39 yavdr2 SatIP Server[6204]: 137 CSeq: 9
Feb 8 19:56:39 yavdr2 SatIP Server[6204]: 138 Session: 1702957685
Feb 8 19:56:39 yavdr2 SatIP Server[6204]: 139 --- LINE END ---
Feb 8 19:56:39 yavdr2 SatIP Server[6204]: 140 [rtsp.c:520] Play Message
Feb 8 19:56:39 yavdr2 SatIP Server[6204]: 141 [tune.c:360] Frontend: 0, Start tuning process
Feb 8 19:56:39 yavdr2 SatIP Server[6204]: 142 [tune.c:289] Frontend: 0, Sending DiSEqC [e0] [10] [38] [f0]
Feb 8 19:56:39 yavdr2 SatIP Server[6204]: 143 [tune.c:547] Frontend: 0, Waiting on lock.
Feb 8 19:56:40 yavdr2 SatIP Server[6204]: 144 [tune.c:558] Frontend: 0, Tuned and locked (FE status 31).
Feb 8 19:56:41 yavdr2 SatIP Server[6204]: 145 [http.c:245] GET web/index.html (size 4201)
Feb 8 19:56:42 yavdr2 SatIP Server[6204]: 146 [http.c:245] GET web/stylesheet.css (size 1463)
Feb 8 19:56:42 yavdr2 SatIP Server[6204]: 147 [http.c:245] GET web/loadxmldoc.js (size 521)
Feb 8 19:56:42 yavdr2 SatIP Server[6204]: 148 [http.c:245] GET web/grid_noise.png (size 4638)
Feb 8 19:56:50 yavdr2 SatIP Server[6204]: 149 [rtsp.c:855] Client connection with sessionID 1702957685
Feb 8 19:56:50 yavdr2 SatIP Server[6204]: 150 [rtsp.c:860] RTSP Client 192.168.178.124: Found by sessionID 1702957685 with fd: 24
Feb 8 19:56:50 yavdr2 SatIP Server[6204]: 151 [rtsp.c:903] PLAY rtsp://192.168.178.133:554/stream=0?src=1&freq=10832.00&pol=h&ro=0.35&msys=dvbs2&mtype=8psk&plts=off&sr=22000&fec=23&pids=0,1,16,17,18,20 RTSP/1.0
Feb 8 19:56:50 yavdr2 SatIP Server[6204]: 152 CSeq: 10
Feb 8 19:56:50 yavdr2 SatIP Server[6204]: 153 Session: 1702957685
Feb 8 19:56:50 yavdr2 SatIP Server[6204]: 154 --- LINE END ---
Feb 8 19:56:50 yavdr2 SatIP Server[6204]: 155 [rtsp.c:520] Play Message
Feb 8 19:56:50 yavdr2 SatIP Server[6204]: 156 [tune.c:360] Frontend: 0, Start tuning process
Feb 8 19:56:50 yavdr2 SatIP Server[6204]: 157 [tune.c:289] Frontend: 0, Sending DiSEqC [e0] [10] [38] [f2]
Feb 8 19:56:50 yavdr2 SatIP Server[6204]: 158 [tune.c:547] Frontend: 0, Waiting on lock.
Feb 8 19:56:51 yavdr2 SatIP Server[6204]: 159 [tune.c:558] Frontend: 0, Tuned and locked (FE status 31).
Feb 8 19:57:00 yavdr2 SatIP Server[6204]: 160 [http.c:245] GET web/frontend.html (size 4963)
Feb 8 19:57:00 yavdr2 SatIP Server[6204]: 161 [http.c:245] GET web/stylesheet.css (size 1463)
Feb 8 19:57:00 yavdr2 SatIP Server[6204]: 162 [http.c:245] GET web/loadxmldoc.js (size 521)
Feb 8 19:57:00 yavdr2 SatIP Server[6204]: 163 [http.c:245] GET web/postxmldoc.js (size 739)
Feb 8 19:57:00 yavdr2 SatIP Server[6204]: 164 [http.c:245] GET web/grid_noise.png (size 4638)
Feb 8 19:57:00 yavdr2 SatIP Server[6204]: 165 [rtsp.c:855] Client connection with sessionID 1702957685
Feb 8 19:57:00 yavdr2 SatIP Server[6204]: 166 [rtsp.c:860] RTSP Client 192.168.178.124: Found by sessionID 1702957685 with fd: 24
Feb 8 19:57:00 yavdr2 SatIP Server[6204]: 167 [rtsp.c:903] PLAY rtsp://192.168.178.133:554/stream=0?src=1&freq=10847.00&pol=v&ro=0.35&msys=dvbs&mtype=qpsk&plts=off&sr=22000&fec=56&pids=0,1,16,17,18,20 RTSP/1.0
Feb 8 19:57:00 yavdr2 SatIP Server[6204]: 168 CSeq: 11
Feb 8 19:57:00 yavdr2 SatIP Server[6204]: 169 Session: 1702957685
Feb 8 19:57:00 yavdr2 SatIP Server[6204]: 170 --- LINE END ---
Feb 8 19:57:00 yavdr2 SatIP Server[6204]: 171 [rtsp.c:520] Play Message
Feb 8 19:57:00 yavdr2 SatIP Server[6204]: 172 [tune.c:360] Frontend: 0, Start tuning process
Feb 8 19:57:00 yavdr2 SatIP Server[6204]: 173 [tune.c:289] Frontend: 0, Sending DiSEqC [e0] [10] [38] [f0]
Feb 8 19:57:01 yavdr2 SatIP Server[6204]: 174 [tune.c:547] Frontend: 0, Waiting on lock.
Feb 8 19:57:01 yavdr2 SatIP Server[6204]: 175 [tune.c:558] Frontend: 0, Tuned and locked (FE status 31).
Feb 8 19:57:11 yavdr2 SatIP Server[6204]: 176 [rtsp.c:855] Client connection with sessionID 1702957685
Feb 8 19:57:11 yavdr2 SatIP Server[6204]: 177 [rtsp.c:860] RTSP Client 192.168.178.124: Found by sessionID 1702957685 with fd: 24
Feb 8 19:57:11 yavdr2 SatIP Server[6204]: 178 [rtsp.c:903] PLAY rtsp://192.168.178.133:554/stream=0?src=1&freq=10862.00&pol=h&ro=0.35&msys=dvbs&mtype=qpsk&plts=off&sr=22000&fec=78&pids=0,1,16,17,18,20 RTSP/1.0
Feb 8 19:57:11 yavdr2 SatIP Server[6204]: 179 CSeq: 12
Feb 8 19:57:11 yavdr2 SatIP Server[6204]: 180 Session: 1702957685
Feb 8 19:57:11 yavdr2 SatIP Server[6204]: 181 --- LINE END ---
Feb 8 19:57:11 yavdr2 SatIP Server[6204]: 182 [rtsp.c:520] Play Message
Feb 8 19:57:11 yavdr2 SatIP Server[6204]: 183 [tune.c:360] Frontend: 0, Start tuning process
Feb 8 19:57:11 yavdr2 SatIP Server[6204]: 184 [tune.c:289] Frontend: 0, Sending DiSEqC [e0] [10] [38] [f2]
Feb 8 19:57:11 yavdr2 SatIP Server[6204]: 185 [tune.c:547] Frontend: 0, Waiting on lock.
Feb 8 19:57:13 yavdr2 SatIP Server[6204]: 186 [tune.c:561] Frontend: 0, Not locked yet (FE status 0)...
Feb 8 19:57:13 yavdr2 SatIP Server[6204]: 187 [tune.c:561] Frontend: 0, Not locked yet (FE status 0)...
Feb 8 19:57:13 yavdr2 SatIP Server[6204]: 188 [tune.c:561] Frontend: 0, Not locked yet (FE status 0)...
Feb 8 19:57:13 yavdr2 SatIP Server[6204]: 189 [tune.c:561] Frontend: 0, Not locked yet (FE status 0)...
Feb 8 19:57:23 yavdr2 SatIP Server[6204]: 190 [rtsp.c:855] Client connection with sessionID 1702957685
Feb 8 19:57:23 yavdr2 SatIP Server[6204]: 191 [rtsp.c:860] RTSP Client 192.168.178.124: Found by sessionID 1702957685 with fd: 24
Feb 8 19:57:23 yavdr2 SatIP Server[6204]: 192 [rtsp.c:903] PLAY rtsp://192.168.178.133:554/stream=0?src=1&freq=10876.00&pol=v&ro=0.35&msys=dvbs&mtype=qpsk&plts=off&sr=22000&fec=56&pids=0,1,16,17,18,20 RTSP/1.0
Feb 8 19:57:23 yavdr2 SatIP Server[6204]: 193 CSeq: 13
Feb 8 19:57:23 yavdr2 SatIP Server[6204]: 194 Session: 1702957685
Feb 8 19:57:23 yavdr2 SatIP Server[6204]: 195 --- LINE END ---
Feb 8 19:57:23 yavdr2 SatIP Server[6204]: 196 [rtsp.c:520] Play Message
Feb 8 19:57:23 yavdr2 SatIP Server[6204]: 197 [tune.c:360] Frontend: 0, Start tuning process
Feb 8 19:57:23 yavdr2 SatIP Server[6204]: 198 [tune.c:289] Frontend: 0, Sending DiSEqC [e0] [10] [38] [f0]
Feb 8 19:57:23 yavdr2 SatIP Server[6204]: 199 [tune.c:547] Frontend: 0, Waiting on lock.
Feb 8 19:57:24 yavdr2 SatIP Server[6204]: 200 [tune.c:558] Frontend: 0, Tuned and locked (FE status 31).
Feb 8 19:57:34 yavdr2 SatIP Server[6204]: 201 [rtsp.c:855] Client connection with sessionID 1702957685
Feb 8 19:57:34 yavdr2 SatIP Server[6204]: 202 [rtsp.c:860] RTSP Client 192.168.178.124: Found by sessionID 1702957685 with fd: 24
Feb 8 19:57:34 yavdr2 SatIP Server[6204]: 203 [rtsp.c:903] PLAY rtsp://192.168.178.133:554/stream=0?src=1&freq=10891.00&pol=h&ro=0.35&msys=dvbs2&mtype=8psk&plts=off&sr=22000&fec=23&pids=0,1,16,17,18,20 RTSP/1.0
Feb 8 19:57:34 yavdr2 SatIP Server[6204]: 204 CSeq: 14
Feb 8 19:57:34 yavdr2 SatIP Server[6204]: 205 Session: 1702957685
Feb 8 19:57:34 yavdr2 SatIP Server[6204]: 206 --- LINE END ---
Feb 8 19:57:34 yavdr2 SatIP Server[6204]: 207 [rtsp.c:520] Play Message
Feb 8 19:57:34 yavdr2 SatIP Server[6204]: 208 [tune.c:360] Frontend: 0, Start tuning process
Feb 8 19:57:34 yavdr2 SatIP Server[6204]: 209 [tune.c:289] Frontend: 0, Sending DiSEqC [e0] [10] [38] [f2]
Feb 8 19:57:34 yavdr2 SatIP Server[6204]: 210 [tune.c:547] Frontend: 0, Waiting on lock.
Feb 8 19:57:35 yavdr2 SatIP Server[6204]: 211 [tune.c:558] Frontend: 0, Tuned and locked (FE status 31).
Feb 8 19:57:35 yavdr2 SatIP Server[6204]: 212 [rtsp.c:855] Client connection with sessionID 1702957685
Feb 8 19:57:35 yavdr2 SatIP Server[6204]: 213 [rtsp.c:860] RTSP Client 192.168.178.124: Found by sessionID 1702957685 with fd: 24
Feb 8 19:57:35 yavdr2 SatIP Server[6204]: 214 [rtsp.c:903] PLAY rtsp://192.168.178.133:554/stream=0?src=1&freq=10729.00&pol=v&ro=0.35&msys=dvbs2&mtype=8psk&plts=off&sr=22000&fec=23&pids=0,1,16,17,18,20 RTSP/1.0
Feb 8 19:57:35 yavdr2 SatIP Server[6204]: 215 CSeq: 15
Feb 8 19:57:35 yavdr2 SatIP Server[6204]: 216 Session: 1702957685
Feb 8 19:57:35 yavdr2 SatIP Server[6204]: 217 --- LINE END ---
Feb 8 19:57:35 yavdr2 SatIP Server[6204]: 218 [rtsp.c:520] Play Message
Feb 8 19:57:35 yavdr2 SatIP Server[6204]: 219 [tune.c:360] Frontend: 0, Start tuning process
Feb 8 19:57:35 yavdr2 SatIP Server[6204]: 220 [tune.c:289] Frontend: 0, Sending DiSEqC [e0] [10] [38] [f0]
Feb 8 19:57:35 yavdr2 SatIP Server[6204]: 221 [tune.c:547] Frontend: 0, Waiting on lock.
Feb 8 19:57:35 yavdr2 SatIP Server[6204]: 222 [tune.c:558] Frontend: 0, Tuned and locked (FE status 31).
Feb 8 19:57:38 yavdr2 SatIP Server[6204]: 223 [ssdp.c:256] SAT>IP Client 192.168.178.124 : contacted us sending reply fd: 37
Feb 8 19:57:38 yavdr2 SatIP Server[6204]: 224 [ssdp.c:256] SAT>IP Client 192.168.178.124 : contacted us sending reply fd: 37
Feb 8 19:57:52 yavdr2 SatIP Server[6204]: 225 [rtsp.c:855] Client connection with sessionID 1702957685
Feb 8 19:57:52 yavdr2 SatIP Server[6204]: 226 [rtsp.c:860] RTSP Client 192.168.178.124: Found by sessionID 1702957685 with fd: 24
Feb 8 19:57:52 yavdr2 SatIP Server[6204]: 227 [rtsp.c:903] TEARDOWN rtsp://192.168.178.133:554/stream=0 RTSP/1.0
Feb 8 19:57:52 yavdr2 SatIP Server[6204]: 228 CSeq: 16
Feb 8 19:57:52 yavdr2 SatIP Server[6204]: 229 Session: 1702957685
Feb 8 19:57:52 yavdr2 SatIP Server[6204]: 230 --- LINE END ---
Feb 8 19:57:52 yavdr2 SatIP Server[6204]: 231 [rtsp.c:766] Frontend: 0, Teardown Message, gracefull: 1
Feb 8 19:57:52 yavdr2 SatIP Server[6204]: 232 [rtp.c:208] Frontend: 0, Stop streaming to 192.168.178.124 (3456 - 3457) (Streamed 9.308 MBytes)
Feb 8 19:57:52 yavdr2 SatIP Server[6204]: 233 [tune.c:591] Frontend: 0, Remove filter PID: 0 - fd: 27 - Packet Count: 2819
Feb 8 19:57:52 yavdr2 SatIP Server[6204]: 234 [tune.c:591] Frontend: 0, Remove filter PID: 1 - fd: 28 - Packet Count: 717
Feb 8 19:57:52 yavdr2 SatIP Server[6204]: 235 [tune.c:591] Frontend: 0, Remove filter PID: 16 - fd: 29 - Packet Count: 1356
Feb 8 19:57:52 yavdr2 SatIP Server[6204]: 236 [tune.c:591] Frontend: 0, Remove filter PID: 17 - fd: 30 - Packet Count: 8931
Feb 8 19:57:52 yavdr2 SatIP Server[6204]: 237 [tune.c:591] Frontend: 0, Remove filter PID: 18 - fd: 31 - Packet Count: 38031
Feb 8 19:57:52 yavdr2 SatIP Server[6204]: 238 [tune.c:591] Frontend: 0, Remove filter PID: 20 - fd: 32 - Packet Count: 104
Feb 8 19:57:52 yavdr2 SatIP Server[6204]: 239 [rtsp.c:715] Frontend: 0, Detached from client 192.168.178.124 with session ID: 1702957685

Frequent disconnection of client

Hello Marc,

I'm watching now TV on my Mac with EyeTV and SATPI. About every 3 to 10 seconds the stream interrupts for some seconds. It seems that this caused by frequent openings and closings of the connection. Here some log output and thanks again for you efforts:

Paul

0  Thu Jan 29 15:59:35.038768484 2015  7  --- LINE END ---
1  Thu Jan 29 15:59:35.038877753 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
2  Thu Jan 29 15:59:35.038966614 2015  6  [rtsp.c:522] Play Message
3  Thu Jan 29 15:59:35.039013240 2015  7  [tune.c:504] Frontend: 1, Set filter PID 200 - fd 65
4  Thu Jan 29 15:59:35.138882422 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
5  Thu Jan 29 15:59:35.140270538 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61695
6  Thu Jan 29 15:59:35.140799536 2015  7  [rtsp.c:818] PLAY rtsp://192.168.1.161:554/stream=1?delpids=200&addpids=300 RTSP/1.0
7  Thu Jan 29 15:59:35.140799536 2015  7  Connection:Close
8  Thu Jan 29 15:59:35.140799536 2015  7  CSeq:1210
9  Thu Jan 29 15:59:35.140799536 2015  7  Session:00000002
10  Thu Jan 29 15:59:35.140799536 2015  7  --- LINE END ---
11  Thu Jan 29 15:59:35.140906280 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
12  Thu Jan 29 15:59:35.140964138 2015  6  [rtsp.c:522] Play Message
13  Thu Jan 29 15:59:35.140986227 2015  7  [tune.c:508] Frontend: 1, Remove filter PID 200 - Packet Count: 1
14  Thu Jan 29 15:59:35.141034343 2015  7  [tune.c:504] Frontend: 1, Set filter PID 300 - fd 65
15  Thu Jan 29 15:59:35.237352941 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
16  Thu Jan 29 15:59:35.238498905 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61696
17  Thu Jan 29 15:59:35.238529264 2015  7  [rtsp.c:818] PLAY rtsp://192.168.1.161:554/stream=1?delpids=300&addpids=600 RTSP/1.0
18  Thu Jan 29 15:59:35.238529264 2015  7  Connection:Close
19  Thu Jan 29 15:59:35.238529264 2015  7  CSeq:1211
20  Thu Jan 29 15:59:35.238529264 2015  7  Session:00000002
21  Thu Jan 29 15:59:35.238529264 2015  7  --- LINE END ---
22  Thu Jan 29 15:59:35.238685964 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
23  Thu Jan 29 15:59:35.238718799 2015  6  [rtsp.c:522] Play Message
24  Thu Jan 29 15:59:35.238729469 2015  7  [tune.c:508] Frontend: 1, Remove filter PID 300 - Packet Count: 1
25  Thu Jan 29 15:59:35.238760274 2015  7  [tune.c:504] Frontend: 1, Set filter PID 600 - fd 65
26  Thu Jan 29 15:59:35.338159451 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
27  Thu Jan 29 15:59:35.340557877 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61697
28  Thu Jan 29 15:59:35.340755386 2015  7  [rtsp.c:818] PLAY rtsp://192.168.1.161:554/stream=1?delpids=600&addpids=700 RTSP/1.0
29  Thu Jan 29 15:59:35.340755386 2015  7  Connection:Close
30  Thu Jan 29 15:59:35.340755386 2015  7  CSeq:1212
31  Thu Jan 29 15:59:35.340755386 2015  7  Session:00000002
32  Thu Jan 29 15:59:35.340755386 2015  7  --- LINE END ---
33  Thu Jan 29 15:59:35.340814801 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
34  Thu Jan 29 15:59:35.340848662 2015  6  [rtsp.c:522] Play Message
35  Thu Jan 29 15:59:35.340860303 2015  7  [tune.c:508] Frontend: 1, Remove filter PID 600 - Packet Count: 1
36  Thu Jan 29 15:59:35.340899610 2015  7  [tune.c:504] Frontend: 1, Set filter PID 700 - fd 65
37  Thu Jan 29 15:59:35.438092790 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
38  Thu Jan 29 15:59:35.439399323 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61698
39  Thu Jan 29 15:59:35.439847796 2015  7  [rtsp.c:818] PLAY rtsp://192.168.1.161:554/stream=1?delpids=700&addpids=800 RTSP/1.0
40  Thu Jan 29 15:59:35.439847796 2015  7  Connection:Close
41  Thu Jan 29 15:59:35.439847796 2015  7  CSeq:1213
42  Thu Jan 29 15:59:35.439847796 2015  7  Session:00000002
43  Thu Jan 29 15:59:35.439847796 2015  7  --- LINE END ---
44  Thu Jan 29 15:59:35.439953575 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
45  Thu Jan 29 15:59:35.439992324 2015  6  [rtsp.c:522] Play Message
46  Thu Jan 29 15:59:35.440027814 2015  7  [tune.c:508] Frontend: 1, Remove filter PID 700 - Packet Count: 1
47  Thu Jan 29 15:59:35.440065215 2015  7  [tune.c:504] Frontend: 1, Set filter PID 800 - fd 65
48  Thu Jan 29 15:59:35.538118803 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
49  Thu Jan 29 15:59:35.539424710 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61699
50  Thu Jan 29 15:59:35.539872596 2015  7  [rtsp.c:818] PLAY rtsp://192.168.1.161:554/stream=1?delpids=800&addpids=650 RTSP/1.0
51  Thu Jan 29 15:59:35.539872596 2015  7  Connection:Close
52  Thu Jan 29 15:59:35.539872596 2015  7  CSeq:1214
53  Thu Jan 29 15:59:35.539872596 2015  7  Session:00000002
54  Thu Jan 29 15:59:35.539872596 2015  7  --- LINE END ---
55  Thu Jan 29 15:59:35.539980232 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
56  Thu Jan 29 15:59:35.540042127 2015  6  [rtsp.c:522] Play Message
57  Thu Jan 29 15:59:35.540070070 2015  7  [tune.c:504] Frontend: 1, Set filter PID 650 - fd 67
58  Thu Jan 29 15:59:35.540079722 2015  7  [tune.c:508] Frontend: 1, Remove filter PID 800 - Packet Count: 1
59  Thu Jan 29 15:59:35.638018431 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
60  Thu Jan 29 15:59:35.639207545 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61700
61  Thu Jan 29 15:59:35.639237267 2015  7  [rtsp.c:818] PLAY rtsp://192.168.1.161:554/stream=1?delpids=650&addpids=500 RTSP/1.0
62  Thu Jan 29 15:59:35.639237267 2015  7  Connection:Close
63  Thu Jan 29 15:59:35.639237267 2015  7  CSeq:1215
64  Thu Jan 29 15:59:35.639237267 2015  7  Session:00000002
65  Thu Jan 29 15:59:35.639237267 2015  7  --- LINE END ---
66  Thu Jan 29 15:59:35.639395821 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
67  Thu Jan 29 15:59:35.639428753 2015  6  [rtsp.c:522] Play Message
68  Thu Jan 29 15:59:35.639453645 2015  7  [tune.c:504] Frontend: 1, Set filter PID 500 - fd 65
69  Thu Jan 29 15:59:35.639463281 2015  7  [tune.c:508] Frontend: 1, Remove filter PID 650 - Packet Count: 1
70  Thu Jan 29 15:59:35.837350839 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
71  Thu Jan 29 15:59:35.839389233 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61701
72  Thu Jan 29 15:59:35.839420498 2015  7  [rtsp.c:818] PLAY rtsp://192.168.1.161:554/stream=1?delpids=500&addpids=1100 RTSP/1.0
73  Thu Jan 29 15:59:35.839420498 2015  7  Connection:Close
74  Thu Jan 29 15:59:35.839420498 2015  7  CSeq:1216
75  Thu Jan 29 15:59:35.839420498 2015  7  Session:00000002
76  Thu Jan 29 15:59:35.839420498 2015  7  --- LINE END ---
77  Thu Jan 29 15:59:35.839573232 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
78  Thu Jan 29 15:59:35.839606591 2015  6  [rtsp.c:522] Play Message
79  Thu Jan 29 15:59:35.839617748 2015  7  [tune.c:508] Frontend: 1, Remove filter PID 500 - Packet Count: 2
80  Thu Jan 29 15:59:35.839662834 2015  7  [tune.c:504] Frontend: 1, Set filter PID 1100 - fd 65
81  Thu Jan 29 15:59:35.938134683 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
82  Thu Jan 29 15:59:35.939281003 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61702
83  Thu Jan 29 15:59:35.939311070 2015  7  [rtsp.c:818] PLAY rtsp://192.168.1.161:554/stream=1?delpids=1100&addpids=411 RTSP/1.0
84  Thu Jan 29 15:59:35.939311070 2015  7  Connection:Close
85  Thu Jan 29 15:59:35.939311070 2015  7  CSeq:1217
86  Thu Jan 29 15:59:35.939311070 2015  7  Session:00000002
87  Thu Jan 29 15:59:35.939311070 2015  7  --- LINE END ---
88  Thu Jan 29 15:59:35.939473406 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
89  Thu Jan 29 15:59:35.939505859 2015  6  [rtsp.c:522] Play Message
90  Thu Jan 29 15:59:35.939531691 2015  7  [tune.c:504] Frontend: 1, Set filter PID 411 - fd 67
91  Thu Jan 29 15:59:35.939543174 2015  7  [tune.c:508] Frontend: 1, Remove filter PID 1100 - Packet Count: 1
92  Thu Jan 29 15:59:36.037956756 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
93  Thu Jan 29 15:59:36.039305615 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61703
94  Thu Jan 29 15:59:36.039335390 2015  7  [rtsp.c:818] PLAY rtsp://192.168.1.161:554/stream=1?delpids=411 RTSP/1.0
95  Thu Jan 29 15:59:36.039335390 2015  7  Connection:Close
96  Thu Jan 29 15:59:36.039335390 2015  7  CSeq:1218
97  Thu Jan 29 15:59:36.039335390 2015  7  Session:00000002
98  Thu Jan 29 15:59:36.039335390 2015  7  --- LINE END ---
99  Thu Jan 29 15:59:36.039498153 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
100  Thu Jan 29 15:59:36.039529771 2015  6  [rtsp.c:522] Play Message
101  Thu Jan 29 15:59:36.039540741 2015  7  [tune.c:508] Frontend: 1, Remove filter PID 411 - Packet Count: 1
102  Thu Jan 29 15:59:38.438268028 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
103  Thu Jan 29 15:59:38.439566149 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61704
104  Thu Jan 29 15:59:38.440048521 2015  7  [rtsp.c:818] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
105  Thu Jan 29 15:59:38.440048521 2015  7  Connection:Close
106  Thu Jan 29 15:59:38.440048521 2015  7  CSeq:1043
107  Thu Jan 29 15:59:38.440048521 2015  7  Accept:application/sdp
108  Thu Jan 29 15:59:38.440048521 2015  7  --- LINE END ---
109  Thu Jan 29 15:59:38.440159079 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
110  Thu Jan 29 15:59:38.440273187 2015  7  [rtsp.c:621] RTSP/1.0 200 OK
111  Thu Jan 29 15:59:38.440273187 2015  7  CSeq: 1043
112  Thu Jan 29 15:59:38.440273187 2015  7  Content-Type: application/sdp
113  Thu Jan 29 15:59:38.440273187 2015  7  Content-Base: rtsp://192.168.1.161/
114  Thu Jan 29 15:59:38.440273187 2015  7  Content-Length: 533
115  Thu Jan 29 15:59:38.440273187 2015  7  --- LINE END ---
116  Thu Jan 29 15:59:38.440273187 2015  7  v=0
117  Thu Jan 29 15:59:38.440273187 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
118  Thu Jan 29 15:59:38.440273187 2015  7  s=SatIPServer:1 2
119  Thu Jan 29 15:59:38.440273187 2015  7  t=0 0
120  Thu Jan 29 15:59:38.440273187 2015  7  m=video 0 RTP/AVP 33
121  Thu Jan 29 15:59:38.440273187 2015  7  c=IN IP4 0.0.0.0
122  Thu Jan 29 15:59:38.440273187 2015  7  a=control:stream=0
123  Thu Jan 29 15:59:38.440273187 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,1,0,11836000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=0,16,17,18,19,20,84,100,101,102,103,104,105,106,2070,2171,8190
124  Thu Jan 29 15:59:38.440273187 2015  7  a=sendonly
125  Thu Jan 29 15:59:38.440273187 2015  7  m=video 0 RTP/AVP 33
126  Thu Jan 29 15:59:38.440273187 2015  7  c=IN IP4 0.0.0.0
127  Thu Jan 29 15:59:38.440273187 2015  7  a=control:stream=1
128  Thu Jan 29 15:59:38.440273187 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=2,0,1,0,11954000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=0,16,17,18,19,20,84,100,110,120,121,122,125,130,131,950,8190
129  Thu Jan 29 15:59:38.440273187 2015  7  a=sendonly
130  Thu Jan 29 15:59:43.037993176 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
131  Thu Jan 29 15:59:43.040029042 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61705
132  Thu Jan 29 15:59:43.040512718 2015  7  [rtsp.c:818] PLAY rtsp://192.168.1.161:554/stream=1?addpids=200 RTSP/1.0
133  Thu Jan 29 15:59:43.040512718 2015  7  Connection:Close
134  Thu Jan 29 15:59:43.040512718 2015  7  CSeq:1219
135  Thu Jan 29 15:59:43.040512718 2015  7  Session:00000002
136  Thu Jan 29 15:59:43.040512718 2015  7  --- LINE END ---
137  Thu Jan 29 15:59:43.040622987 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
138  Thu Jan 29 15:59:43.040682159 2015  6  [rtsp.c:522] Play Message
139  Thu Jan 29 15:59:43.040719136 2015  7  [tune.c:504] Frontend: 1, Set filter PID 200 - fd 65
140  Thu Jan 29 15:59:43.139069581 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
141  Thu Jan 29 15:59:43.141151233 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61706
142  Thu Jan 29 15:59:43.141599901 2015  7  [rtsp.c:818] PLAY rtsp://192.168.1.161:554/stream=1?delpids=200 RTSP/1.0
143  Thu Jan 29 15:59:43.141599901 2015  7  Connection:Close
144  Thu Jan 29 15:59:43.141599901 2015  7  CSeq:1220
145  Thu Jan 29 15:59:43.141599901 2015  7  Session:00000002
146  Thu Jan 29 15:59:43.141599901 2015  7  --- LINE END ---
147  Thu Jan 29 15:59:43.141707017 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
148  Thu Jan 29 15:59:43.141767998 2015  6  [rtsp.c:522] Play Message
149  Thu Jan 29 15:59:43.141777863 2015  7  [tune.c:508] Frontend: 1, Remove filter PID 200 - Packet Count: 1
150  Thu Jan 29 15:59:43.238218493 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
151  Thu Jan 29 15:59:43.242370427 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61707
152  Thu Jan 29 15:59:43.242402618 2015  7  [rtsp.c:818] PLAY rtsp://192.168.1.161:554/stream=1?addpids=200 RTSP/1.0
153  Thu Jan 29 15:59:43.242402618 2015  7  Connection:Close
154  Thu Jan 29 15:59:43.242402618 2015  7  CSeq:1221
155  Thu Jan 29 15:59:43.242402618 2015  7  Session:00000002
156  Thu Jan 29 15:59:43.242402618 2015  7  --- LINE END ---
157  Thu Jan 29 15:59:43.242555936 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
158  Thu Jan 29 15:59:43.242588126 2015  6  [rtsp.c:522] Play Message
159  Thu Jan 29 15:59:43.242620568 2015  7  [tune.c:504] Frontend: 1, Set filter PID 200 - fd 65
160  Thu Jan 29 15:59:43.338748796 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
161  Thu Jan 29 15:59:43.340055486 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61708
162  Thu Jan 29 15:59:43.340543644 2015  7  [rtsp.c:818] PLAY rtsp://192.168.1.161:554/stream=1?delpids=200&addpids=300 RTSP/1.0
163  Thu Jan 29 15:59:43.340543644 2015  7  Connection:Close
164  Thu Jan 29 15:59:43.340543644 2015  7  CSeq:1222
165  Thu Jan 29 15:59:43.340543644 2015  7  Session:00000002
166  Thu Jan 29 15:59:43.340543644 2015  7  --- LINE END ---
167  Thu Jan 29 15:59:43.340651666 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
168  Thu Jan 29 15:59:43.340690842 2015  6  [rtsp.c:522] Play Message
169  Thu Jan 29 15:59:43.340723542 2015  7  [tune.c:508] Frontend: 1, Remove filter PID 200 - Packet Count: 1
170  Thu Jan 29 15:59:43.340766025 2015  7  [tune.c:504] Frontend: 1, Set filter PID 300 - fd 65
171  Thu Jan 29 15:59:43.438159261 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
172  Thu Jan 29 15:59:43.439350663 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61709
173  Thu Jan 29 15:59:43.439382348 2015  7  [rtsp.c:818] PLAY rtsp://192.168.1.161:554/stream=1?delpids=300&addpids=600 RTSP/1.0
174  Thu Jan 29 15:59:43.439382348 2015  7  Connection:Close
175  Thu Jan 29 15:59:43.439382348 2015  7  CSeq:1223
176  Thu Jan 29 15:59:43.439382348 2015  7  Session:00000002
177  Thu Jan 29 15:59:43.439382348 2015  7  --- LINE END ---
178  Thu Jan 29 15:59:43.439540632 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
179  Thu Jan 29 15:59:43.439574288 2015  6  [rtsp.c:522] Play Message
180  Thu Jan 29 15:59:43.439584849 2015  7  [tune.c:508] Frontend: 1, Remove filter PID 300 - Packet Count: 1
181  Thu Jan 29 15:59:43.439611860 2015  7  [tune.c:504] Frontend: 1, Set filter PID 600 - fd 65
182  Thu Jan 29 15:59:43.532775185 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
183  Thu Jan 29 15:59:43.534081182 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61710
184  Thu Jan 29 15:59:43.534570330 2015  7  [rtsp.c:818] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
185  Thu Jan 29 15:59:43.534570330 2015  7  Connection:Close
186  Thu Jan 29 15:59:43.534570330 2015  7  CSeq:1044
187  Thu Jan 29 15:59:43.534570330 2015  7  Accept:application/sdp
188  Thu Jan 29 15:59:43.534570330 2015  7  --- LINE END ---
189  Thu Jan 29 15:59:43.534676644 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
190  Thu Jan 29 15:59:43.534800842 2015  7  [rtsp.c:621] RTSP/1.0 200 OK
191  Thu Jan 29 15:59:43.534800842 2015  7  CSeq: 1044
192  Thu Jan 29 15:59:43.534800842 2015  7  Content-Type: application/sdp
193  Thu Jan 29 15:59:43.534800842 2015  7  Content-Base: rtsp://192.168.1.161/
194  Thu Jan 29 15:59:43.534800842 2015  7  Content-Length: 537
195  Thu Jan 29 15:59:43.534800842 2015  7  --- LINE END ---
196  Thu Jan 29 15:59:43.534800842 2015  7  v=0
197  Thu Jan 29 15:59:43.534800842 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
198  Thu Jan 29 15:59:43.534800842 2015  7  s=SatIPServer:1 2
199  Thu Jan 29 15:59:43.534800842 2015  7  t=0 0
200  Thu Jan 29 15:59:43.534800842 2015  7  m=video 0 RTP/AVP 33
201  Thu Jan 29 15:59:43.534800842 2015  7  c=IN IP4 0.0.0.0
202  Thu Jan 29 15:59:43.534800842 2015  7  a=control:stream=0
203  Thu Jan 29 15:59:43.534800842 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,1,0,11836000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=0,16,17,18,19,20,84,100,101,102,103,104,105,106,2070,2171,8190
204  Thu Jan 29 15:59:43.534800842 2015  7  a=sendonly
205  Thu Jan 29 15:59:43.534800842 2015  7  m=video 0 RTP/AVP 33
206  Thu Jan 29 15:59:43.534800842 2015  7  c=IN IP4 0.0.0.0
207  Thu Jan 29 15:59:43.534800842 2015  7  a=control:stream=1
208  Thu Jan 29 15:59:43.534800842 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=2,0,1,0,11954000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=0,16,17,18,19,20,84,100,110,120,121,122,125,130,131,600,950,8190
209  Thu Jan 29 15:59:43.534800842 2015  7  a=sendonly
210  Thu Jan 29 15:59:43.537711718 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
211  Thu Jan 29 15:59:43.539440327 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61711
212  Thu Jan 29 15:59:43.539853037 2015  7  [rtsp.c:818] PLAY rtsp://192.168.1.161:554/stream=1?delpids=600&addpids=700 RTSP/1.0
213  Thu Jan 29 15:59:43.539853037 2015  7  Connection:Close
214  Thu Jan 29 15:59:43.539853037 2015  7  CSeq:1224
215  Thu Jan 29 15:59:43.539853037 2015  7  Session:00000002
216  Thu Jan 29 15:59:43.539853037 2015  7  --- LINE END ---
217  Thu Jan 29 15:59:43.539957531 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
218  Thu Jan 29 15:59:43.540016287 2015  6  [rtsp.c:522] Play Message
219  Thu Jan 29 15:59:43.540034519 2015  7  [tune.c:508] Frontend: 1, Remove filter PID 600 - Packet Count: 1
220  Thu Jan 29 15:59:43.540073073 2015  7  [tune.c:504] Frontend: 1, Set filter PID 700 - fd 65
221  Thu Jan 29 15:59:43.638042063 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
222  Thu Jan 29 15:59:43.639230356 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61712
223  Thu Jan 29 15:59:43.639260143 2015  7  [rtsp.c:818] PLAY rtsp://192.168.1.161:554/stream=1?delpids=700&addpids=800 RTSP/1.0
224  Thu Jan 29 15:59:43.639260143 2015  7  Connection:Close
225  Thu Jan 29 15:59:43.639260143 2015  7  CSeq:1225
226  Thu Jan 29 15:59:43.639260143 2015  7  Session:00000002
227  Thu Jan 29 15:59:43.639260143 2015  7  --- LINE END ---
228  Thu Jan 29 15:59:43.639422310 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
229  Thu Jan 29 15:59:43.639454044 2015  6  [rtsp.c:522] Play Message
230  Thu Jan 29 15:59:43.639465913 2015  7  [tune.c:508] Frontend: 1, Remove filter PID 700 - Packet Count: 1
231  Thu Jan 29 15:59:43.639502999 2015  7  [tune.c:504] Frontend: 1, Set filter PID 800 - fd 65
232  Thu Jan 29 15:59:43.739581967 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
233  Thu Jan 29 15:59:43.741584930 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61713
234  Thu Jan 29 15:59:43.741910124 2015  7  [rtsp.c:818] PLAY rtsp://192.168.1.161:554/stream=1?delpids=800&addpids=650 RTSP/1.0
235  Thu Jan 29 15:59:43.741910124 2015  7  Connection:Close
236  Thu Jan 29 15:59:43.741910124 2015  7  CSeq:1226
237  Thu Jan 29 15:59:43.741910124 2015  7  Session:00000002
238  Thu Jan 29 15:59:43.741910124 2015  7  --- LINE END ---
239  Thu Jan 29 15:59:43.742017445 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
240  Thu Jan 29 15:59:43.742076426 2015  6  [rtsp.c:522] Play Message
241  Thu Jan 29 15:59:43.742119905 2015  7  [tune.c:504] Frontend: 1, Set filter PID 650 - fd 67
242  Thu Jan 29 15:59:43.742163324 2015  7  [tune.c:508] Frontend: 1, Remove filter PID 800 - Packet Count: 1
243  Thu Jan 29 15:59:43.838788999 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
244  Thu Jan 29 15:59:43.840059007 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61714
245  Thu Jan 29 15:59:43.840089535 2015  7  [rtsp.c:818] PLAY rtsp://192.168.1.161:554/stream=1?delpids=650&addpids=500 RTSP/1.0
246  Thu Jan 29 15:59:43.840089535 2015  7  Connection:Close
247  Thu Jan 29 15:59:43.840089535 2015  7  CSeq:1227
248  Thu Jan 29 15:59:43.840089535 2015  7  Session:00000002
249  Thu Jan 29 15:59:43.840089535 2015  7  --- LINE END ---
250  Thu Jan 29 15:59:43.840244366 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
251  Thu Jan 29 15:59:43.840277197 2015  6  [rtsp.c:522] Play Message
252  Thu Jan 29 15:59:43.840303583 2015  7  [tune.c:504] Frontend: 1, Set filter PID 500 - fd 65
253  Thu Jan 29 15:59:43.840313216 2015  7  [tune.c:508] Frontend: 1, Remove filter PID 650 - Packet Count: 1
254  Thu Jan 29 15:59:44.038553052 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
255  Thu Jan 29 15:59:44.039778162 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61715
256  Thu Jan 29 15:59:44.040221692 2015  7  [rtsp.c:818] PLAY rtsp://192.168.1.161:554/stream=1?delpids=500&addpids=1100 RTSP/1.0
257  Thu Jan 29 15:59:44.040221692 2015  7  Connection:Close
258  Thu Jan 29 15:59:44.040221692 2015  7  CSeq:1228
259  Thu Jan 29 15:59:44.040221692 2015  7  Session:00000002
260  Thu Jan 29 15:59:44.040221692 2015  7  --- LINE END ---
261  Thu Jan 29 15:59:44.040330376 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
262  Thu Jan 29 15:59:44.040370878 2015  6  [rtsp.c:522] Play Message
263  Thu Jan 29 15:59:44.040403833 2015  7  [tune.c:508] Frontend: 1, Remove filter PID 500 - Packet Count: 2
264  Thu Jan 29 15:59:44.040452114 2015  7  [tune.c:504] Frontend: 1, Set filter PID 1100 - fd 65
265  Thu Jan 29 15:59:44.138818682 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
266  Thu Jan 29 15:59:44.140084960 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61716
267  Thu Jan 29 15:59:44.140532239 2015  7  [rtsp.c:818] PLAY rtsp://192.168.1.161:554/stream=1?delpids=1100&addpids=411 RTSP/1.0
268  Thu Jan 29 15:59:44.140532239 2015  7  Connection:Close
269  Thu Jan 29 15:59:44.140532239 2015  7  CSeq:1229
270  Thu Jan 29 15:59:44.140532239 2015  7  Session:00000002
271  Thu Jan 29 15:59:44.140532239 2015  7  --- LINE END ---
272  Thu Jan 29 15:59:44.140638594 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
273  Thu Jan 29 15:59:44.140678354 2015  6  [rtsp.c:522] Play Message
274  Thu Jan 29 15:59:44.140727425 2015  7  [tune.c:504] Frontend: 1, Set filter PID 411 - fd 67
275  Thu Jan 29 15:59:44.140739219 2015  7  [tune.c:508] Frontend: 1, Remove filter PID 1100 - Packet Count: 1
276  Thu Jan 29 15:59:44.237868954 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
277  Thu Jan 29 15:59:44.241507145 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61717
278  Thu Jan 29 15:59:44.241827533 2015  7  [rtsp.c:818] PLAY rtsp://192.168.1.161:554/stream=1?delpids=411 RTSP/1.0
279  Thu Jan 29 15:59:44.241827533 2015  7  Connection:Close
280  Thu Jan 29 15:59:44.241827533 2015  7  CSeq:1230
281  Thu Jan 29 15:59:44.241827533 2015  7  Session:00000002
282  Thu Jan 29 15:59:44.241827533 2015  7  --- LINE END ---
283  Thu Jan 29 15:59:44.241934522 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
284  Thu Jan 29 15:59:44.241992214 2015  6  [rtsp.c:522] Play Message
285  Thu Jan 29 15:59:44.242012158 2015  7  [tune.c:508] Frontend: 1, Remove filter PID 411 - Packet Count: 1
286  Thu Jan 29 15:59:48.602615658 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
287  Thu Jan 29 15:59:48.603968895 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61718
288  Thu Jan 29 15:59:48.604002565 2015  7  [rtsp.c:818] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
289  Thu Jan 29 15:59:48.604002565 2015  7  Connection:Close
290  Thu Jan 29 15:59:48.604002565 2015  7  CSeq:1045
291  Thu Jan 29 15:59:48.604002565 2015  7  Accept:application/sdp
292  Thu Jan 29 15:59:48.604002565 2015  7  --- LINE END ---
293  Thu Jan 29 15:59:48.604151804 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
294  Thu Jan 29 15:59:48.604246242 2015  7  [rtsp.c:621] RTSP/1.0 200 OK
295  Thu Jan 29 15:59:48.604246242 2015  7  CSeq: 1045
296  Thu Jan 29 15:59:48.604246242 2015  7  Content-Type: application/sdp
297  Thu Jan 29 15:59:48.604246242 2015  7  Content-Base: rtsp://192.168.1.161/
298  Thu Jan 29 15:59:48.604246242 2015  7  Content-Length: 533
299  Thu Jan 29 15:59:48.604246242 2015  7  --- LINE END ---
300  Thu Jan 29 15:59:48.604246242 2015  7  v=0
301  Thu Jan 29 15:59:48.604246242 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
302  Thu Jan 29 15:59:48.604246242 2015  7  s=SatIPServer:1 2
303  Thu Jan 29 15:59:48.604246242 2015  7  t=0 0
304  Thu Jan 29 15:59:48.604246242 2015  7  m=video 0 RTP/AVP 33
305  Thu Jan 29 15:59:48.604246242 2015  7  c=IN IP4 0.0.0.0
306  Thu Jan 29 15:59:48.604246242 2015  7  a=control:stream=0
307  Thu Jan 29 15:59:48.604246242 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,1,0,11836000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=0,16,17,18,19,20,84,100,101,102,103,104,105,106,2070,2171,8190
308  Thu Jan 29 15:59:48.604246242 2015  7  a=sendonly
309  Thu Jan 29 15:59:48.604246242 2015  7  m=video 0 RTP/AVP 33
310  Thu Jan 29 15:59:48.604246242 2015  7  c=IN IP4 0.0.0.0
311  Thu Jan 29 15:59:48.604246242 2015  7  a=control:stream=1
312  Thu Jan 29 15:59:48.604246242 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=2,0,1,0,11954000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=0,16,17,18,19,20,84,100,110,120,121,122,125,130,131,950,8190
313  Thu Jan 29 15:59:48.604246242 2015  7  a=sendonly
314  Thu Jan 29 15:59:50.154423091 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
315  Thu Jan 29 15:59:50.157159392 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61719
316  Thu Jan 29 15:59:50.157601528 2015  7  [rtsp.c:818] OPTIONS rtsp://192.168.1.161/ RTSP/1.0
317  Thu Jan 29 15:59:50.157601528 2015  7  Connection:Close
318  Thu Jan 29 15:59:50.157601528 2015  7  CSeq:1231
319  Thu Jan 29 15:59:50.157601528 2015  7  Session:00000002
320  Thu Jan 29 15:59:50.157601528 2015  7  --- LINE END ---
321  Thu Jan 29 15:59:50.157709895 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
322  Thu Jan 29 15:59:53.674222673 2015  7  [rtsp.c:885] RTSP Connection closed as expected by Client: 192.168.1.107
323  Thu Jan 29 15:59:53.675536411 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 61720
324  Thu Jan 29 15:59:53.676015188 2015  7  [rtsp.c:818] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
325  Thu Jan 29 15:59:53.676015188 2015  7  Connection:Close
326  Thu Jan 29 15:59:53.676015188 2015  7  CSeq:1046
327  Thu Jan 29 15:59:53.676015188 2015  7  Accept:application/sdp
328  Thu Jan 29 15:59:53.676015188 2015  7  --- LINE END ---
329  Thu Jan 29 15:59:53.676124371 2015  6  [rtsp.c:832] RTSP Requested Connection closed by Client: 192.168.1.107
330  Thu Jan 29 15:59:53.676252891 2015  7  [rtsp.c:621] RTSP/1.0 200 OK
331  Thu Jan 29 15:59:53.676252891 2015  7  CSeq: 1046
332  Thu Jan 29 15:59:53.676252891 2015  7  Content-Type: application/sdp
333  Thu Jan 29 15:59:53.676252891 2015  7  Content-Base: rtsp://192.168.1.161/
334  Thu Jan 29 15:59:53.676252891 2015  7  Content-Length: 533
335  Thu Jan 29 15:59:53.676252891 2015  7  --- LINE END ---
336  Thu Jan 29 15:59:53.676252891 2015  7  v=0
337  Thu Jan 29 15:59:53.676252891 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
338  Thu Jan 29 15:59:53.676252891 2015  7  s=SatIPServer:1 2
339  Thu Jan 29 15:59:53.676252891 2015  7  t=0 0
340  Thu Jan 29 15:59:53.676252891 2015  7  m=video 0 RTP/AVP 33
341  Thu Jan 29 15:59:53.676252891 2015  7  c=IN IP4 0.0.0.0
342  Thu Jan 29 15:59:53.676252891 2015  7  a=control:stream=0
343  Thu Jan 29 15:59:53.676252891 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,1,0,11836000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=0,16,17,18,19,20,84,100,101,102,103,104,105,106,2070,2171,8190
344  Thu Jan 29 15:59:53.676252891 2015  7  a=sendonly
345  Thu Jan 29 15:59:53.676252891 2015  7  m=video 0 RTP/AVP 33
346  Thu Jan 29 15:59:53.676252891 2015  7  c=IN IP4 0.0.0.0
347  Thu Jan 29 15:59:53.676252891 2015  7  a=control:stream=1
348  Thu Jan 29 15:59:53.676252891 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=2,0,1,0,11954000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=0,16,17,18,19,20,84,100,110,120,121,122,125,130,131,950,8190
349  Thu Jan 29 15:59:53.676252891 2015  7  a=sendonly

IP_ADD_MEMBERSHIP: No such device (code 19)

Hello Marc,

today I have played a little bit with my RPI 2. I put a DVB-T stick on it, a WLAN-dongle, and put it on the balcony to get better reception. Apart from the fact that it didn't work with the vdr-plugin-satip I got following message:

IP_ADD_MEMBERSHIP: No such device (code 19)

Could it be that there are now two network interfaces eth0 and wlan0 of which eth0 has no IP-adresses.

Here is the log and the output of ifconfig

Paul

0  Thu Mar  5 17:52:57.711164649 2015  6  --- starting SatPI version: 1.5.6~gba2c20f ---
1  Thu Mar  5 17:52:57.713744370 2015  3  ioctl SIOCGIFHWADDR: Cannot assign requested address (code 99)
2  Thu Mar  5 17:52:57.718625533 2015  3  Not the preferred DVB API version, for correct function it should be 5.5 or higher
3  Thu Mar  5 17:52:57.720436978 2015  3  current DVB_API_VERSION: 5.4
4  Thu Mar  5 17:52:57.721371815 2015  6  Detecting frontends in: /dev/dvb
5  Thu Mar  5 17:52:57.722691441 2015  6  Frontends found: 1
6  Thu Mar  5 17:52:57.724008463 2015  6  Frontend Name: Afatech AF9013
7  Thu Mar  5 17:52:57.726278811 2015  6  Setting up RTSP server
8  Thu Mar  5 17:52:57.726626048 2015  6  Setting up HTTP server
9  Thu Mar  5 17:52:57.728474941 2015  6  Setting up SSDP server with BOOTID: 5
10  Thu Mar  5 17:52:57.729688578 2015  3  IP_ADD_MEMBERSHIP: No such device (code 19)
11  Thu Mar  5 17:52:57.918534458 2015  6  RTSP Connection from 192.168.1.21 Port 50054 (fd: 8)
12  Thu Mar  5 17:52:57.919106328 2015  6  Found message outside session
13  Thu Mar  5 17:52:57.923042654 2015  6  Found StreamID x - SessionID x - Creating new SessionID: 1702957685
14  Thu Mar  5 17:52:57.923450672 2015  6  Stream: 0, StreamClient[0] with SessionID 1702957685 for dvbt
15  Thu Mar  5 17:52:57.925091077 2015  6  Stream: 0, Opened FE fd: 9.
16  Thu Mar  5 17:52:58.006177472 2015  6  Stream: 0, Waiting on lock.
17  Thu Mar  5 17:52:58.029051682 2015  6  Stream: 0, Not locked yet (FE status 0)...
18  Thu Mar  5 17:52:58.054445666 2015  6  Stream: 0, Not locked yet (FE status 0)...
19  Thu Mar  5 17:52:58.080142200 2015  6  Stream: 0, Not locked yet (FE status 0)...
20  Thu Mar  5 17:52:58.105541964 2015  6  Stream: 0, Not locked yet (FE status 0)...
21  Thu Mar  5 17:52:58.131554225 2015  6  Stream: 0, Opened DVR fd: 10.
22  Thu Mar  5 17:52:58.132128283 2015  6  Stream: 0, Start RTP streaming to 192.168.1.21 (33865 - 33866)
23  Thu Mar  5 17:52:58.132575155 2015  6  Stream: 0, Start RTCP streaming to 192.168.1.21 (33865 - 33866)
24  Thu Mar  5 17:52:59.266145999 2015  6  HTTP Connection from 192.168.1.107 Port 53537 (fd: 13)
25  Thu Mar  5 17:53:32.034971897 2015  6  Found StreamID x - SessionID: 1702957685
26  Thu Mar  5 17:53:32.036320013 2015  6  Stream: 0, StreamClient[0] with SessionID 1702957685
27  Thu Mar  5 17:53:32.037301256 2015  6  Stream: 0, Teardown StreamClient[0] with SessionID 1702957685
28  Thu Mar  5 17:53:32.038616454 2015  6  Stream: 0, Stop RTP streaming to 192.168.1.21 (33865 - 33866) (Streamed 0.000 MBytes)
29  Thu Mar  5 17:53:32.039393584 2015  6  Stream: 0, Stop RTCP stream to 192.168.1.21 (33865 - 33866)
30  Thu Mar  5 17:53:32.046243952 2015  6  Found SessionID 1702957685 by SocketClient
31  Thu Mar  5 17:53:32.046831864 2015  6  Found StreamID x - SessionID: 1702957685
32  Thu Mar  5 17:53:32.047305506 2015  6  Stream: 0, StreamClient[0] with SessionID 1702957685
33  Thu Mar  5 17:53:32.047727274 2015  6  Stream: 0, Close StreamClient[0] with SessionID 1702957685
pi@pi2 ~/satpi $ ifconfig
eth0      Link encap:Ethernet  HWaddr b8:27:eb:08:36:55
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:8 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1104 (1.0 KiB)  TX bytes:1104 (1.0 KiB)

wlan0     Link encap:Ethernet  HWaddr 80:1f:02:f7:33:0d
          inet addr:192.168.1.158  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:15127 errors:0 dropped:44 overruns:0 frame:0
          TX packets:68829 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2337552 (2.2 MiB)  TX bytes:86012513 (82.0 MiB)

pi@pi2 ~/satpi $

DVBviewer Lite Edition 1.0.15 no picture

here are a debug log from a session

Jan 14 23:27:34 yavdr satpi: 0 Frontend Name: STV090x Multistandard
Jan 14 23:27:34 yavdr satpi: 1 No DTV_ENUM_DELSYS ?? (DVB_API_VERSION: 5)
Jan 14 23:27:34 yavdr satpi: 2 Frontend Type: Satellite (DVB-S)
Jan 14 23:27:34 yavdr satpi: 3 Frontend Type: Satellite (DVB-S2)
Jan 14 23:27:34 yavdr satpi: 4 Frontend Freq: 950000 Hz to 2150000 Hz
Jan 14 23:27:34 yavdr satpi: 5 Frontend srat: 1000000 symbols/s to 45000000 symbols/s
Jan 14 23:27:34 yavdr satpi: 6 Frontend Name: STV090x Multistandard
Jan 14 23:27:34 yavdr satpi: 7 No DTV_ENUM_DELSYS ?? (DVB_API_VERSION: 5)
Jan 14 23:27:34 yavdr satpi: 8 Frontend Type: Satellite (DVB-S)
Jan 14 23:27:34 yavdr satpi: 9 Frontend Type: Satellite (DVB-S2)
Jan 14 23:27:34 yavdr satpi: 10 Frontend Freq: 950000 Hz to 2150000 Hz
Jan 14 23:27:34 yavdr satpi: 11 Frontend srat: 1000000 symbols/s to 45000000 symbols/s
Jan 14 23:27:34 yavdr SatIP Server[7290]: 0 --- starting ---
Jan 14 23:27:34 yavdr SatIP Server[7290]: 1 eth0: 192.168.178.101 [00:22:4d:9d:38:0]
Jan 14 23:27:34 yavdr SatIP Server[7290]: 2 Setting up RTSP server
Jan 14 23:27:34 yavdr SatIP Server[7290]: 3 Setting up HTTP server
Jan 14 23:27:34 yavdr SatIP Server[7290]: 4 Setting up RTP server
Jan 14 23:27:34 yavdr SatIP Server[7290]: 5 Setting up RTP server
Jan 14 23:27:34 yavdr SatIP Server[7290]: 6 Setting up SSDP server
Jan 14 23:27:43 yavdr SatIP Server[7290]: 7 RTSP Connection from 192.168.178.112 Port 50310
Jan 14 23:27:43 yavdr SatIP Server[7290]: 8 OPTIONS rtsp://192.168.178.101:554/ RTSP/1.0#015#012CSeq: 1#015#012#015
Jan 14 23:27:43 yavdr SatIP Server[7290]: 9 SETUP rtsp://192.168.178.101:554/?src=1&freq=11954&msys=dvbs&plts=off&fec=34&pol=h&ro=0.35&sr=27500&mtype=qpsk&pids=0 RTSP/1.0#015#012CSeq: 2#015#012Session: 00000000#015#012Transport: RTP/AVP;unicast;client_port=52042-52043#015#012#015
Jan 14 23:27:43 yavdr SatIP Server[7290]: 10 Setup Message
Jan 14 23:27:43 yavdr SatIP Server[7290]: 11 Frontend: 0, Attaching to client 192.168.178.112
Jan 14 23:27:43 yavdr SatIP Server[7290]: 12 Start tuning
Jan 14 23:27:43 yavdr SatIP Server[7290]: 13 Sending DiSEqC
Jan 14 23:27:43 yavdr SatIP Server[7290]: 14 Frontend: 0, Tuned.
Jan 14 23:27:43 yavdr SatIP Server[7290]: 15 Frontend: 0, Opened DVR.
Jan 14 23:27:43 yavdr SatIP Server[7290]: 16 Setting filter for PID: 0
Jan 14 23:27:43 yavdr SatIP Server[7290]: 17 PLAY rtsp://192.168.178.101:554/stream=1?addpids=18 RTSP/1.0#015#012CSeq: 2#015#012Session: 00000002#015#012#015
Jan 14 23:27:43 yavdr SatIP Server[7290]: 18 Play Message
Jan 14 23:27:43 yavdr SatIP Server[7290]: 19 Setting filter for PID: 18
Jan 14 23:27:43 yavdr SatIP Server[7290]: 20 PLAY rtsp://192.168.178.101:554/stream=1?addpids=310,320,0,300,330 RTSP/1.0#015#012CSeq: 3#015#012Session: 00000002#015#012#015
Jan 14 23:27:43 yavdr SatIP Server[7290]: 21 Play Message
Jan 14 23:27:43 yavdr SatIP Server[7290]: 22 Setting filter for PID: 300 310 320 330
Jan 14 23:27:43 yavdr SatIP Server[7290]: 23 Frontend: 0, Start streaming to 192.168.178.112 (52042 - 52043)
Jan 14 23:28:36 yavdr SatIP Server[7290]: 24 GET web/desc.xml (size 1512)
Jan 14 23:28:36 yavdr SatIP Server[7290]: 25 Connection closed by Client 1
Jan 14 23:28:37 yavdr SatIP Server[7290]: 26 OPTIONS rtsp://192.168.178.101:554/ RTSP/1.0#015#012CSeq: 4#015#012Session: 00000002#015#012#015
Jan 14 23:29:31 yavdr SatIP Server[7290]: 27 OPTIONS rtsp://192.168.178.101:554/ RTSP/1.0#015#012CSeq: 5#015#012Session: 00000002#015#012#015

Web interface not working if not started from the same folder

I noticed something strange.

If I start satpi from its folder like ./satpi the webinterface works fine.

But, if on the other hand I am located in another folder and start it with its full path like /root/SATPI/satpi the web interface fail to start.

TSReader as Multicast/Unicast Input

Hi @Barracuda09 ,

I see the implementation (not finished) about TSReader. I feel this is for reading FILES. However, I have a similar suggestion, very interesting for IPTV: Get TS from unicast/multicast.

This will be very similar to TSReader, but you only need to get the TS packets reading from a RTP/UDP port/address. For implementing the access, is only required to map a frequency (not relevant the MSYS used in the call) to an address.

You agree?

SATPI crashes - no picture with EyeTV on Mac OS X

Hi,

SATPI crashes - using EyeTV on Mac OS X as SAT>IP client. I compiled with debug and got following output until SATPI crashed. I hope this is of use for you.

Paul

0  Tue Jan 27 20:27:36.188161821 2015  7  a=control:stream=0
1  Tue Jan 27 20:27:36.188161821 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,0,0,12187000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=
2  Tue Jan 27 20:27:36.188161821 2015  7  a=inactive
3  Tue Jan 27 20:27:36.188161821 2015  7  m=video 0 RTP/AVP 33
4  Tue Jan 27 20:27:36.188161821 2015  7  c=IN IP4 0.0.0.0
5  Tue Jan 27 20:27:36.188161821 2015  7  a=control:stream=1
6  Tue Jan 27 20:27:36.188161821 2015  7  a=fmtp:33 
7  Tue Jan 27 20:27:36.188161821 2015  7  a=inactive
8  Tue Jan 27 20:27:36.188161821 2015  7  m=video 0 RTP/AVP 33
9  Tue Jan 27 20:27:36.188161821 2015  7  c=IN IP4 0.0.0.0
10  Tue Jan 27 20:27:36.188161821 2015  7  a=control:stream=2
11  Tue Jan 27 20:27:36.188161821 2015  7  a=fmtp:33 
12  Tue Jan 27 20:27:36.188161821 2015  7  a=inactive
13  Tue Jan 27 20:27:36.188161821 2015  7  m=video 0 RTP/AVP 33
14  Tue Jan 27 20:27:36.188161821 2015  7  c=IN IP4 0.0.0.0
15  Tue Jan 27 20:27:36.188161821 2015  7  a=control:stream=3
16  Tue Jan 27 20:27:36.188161821 2015  7  a=fmtp:33 
17  Tue Jan 27 20:27:36.188161821 2015  7  a=inactive
18  Tue Jan 27 20:27:37.234755474 2015  3  [rtsp.c:853] RTSP Connection closed by Client: 192.168.1.107 ??
19  Tue Jan 27 20:27:37.234838923 2015  6  [rtsp.c:706] Frontend: x, Teardown Message, gracefull: 0
20  Tue Jan 27 20:27:37.234857938 2015  3  [rtsp.c:662] Frontend: x, Not attached anymore to client 192.168.1.107
21  Tue Jan 27 20:27:37.236307436 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 54936
22  Tue Jan 27 20:27:37.236622176 2015  7  [rtsp.c:791] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
23  Tue Jan 27 20:27:37.236622176 2015  7  Connection:Close
24  Tue Jan 27 20:27:37.236622176 2015  7  CSeq:1373
25  Tue Jan 27 20:27:37.236622176 2015  7  Accept:application/sdp
26  Tue Jan 27 20:27:37.236622176 2015  7  --- LINE END ---
27  Tue Jan 27 20:27:37.236858396 2015  7  [rtsp.c:595] RTSP/1.0 200 OK
28  Tue Jan 27 20:27:37.236858396 2015  7  CSeq: 0
29  Tue Jan 27 20:27:37.236858396 2015  7  Content-Type: application/sdp
30  Tue Jan 27 20:27:37.236858396 2015  7  Content-Base: rtsp://192.168.1.161/
31  Tue Jan 27 20:27:37.236858396 2015  7  Content-Length: 497
32  Tue Jan 27 20:27:37.236858396 2015  7  --- LINE END ---
33  Tue Jan 27 20:27:37.236858396 2015  7  v=0
34  Tue Jan 27 20:27:37.236858396 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
35  Tue Jan 27 20:27:37.236858396 2015  7  s=SatIPServer:1 4
36  Tue Jan 27 20:27:37.236858396 2015  7  t=0 0
37  Tue Jan 27 20:27:37.236858396 2015  7  m=video 0 RTP/AVP 33
38  Tue Jan 27 20:27:37.236858396 2015  7  c=IN IP4 0.0.0.0
39  Tue Jan 27 20:27:37.236858396 2015  7  a=control:stream=0
40  Tue Jan 27 20:27:37.236858396 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,0,0,12187000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=
41  Tue Jan 27 20:27:37.236858396 2015  7  a=inactive
42  Tue Jan 27 20:27:37.236858396 2015  7  m=video 0 RTP/AVP 33
43  Tue Jan 27 20:27:37.236858396 2015  7  c=IN IP4 0.0.0.0
44  Tue Jan 27 20:27:37.236858396 2015  7  a=control:stream=1
45  Tue Jan 27 20:27:37.236858396 2015  7  a=fmtp:33 
46  Tue Jan 27 20:27:37.236858396 2015  7  a=inactive
47  Tue Jan 27 20:27:37.236858396 2015  7  m=video 0 RTP/AVP 33
48  Tue Jan 27 20:27:37.236858396 2015  7  c=IN IP4 0.0.0.0
49  Tue Jan 27 20:27:37.236858396 2015  7  a=control:stream=2
50  Tue Jan 27 20:27:37.236858396 2015  7  a=fmtp:33 
51  Tue Jan 27 20:27:37.236858396 2015  7  a=inactive
52  Tue Jan 27 20:27:37.236858396 2015  7  m=video 0 RTP/AVP 33
53  Tue Jan 27 20:27:37.236858396 2015  7  c=IN IP4 0.0.0.0
54  Tue Jan 27 20:27:37.236858396 2015  7  a=control:stream=3
55  Tue Jan 27 20:27:37.236858396 2015  7  a=fmtp:33 
56  Tue Jan 27 20:27:37.236858396 2015  7  a=inactive
57  Tue Jan 27 20:27:41.264572740 2015  3  [rtsp.c:853] RTSP Connection closed by Client: 192.168.1.107 ??
58  Tue Jan 27 20:27:41.264663642 2015  6  [rtsp.c:706] Frontend: x, Teardown Message, gracefull: 0
59  Tue Jan 27 20:27:41.264683155 2015  3  [rtsp.c:662] Frontend: x, Not attached anymore to client 192.168.1.107
60  Tue Jan 27 20:27:41.266735658 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 54937
61  Tue Jan 27 20:27:41.266767391 2015  7  [rtsp.c:791] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
62  Tue Jan 27 20:27:41.266767391 2015  7  Connection:Close
63  Tue Jan 27 20:27:41.266767391 2015  7  CSeq:2042
64  Tue Jan 27 20:27:41.266767391 2015  7  Accept:application/sdp
65  Tue Jan 27 20:27:41.266767391 2015  7  --- LINE END ---
66  Tue Jan 27 20:27:41.266958791 2015  7  [rtsp.c:595] RTSP/1.0 200 OK
67  Tue Jan 27 20:27:41.266958791 2015  7  CSeq: 0
68  Tue Jan 27 20:27:41.266958791 2015  7  Content-Type: application/sdp
69  Tue Jan 27 20:27:41.266958791 2015  7  Content-Base: rtsp://192.168.1.161/
70  Tue Jan 27 20:27:41.266958791 2015  7  Content-Length: 497
71  Tue Jan 27 20:27:41.266958791 2015  7  --- LINE END ---
72  Tue Jan 27 20:27:41.266958791 2015  7  v=0
73  Tue Jan 27 20:27:41.266958791 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
74  Tue Jan 27 20:27:41.266958791 2015  7  s=SatIPServer:1 4
75  Tue Jan 27 20:27:41.266958791 2015  7  t=0 0
76  Tue Jan 27 20:27:41.266958791 2015  7  m=video 0 RTP/AVP 33
77  Tue Jan 27 20:27:41.266958791 2015  7  c=IN IP4 0.0.0.0
78  Tue Jan 27 20:27:41.266958791 2015  7  a=control:stream=0
79  Tue Jan 27 20:27:41.266958791 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,0,0,12187000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=
80  Tue Jan 27 20:27:41.266958791 2015  7  a=inactive
81  Tue Jan 27 20:27:41.266958791 2015  7  m=video 0 RTP/AVP 33
82  Tue Jan 27 20:27:41.266958791 2015  7  c=IN IP4 0.0.0.0
83  Tue Jan 27 20:27:41.266958791 2015  7  a=control:stream=1
84  Tue Jan 27 20:27:41.266958791 2015  7  a=fmtp:33 
85  Tue Jan 27 20:27:41.266958791 2015  7  a=inactive
86  Tue Jan 27 20:27:41.266958791 2015  7  m=video 0 RTP/AVP 33
87  Tue Jan 27 20:27:41.266958791 2015  7  c=IN IP4 0.0.0.0
88  Tue Jan 27 20:27:41.266958791 2015  7  a=control:stream=2
89  Tue Jan 27 20:27:41.266958791 2015  7  a=fmtp:33 
90  Tue Jan 27 20:27:41.266958791 2015  7  a=inactive
91  Tue Jan 27 20:27:41.266958791 2015  7  m=video 0 RTP/AVP 33
92  Tue Jan 27 20:27:41.266958791 2015  7  c=IN IP4 0.0.0.0
93  Tue Jan 27 20:27:41.266958791 2015  7  a=control:stream=3
94  Tue Jan 27 20:27:41.266958791 2015  7  a=fmtp:33 
95  Tue Jan 27 20:27:41.266958791 2015  7  a=inactive
96  Tue Jan 27 20:27:41.697749792 2015  3  [rtsp.c:853] RTSP Connection closed by Client: 192.168.1.107 ??
97  Tue Jan 27 20:27:41.697815226 2015  6  [rtsp.c:706] Frontend: x, Teardown Message, gracefull: 0
98  Tue Jan 27 20:27:41.697833458 2015  3  [rtsp.c:662] Frontend: x, Not attached anymore to client 192.168.1.107
99  Tue Jan 27 20:27:41.699968529 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 54938
100  Tue Jan 27 20:27:41.700001076 2015  7  [rtsp.c:791] SETUP rtsp://192.168.1.161:554/?src=1&freq=12187&pol=h&ro=0.35&msys=dvbs&mtype=qpsk&plts=off&sr=27500&fec=34 RTSP/1.0
101  Tue Jan 27 20:27:41.700001076 2015  7  Connection:Close
102  Tue Jan 27 20:27:41.700001076 2015  7  CSeq:2043
103  Tue Jan 27 20:27:41.700001076 2015  7  Transport:RTP/AVP;unicast;client_port=5000-5001
104  Tue Jan 27 20:27:41.700001076 2015  7  --- LINE END ---
105  Tue Jan 27 20:27:41.700064529 2015  6  [rtsp.c:386] Frontend: 0, With SYS_DVBS Attaching dynamically to client 192.168.1.107
106  Tue Jan 27 20:27:41.700108967 2015  6  [rtsp.c:425] Setup Message
107  Tue Jan 27 20:27:41.700122461 2015  7  [tune.c:349] Start tuning
108  Tue Jan 27 20:27:41.700136427 2015  7  [tune.c:273] Sending DiSEqC
109  Tue Jan 27 20:27:41.913083414 2015  6  [tune.c:528] Frontend: 0, Waiting on lock.
110  Tue Jan 27 20:27:42.203669369 2015  6  [tune.c:542] Frontend: 0, Not locked yet (FE status 0)...
111  Tue Jan 27 20:27:42.228747014 2015  6  [tune.c:542] Frontend: 0, Not locked yet (FE status 0)...
112  Tue Jan 27 20:27:42.253820268 2015  6  [tune.c:542] Frontend: 0, Not locked yet (FE status 0)...
113  Tue Jan 27 20:27:42.278887722 2015  6  [tune.c:542] Frontend: 0, Not locked yet (FE status 0)...
114  Tue Jan 27 20:27:42.303991059 2015  6  [rtcp.c:252] Frontend: 0, Start RTCP stream to 192.168.1.107 (5000 - 5001)
115  Tue Jan 27 20:27:42.310171087 2015  3  [rtsp.c:853] RTSP Connection closed by Client: 192.168.1.107 ??
116  Tue Jan 27 20:27:42.310220503 2015  6  [rtsp.c:706] Frontend: x, Teardown Message, gracefull: 0
117  Tue Jan 27 20:27:42.310237533 2015  3  [rtsp.c:662] Frontend: x, Not attached anymore to client 192.168.1.107
118  Tue Jan 27 20:27:42.312149092 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 54939
119  Tue Jan 27 20:27:42.312427094 2015  7  [rtsp.c:791] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
120  Tue Jan 27 20:27:42.312427094 2015  7  Connection:Close
121  Tue Jan 27 20:27:42.312427094 2015  7  CSeq:1374
122  Tue Jan 27 20:27:42.312427094 2015  7  Accept:application/sdp
123  Tue Jan 27 20:27:42.312427094 2015  7  --- LINE END ---
124  Tue Jan 27 20:27:42.312656018 2015  7  [rtsp.c:595] RTSP/1.0 200 OK
125  Tue Jan 27 20:27:42.312656018 2015  7  CSeq: 0
126  Tue Jan 27 20:27:42.312656018 2015  7  Content-Type: application/sdp
127  Tue Jan 27 20:27:42.312656018 2015  7  Content-Base: rtsp://192.168.1.161/
128  Tue Jan 27 20:27:42.312656018 2015  7  Content-Length: 497
129  Tue Jan 27 20:27:42.312656018 2015  7  --- LINE END ---
130  Tue Jan 27 20:27:42.312656018 2015  7  v=0
131  Tue Jan 27 20:27:42.312656018 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
132  Tue Jan 27 20:27:42.312656018 2015  7  s=SatIPServer:1 4
133  Tue Jan 27 20:27:42.312656018 2015  7  t=0 0
134  Tue Jan 27 20:27:42.312656018 2015  7  m=video 0 RTP/AVP 33
135  Tue Jan 27 20:27:42.312656018 2015  7  c=IN IP4 0.0.0.0
136  Tue Jan 27 20:27:42.312656018 2015  7  a=control:stream=0
137  Tue Jan 27 20:27:42.312656018 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,0,0,12187000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=
138  Tue Jan 27 20:27:42.312656018 2015  7  a=inactive
139  Tue Jan 27 20:27:42.312656018 2015  7  m=video 0 RTP/AVP 33
140  Tue Jan 27 20:27:42.312656018 2015  7  c=IN IP4 0.0.0.0
141  Tue Jan 27 20:27:42.312656018 2015  7  a=control:stream=1
142  Tue Jan 27 20:27:42.312656018 2015  7  a=fmtp:33 
143  Tue Jan 27 20:27:42.312656018 2015  7  a=inactive
144  Tue Jan 27 20:27:42.312656018 2015  7  m=video 0 RTP/AVP 33
145  Tue Jan 27 20:27:42.312656018 2015  7  c=IN IP4 0.0.0.0
146  Tue Jan 27 20:27:42.312656018 2015  7  a=control:stream=2
147  Tue Jan 27 20:27:42.312656018 2015  7  a=fmtp:33 
148  Tue Jan 27 20:27:42.312656018 2015  7  a=inactive
149  Tue Jan 27 20:27:42.312656018 2015  7  m=video 0 RTP/AVP 33
150  Tue Jan 27 20:27:42.312656018 2015  7  c=IN IP4 0.0.0.0
151  Tue Jan 27 20:27:42.312656018 2015  7  a=control:stream=3
152  Tue Jan 27 20:27:42.312656018 2015  7  a=fmtp:33 
153  Tue Jan 27 20:27:42.312656018 2015  7  a=inactive
154  Tue Jan 27 20:27:42.315041658 2015  3  [rtsp.c:853] RTSP Connection closed by Client: 192.168.1.107 ??
155  Tue Jan 27 20:27:42.315082459 2015  6  [rtsp.c:704] Frontend: 0, Teardown Message, gracefull: 0
156  Tue Jan 27 20:27:42.319474808 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 54941
157  Tue Jan 27 20:27:42.319504710 2015  7  [rtsp.c:791] TEARDOWN rtsp://192.168.1.161:554/stream=0 RTSP/1.0
158  Tue Jan 27 20:27:42.319504710 2015  7  Connection:Close
159  Tue Jan 27 20:27:42.319504710 2015  7  CSeq:2045
160  Tue Jan 27 20:27:42.319504710 2015  7  Session:00000002
161  Tue Jan 27 20:27:42.319504710 2015  7  --- LINE END ---
162  Tue Jan 27 20:27:42.319563541 2015  6  [rtsp.c:706] Frontend: x, Teardown Message, gracefull: 1
163  Tue Jan 27 20:27:42.319574362 2015  3  [rtsp.c:662] Frontend: x, Not attached anymore to client 192.168.1.107
164  Tue Jan 27 20:27:42.804041591 2015  6  [rtp.c:207] Frontend: 0, Stop streaming to 192.168.1.107 (5000 - 5001) (Streamed 0.000 MBytes)
165  Tue Jan 27 20:27:42.804121456 2015  6  [rtsp.c:659] Frontend: 0, Detached from client 192.168.1.107
166  Tue Jan 27 20:27:46.370029081 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 54942
167  Tue Jan 27 20:27:46.370085313 2015  7  [rtsp.c:791] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
168  Tue Jan 27 20:27:46.370085313 2015  7  Connection:Close
169  Tue Jan 27 20:27:46.370085313 2015  7  CSeq:2046
170  Tue Jan 27 20:27:46.370085313 2015  7  Accept:application/sdp
171  Tue Jan 27 20:27:46.370085313 2015  7  --- LINE END ---
172  Tue Jan 27 20:27:46.370287776 2015  7  [rtsp.c:595] RTSP/1.0 200 OK
173  Tue Jan 27 20:27:46.370287776 2015  7  CSeq: 0
174  Tue Jan 27 20:27:46.370287776 2015  7  Content-Type: application/sdp
175  Tue Jan 27 20:27:46.370287776 2015  7  Content-Base: rtsp://192.168.1.161/
176  Tue Jan 27 20:27:46.370287776 2015  7  Content-Length: 497
177  Tue Jan 27 20:27:46.370287776 2015  7  --- LINE END ---
178  Tue Jan 27 20:27:46.370287776 2015  7  v=0
179  Tue Jan 27 20:27:46.370287776 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
180  Tue Jan 27 20:27:46.370287776 2015  7  s=SatIPServer:1 4
181  Tue Jan 27 20:27:46.370287776 2015  7  t=0 0
182  Tue Jan 27 20:27:46.370287776 2015  7  m=video 0 RTP/AVP 33
183  Tue Jan 27 20:27:46.370287776 2015  7  c=IN IP4 0.0.0.0
184  Tue Jan 27 20:27:46.370287776 2015  7  a=control:stream=0
185  Tue Jan 27 20:27:46.370287776 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,0,0,12187000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=
186  Tue Jan 27 20:27:46.370287776 2015  7  a=inactive
187  Tue Jan 27 20:27:46.370287776 2015  7  m=video 0 RTP/AVP 33
188  Tue Jan 27 20:27:46.370287776 2015  7  c=IN IP4 0.0.0.0
189  Tue Jan 27 20:27:46.370287776 2015  7  a=control:stream=1
190  Tue Jan 27 20:27:46.370287776 2015  7  a=fmtp:33 
191  Tue Jan 27 20:27:46.370287776 2015  7  a=inactive
192  Tue Jan 27 20:27:46.370287776 2015  7  m=video 0 RTP/AVP 33
193  Tue Jan 27 20:27:46.370287776 2015  7  c=IN IP4 0.0.0.0
194  Tue Jan 27 20:27:46.370287776 2015  7  a=control:stream=2
195  Tue Jan 27 20:27:46.370287776 2015  7  a=fmtp:33 
196  Tue Jan 27 20:27:46.370287776 2015  7  a=inactive
197  Tue Jan 27 20:27:46.370287776 2015  7  m=video 0 RTP/AVP 33
198  Tue Jan 27 20:27:46.370287776 2015  7  c=IN IP4 0.0.0.0
199  Tue Jan 27 20:27:46.370287776 2015  7  a=control:stream=3
200  Tue Jan 27 20:27:46.370287776 2015  7  a=fmtp:33 
201  Tue Jan 27 20:27:46.370287776 2015  7  a=inactive
202  Tue Jan 27 20:27:47.369722099 2015  3  [rtsp.c:853] RTSP Connection closed by Client: 192.168.1.107 ??
203  Tue Jan 27 20:27:47.369801181 2015  6  [rtsp.c:706] Frontend: x, Teardown Message, gracefull: 0
204  Tue Jan 27 20:27:47.369839848 2015  3  [rtsp.c:662] Frontend: x, Not attached anymore to client 192.168.1.107
205  Tue Jan 27 20:27:51.441810207 2015  3  [rtsp.c:853] RTSP Connection closed by Client: 192.168.1.107 ??
206  Tue Jan 27 20:27:51.441893540 2015  6  [rtsp.c:706] Frontend: x, Teardown Message, gracefull: 0
207  Tue Jan 27 20:27:51.441912738 2015  3  [rtsp.c:662] Frontend: x, Not attached anymore to client 192.168.1.107
208  Tue Jan 27 20:27:51.443688864 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 54944
209  Tue Jan 27 20:27:51.443719605 2015  7  [rtsp.c:791] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
210  Tue Jan 27 20:27:51.443719605 2015  7  Connection:Close
211  Tue Jan 27 20:27:51.443719605 2015  7  CSeq:2047
212  Tue Jan 27 20:27:51.443719605 2015  7  Accept:application/sdp
213  Tue Jan 27 20:27:51.443719605 2015  7  --- LINE END ---
214  Tue Jan 27 20:27:51.443937893 2015  7  [rtsp.c:595] RTSP/1.0 200 OK
215  Tue Jan 27 20:27:51.443937893 2015  7  CSeq: 0
216  Tue Jan 27 20:27:51.443937893 2015  7  Content-Type: application/sdp
217  Tue Jan 27 20:27:51.443937893 2015  7  Content-Base: rtsp://192.168.1.161/
218  Tue Jan 27 20:27:51.443937893 2015  7  Content-Length: 497
219  Tue Jan 27 20:27:51.443937893 2015  7  --- LINE END ---
220  Tue Jan 27 20:27:51.443937893 2015  7  v=0
221  Tue Jan 27 20:27:51.443937893 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
222  Tue Jan 27 20:27:51.443937893 2015  7  s=SatIPServer:1 4
223  Tue Jan 27 20:27:51.443937893 2015  7  t=0 0
224  Tue Jan 27 20:27:51.443937893 2015  7  m=video 0 RTP/AVP 33
225  Tue Jan 27 20:27:51.443937893 2015  7  c=IN IP4 0.0.0.0
226  Tue Jan 27 20:27:51.443937893 2015  7  a=control:stream=0
227  Tue Jan 27 20:27:51.443937893 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,0,0,12187000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=
228  Tue Jan 27 20:27:51.443937893 2015  7  a=inactive
229  Tue Jan 27 20:27:51.443937893 2015  7  m=video 0 RTP/AVP 33
230  Tue Jan 27 20:27:51.443937893 2015  7  c=IN IP4 0.0.0.0
231  Tue Jan 27 20:27:51.443937893 2015  7  a=control:stream=1
232  Tue Jan 27 20:27:51.443937893 2015  7  a=fmtp:33 
233  Tue Jan 27 20:27:51.443937893 2015  7  a=inactive
234  Tue Jan 27 20:27:51.443937893 2015  7  m=video 0 RTP/AVP 33
235  Tue Jan 27 20:27:51.443937893 2015  7  c=IN IP4 0.0.0.0
236  Tue Jan 27 20:27:51.443937893 2015  7  a=control:stream=2
237  Tue Jan 27 20:27:51.443937893 2015  7  a=fmtp:33 
238  Tue Jan 27 20:27:51.443937893 2015  7  a=inactive
239  Tue Jan 27 20:27:51.443937893 2015  7  m=video 0 RTP/AVP 33
240  Tue Jan 27 20:27:51.443937893 2015  7  c=IN IP4 0.0.0.0
241  Tue Jan 27 20:27:51.443937893 2015  7  a=control:stream=3
242  Tue Jan 27 20:27:51.443937893 2015  7  a=fmtp:33 
243  Tue Jan 27 20:27:51.443937893 2015  7  a=inactive
244  Tue Jan 27 20:27:52.451679312 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 54945
245  Tue Jan 27 20:27:52.452213557 2015  7  [rtsp.c:791] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
246  Tue Jan 27 20:27:52.452213557 2015  7  Connection:Close
247  Tue Jan 27 20:27:52.452213557 2015  7  CSeq:1376
248  Tue Jan 27 20:27:52.452213557 2015  7  Accept:application/sdp
249  Tue Jan 27 20:27:52.452213557 2015  7  --- LINE END ---
250  Tue Jan 27 20:27:52.452428634 2015  7  [rtsp.c:595] RTSP/1.0 200 OK
251  Tue Jan 27 20:27:52.452428634 2015  7  CSeq: 0
252  Tue Jan 27 20:27:52.452428634 2015  7  Content-Type: application/sdp
253  Tue Jan 27 20:27:52.452428634 2015  7  Content-Base: rtsp://192.168.1.161/
254  Tue Jan 27 20:27:52.452428634 2015  7  Content-Length: 497
255  Tue Jan 27 20:27:52.452428634 2015  7  --- LINE END ---
256  Tue Jan 27 20:27:52.452428634 2015  7  v=0
257  Tue Jan 27 20:27:52.452428634 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
258  Tue Jan 27 20:27:52.452428634 2015  7  s=SatIPServer:1 4
259  Tue Jan 27 20:27:52.452428634 2015  7  t=0 0
260  Tue Jan 27 20:27:52.452428634 2015  7  m=video 0 RTP/AVP 33
261  Tue Jan 27 20:27:52.452428634 2015  7  c=IN IP4 0.0.0.0
262  Tue Jan 27 20:27:52.452428634 2015  7  a=control:stream=0
263  Tue Jan 27 20:27:52.452428634 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,0,0,12187000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=
264  Tue Jan 27 20:27:52.452428634 2015  7  a=inactive
265  Tue Jan 27 20:27:52.452428634 2015  7  m=video 0 RTP/AVP 33
266  Tue Jan 27 20:27:52.452428634 2015  7  c=IN IP4 0.0.0.0
267  Tue Jan 27 20:27:52.452428634 2015  7  a=control:stream=1
268  Tue Jan 27 20:27:52.452428634 2015  7  a=fmtp:33 
269  Tue Jan 27 20:27:52.452428634 2015  7  a=inactive
270  Tue Jan 27 20:27:52.452428634 2015  7  m=video 0 RTP/AVP 33
271  Tue Jan 27 20:27:52.452428634 2015  7  c=IN IP4 0.0.0.0
272  Tue Jan 27 20:27:52.452428634 2015  7  a=control:stream=2
273  Tue Jan 27 20:27:52.452428634 2015  7  a=fmtp:33 
274  Tue Jan 27 20:27:52.452428634 2015  7  a=inactive
275  Tue Jan 27 20:27:52.452428634 2015  7  m=video 0 RTP/AVP 33
276  Tue Jan 27 20:27:52.452428634 2015  7  c=IN IP4 0.0.0.0
277  Tue Jan 27 20:27:52.452428634 2015  7  a=control:stream=3
278  Tue Jan 27 20:27:52.452428634 2015  7  a=fmtp:33 
279  Tue Jan 27 20:27:52.452428634 2015  7  a=inactive
280  Tue Jan 27 20:27:53.698593335 2015  3  [rtsp.c:853] RTSP Connection closed by Client: 192.168.1.107 ??
281  Tue Jan 27 20:27:53.698674952 2015  6  [rtsp.c:706] Frontend: x, Teardown Message, gracefull: 0
282  Tue Jan 27 20:27:53.698702270 2015  3  [rtsp.c:662] Frontend: x, Not attached anymore to client 192.168.1.107
283  Tue Jan 27 20:27:53.700307678 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 54952
284  Tue Jan 27 20:27:53.700543778 2015  7  [rtsp.c:791] SETUP rtsp://192.168.1.161:554/?src=1&freq=12187&pol=h&ro=0.35&msys=dvbs&mtype=qpsk&plts=off&sr=27500&fec=34 RTSP/1.0
285  Tue Jan 27 20:27:53.700543778 2015  7  Connection:Close
286  Tue Jan 27 20:27:53.700543778 2015  7  CSeq:2048
287  Tue Jan 27 20:27:53.700543778 2015  7  Transport:RTP/AVP;unicast;client_port=5000-5001
288  Tue Jan 27 20:27:53.700543778 2015  7  --- LINE END ---
289  Tue Jan 27 20:27:53.700615478 2015  6  [rtsp.c:386] Frontend: 0, With SYS_DVBS Attaching dynamically to client 192.168.1.107
290  Tue Jan 27 20:27:53.700660200 2015  6  [rtsp.c:425] Setup Message
291  Tue Jan 27 20:27:53.700676137 2015  7  [tune.c:349] Start tuning
292  Tue Jan 27 20:27:53.700690073 2015  7  [tune.c:273] Sending DiSEqC
293  Tue Jan 27 20:27:54.185081779 2015  6  [tune.c:528] Frontend: 0, Waiting on lock.
294  Tue Jan 27 20:27:54.475663075 2015  6  [tune.c:542] Frontend: 0, Not locked yet (FE status 0)...
295  Tue Jan 27 20:27:54.500739105 2015  6  [tune.c:542] Frontend: 0, Not locked yet (FE status 0)...
296  Tue Jan 27 20:27:54.525805315 2015  6  [tune.c:542] Frontend: 0, Not locked yet (FE status 0)...
297  Tue Jan 27 20:27:54.550886439 2015  6  [tune.c:542] Frontend: 0, Not locked yet (FE status 0)...
298  Tue Jan 27 20:27:54.575974551 2015  6  [rtcp.c:252] Frontend: 0, Start RTCP stream to 192.168.1.107 (5000 - 5001)
299  Tue Jan 27 20:27:54.623489036 2015  3  [rtsp.c:853] RTSP Connection closed by Client: 192.168.1.107 ??
300  Tue Jan 27 20:27:54.623543729 2015  6  [rtsp.c:704] Frontend: 0, Teardown Message, gracefull: 0
301  Tue Jan 27 20:27:54.628164664 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 54954
302  Tue Jan 27 20:27:54.628407832 2015  7  [rtsp.c:791] TEARDOWN rtsp://192.168.1.161:554/stream=0 RTSP/1.0
303  Tue Jan 27 20:27:54.628407832 2015  7  Connection:Close
304  Tue Jan 27 20:27:54.628407832 2015  7  CSeq:2050
305  Tue Jan 27 20:27:54.628407832 2015  7  Session:00000002
306  Tue Jan 27 20:27:54.628407832 2015  7  --- LINE END ---
307  Tue Jan 27 20:27:54.628474172 2015  6  [rtsp.c:706] Frontend: x, Teardown Message, gracefull: 1
308  Tue Jan 27 20:27:54.628486543 2015  3  [rtsp.c:662] Frontend: x, Not attached anymore to client 192.168.1.107
309  Tue Jan 27 20:27:55.076017151 2015  6  [rtp.c:207] Frontend: 0, Stop streaming to 192.168.1.107 (5000 - 5001) (Streamed 0.000 MBytes)
310  Tue Jan 27 20:27:55.076091821 2015  6  [rtsp.c:659] Frontend: 0, Detached from client 192.168.1.107
311  Tue Jan 27 20:27:56.509713997 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 54955
312  Tue Jan 27 20:27:56.509761071 2015  7  [rtsp.c:791] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
313  Tue Jan 27 20:27:56.509761071 2015  7  Connection:Close
314  Tue Jan 27 20:27:56.509761071 2015  7  CSeq:2051
315  Tue Jan 27 20:27:56.509761071 2015  7  Accept:application/sdp
316  Tue Jan 27 20:27:56.509761071 2015  7  --- LINE END ---
317  Tue Jan 27 20:27:56.509966891 2015  7  [rtsp.c:595] RTSP/1.0 200 OK
318  Tue Jan 27 20:27:56.509966891 2015  7  CSeq: 0
319  Tue Jan 27 20:27:56.509966891 2015  7  Content-Type: application/sdp
320  Tue Jan 27 20:27:56.509966891 2015  7  Content-Base: rtsp://192.168.1.161/
321  Tue Jan 27 20:27:56.509966891 2015  7  Content-Length: 497
322  Tue Jan 27 20:27:56.509966891 2015  7  --- LINE END ---
323  Tue Jan 27 20:27:56.509966891 2015  7  v=0
324  Tue Jan 27 20:27:56.509966891 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
325  Tue Jan 27 20:27:56.509966891 2015  7  s=SatIPServer:1 4
326  Tue Jan 27 20:27:56.509966891 2015  7  t=0 0
327  Tue Jan 27 20:27:56.509966891 2015  7  m=video 0 RTP/AVP 33
328  Tue Jan 27 20:27:56.509966891 2015  7  c=IN IP4 0.0.0.0
329  Tue Jan 27 20:27:56.509966891 2015  7  a=control:stream=0
330  Tue Jan 27 20:27:56.509966891 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,0,0,12187000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=
331  Tue Jan 27 20:27:56.509966891 2015  7  a=inactive
332  Tue Jan 27 20:27:56.509966891 2015  7  m=video 0 RTP/AVP 33
333  Tue Jan 27 20:27:56.509966891 2015  7  c=IN IP4 0.0.0.0
334  Tue Jan 27 20:27:56.509966891 2015  7  a=control:stream=1
335  Tue Jan 27 20:27:56.509966891 2015  7  a=fmtp:33 
336  Tue Jan 27 20:27:56.509966891 2015  7  a=inactive
337  Tue Jan 27 20:27:56.509966891 2015  7  m=video 0 RTP/AVP 33
338  Tue Jan 27 20:27:56.509966891 2015  7  c=IN IP4 0.0.0.0
339  Tue Jan 27 20:27:56.509966891 2015  7  a=control:stream=2
340  Tue Jan 27 20:27:56.509966891 2015  7  a=fmtp:33 
341  Tue Jan 27 20:27:56.509966891 2015  7  a=inactive
342  Tue Jan 27 20:27:56.509966891 2015  7  m=video 0 RTP/AVP 33
343  Tue Jan 27 20:27:56.509966891 2015  7  c=IN IP4 0.0.0.0
344  Tue Jan 27 20:27:56.509966891 2015  7  a=control:stream=3
345  Tue Jan 27 20:27:56.509966891 2015  7  a=fmtp:33 
346  Tue Jan 27 20:27:56.509966891 2015  7  a=inactive
347  Tue Jan 27 20:27:57.515379326 2015  3  [rtsp.c:853] RTSP Connection closed by Client: 192.168.1.107 ??
348  Tue Jan 27 20:27:57.515455636 2015  6  [rtsp.c:706] Frontend: x, Teardown Message, gracefull: 0
349  Tue Jan 27 20:27:57.515492573 2015  3  [rtsp.c:662] Frontend: x, Not attached anymore to client 192.168.1.107

100% cpu usage on 2 processes

Just built a clean version for the 1st time and did the ./satpi

htop shows me 2 satpis running at 99.9 and 100% cpu usage

no webif

Hi,

i just installed the satip software on a ubuntu server, when i start the webif i will work for 10 seconds and then the page/site is not found any longer

whats wrong?

thanks Marco

Sat>IP server as source

It would be great if we could use another Sat>IP server as a source for SATPI. I would love to use SATPI as a sort of proxy for descrambling channels. It would also help people who have multiple Sat>IP servers to consolidate them into one server.

Great work on SATPI by the way!

No picture with VDR satip-plugin - no pids sent?

Hello Marc,

You previously mentioned that VDR does not send pids according to the log of SATPI. I go t the following:

340  Tue Feb 10 23:23:14.176666066 2015  7  m=video 0 RTP/AVP 33
341  Tue Feb 10 23:23:14.176666066 2015  7  c=IN IP4 0.0.0.0
342  Tue Feb 10 23:23:14.176666066 2015  7  a=control:stream=0
343  Tue Feb 10 23:23:14.176666066 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,1,0,11837.00,0,dvbs,8psk,2,0.35,27500,34;pids=
344  Tue Feb 10 23:23:14.176666066 2015  7  a=sendonly
345  Tue Feb 10 23:23:14.176666066 2015  7  m=video 0 RTP/AVP 33
346  Tue Feb 10 23:23:14.176666066 2015  7  c=IN IP4 0.0.0.0
347  Tue Feb 10 23:23:14.176666066 2015  7  a=control:stream=1
348  Tue Feb 10 23:23:14.176666066 2015  7  a=fmtp:33 ver=1.0;src=2;tuner=2,0,1,0,11526.00,0,dvbs,qpsk,2,0.35,27500,34;pids=
349  Tue Feb 10 23:23:14.176666066 2015  7  a=inactive

VDR does not show a picture. When I quit SATPI and start the DIGIBIT R1, I can get a stream. I did not restart the VDR. Therefore VDR must be sending pids.

Question: Does SATPI get the pids correctly?

If SATPI does not get the pid information from VDR because of problems parsing these then the log of SATPI can't show them.

Thanks for looking into this.

Paul

P.S.: Probably you have this link already: http://www.saunalahti.fi/~rahrenbe/vdr/satip/

Fixed - Add support for DVB API 5.4

Hi,

In order to add support for DVB API 5.4 (several recent Linux drivers only support up to 5.4) you only need to manually check tuner type if the ioctl for FE_GET_INFO command fails. This is the only current requirement for API 5.5.

So, if you like some inspiration you can review my patch for minisatip (similar project) here: http://github.com/catalinii/minisatip/issues/98#issuecomment-76725502

I'm sure you can adapt to your code in some minutes! :)
Regards!

clashing DEVICEID

Marc,

I'm not sure if this is an issue. But I would like to show to you the log output during following scenario:

VDR (192.168.1.21) and DIGIBIT R1 ((192.168.1.55) )were running. Then I started SATPI (192.168.1.161) and following message came up:

23  Tue Feb 10 23:43:13.202504219 2015  6  [ssdp.c:258] SAT>IP Server 192.168.1.55: contacted us because of clashing DEVICEID

Then I switched the DIGIBIT R1 off and VDR lost the picture off course. After that, VDR contacted SATPI but the picture came not back.

Paul

0  Tue Feb 10 23:43:12.294681861 2015  6  [satpi.c:259] --- starting SatPI version: 1.0.6~g86117f3 ---
1  Tue Feb 10 23:43:12.294767355 2015  6  [tune.c:437] Detecting frontends in: /dev/dvb
2  Tue Feb 10 23:43:12.294879373 2015  6  [tune.c:447] Frontends found: 2
3  Tue Feb 10 23:43:12.294896253 2015  7  [tune.c:512] Open FE fd: 4 readonly 1
4  Tue Feb 10 23:43:12.294925002 2015  6  [tune.c:152] Frontend Name: STB0899 Multistandard
5  Tue Feb 10 23:43:12.294947407 2015  7  [tune.c:181] Frontend Type: Satellite (DVB-S)
6  Tue Feb 10 23:43:12.294966410 2015  7  [tune.c:185] Frontend Type: Satellite (DVB-S2)
7  Tue Feb 10 23:43:12.294984875 2015  7  [tune.c:177] Frontend Type: DSS
8  Tue Feb 10 23:43:12.295003594 2015  7  [tune.c:216] Frontend Freq: 950000 Hz to 2150000 Hz
9  Tue Feb 10 23:43:12.295022137 2015  7  [tune.c:217] Frontend srat: 5000000 symbols/s to 45000000 symbols/s
10  Tue Feb 10 23:43:12.295046309 2015  7  [tune.c:512] Open FE fd: 4 readonly 1
11  Tue Feb 10 23:43:12.295056046 2015  6  [tune.c:152] Frontend Name: STB0899 Multistandard
12  Tue Feb 10 23:43:12.295063103 2015  7  [tune.c:181] Frontend Type: Satellite (DVB-S)
13  Tue Feb 10 23:43:12.295079912 2015  7  [tune.c:185] Frontend Type: Satellite (DVB-S2)
14  Tue Feb 10 23:43:12.295096061 2015  7  [tune.c:177] Frontend Type: DSS
15  Tue Feb 10 23:43:12.295114121 2015  7  [tune.c:216] Frontend Freq: 950000 Hz to 2150000 Hz
16  Tue Feb 10 23:43:12.295135469 2015  7  [tune.c:217] Frontend srat: 5000000 symbols/s to 45000000 symbols/s
17  Tue Feb 10 23:43:12.295499924 2015  6  [connection.c:336] eth0: 192.168.1.161 [00:1d:7d:a9:eb:f3]
18  Tue Feb 10 23:43:12.295510681 2015  6  [rtsp.c:1017] Setting up RTSP server
19  Tue Feb 10 23:43:12.295565269 2015  6  [http.c:490] Setting up HTTP server
20  Tue Feb 10 23:43:12.295601107 2015  6  [rtp.c:348] Setting up 8 RTP servers
21  Tue Feb 10 23:43:12.295808301 2015  6  [rtcp.c:338] Setting up 8 RTCP servers
22  Tue Feb 10 23:43:12.296043528 2015  6  [ssdp.c:196] Setting up SSDP server with BOOTID: 14
23  Tue Feb 10 23:43:13.202504219 2015  6  [ssdp.c:258] SAT>IP Server 192.168.1.55: contacted us because of clashing DEVICEID
24  Tue Feb 10 23:43:13.602741363 2015  6  [ssdp.c:281] SAT>IP Client 192.168.1.55 : contacted us sending reply fd: 24
25  Tue Feb 10 23:43:26.645500804 2015  6  [ssdp.c:281] SAT>IP Client 192.168.1.21 : contacted us sending reply fd: 24
26  Tue Feb 10 23:43:26.646924954 2015  7  [http.c:245] GET web/desc.xml (size 1594)
27  Tue Feb 10 23:43:26.646984055 2015  7  [http.c:464] Requested Connection closed by Client 2
28  Tue Feb 10 23:44:02.230311838 2015  7  [http.c:245] GET web/index.html (size 4201)
29  Tue Feb 10 23:44:02.303239400 2015  7  [http.c:245] GET web/stylesheet.css (size 1463)
30  Tue Feb 10 23:44:02.306574399 2015  7  [http.c:245] GET web/loadxmldoc.js (size 521)
31  Tue Feb 10 23:44:02.361130167 2015  7  [http.c:245] GET web/grid_noise.png (size 4638)
32  Tue Feb 10 23:44:04.918832501 2015  7  [http.c:245] GET web/log.html (size 1784)
33  Tue Feb 10 23:44:04.993697949 2015  7  [http.c:245] GET web/stylesheet.css (size 1463)
34  Tue Feb 10 23:44:04.993978209 2015  7  [http.c:245] GET web/loadxmldoc.js (size 521)
35  Tue Feb 10 23:44:05.046369014 2015  7  [http.c:245] GET web/grid_noise.png (size 4638)
36  Tue Feb 10 23:44:05.047144516 2015  7  [http.c:245] GET web/bg-grain.png (size 5636)
37  Tue Feb 10 23:44:26.780461555 2015  6  [ssdp.c:281] SAT>IP Client 192.168.1.21 : contacted us sending reply fd: 26
38  Tue Feb 10 23:44:26.781866279 2015  7  [http.c:245] GET web/desc.xml (size 1594)
39  Tue Feb 10 23:44:26.781912571 2015  7  [http.c:464] Requested Connection closed by Client 3
40  Tue Feb 10 23:45:26.916455803 2015  6  [ssdp.c:281] SAT>IP Client 192.168.1.21 : contacted us sending reply fd: 26
41  Tue Feb 10 23:45:26.918085091 2015  7  [http.c:245] GET web/desc.xml (size 1594)
42  Tue Feb 10 23:45:26.918133008 2015  7  [http.c:464] Requested Connection closed by Client 3
43  Tue Feb 10 23:45:41.725133070 2015  7  [http.c:245] GET web/index.html (size 4201)
44  Tue Feb 10 23:45:41.811707844 2015  7  [http.c:245] GET web/stylesheet.css (size 1463)
45  Tue Feb 10 23:45:41.812393249 2015  7  [http.c:245] GET web/loadxmldoc.js (size 521)
46  Tue Feb 10 23:45:41.865481107 2015  7  [http.c:245] GET web/grid_noise.png (size 4638)
47  Tue Feb 10 23:45:43.957278772 2015  7  [http.c:245] GET web/log.html (size 1784)
48  Tue Feb 10 23:45:44.037388032 2015  7  [http.c:245] GET web/stylesheet.css (size 1463)
49  Tue Feb 10 23:45:44.038035040 2015  7  [http.c:245] GET web/loadxmldoc.js (size 521)
50  Tue Feb 10 23:45:44.090554276 2015  7  [http.c:245] GET web/grid_noise.png (size 4638)
51  Tue Feb 10 23:45:44.091325815 2015  7  [http.c:245] GET web/bg-grain.png (size 5636)
52  Tue Feb 10 23:45:46.041520016 2015  7  [http.c:245] GET web/frontend.html (size 4963)
53  Tue Feb 10 23:45:46.125796925 2015  7  [http.c:245] GET web/stylesheet.css (size 1463)
54  Tue Feb 10 23:45:46.126094957 2015  7  [http.c:245] GET web/loadxmldoc.js (size 521)
55  Tue Feb 10 23:45:46.127996659 2015  7  [http.c:245] GET web/postxmldoc.js (size 739)
56  Tue Feb 10 23:45:46.169477220 2015  7  [http.c:245] GET web/grid_noise.png (size 4638)
57  Tue Feb 10 23:45:48.773407414 2015  7  [http.c:245] GET web/index.html (size 4201)
58  Tue Feb 10 23:45:48.850648448 2015  7  [http.c:245] GET web/loadxmldoc.js (size 521)
59  Tue Feb 10 23:45:48.850732115 2015  7  [http.c:245] GET web/stylesheet.css (size 1463)
60  Tue Feb 10 23:45:48.897127235 2015  7  [http.c:245] GET web/grid_noise.png (size 4638)
61  Tue Feb 10 23:45:54.368848878 2015  7  [http.c:245] GET web/index.html (size 4201)
62  Tue Feb 10 23:45:54.448116367 2015  7  [http.c:245] GET web/stylesheet.css (size 1463)
63  Tue Feb 10 23:45:54.448433065 2015  7  [http.c:245] GET web/loadxmldoc.js (size 521)
64  Tue Feb 10 23:45:54.495749031 2015  7  [http.c:245] GET web/grid_noise.png (size 4638)
65  Tue Feb 10 23:45:58.798041487 2015  7  [http.c:245] GET web/log.html (size 1784)
66  Tue Feb 10 23:45:58.866674756 2015  7  [http.c:245] GET web/stylesheet.css (size 1463)
67  Tue Feb 10 23:45:58.867363359 2015  7  [http.c:245] GET web/loadxmldoc.js (size 521)
68  Tue Feb 10 23:45:58.910991572 2015  7  [http.c:245] GET web/grid_noise.png (size 4638)
69  Tue Feb 10 23:45:58.911808954 2015  7  [http.c:245] GET web/bg-grain.png (size 5636)
70  Tue Feb 10 23:46:27.050314111 2015  6  [ssdp.c:281] SAT>IP Client 192.168.1.21 : contacted us sending reply fd: 27
71  Tue Feb 10 23:46:27.052014810 2015  7  [http.c:245] GET web/desc.xml (size 1594)
72  Tue Feb 10 23:46:27.052060619 2015  7  [http.c:464] Requested Connection closed by Client 4
73  Tue Feb 10 23:47:27.185308139 2015  6  [ssdp.c:281] SAT>IP Client 192.168.1.21 : contacted us sending reply fd: 27
74  Tue Feb 10 23:47:27.187082040 2015  7  [http.c:245] GET web/desc.xml (size 1594)
75  Tue Feb 10 23:47:27.187125283 2015  7  [http.c:464] Requested Connection closed by Client 4

Vu+ SAT>IP client support?

Hi, I run SATPI on raspberry, Vu+ finds it but when I try to scan channels on a satellite, nothing happens. Is scanning function supported by SATPI? Streaming a concrete channel in VLC works, but I need to scan the frequencies first, without that, there is no channel list...
Thanks

EyeTV on Mac "steals" connection from EyeTV on iPad

Hi Marc,

Sorry for keeping you busy. I found some interesting behavior:

While running EyeTV on both Mac and iPad concurrently only one client could get a stream. As you can see in the screenshot only one fronted was attached. The second one was idle.
When I was watching a channel on the Mac the iPad complained that the server is already in use. So far so good. Then I switched to an other channel on the iPad and the stream on the Mac went away and I could watch now TV on the iPad. When I changed the channel on the Mac then, guess what, the iPad lost connection and I could watch TV on the Mac and so on.

Paul

screenshot1

0  Fri Feb 13 22:04:28.215786601 2015  7  [tune.c:556] Frontend: 0, Remove filter PID: 45 - fd: 47 - Packet Count: 1
1  Fri Feb 13 22:04:28.215812896 2015  7  [tune.c:552] Frontend: 0, Set filter PID: 459 - fd: 47
2  Fri Feb 13 22:04:28.305172733 2015  7  [rtsp.c:997] RTSP Client 192.168.1.107: Connection closed with fd: 28 and Session ID: 1702957685
3  Fri Feb 13 22:04:28.310292608 2015  6  [connection.c:263] RTSP Connection from 192.168.1.107 Port 52751 (fd: 28)
4  Fri Feb 13 22:04:28.315381372 2015  6  [rtsp.c:861] Client connection with sessionID 1702957685
5  Fri Feb 13 22:04:28.315400744 2015  6  [rtsp.c:866] RTSP Client 192.168.1.107: Found by sessionID 1702957685 with fd: 28
6  Fri Feb 13 22:04:28.315415512 2015  7  [rtsp.c:922] PLAY rtsp://192.168.1.60:554/stream=0?delpids=459&addpids=129 RTSP/1.0
7  Fri Feb 13 22:04:28.315415512 2015  7  Connection:Close
8  Fri Feb 13 22:04:28.315415512 2015  7  CSeq:1255
9  Fri Feb 13 22:04:28.315415512 2015  7  Session:1702957685
10  Fri Feb 13 22:04:28.315415512 2015  7  --- LINE END ---
11  Fri Feb 13 22:04:28.315474136 2015  6  [rtsp.c:936] RTSP Client 192.168.1.107: Requested Connection closed with fd: 28 and Session ID: 1702957685
12  Fri Feb 13 22:04:28.315511037 2015  6  [rtsp.c:522] Play Message
13  Fri Feb 13 22:04:28.315553034 2015  7  [tune.c:552] Frontend: 0, Set filter PID: 129 - fd: 48
14  Fri Feb 13 22:04:28.315569193 2015  7  [tune.c:556] Frontend: 0, Remove filter PID: 459 - fd: 47 - Packet Count: 1
15  Fri Feb 13 22:04:28.405519767 2015  7  [rtsp.c:997] RTSP Client 192.168.1.107: Connection closed with fd: 28 and Session ID: 1702957685
16  Fri Feb 13 22:04:28.410633968 2015  6  [connection.c:263] RTSP Connection from 192.168.1.107 Port 52753 (fd: 28)
17  Fri Feb 13 22:04:28.415724269 2015  6  [rtsp.c:861] Client connection with sessionID 1702957685
18  Fri Feb 13 22:04:28.415743477 2015  6  [rtsp.c:866] RTSP Client 192.168.1.107: Found by sessionID 1702957685 with fd: 28
19  Fri Feb 13 22:04:28.415758387 2015  7  [rtsp.c:922] PLAY rtsp://192.168.1.60:554/stream=0?delpids=129&addpids=1100 RTSP/1.0
20  Fri Feb 13 22:04:28.415758387 2015  7  Connection:Close
21  Fri Feb 13 22:04:28.415758387 2015  7  CSeq:1256
22  Fri Feb 13 22:04:28.415758387 2015  7  Session:1702957685
23  Fri Feb 13 22:04:28.415758387 2015  7  --- LINE END ---
24  Fri Feb 13 22:04:28.415925369 2015  6  [rtsp.c:936] RTSP Client 192.168.1.107: Requested Connection closed with fd: 28 and Session ID: 1702957685
25  Fri Feb 13 22:04:28.415958081 2015  6  [rtsp.c:522] Play Message
26  Fri Feb 13 22:04:28.415968078 2015  7  [tune.c:556] Frontend: 0, Remove filter PID: 129 - fd: 48 - Packet Count: 2
27  Fri Feb 13 22:04:28.416002050 2015  7  [tune.c:552] Frontend: 0, Set filter PID: 1100 - fd: 47
28  Fri Feb 13 22:04:28.505339226 2015  7  [rtsp.c:997] RTSP Client 192.168.1.107: Connection closed with fd: 28 and Session ID: 1702957685
29  Fri Feb 13 22:04:28.510444857 2015  6  [connection.c:263] RTSP Connection from 192.168.1.107 Port 52754 (fd: 28)
30  Fri Feb 13 22:04:28.515528398 2015  6  [rtsp.c:861] Client connection with sessionID 1702957685
31  Fri Feb 13 22:04:28.515548100 2015  6  [rtsp.c:866] RTSP Client 192.168.1.107: Found by sessionID 1702957685 with fd: 28
32  Fri Feb 13 22:04:28.515562857 2015  7  [rtsp.c:922] PLAY rtsp://192.168.1.60:554/stream=0?delpids=1100&addpids=38 RTSP/1.0
33  Fri Feb 13 22:04:28.515562857 2015  7  Connection:Close
34  Fri Feb 13 22:04:28.515562857 2015  7  CSeq:1257
35  Fri Feb 13 22:04:28.515562857 2015  7  Session:1702957685
36  Fri Feb 13 22:04:28.515562857 2015  7  --- LINE END ---
37  Fri Feb 13 22:04:28.515621361 2015  6  [rtsp.c:936] RTSP Client 192.168.1.107: Requested Connection closed with fd: 28 and Session ID: 1702957685
38  Fri Feb 13 22:04:28.515655697 2015  6  [rtsp.c:522] Play Message
39  Fri Feb 13 22:04:28.515687718 2015  7  [tune.c:552] Frontend: 0, Set filter PID: 38 - fd: 48
40  Fri Feb 13 22:04:28.515711722 2015  7  [tune.c:556] Frontend: 0, Remove filter PID: 1100 - fd: 47 - Packet Count: 1
41  Fri Feb 13 22:04:28.605195660 2015  7  [rtsp.c:997] RTSP Client 192.168.1.107: Connection closed with fd: 28 and Session ID: 1702957685
42  Fri Feb 13 22:04:28.610292588 2015  6  [connection.c:263] RTSP Connection from 192.168.1.107 Port 52756 (fd: 28)
43  Fri Feb 13 22:04:28.615385331 2015  6  [rtsp.c:861] Client connection with sessionID 1702957685
44  Fri Feb 13 22:04:28.615405787 2015  6  [rtsp.c:866] RTSP Client 192.168.1.107: Found by sessionID 1702957685 with fd: 28
45  Fri Feb 13 22:04:28.615413531 2015  7  [rtsp.c:922] PLAY rtsp://192.168.1.60:554/stream=0?delpids=38 RTSP/1.0
46  Fri Feb 13 22:04:28.615413531 2015  7  Connection:Close
47  Fri Feb 13 22:04:28.615413531 2015  7  CSeq:1258
48  Fri Feb 13 22:04:28.615413531 2015  7  Session:1702957685
49  Fri Feb 13 22:04:28.615413531 2015  7  --- LINE END ---
50  Fri Feb 13 22:04:28.615445635 2015  6  [rtsp.c:936] RTSP Client 192.168.1.107: Requested Connection closed with fd: 28 and Session ID: 1702957685
51  Fri Feb 13 22:04:28.615463358 2015  6  [rtsp.c:522] Play Message
52  Fri Feb 13 22:04:28.615471702 2015  7  [tune.c:556] Frontend: 0, Remove filter PID: 38 - fd: 48 - Packet Count: 2
53  Fri Feb 13 22:04:30.173285166 2015  7  [rtsp.c:997] RTSP Client 192.168.1.107: Connection closed with fd: 30 and Session ID: 0
54  Fri Feb 13 22:04:30.178420903 2015  6  [connection.c:263] RTSP Connection from 192.168.1.107 Port 52769 (fd: 30)
55  Fri Feb 13 22:04:30.183509239 2015  6  [rtsp.c:888] RTSP Client 192.168.1.107: Found empty slot for fd: 30
56  Fri Feb 13 22:04:30.183530735 2015  6  [rtsp.c:912] RTSP Client 192.168.1.107: With fd: 30 is outide Session
57  Fri Feb 13 22:04:30.183543826 2015  7  [rtsp.c:922] DESCRIBE rtsp://192.168.1.60/ RTSP/1.0
58  Fri Feb 13 22:04:30.183543826 2015  7  Connection:Close
59  Fri Feb 13 22:04:30.183543826 2015  7  CSeq:1339
60  Fri Feb 13 22:04:30.183543826 2015  7  Accept:application/sdp
61  Fri Feb 13 22:04:30.183543826 2015  7  --- LINE END ---
62  Fri Feb 13 22:04:30.183604959 2015  6  [rtsp.c:936] RTSP Client 192.168.1.107: Requested Connection closed with fd: 30 and Session ID: 0
63  Fri Feb 13 22:04:30.183710857 2015  7  [rtsp.c:645] RTSP/1.0 200 OK
64  Fri Feb 13 22:04:30.183710857 2015  7  CSeq: 1339
65  Fri Feb 13 22:04:30.183710857 2015  7  Content-Type: application/sdp
66  Fri Feb 13 22:04:30.183710857 2015  7  Content-Base: rtsp://192.168.1.60/
67  Fri Feb 13 22:04:30.183710857 2015  7  Content-Length: 286
68  Fri Feb 13 22:04:30.183710857 2015  7  --- LINE END ---
69  Fri Feb 13 22:04:30.183710857 2015  7  v=0
70  Fri Feb 13 22:04:30.183710857 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.60
71  Fri Feb 13 22:04:30.183710857 2015  7  s=SatIPServer:1 2
72  Fri Feb 13 22:04:30.183710857 2015  7  t=0 0
73  Fri Feb 13 22:04:30.183710857 2015  7  m=video 0 RTP/AVP 33
74  Fri Feb 13 22:04:30.183710857 2015  7  c=IN IP4 0.0.0.0
75  Fri Feb 13 22:04:30.183710857 2015  7  a=control:stream=0
76  Fri Feb 13 22:04:30.183710857 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,1,1,0,11612.00,0,dvbs,qpsk,2,0.35,22000,56;pids=0,16,17,18,19,20,32,33,36,110,120,121,122,130,131,8190
77  Fri Feb 13 22:04:30.183710857 2015  7  a=sendonly
78  Fri Feb 13 22:04:30.851036890 2015  7  [rtsp.c:997] RTSP Client 192.168.1.107: Connection closed with fd: 27 and Session ID: 0
79  Fri Feb 13 22:04:30.851111265 2015  7  [rtsp.c:997] RTSP Client 192.168.1.107: Connection closed with fd: 39 and Session ID: 0
80  Fri Feb 13 22:04:30.856226039 2015  6  [connection.c:263] RTSP Connection from 192.168.1.107 Port 52775 (fd: 27)
81  Fri Feb 13 22:04:30.861304667 2015  6  [connection.c:263] RTSP Connection from 192.168.1.107 Port 52776 (fd: 39)
82  Fri Feb 13 22:04:30.861338162 2015  6  [rtsp.c:888] RTSP Client 192.168.1.107: Found empty slot for fd: 27
83  Fri Feb 13 22:04:30.861376821 2015  6  [rtsp.c:912] RTSP Client 192.168.1.107: With fd: 27 is outide Session
84  Fri Feb 13 22:04:30.861414903 2015  7  [rtsp.c:922] DESCRIBE rtsp://192.168.1.60/ RTSP/1.0
85  Fri Feb 13 22:04:30.861414903 2015  7  Connection:Close
86  Fri Feb 13 22:04:30.861414903 2015  7  CSeq:1290
87  Fri Feb 13 22:04:30.861414903 2015  7  Accept:application/sdp
88  Fri Feb 13 22:04:30.861414903 2015  7  --- LINE END ---
89  Fri Feb 13 22:04:30.861518348 2015  6  [rtsp.c:936] RTSP Client 192.168.1.107: Requested Connection closed with fd: 27 and Session ID: 0
90  Fri Feb 13 22:04:30.861595040 2015  7  [rtsp.c:645] RTSP/1.0 200 OK
91  Fri Feb 13 22:04:30.861595040 2015  7  CSeq: 1290
92  Fri Feb 13 22:04:30.861595040 2015  7  Content-Type: application/sdp
93  Fri Feb 13 22:04:30.861595040 2015  7  Content-Base: rtsp://192.168.1.60/
94  Fri Feb 13 22:04:30.861595040 2015  7  Content-Length: 286
95  Fri Feb 13 22:04:30.861595040 2015  7  --- LINE END ---
96  Fri Feb 13 22:04:30.861595040 2015  7  v=0
97  Fri Feb 13 22:04:30.861595040 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.60
98  Fri Feb 13 22:04:30.861595040 2015  7  s=SatIPServer:1 2
99  Fri Feb 13 22:04:30.861595040 2015  7  t=0 0
100  Fri Feb 13 22:04:30.861595040 2015  7  m=video 0 RTP/AVP 33
101  Fri Feb 13 22:04:30.861595040 2015  7  c=IN IP4 0.0.0.0
102  Fri Feb 13 22:04:30.861595040 2015  7  a=control:stream=0
103  Fri Feb 13 22:04:30.861595040 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,1,1,0,11612.00,0,dvbs,qpsk,2,0.35,22000,56;pids=0,16,17,18,19,20,32,33,36,110,120,121,122,130,131,8190
104  Fri Feb 13 22:04:30.861595040 2015  7  a=sendonly
105  Fri Feb 13 22:04:30.866762870 2015  6  [rtsp.c:888] RTSP Client 192.168.1.107: Found empty slot for fd: 39
106  Fri Feb 13 22:04:30.866783323 2015  6  [rtsp.c:912] RTSP Client 192.168.1.107: With fd: 39 is outide Session
107  Fri Feb 13 22:04:30.866796096 2015  7  [rtsp.c:922] DESCRIBE rtsp://192.168.1.60/ RTSP/1.0
108  Fri Feb 13 22:04:30.866796096 2015  7  Connection:Close
109  Fri Feb 13 22:04:30.866796096 2015  7  CSeq:1290
110  Fri Feb 13 22:04:30.866796096 2015  7  Accept:application/sdp
111  Fri Feb 13 22:04:30.866796096 2015  7  --- LINE END ---
112  Fri Feb 13 22:04:30.866853194 2015  6  [rtsp.c:936] RTSP Client 192.168.1.107: Requested Connection closed with fd: 39 and Session ID: 0
113  Fri Feb 13 22:04:30.866953421 2015  7  [rtsp.c:645] RTSP/1.0 200 OK
114  Fri Feb 13 22:04:30.866953421 2015  7  CSeq: 1290
115  Fri Feb 13 22:04:30.866953421 2015  7  Content-Type: application/sdp
116  Fri Feb 13 22:04:30.866953421 2015  7  Content-Base: rtsp://192.168.1.60/
117  Fri Feb 13 22:04:30.866953421 2015  7  Content-Length: 286
118  Fri Feb 13 22:04:30.866953421 2015  7  --- LINE END ---
119  Fri Feb 13 22:04:30.866953421 2015  7  v=0
120  Fri Feb 13 22:04:30.866953421 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.60
121  Fri Feb 13 22:04:30.866953421 2015  7  s=SatIPServer:1 2
122  Fri Feb 13 22:04:30.866953421 2015  7  t=0 0
123  Fri Feb 13 22:04:30.866953421 2015  7  m=video 0 RTP/AVP 33
124  Fri Feb 13 22:04:30.866953421 2015  7  c=IN IP4 0.0.0.0
125  Fri Feb 13 22:04:30.866953421 2015  7  a=control:stream=0
126  Fri Feb 13 22:04:30.866953421 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,1,1,0,11612.00,0,dvbs,qpsk,2,0.35,22000,56;pids=0,16,17,18,19,20,32,33,36,110,120,121,122,130,131,8190
127  Fri Feb 13 22:04:30.866953421 2015  7  a=sendonly
128  Fri Feb 13 22:04:32.862633525 2015  6  [connection.c:263] RTSP Connection from 192.168.1.117 Port 56741 (fd: 47)
129  Fri Feb 13 22:04:32.867752428 2015  6  [rtsp.c:861] Client connection with sessionID 1702957685
130  Fri Feb 13 22:04:32.867773691 2015  6  [rtsp.c:866] RTSP Client 192.168.1.107: Found by sessionID 1702957685 with fd: 47
131  Fri Feb 13 22:04:32.867788564 2015  7  [rtsp.c:922] PLAY rtsp://192.168.1.60:554/stream=0?delpids=100,110,120,121,122,130,131 RTSP/1.0
132  Fri Feb 13 22:04:32.867788564 2015  7  Connection:Close
133  Fri Feb 13 22:04:32.867788564 2015  7  CSeq:1040
134  Fri Feb 13 22:04:32.867788564 2015  7  Session:1702957685
135  Fri Feb 13 22:04:32.867788564 2015  7  --- LINE END ---
136  Fri Feb 13 22:04:32.867848973 2015  6  [rtsp.c:936] RTSP Client 192.168.1.117: Requested Connection closed with fd: 47 and Session ID: 1702957685
137  Fri Feb 13 22:04:32.867884666 2015  6  [rtsp.c:522] Play Message
138  Fri Feb 13 22:04:32.867898924 2015  7  [tune.c:556] Frontend: 0, Remove filter PID: 110 - fd: 40 - Packet Count: 45774
139  Fri Feb 13 22:04:32.867932865 2015  7  [tune.c:556] Frontend: 0, Remove filter PID: 120 - fd: 41 - Packet Count: 2466
140  Fri Feb 13 22:04:32.867987751 2015  7  [tune.c:556] Frontend: 0, Remove filter PID: 121 - fd: 42 - Packet Count: 1877
141  Fri Feb 13 22:04:32.867998735 2015  7  [tune.c:556] Frontend: 0, Remove filter PID: 122 - fd: 43 - Packet Count: 1878
142  Fri Feb 13 22:04:32.868008995 2015  7  [tune.c:556] Frontend: 0, Remove filter PID: 130 - fd: 45 - Packet Count: 2816
143  Fri Feb 13 22:04:32.868019454 2015  7  [tune.c:556] Frontend: 0, Remove filter PID: 131 - fd: 59 - Packet Count: 198
144  Fri Feb 13 22:04:32.873115433 2015  7  [rtsp.c:997] RTSP Client 192.168.1.117: Connection closed with fd: 47 and Session ID: 1702957685
145  Fri Feb 13 22:04:32.878210861 2015  6  [connection.c:263] RTSP Connection from 192.168.1.117 Port 56742 (fd: 40)
146  Fri Feb 13 22:04:32.883298882 2015  6  [rtsp.c:861] Client connection with sessionID 1702957685
147  Fri Feb 13 22:04:32.883317966 2015  6  [rtsp.c:866] RTSP Client 192.168.1.117: Found by sessionID 1702957685 with fd: 40
148  Fri Feb 13 22:04:32.883332622 2015  7  [rtsp.c:922] PLAY rtsp://192.168.1.60:554/stream=0?addpids=44,104,105,106,110,163 RTSP/1.0
149  Fri Feb 13 22:04:32.883332622 2015  7  Connection:Close
150  Fri Feb 13 22:04:32.883332622 2015  7  CSeq:1041
151  Fri Feb 13 22:04:32.883332622 2015  7  Session:1702957685
152  Fri Feb 13 22:04:32.883332622 2015  7  --- LINE END ---
153  Fri Feb 13 22:04:32.883391884 2015  6  [rtsp.c:936] RTSP Client 192.168.1.117: Requested Connection closed with fd: 40 and Session ID: 1702957685
154  Fri Feb 13 22:04:32.883426076 2015  6  [rtsp.c:522] Play Message
155  Fri Feb 13 22:04:32.883466022 2015  7  [tune.c:552] Frontend: 0, Set filter PID: 44 - fd: 41
156  Fri Feb 13 22:04:32.883488249 2015  7  [tune.c:552] Frontend: 0, Set filter PID: 104 - fd: 42
157  Fri Feb 13 22:04:32.883502146 2015  7  [tune.c:552] Frontend: 0, Set filter PID: 105 - fd: 43
158  Fri Feb 13 22:04:32.883514454 2015  7  [tune.c:552] Frontend: 0, Set filter PID: 106 - fd: 45
159  Fri Feb 13 22:04:32.883528385 2015  7  [tune.c:552] Frontend: 0, Set filter PID: 110 - fd: 47
160  Fri Feb 13 22:04:32.883541038 2015  7  [tune.c:552] Frontend: 0, Set filter PID: 163 - fd: 48
161  Fri Feb 13 22:04:32.934858718 2015  7  [rtsp.c:997] RTSP Client 192.168.1.117: Connection closed with fd: 40 and Session ID: 1702957685
162  Fri Feb 13 22:04:32.940599383 2015  6  [connection.c:263] RTSP Connection from 192.168.1.117 Port 56743 (fd: 40)
163  Fri Feb 13 22:04:32.945688207 2015  6  [rtsp.c:861] Client connection with sessionID 1702957685
164  Fri Feb 13 22:04:32.945706608 2015  6  [rtsp.c:866] RTSP Client 192.168.1.117: Found by sessionID 1702957685 with fd: 40
165  Fri Feb 13 22:04:32.945722036 2015  7  [rtsp.c:922] SETUP rtsp://192.168.1.60:554/stream=0?src=1&freq=12188&pol=h&ro=0.35&msys=dvbs&mtype=qpsk&plts=off&sr=27500&fec=34 RTSP/1.0
166  Fri Feb 13 22:04:32.945722036 2015  7  Connection:Close
167  Fri Feb 13 22:04:32.945722036 2015  7  CSeq:1042
168  Fri Feb 13 22:04:32.945722036 2015  7  Transport:RTP/AVP;unicast;client_port=5000-5001
169  Fri Feb 13 22:04:32.945722036 2015  7  Session:1702957685
170  Fri Feb 13 22:04:32.945722036 2015  7  --- LINE END ---
171  Fri Feb 13 22:04:32.945901990 2015  6  [rtsp.c:936] RTSP Client 192.168.1.117: Requested Connection closed with fd: 40 and Session ID: 1702957685
172  Fri Feb 13 22:04:32.945941136 2015  6  [rtsp.c:457] Setup Message
173  Fri Feb 13 22:04:32.945950301 2015  7  [tune.c:396] Frontend: 0, Start tuning process
174  Fri Feb 13 22:04:32.945957678 2015  6  [tune.c:325] Frontend: 0, Sending DiSEqC [e0] [10] [38] [f3]
175  Fri Feb 13 22:04:33.155624830 2015  6  [tune.c:583] Frontend: 0, Waiting on lock.
176  Fri Feb 13 22:04:33.466360919 2015  6  [tune.c:594] Frontend: 0, Tuned and locked (FE status 31).
177  Fri Feb 13 22:04:33.579446991 2015  7  [rtsp.c:997] RTSP Client 192.168.1.117: Connection closed with fd: 40 and Session ID: 1702957685
178  Fri Feb 13 22:04:33.593429999 2015  6  [connection.c:263] RTSP Connection from 192.168.1.117 Port 56744 (fd: 38)
179  Fri Feb 13 22:04:33.598522944 2015  6  [rtsp.c:861] Client connection with sessionID 1702957685
180  Fri Feb 13 22:04:33.598543007 2015  6  [rtsp.c:866] RTSP Client 192.168.1.117: Found by sessionID 1702957685 with fd: 38
181  Fri Feb 13 22:04:33.598558074 2015  7  [rtsp.c:922] PLAY rtsp://192.168.1.60:554/stream=0?pids=0,16,17,18,20,44,104,105,106,110,163 RTSP/1.0
182  Fri Feb 13 22:04:33.598558074 2015  7  Connection:Close
183  Fri Feb 13 22:04:33.598558074 2015  7  CSeq:1043
184  Fri Feb 13 22:04:33.598558074 2015  7  Session:1702957685
185  Fri Feb 13 22:04:33.598558074 2015  7  --- LINE END ---
186  Fri Feb 13 22:04:33.598718044 2015  6  [rtsp.c:936] RTSP Client 192.168.1.117: Requested Connection closed with fd: 38 and Session ID: 1702957685
187  Fri Feb 13 22:04:33.598752049 2015  6  [rtsp.c:522] Play Message
188  Fri Feb 13 22:04:33.680923982 2015  7  [rtsp.c:997] RTSP Client 192.168.1.117: Connection closed with fd: 38 and Session ID: 1702957685
189  Fri Feb 13 22:04:33.686048874 2015  6  [connection.c:263] RTSP Connection from 192.168.1.117 Port 56745 (fd: 38)
190  Fri Feb 13 22:04:33.691141586 2015  6  [rtsp.c:861] Client connection with sessionID 1702957685
191  Fri Feb 13 22:04:33.691161210 2015  6  [rtsp.c:866] RTSP Client 192.168.1.117: Found by sessionID 1702957685 with fd: 38
192  Fri Feb 13 22:04:33.691203755 2015  7  [rtsp.c:922] PLAY rtsp://192.168.1.60:554/stream=0?delpids=106 RTSP/1.0
193  Fri Feb 13 22:04:33.691203755 2015  7  Connection:Close
194  Fri Feb 13 22:04:33.691203755 2015  7  CSeq:1044
195  Fri Feb 13 22:04:33.691203755 2015  7  Session:1702957685
196  Fri Feb 13 22:04:33.691203755 2015  7  --- LINE END ---
197  Fri Feb 13 22:04:33.691356573 2015  6  [rtsp.c:936] RTSP Client 192.168.1.117: Requested Connection closed with fd: 38 and Session ID: 1702957685
198  Fri Feb 13 22:04:33.691390124 2015  6  [rtsp.c:522] Play Message
199  Fri Feb 13 22:04:33.691400576 2015  7  [tune.c:556] Frontend: 0, Remove filter PID: 106 - fd: 45 - Packet Count: 58
200  Fri Feb 13 22:04:35.257089272 2015  7  [rtsp.c:997] RTSP Client 192.168.1.107: Connection closed with fd: 30 and Session ID: 0
201  Fri Feb 13 22:04:35.262227435 2015  6  [connection.c:263] RTSP Connection from 192.168.1.107 Port 52809 (fd: 30)
202  Fri Feb 13 22:04:35.267319927 2015  6  [rtsp.c:888] RTSP Client 192.168.1.107: Found empty slot for fd: 30
203  Fri Feb 13 22:04:35.267341276 2015  6  [rtsp.c:912] RTSP Client 192.168.1.107: With fd: 30 is outide Session
204  Fri Feb 13 22:04:35.267354532 2015  7  [rtsp.c:922] DESCRIBE rtsp://192.168.1.60/ RTSP/1.0
205  Fri Feb 13 22:04:35.267354532 2015  7  Connection:Close
206  Fri Feb 13 22:04:35.267354532 2015  7  CSeq:1340
207  Fri Feb 13 22:04:35.267354532 2015  7  Accept:application/sdp
208  Fri Feb 13 22:04:35.267354532 2015  7  --- LINE END ---
209  Fri Feb 13 22:04:35.267413956 2015  6  [rtsp.c:936] RTSP Client 192.168.1.107: Requested Connection closed with fd: 30 and Session ID: 0
210  Fri Feb 13 22:04:35.267523123 2015  7  [rtsp.c:645] RTSP/1.0 200 OK
211  Fri Feb 13 22:04:35.267523123 2015  7  CSeq: 1340
212  Fri Feb 13 22:04:35.267523123 2015  7  Content-Type: application/sdp
213  Fri Feb 13 22:04:35.267523123 2015  7  Content-Base: rtsp://192.168.1.60/
214  Fri Feb 13 22:04:35.267523123 2015  7  Content-Length: 281
215  Fri Feb 13 22:04:35.267523123 2015  7  --- LINE END ---
216  Fri Feb 13 22:04:35.267523123 2015  7  v=0
217  Fri Feb 13 22:04:35.267523123 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.60
218  Fri Feb 13 22:04:35.267523123 2015  7  s=SatIPServer:1 2
219  Fri Feb 13 22:04:35.267523123 2015  7  t=0 0
220  Fri Feb 13 22:04:35.267523123 2015  7  m=video 0 RTP/AVP 33
221  Fri Feb 13 22:04:35.267523123 2015  7  c=IN IP4 0.0.0.0
222  Fri Feb 13 22:04:35.267523123 2015  7  a=control:stream=0
223  Fri Feb 13 22:04:35.267523123 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,1,1,0,12188.00,0,dvbs,qpsk,2,0.35,27500,34;pids=0,16,17,18,19,20,32,33,36,44,104,105,110,163,8190
224  Fri Feb 13 22:04:35.267523123 2015  7  a=sendonly
225  Fri Feb 13 22:04:35.942810996 2015  7  [rtsp.c:997] RTSP Client 192.168.1.107: Connection closed with fd: 27 and Session ID: 0
226  Fri Feb 13 22:04:35.942883402 2015  7  [rtsp.c:997] RTSP Client 192.168.1.107: Connection closed with fd: 39 and Session ID: 0
227  Fri Feb 13 22:04:35.948410175 2015  6  [connection.c:263] RTSP Connection from 192.168.1.107 Port 52815 (fd: 27)
228  Fri Feb 13 22:04:35.953494810 2015  6  [connection.c:263] RTSP Connection from 192.168.1.107 Port 52816 (fd: 39)
229  Fri Feb 13 22:04:35.953526539 2015  6  [rtsp.c:888] RTSP Client 192.168.1.107: Found empty slot for fd: 27
230  Fri Feb 13 22:04:35.953564955 2015  6  [rtsp.c:912] RTSP Client 192.168.1.107: With fd: 27 is outide Session
231  Fri Feb 13 22:04:35.953602815 2015  7  [rtsp.c:922] DESCRIBE rtsp://192.168.1.60/ RTSP/1.0
232  Fri Feb 13 22:04:35.953602815 2015  7  Connection:Close
233  Fri Feb 13 22:04:35.953602815 2015  7  CSeq:1291
234  Fri Feb 13 22:04:35.953602815 2015  7  Accept:application/sdp
235  Fri Feb 13 22:04:35.953602815 2015  7  --- LINE END ---
236  Fri Feb 13 22:04:35.953738676 2015  6  [rtsp.c:936] RTSP Client 192.168.1.107: Requested Connection closed with fd: 27 and Session ID: 0
237  Fri Feb 13 22:04:35.953808828 2015  7  [rtsp.c:645] RTSP/1.0 200 OK
238  Fri Feb 13 22:04:35.953808828 2015  7  CSeq: 1291
239  Fri Feb 13 22:04:35.953808828 2015  7  Content-Type: application/sdp
240  Fri Feb 13 22:04:35.953808828 2015  7  Content-Base: rtsp://192.168.1.60/
241  Fri Feb 13 22:04:35.953808828 2015  7  Content-Length: 281
242  Fri Feb 13 22:04:35.953808828 2015  7  --- LINE END ---
243  Fri Feb 13 22:04:35.953808828 2015  7  v=0
244  Fri Feb 13 22:04:35.953808828 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.60
245  Fri Feb 13 22:04:35.953808828 2015  7  s=SatIPServer:1 2
246  Fri Feb 13 22:04:35.953808828 2015  7  t=0 0
247  Fri Feb 13 22:04:35.953808828 2015  7  m=video 0 RTP/AVP 33
248  Fri Feb 13 22:04:35.953808828 2015  7  c=IN IP4 0.0.0.0
249  Fri Feb 13 22:04:35.953808828 2015  7  a=control:stream=0
250  Fri Feb 13 22:04:35.953808828 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,1,1,0,12188.00,0,dvbs,qpsk,2,0.35,27500,34;pids=0,16,17,18,19,20,32,33,36,44,104,105,110,163,8190
251  Fri Feb 13 22:04:35.953808828 2015  7  a=sendonly
252  Fri Feb 13 22:04:35.959100878 2015  6  [rtsp.c:888] RTSP Client 192.168.1.107: Found empty slot for fd: 39
253  Fri Feb 13 22:04:35.959120603 2015  6  [rtsp.c:912] RTSP Client 192.168.1.107: With fd: 39 is outide Session
254  Fri Feb 13 22:04:35.959133095 2015  7  [rtsp.c:922] DESCRIBE rtsp://192.168.1.60/ RTSP/1.0
255  Fri Feb 13 22:04:35.959133095 2015  7  Connection:Close
256  Fri Feb 13 22:04:35.959133095 2015  7  CSeq:1291
257  Fri Feb 13 22:04:35.959133095 2015  7  Accept:application/sdp
258  Fri Feb 13 22:04:35.959133095 2015  7  --- LINE END ---
259  Fri Feb 13 22:04:35.959280955 2015  6  [rtsp.c:936] RTSP Client 192.168.1.107: Requested Connection closed with fd: 39 and Session ID: 0
260  Fri Feb 13 22:04:35.959350703 2015  7  [rtsp.c:645] RTSP/1.0 200 OK
261  Fri Feb 13 22:04:35.959350703 2015  7  CSeq: 1291
262  Fri Feb 13 22:04:35.959350703 2015  7  Content-Type: application/sdp
263  Fri Feb 13 22:04:35.959350703 2015  7  Content-Base: rtsp://192.168.1.60/
264  Fri Feb 13 22:04:35.959350703 2015  7  Content-Length: 281
265  Fri Feb 13 22:04:35.959350703 2015  7  --- LINE END ---
266  Fri Feb 13 22:04:35.959350703 2015  7  v=0
267  Fri Feb 13 22:04:35.959350703 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.60
268  Fri Feb 13 22:04:35.959350703 2015  7  s=SatIPServer:1 2
269  Fri Feb 13 22:04:35.959350703 2015  7  t=0 0
270  Fri Feb 13 22:04:35.959350703 2015  7  m=video 0 RTP/AVP 33
271  Fri Feb 13 22:04:35.959350703 2015  7  c=IN IP4 0.0.0.0
272  Fri Feb 13 22:04:35.959350703 2015  7  a=control:stream=0
273  Fri Feb 13 22:04:35.959350703 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,1,1,0,12188.00,0,dvbs,qpsk,2,0.35,27500,34;pids=0,16,17,18,19,20,32,33,36,44,104,105,110,163,8190
274  Fri Feb 13 22:04:35.959350703 2015  7  a=sendonly
275  Fri Feb 13 22:04:40.364155729 2015  7  [rtsp.c:997] RTSP Client 192.168.1.107: Connection closed with fd: 30 and Session ID: 0
276  Fri Feb 13 22:04:40.369286257 2015  6  [connection.c:263] RTSP Connection from 192.168.1.107 Port 52850 (fd: 30)
277  Fri Feb 13 22:04:40.374375276 2015  6  [rtsp.c:888] RTSP Client 192.168.1.107: Found empty slot for fd: 30
278  Fri Feb 13 22:04:40.374396648 2015  6  [rtsp.c:912] RTSP Client 192.168.1.107: With fd: 30 is outide Session
279  Fri Feb 13 22:04:40.374409961 2015  7  [rtsp.c:922] DESCRIBE rtsp://192.168.1.60/ RTSP/1.0
280  Fri Feb 13 22:04:40.374409961 2015  7  Connection:Close
281  Fri Feb 13 22:04:40.374409961 2015  7  CSeq:1341
282  Fri Feb 13 22:04:40.374409961 2015  7  Accept:application/sdp
283  Fri Feb 13 22:04:40.374409961 2015  7  --- LINE END ---
284  Fri Feb 13 22:04:40.374560802 2015  6  [rtsp.c:936] RTSP Client 192.168.1.107: Requested Connection closed with fd: 30 and Session ID: 0
285  Fri Feb 13 22:04:40.374645182 2015  7  [rtsp.c:645] RTSP/1.0 200 OK
286  Fri Feb 13 22:04:40.374645182 2015  7  CSeq: 1341
287  Fri Feb 13 22:04:40.374645182 2015  7  Content-Type: application/sdp
288  Fri Feb 13 22:04:40.374645182 2015  7  Content-Base: rtsp://192.168.1.60/
289  Fri Feb 13 22:04:40.374645182 2015  7  Content-Length: 281
290  Fri Feb 13 22:04:40.374645182 2015  7  --- LINE END ---
291  Fri Feb 13 22:04:40.374645182 2015  7  v=0
292  Fri Feb 13 22:04:40.374645182 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.60
293  Fri Feb 13 22:04:40.374645182 2015  7  s=SatIPServer:1 2
294  Fri Feb 13 22:04:40.374645182 2015  7  t=0 0
295  Fri Feb 13 22:04:40.374645182 2015  7  m=video 0 RTP/AVP 33
296  Fri Feb 13 22:04:40.374645182 2015  7  c=IN IP4 0.0.0.0
297  Fri Feb 13 22:04:40.374645182 2015  7  a=control:stream=0
298  Fri Feb 13 22:04:40.374645182 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,1,1,0,12188.00,0,dvbs,qpsk,2,0.35,27500,34;pids=0,16,17,18,19,20,32,33,36,44,104,105,110,163,8190
299  Fri Feb 13 22:04:40.374645182 2015  7  a=sendonly
300  Fri Feb 13 22:04:41.027486504 2015  7  [rtsp.c:997] RTSP Client 192.168.1.107: Connection closed with fd: 27 and Session ID: 0
301  Fri Feb 13 22:04:41.033447732 2015  6  [connection.c:263] RTSP Connection from 192.168.1.107 Port 52855 (fd: 27)
302  Fri Feb 13 22:04:41.038531096 2015  6  [rtsp.c:888] RTSP Client 192.168.1.107: Found empty slot for fd: 27
303  Fri Feb 13 22:04:41.038552145 2015  6  [rtsp.c:912] RTSP Client 192.168.1.107: With fd: 27 is outide Session
304  Fri Feb 13 22:04:41.038565169 2015  7  [rtsp.c:922] DESCRIBE rtsp://192.168.1.60/ RTSP/1.0
305  Fri Feb 13 22:04:41.038565169 2015  7  Connection:Close
306  Fri Feb 13 22:04:41.038565169 2015  7  CSeq:1292
307  Fri Feb 13 22:04:41.038565169 2015  7  Accept:application/sdp
308  Fri Feb 13 22:04:41.038565169 2015  7  --- LINE END ---
309  Fri Feb 13 22:04:41.038727602 2015  6  [rtsp.c:936] RTSP Client 192.168.1.107: Requested Connection closed with fd: 27 and Session ID: 0
310  Fri Feb 13 22:04:41.038809743 2015  7  [rtsp.c:645] RTSP/1.0 200 OK
311  Fri Feb 13 22:04:41.038809743 2015  7  CSeq: 1292
312  Fri Feb 13 22:04:41.038809743 2015  7  Content-Type: application/sdp
313  Fri Feb 13 22:04:41.038809743 2015  7  Content-Base: rtsp://192.168.1.60/
314  Fri Feb 13 22:04:41.038809743 2015  7  Content-Length: 281
315  Fri Feb 13 22:04:41.038809743 2015  7  --- LINE END ---
316  Fri Feb 13 22:04:41.038809743 2015  7  v=0
317  Fri Feb 13 22:04:41.038809743 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.60
318  Fri Feb 13 22:04:41.038809743 2015  7  s=SatIPServer:1 2
319  Fri Feb 13 22:04:41.038809743 2015  7  t=0 0
320  Fri Feb 13 22:04:41.038809743 2015  7  m=video 0 RTP/AVP 33
321  Fri Feb 13 22:04:41.038809743 2015  7  c=IN IP4 0.0.0.0
322  Fri Feb 13 22:04:41.038809743 2015  7  a=control:stream=0
323  Fri Feb 13 22:04:41.038809743 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,1,1,0,12188.00,0,dvbs,qpsk,2,0.35,27500,34;pids=0,16,17,18,19,20,32,33,36,44,104,105,110,163,8190
324  Fri Feb 13 22:04:41.038809743 2015  7  a=sendonly
325  Fri Feb 13 22:04:41.044109244 2015  7  [rtsp.c:997] RTSP Client 192.168.1.107: Connection closed with fd: 39 and Session ID: 0
326  Fri Feb 13 22:04:41.049206142 2015  6  [connection.c:263] RTSP Connection from 192.168.1.107 Port 52857 (fd: 39)
327  Fri Feb 13 22:04:41.054289469 2015  6  [rtsp.c:888] RTSP Client 192.168.1.107: Found empty slot for fd: 39
328  Fri Feb 13 22:04:41.054309393 2015  6  [rtsp.c:912] RTSP Client 192.168.1.107: With fd: 39 is outide Session
329  Fri Feb 13 22:04:41.054322117 2015  7  [rtsp.c:922] DESCRIBE rtsp://192.168.1.60/ RTSP/1.0
330  Fri Feb 13 22:04:41.054322117 2015  7  Connection:Close
331  Fri Feb 13 22:04:41.054322117 2015  7  CSeq:1292
332  Fri Feb 13 22:04:41.054322117 2015  7  Accept:application/sdp
333  Fri Feb 13 22:04:41.054322117 2015  7  --- LINE END ---
334  Fri Feb 13 22:04:41.054484692 2015  6  [rtsp.c:936] RTSP Client 192.168.1.107: Requested Connection closed with fd: 39 and Session ID: 0
335  Fri Feb 13 22:04:41.054556776 2015  7  [rtsp.c:645] RTSP/1.0 200 OK
336  Fri Feb 13 22:04:41.054556776 2015  7  CSeq: 1292
337  Fri Feb 13 22:04:41.054556776 2015  7  Content-Type: application/sdp
338  Fri Feb 13 22:04:41.054556776 2015  7  Content-Base: rtsp://192.168.1.60/
339  Fri Feb 13 22:04:41.054556776 2015  7  Content-Length: 281
340  Fri Feb 13 22:04:41.054556776 2015  7  --- LINE END ---
341  Fri Feb 13 22:04:41.054556776 2015  7  v=0
342  Fri Feb 13 22:04:41.054556776 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.60
343  Fri Feb 13 22:04:41.054556776 2015  7  s=SatIPServer:1 2
344  Fri Feb 13 22:04:41.054556776 2015  7  t=0 0
345  Fri Feb 13 22:04:41.054556776 2015  7  m=video 0 RTP/AVP 33
346  Fri Feb 13 22:04:41.054556776 2015  7  c=IN IP4 0.0.0.0
347  Fri Feb 13 22:04:41.054556776 2015  7  a=control:stream=0
348  Fri Feb 13 22:04:41.054556776 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,1,1,0,12188.00,0,dvbs,qpsk,2,0.35,27500,34;pids=0,16,17,18,19,20,32,33,36,44,104,105,110,163,8190
349  Fri Feb 13 22:04:41.054556776 2015  7  a=sendonly

crash on pids=all

when try to use vlc to open rtsp://192.168.178.133/?freq=338.000&msys=dvbc&sr=6900&mtype=256qam&pids=all it will crash

in this mode you can select a different program inside vlc

Jan 27 00:29:35 yavdr2 SatIP Server[15812]: 0 --- starting ---
Jan 27 00:29:35 yavdr2 SatIP Server[15812]: 1 Not the preferred DVB API version, for correct function it should be 5.5 or higher
Jan 27 00:29:35 yavdr2 SatIP Server[15812]: 2 current DVB_API_VERSION: 5.4
Jan 27 00:29:35 yavdr2 SatIP Server[15812]: 3 Detecting frontends in: /dev/dvb
Jan 27 00:29:35 yavdr2 SatIP Server[15812]: 4 Frontends found: 4
Jan 27 00:29:35 yavdr2 SatIP Server[15812]: 5 Frontend Name: Philips TDA10023 DVB-C
Jan 27 00:29:35 yavdr2 SatIP Server[15812]: 6 Frontend Name: Montage RS6000(DVBSky)
Jan 27 00:29:35 yavdr2 SatIP Server[15812]: 7 Frontend Name: Montage RS6000(DVBSky)
Jan 27 00:29:35 yavdr2 SatIP Server[15812]: 8 Frontend Name: DRXK DVB-C DVB-T
Jan 27 00:29:35 yavdr2 SatIP Server[15812]: 9 eth0: 192.168.178.133 [00:40:ca:a2:c7:9d]
Jan 27 00:29:35 yavdr2 SatIP Server[15812]: 10 Setting up RTSP server
Jan 27 00:29:35 yavdr2 SatIP Server[15812]: 11 Setting up HTTP server
Jan 27 00:29:35 yavdr2 SatIP Server[15812]: 12 Setting up 8 RTP servers
Jan 27 00:29:35 yavdr2 SatIP Server[15812]: 13 Setting up 8 RTCP servers
Jan 27 00:29:35 yavdr2 SatIP Server[15812]: 14 Setting up SSDP server
Jan 27 00:30:11 yavdr2 SatIP Server[15812]: 15 RTSP Connection from 192.168.178.130 Port 62795
Jan 27 00:30:11 yavdr2 SatIP Server[15812]: 16 Frontend: 0, With SYS_DVBC_ANNEX_A Attaching dynamically to client 192.168.178.130
Jan 27 00:30:11 yavdr2 SatIP Server[15812]: 17 Setup Message
Jan 27 00:30:11 yavdr2 SatIP Server[15812]: 18 Modify Transport Parameters
Jan 27 00:30:11 yavdr2 SatIP Server[15812]: 19 Frontend: 0, Opened FE fd: 24.
Jan 27 00:30:12 yavdr2 SatIP Server[15812]: 20 Frontend: 0, Waiting on lock.
Jan 27 00:30:12 yavdr2 SatIP Server[15812]: 21 Frontend: 0, Not locked yet (FE status 0)...
Jan 27 00:30:12 yavdr2 SatIP Server[15812]: 22 Frontend: 0, Tuned and locked (FE status 31).
Jan 27 00:30:12 yavdr2 SatIP Server[15812]: 23 Frontend: 0, Opened DVR fd: 25.
Jan 27 00:30:12 yavdr2 SatIP Server[15812]: 24 Frontend: 0, Start streaming to 192.168.178.130 (54948 - 54949)
Jan 27 00:30:12 yavdr2 SatIP Server[15812]: 25 Frontend: 0, Start RTCP stream to 192.168.178.130 (54948 - 54949)
Jan 27 00:30:12 yavdr2 SatIP Server[15812]: 26 Frontend: 0, Open Frontend Monitor for 192.168.178.130 (54948 - 54949)
Jan 27 00:30:12 yavdr2 SatIP Server[15812]: 27 Setup Message
Jan 27 00:30:12 yavdr2 SatIP Server[15812]: 28 Modify Transport Parameters
Jan 27 00:30:12 yavdr2 SatIP Server[15812]: 29 Setup Message
Jan 27 00:30:12 yavdr2 SatIP Server[15812]: 30 Modify Transport Parameters
Jan 27 00:30:12 yavdr2 SatIP Server[15812]: 31 Setup Message
Jan 27 00:30:12 yavdr2 SatIP Server[15812]: 32 Modify Transport Parameters
Jan 27 00:30:12 yavdr2 SatIP Server[15812]: 33 Play Message
Jan 27 00:31:52 yavdr2 SatIP Server[15812]: 34 Frontend: 0, Teardown Message, gracefull: 1
Jan 27 00:31:52 yavdr2 SatIP Server[15812]: 35 RTSP Connection from 192.168.178.130 Port 62796
Jan 27 00:31:52 yavdr2 kernel: [194905.142090] thread_rtsp[15813]: segfault at 30 ip 0000000000405ae6 sp 00007f4861ee2bd0 error 6 in satpi[400000+e000]

compile issue

it's on a banana pi
Linux bananas 3.4.103 #1 SMP PREEMPT Fri Oct 17 00:32:24 CST 2014 armv7l GNU/Linux

had to change the check to get it compiled

if FULL_DVB_API_VERSION >= 0x0505

root@bananas:/usr/src/satip/SATPI-master# make
./version.sh Version.cpp > /dev/null
g++ -c -Wall -Wextra -Winit-self -O2 -s -DNDEBUG Version.cpp
g++ -c -Wall -Wextra -Winit-self -O2 -s -DNDEBUG Satpi.cpp
g++ -c -Wall -Wextra -Winit-self -O2 -s -DNDEBUG ChannelData.cpp
g++ -c -Wall -Wextra -Winit-self -O2 -s -DNDEBUG StreamProperties.cpp
g++ -c -Wall -Wextra -Winit-self -O2 -s -DNDEBUG Properties.cpp
g++ -c -Wall -Wextra -Winit-self -O2 -s -DNDEBUG StringConverter.cpp
StringConverter.cpp: In static member function 'static const char* StringConverter::transmode_to_string(int)':
StringConverter.cpp:323:8: error: 'TRANSMISSION_MODE_C1' was not declared in this scope
StringConverter.cpp:325:8: error: 'TRANSMISSION_MODE_C3780' was not declared in this scope
Makefile:73: recipe for target 'StringConverter.o' failed
make: *** [StringConverter.o] Error 1
root@bananas:/usr/src/satip/SATPI-master#

SATPI does not stream anything after ~1 day

Hi Marc,

I noticed that SATPI stop streaming after ~1 day. During the day SATPI is mostly idle, about 2h of TV plus the EPG scanning (occuring everyday at 00:04 & 12:04).

This issue is pretty strange, as killing & restarting SATPI does not solve it, only a full restart of my cubox clear the error out.This does not seems to be driver/firmware related, as w_scan works fine when SATPI don't.

My best guess would be that the some parameter of the tuner (counters, status, ...) might over time get values that does not suit SATPI's expectations.

Here is the log:
0  Wed Apr 1 23:46:17.084133398 2015  6  [ Satpi.cpp:247] --- starting SatPI version: 1.5.56~gab67788 ---
1  Wed Apr 1 23:46:17.085467135 2015  6  [ InterfaceAttr.h:094] eth0: 192.168.1.22 [d0:63:b4:00:6f:fa]
2  Wed Apr 1 23:46:17.086566524 2015  7  [ Streams.cpp:113] Not the preferred DVB API version, for correct function it should be 5.5 or higher
3  Wed Apr 1 23:46:17.086661862 2015  7  [ Streams.cpp:115] Current DVB_API_VERSION: 5.4
4  Wed Apr 1 23:46:17.086732866 2015  6  [ Streams.cpp:117] Detecting frontends in: /dev/dvb
5  Wed Apr 1 23:46:17.089678350 2015  6  [ Streams.cpp:135] Frontends found: 2
6  Wed Apr 1 23:46:17.090209046 2015  6  [ Frontend.cpp:147] Frontend Name: DRXK DVB-C DVB-T
7  Wed Apr 1 23:46:17.090294718 2015  7  [ Frontend.cpp:247] Frontend Type: Cable (Annex C)
8  Wed Apr 1 23:46:17.090355388 2015  7  [ Frontend.cpp:256] Frontend Type: Unknown 18
9  Wed Apr 1 23:46:17.090412391 2015  7  [ Frontend.cpp:229] Frontend Type: Terrestrial (DVB-T)
10  Wed Apr 1 23:46:17.090471728 2015  7  [ Frontend.cpp:260] Frontend Freq: 47000000 Hz to 865000000 Hz
11  Wed Apr 1 23:46:17.090529398 2015  7  [ Frontend.cpp:261] Frontend srat: 870000 symbols/s to 11700000 symbols/s
12  Wed Apr 1 23:46:17.090614736 2015  6  [ Frontend.cpp:147] Frontend Name: DRXK DVB-C DVB-T
13  Wed Apr 1 23:46:17.090680739 2015  7  [ Frontend.cpp:247] Frontend Type: Cable (Annex C)
14  Wed Apr 1 23:46:17.090735076 2015  7  [ Frontend.cpp:256] Frontend Type: Unknown 18
15  Wed Apr 1 23:46:17.090834748 2015  7  [ Frontend.cpp:229] Frontend Type: Terrestrial (DVB-T)
16  Wed Apr 1 23:46:17.090891418 2015  7  [ Frontend.cpp:260] Frontend Freq: 47000000 Hz to 865000000 Hz
17  Wed Apr 1 23:46:17.090945088 2015  7  [ Frontend.cpp:261] Frontend srat: 870000 symbols/s to 11700000 symbols/s
18  Wed Apr 1 23:46:17.091359445 2015  6  [ RtspServer.cpp:059] Setting up RTSP server
19  Wed Apr 1 23:46:17.091630128 2015  6  [ HttpServer.cpp:075] Setting up HTTP server
20  Wed Apr 1 23:46:17.092005482 2015  6  [ SsdpServer.cpp:108] Setting up SSDP server with BOOTID: 12
21  Wed Apr 1 23:46:17.141704523 2015  6  [ TcpSocket.cpp:149] HTTP Connection from 192.168.1.119 Port 59908 (fd: 8)
22  Wed Apr 1 23:46:17.341457745 2015  6  [ TcpSocket.cpp:149] HTTP Connection from 192.168.1.119 Port 59910 (fd: 9)
23  Wed Apr 1 23:46:17.347433071 2015  6  [ TcpSocket.cpp:149] HTTP Connection from 192.168.1.119 Port 59911 (fd: 10)
24  Wed Apr 1 23:46:17.347735088 2015  6  [ TcpSocket.cpp:149] HTTP Connection from 192.168.1.119 Port 59912 (fd: 11)
25  Wed Apr 1 23:46:17.355869531 2015  6  [ TcpSocket.cpp:149] HTTP Connection from 192.168.1.119 Port 59913 (fd: 12)
26  Wed Apr 1 23:46:17.431427983 2015  6  [ TcpSocket.cpp:149] HTTP Connection from 192.168.1.119 Port 59909 (fd: 13)
27  Wed Apr 1 23:46:26.647211324 2015  6  [ SsdpServer.cpp:191] SAT>IP Client 192.168.1.20 : tries to discover the network, sending an reply
28  Wed Apr 1 23:46:26.647515341 2015  6  [ SsdpServer.cpp:191] SAT>IP Client 192.168.1.20 : tries to discover the network, sending an reply
29  Wed Apr 1 23:46:26.647799689 2015  6  [ SsdpServer.cpp:191] SAT>IP Client 192.168.1.20 : tries to discover the network, sending an reply
30  Wed Apr 1 23:46:26.898895396 2015  6  [ TcpSocket.cpp:149] HTTP Connection from 192.168.1.20 Port 59384 (fd: 14)
31  Wed Apr 1 23:46:26.899156075 2015  7  [ HttpServer.cpp:178] Client: 192.168.1.20 requesed /desc.xml
32  Wed Apr 1 23:46:26.901820204 2015  7  [ TcpSocket.cpp:085] HTTP Client 192.168.1.20: Connection closed with fd: 14
33  Wed Apr 1 23:46:42.006462860 2015  6  [ TcpSocket.cpp:149] RTSP Connection from 192.168.1.20 Port 51744 (fd: 14)
34  Wed Apr 1 23:46:42.006698540 2015  7  [ RtspServer.cpp:072] Data from client 192.168.1.20: SETUP rtsp://192.168.1.22/?fe=3&freq=354&sr=6900&msys=dvbc&mtype=256qam&fec=35 RTSP/1.0
35  Wed Apr 1 23:46:42.006698540 2015  7  Transport: RTP/AVP;unicast;client_port=37080-37081
36  Wed Apr 1 23:46:42.006698540 2015  7  CSeq: 1
37  Wed Apr 1 23:46:42.006698540 2015  7  --- LINE END ---
38  Wed Apr 1 23:46:42.007270572 2015  6  [ Streams.cpp:250] Found StreamID x - SessionID x - Creating new SessionID: 1702957685
39  Wed Apr 1 23:46:42.007442914 2015  6  [ Stream.cpp:064] Stream: 0, StreamClient[0] with SessionID 1702957685 for dvbc
40  Wed Apr 1 23:46:42.007622924 2015  7  [ Stream.cpp:209] Stream: 0, Parsing transport parameters...
41  Wed Apr 1 23:46:42.009242345 2015  7  [ StreamClient.cpp:043] Connection can close: 0
42  Wed Apr 1 23:46:42.009585697 2015  6  [ Frontend.cpp:475] Stream: 0, Opened /dev/dvb/adapter0/frontend0 fd: 15
43  Wed Apr 1 23:46:42.009729371 2015  7  [ Frontend.cpp:410] Stream: 0, Start tuning process...
44  Wed Apr 1 23:46:42.010401740 2015  6  [ Frontend.cpp:486] Stream: 0, Waiting on lock...
45  Wed Apr 1 23:46:42.010534748 2015  6  [ Frontend.cpp:500] Stream: 0, Not locked yet (FE status 0x0)...
46  Wed Apr 1 23:46:42.184504563 2015  6  [ Frontend.cpp:500] Stream: 0, Not locked yet (FE status 0x0)...
47  Wed Apr 1 23:46:42.240883969 2015  6  [ Frontend.cpp:500] Stream: 0, Not locked yet (FE status 0x0)...
48  Wed Apr 1 23:46:42.303012023 2015  6  [ Frontend.cpp:497] Stream: 0, Tuned and locked (FE status 0x1F).
49  Wed Apr 1 23:46:42.303522717 2015  6  [ Frontend.cpp:518] Stream: 0, Opened /dev/dvb/adapter0/dvr0 fd: 16.
50  Wed Apr 1 23:46:42.304020411 2015  6  [ Frontend.cpp:530] Stream: 0, Updating PID filters...
51  Wed Apr 1 23:46:42.304957462 2015  6  [ RtpThread.cpp:095] Stream: 0, Start RTP stream to 192.168.1.20:37080
52  Wed Apr 1 23:46:42.305298147 2015  6  [ RtcpThread.cpp:073] Stream: 0, Start RTCP stream to 192.168.1.20:37081
53  Wed Apr 1 23:46:42.305446822 2015  7  [ RtspServer.cpp:141] RTSP/1.0 200 OK
54  Wed Apr 1 23:46:42.305446822 2015  7  CSeq: 1
55  Wed Apr 1 23:46:42.305446822 2015  7  Session: 1702957685;timeout=60
56  Wed Apr 1 23:46:42.305446822 2015  7  Transport: RTP/AVP;unicast;client_port=37080-37081
57  Wed Apr 1 23:46:42.305446822 2015  7  com.ses.streamID: 0
58  Wed Apr 1 23:46:42.305446822 2015  7  --- LINE END ---
59  Wed Apr 1 23:46:42.306811896 2015  7  [ RtspServer.cpp:072] Data from client 192.168.1.20: PLAY rtsp://192.168.1.22/stream=0?addpids=0,1,16,17,18,208,209,210,219,228,238 RTSP/1.0
60  Wed Apr 1 23:46:42.306811896 2015  7  Session: 1702957685
61  Wed Apr 1 23:46:42.306811896 2015  7  CSeq: 2
62  Wed Apr 1 23:46:42.306811896 2015  7  --- LINE END ---
63  Wed Apr 1 23:46:42.307336925 2015  6  [ Streams.cpp:242] Found StreamID x - SessionID: 1702957685
64  Wed Apr 1 23:46:42.307483600 2015  6  [ Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 1702957685
65  Wed Apr 1 23:46:42.307624941 2015  7  [ Stream.cpp:209] Stream: 0, Parsing transport parameters...
66  Wed Apr 1 23:46:42.308187971 2015  7  [ StreamClient.cpp:043] Connection can close: 0
67  Wed Apr 1 23:46:42.308336313 2015  6  [ Frontend.cpp:530] Stream: 0, Updating PID filters...
68  Wed Apr 1 23:46:42.308529657 2015  7  [ Frontend.cpp:547] Stream: 0, Set filter PID: 0000 - fd: 020
69  Wed Apr 1 23:46:42.308711667 2015  7  [ Frontend.cpp:547] Stream: 0, Set filter PID: 0001 - fd: 021
70  Wed Apr 1 23:46:42.308935012 2015  7  [ Frontend.cpp:547] Stream: 0, Set filter PID: 0016 - fd: 022
71  Wed Apr 1 23:46:42.309129356 2015  7  [ Frontend.cpp:547] Stream: 0, Set filter PID: 0017 - fd: 023
72  Wed Apr 1 23:46:42.309285031 2015  7  [ Frontend.cpp:547] Stream: 0, Set filter PID: 0018 - fd: 024
73  Wed Apr 1 23:46:42.309470041 2015  7  [ Frontend.cpp:547] Stream: 0, Set filter PID: 0208 - fd: 025
74  Wed Apr 1 23:46:42.309648718 2015  7  [ Frontend.cpp:547] Stream: 0, Set filter PID: 0209 - fd: 026
75  Wed Apr 1 23:46:42.309880397 2015  7  [ Frontend.cpp:547] Stream: 0, Set filter PID: 0210 - fd: 027
76  Wed Apr 1 23:46:42.310046739 2015  7  [ Frontend.cpp:547] Stream: 0, Set filter PID: 0219 - fd: 028
77  Wed Apr 1 23:46:42.310221415 2015  7  [ Frontend.cpp:547] Stream: 0, Set filter PID: 0228 - fd: 029
78  Wed Apr 1 23:46:42.310397092 2015  7  [ Frontend.cpp:547] Stream: 0, Set filter PID: 0238 - fd: 030
79  Wed Apr 1 23:46:42.311092130 2015  7  [ RtspServer.cpp:165] RTSP/1.0 200 OK
80  Wed Apr 1 23:46:42.311092130 2015  7  RTP-Info: url=rtsp://192.168.1.22/stream=0
81  Wed Apr 1 23:46:42.311092130 2015  7  CSeq: 2
82  Wed Apr 1 23:46:42.311092130 2015  7  Session: 1702957685
83  Wed Apr 1 23:46:42.311092130 2015  7  --- LINE END ---
84  Wed Apr 1 23:46:47.953643356 2015  6  [ TcpSocket.cpp:149] RTSP Connection from 192.168.1.20 Port 51745 (fd: 31)
85  Wed Apr 1 23:46:47.953891703 2015  7  [ RtspServer.cpp:072] Data from client 192.168.1.20: SETUP rtsp://192.168.1.22/?fe=4&freq=354&sr=6900&msys=dvbc&mtype=256qam&fec=35 RTSP/1.0
86  Wed Apr 1 23:46:47.953891703 2015  7  Transport: RTP/AVP;unicast;client_port=40120-40121
87  Wed Apr 1 23:46:47.953891703 2015  7  CSeq: 1
88  Wed Apr 1 23:46:47.953891703 2015  7  --- LINE END ---
89  Wed Apr 1 23:46:47.954398064 2015  6  [ Streams.cpp:250] Found StreamID x - SessionID x - Creating new SessionID: 0205744672
90  Wed Apr 1 23:46:47.954545405 2015  6  [ Stream.cpp:064] Stream: 1, StreamClient[0] with SessionID 0205744672 for dvbc
91  Wed Apr 1 23:46:47.954678412 2015  7  [ Stream.cpp:209] Stream: 1, Parsing transport parameters...
92  Wed Apr 1 23:46:47.956238497 2015  7  [ StreamClient.cpp:043] Connection can close: 0
93  Wed Apr 1 23:46:47.956552181 2015  6  [ Frontend.cpp:475] Stream: 1, Opened /dev/dvb/adapter1/frontend0 fd: 32
94  Wed Apr 1 23:46:47.956688188 2015  7  [ Frontend.cpp:410] Stream: 1, Start tuning process...
95  Wed Apr 1 23:46:47.957337557 2015  6  [ Frontend.cpp:486] Stream: 1, Waiting on lock...
96  Wed Apr 1 23:46:47.957457897 2015  6  [ Frontend.cpp:500] Stream: 1, Not locked yet (FE status 0x0)...
97  Wed Apr 1 23:46:48.124693012 2015  6  [ Frontend.cpp:500] Stream: 1, Not locked yet (FE status 0x0)...
98  Wed Apr 1 23:46:48.180571058 2015  6  [ Frontend.cpp:500] Stream: 1, Not locked yet (FE status 0x0)...
99  Wed Apr 1 23:46:48.242575105 2015  6  [ Frontend.cpp:497] Stream: 1, Tuned and locked (FE status 0x1F).
100  Wed Apr 1 23:46:48.243092133 2015  6  [ Frontend.cpp:518] Stream: 1, Opened /dev/dvb/adapter1/dvr0 fd: 33.
101  Wed Apr 1 23:46:48.243537490 2015  6  [ Frontend.cpp:530] Stream: 1, Updating PID filters...
102  Wed Apr 1 23:46:48.244425205 2015  6  [ RtpThread.cpp:095] Stream: 1, Start RTP stream to 192.168.1.20:40120
103  Wed Apr 1 23:46:48.244798892 2015  6  [ RtcpThread.cpp:073] Stream: 1, Start RTCP stream to 192.168.1.20:40121
104  Wed Apr 1 23:46:48.244951567 2015  7  [ RtspServer.cpp:141] RTSP/1.0 200 OK
105  Wed Apr 1 23:46:48.244951567 2015  7  CSeq: 1
106  Wed Apr 1 23:46:48.244951567 2015  7  Session: 0205744672;timeout=60
107  Wed Apr 1 23:46:48.244951567 2015  7  Transport: RTP/AVP;unicast;client_port=40120-40121
108  Wed Apr 1 23:46:48.244951567 2015  7  com.ses.streamID: 1
109  Wed Apr 1 23:46:48.244951567 2015  7  --- LINE END ---
110  Wed Apr 1 23:46:48.245796613 2015  7  [ RtspServer.cpp:072] Data from client 192.168.1.20: TEARDOWN rtsp://192.168.1.22/stream=0 RTSP/1.0
111  Wed Apr 1 23:46:48.245796613 2015  7  Session: 1702957685
112  Wed Apr 1 23:46:48.245796613 2015  7  CSeq: 3
113  Wed Apr 1 23:46:48.245796613 2015  7  --- LINE END ---
114  Wed Apr 1 23:46:48.246413980 2015  6  [ Streams.cpp:242] Found StreamID x - SessionID: 1702957685
115  Wed Apr 1 23:46:48.246553321 2015  6  [ Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 1702957685
116  Wed Apr 1 23:46:48.246727331 2015  7  [ StreamClient.cpp:043] Connection can close: 1
117  Wed Apr 1 23:46:48.246881006 2015  6  [ Stream.cpp:137] Stream: 0, Teardown StreamClient[0] with SessionID 1702957685
118  Wed Apr 1 23:46:48.347108802 2015  6  [ RtpThread.cpp:107] Stream: 0, Stop RTP stream to 192.168.1.20:37080 (Streamed 0.000 MBytes)
119  Wed Apr 1 23:46:48.547445722 2015  6  [ RtcpThread.cpp:083] Stream: 0, Stop RTCP stream to 192.168.1.20:37081
120  Wed Apr 1 23:46:48.547597730 2015  7  [ Frontend.cpp:562] Stream: 0, Remove filter PID: 0000 - fd: 020 - Packet Count: 0
121  Wed Apr 1 23:46:48.547799075 2015  7  [ Frontend.cpp:562] Stream: 0, Remove filter PID: 0001 - fd: 021 - Packet Count: 0
122  Wed Apr 1 23:46:48.547950416 2015  7  [ Frontend.cpp:562] Stream: 0, Remove filter PID: 0016 - fd: 022 - Packet Count: 0
123  Wed Apr 1 23:46:48.548092757 2015  7  [ Frontend.cpp:562] Stream: 0, Remove filter PID: 0017 - fd: 023 - Packet Count: 0
124  Wed Apr 1 23:46:48.548235432 2015  7  [ Frontend.cpp:562] Stream: 0, Remove filter PID: 0018 - fd: 024 - Packet Count: 0
125  Wed Apr 1 23:46:48.548386773 2015  7  [ Frontend.cpp:562] Stream: 0, Remove filter PID: 0208 - fd: 025 - Packet Count: 0
126  Wed Apr 1 23:46:48.548529114 2015  7  [ Frontend.cpp:562] Stream: 0, Remove filter PID: 0209 - fd: 026 - Packet Count: 0
127  Wed Apr 1 23:46:48.548671122 2015  7  [ Frontend.cpp:562] Stream: 0, Remove filter PID: 0210 - fd: 027 - Packet Count: 0
128  Wed Apr 1 23:46:48.548834798 2015  7  [ Frontend.cpp:562] Stream: 0, Remove filter PID: 0219 - fd: 028 - Packet Count: 0
129  Wed Apr 1 23:46:48.548977472 2015  7  [ Frontend.cpp:562] Stream: 0, Remove filter PID: 0228 - fd: 029 - Packet Count: 0
130  Wed Apr 1 23:46:48.549131481 2015  7  [ Frontend.cpp:562] Stream: 0, Remove filter PID: 0238 - fd: 030 - Packet Count: 0
131  Wed Apr 1 23:46:48.549828519 2015  7  [ RtspServer.cpp:281] RTSP/1.0 200 OK
132  Wed Apr 1 23:46:48.549828519 2015  7  CSeq: 3
133  Wed Apr 1 23:46:48.549828519 2015  7  Session: 1702957685
134  Wed Apr 1 23:46:48.549828519 2015  7  --- LINE END ---
135  Wed Apr 1 23:46:48.550528557 2015  7  [ TcpSocket.cpp:085] RTSP Client 192.168.1.20: Connection closed with fd: 14
136  Wed Apr 1 23:46:48.550803238 2015  6  [ Streams.cpp:222] Found SessionID 1702957685 by SocketClient
137  Wed Apr 1 23:46:48.551020250 2015  6  [ Streams.cpp:242] Found StreamID x - SessionID: 1702957685
138  Wed Apr 1 23:46:48.551151924 2015  6  [ Stream.cpp:067] Stream: 0, StreamClient[0] with SessionID 1702957685
139  Wed Apr 1 23:46:48.551360269 2015  6  [ Stream.cpp:129] Stream: 0, Close StreamClient[0] with SessionID 1702957685
140  Wed Apr 1 23:46:48.552066307 2015  7  [ RtspServer.cpp:072] Data from client 192.168.1.20: PLAY rtsp://192.168.1.22/stream=1?addpids=0,1,16,17,18,208,209,210,219,228,238 RTSP/1.0
141  Wed Apr 1 23:46:48.552066307 2015  7  Session: 0205744672
142  Wed Apr 1 23:46:48.552066307 2015  7  CSeq: 2
143  Wed Apr 1 23:46:48.552066307 2015  7  --- LINE END ---
144  Wed Apr 1 23:46:48.552795680 2015  6  [ Streams.cpp:242] Found StreamID x - SessionID: 0205744672
145  Wed Apr 1 23:46:48.552955356 2015  6  [ Stream.cpp:081] Stream: 0, No StreamClient with SessionID 0205744672
146  Wed Apr 1 23:46:48.553104364 2015  6  [ Stream.cpp:067] Stream: 1, StreamClient[0] with SessionID 0205744672
147  Wed Apr 1 23:46:48.553245705 2015  7  [ Stream.cpp:209] Stream: 1, Parsing transport parameters...
148  Wed Apr 1 23:46:48.553804069 2015  7  [ StreamClient.cpp:043] Connection can close: 0
149  Wed Apr 1 23:46:48.553931742 2015  6  [ Frontend.cpp:530] Stream: 1, Updating PID filters...
150  Wed Apr 1 23:46:48.554102752 2015  7  [ Frontend.cpp:547] Stream: 1, Set filter PID: 0000 - fd: 014
151  Wed Apr 1 23:46:48.554259427 2015  7  [ Frontend.cpp:547] Stream: 1, Set filter PID: 0001 - fd: 015
152  Wed Apr 1 23:46:48.554413102 2015  7  [ Frontend.cpp:547] Stream: 1, Set filter PID: 0016 - fd: 016
153  Wed Apr 1 23:46:48.554568444 2015  7  [ Frontend.cpp:547] Stream: 1, Set filter PID: 0017 - fd: 018
154  Wed Apr 1 23:46:48.554722119 2015  7  [ Frontend.cpp:547] Stream: 1, Set filter PID: 0018 - fd: 020
155  Wed Apr 1 23:46:48.554931463 2015  7  [ Frontend.cpp:547] Stream: 1, Set filter PID: 0208 - fd: 021
156  Wed Apr 1 23:46:48.555087805 2015  7  [ Frontend.cpp:547] Stream: 1, Set filter PID: 0209 - fd: 022
157  Wed Apr 1 23:46:48.555240814 2015  7  [ Frontend.cpp:547] Stream: 1, Set filter PID: 0210 - fd: 023
158  Wed Apr 1 23:46:48.555393489 2015  7  [ Frontend.cpp:547] Stream: 1, Set filter PID: 0219 - fd: 024
159  Wed Apr 1 23:46:48.555548497 2015  7  [ Frontend.cpp:547] Stream: 1, Set filter PID: 0228 - fd: 025
160  Wed Apr 1 23:46:48.555703506 2015  7  [ Frontend.cpp:547] Stream: 1, Set filter PID: 0238 - fd: 026
161  Wed Apr 1 23:46:48.556317872 2015  7  [ RtspServer.cpp:165] RTSP/1.0 200 OK
162  Wed Apr 1 23:46:48.556317872 2015  7  RTP-Info: url=rtsp://192.168.1.22/stream=1
163  Wed Apr 1 23:46:48.556317872 2015  7  CSeq: 2
164  Wed Apr 1 23:46:48.556317872 2015  7  Session: 0205744672
165  Wed Apr 1 23:46:48.556317872 2015  7  --- LINE END ---
166  Wed Apr 1 23:46:54.004308135 2015  7  [ RtspServer.cpp:072] Data from client 192.168.1.20: TEARDOWN rtsp://192.168.1.22/stream=1 RTSP/1.0
167  Wed Apr 1 23:46:54.004308135 2015  7  Session: 0205744672
168  Wed Apr 1 23:46:54.004308135 2015  7  CSeq: 3
169  Wed Apr 1 23:46:54.004308135 2015  7  --- LINE END ---
170  Wed Apr 1 23:46:54.004920506 2015  6  [ Streams.cpp:242] Found StreamID x - SessionID: 0205744672
171  Wed Apr 1 23:46:54.005060181 2015  6  [ Stream.cpp:081] Stream: 0, No StreamClient with SessionID 0205744672
172  Wed Apr 1 23:46:54.005215523 2015  6  [ Stream.cpp:067] Stream: 1, StreamClient[0] with SessionID 0205744672
173  Wed Apr 1 23:46:54.005389867 2015  7  [ StreamClient.cpp:043] Connection can close: 1
174  Wed Apr 1 23:46:54.005520542 2015  6  [ Stream.cpp:137] Stream: 1, Teardown StreamClient[0] with SessionID 0205744672
175  Wed Apr 1 23:46:54.105745687 2015  6  [ RtpThread.cpp:107] Stream: 1, Stop RTP stream to 192.168.1.20:40120 (Streamed 0.000 MBytes)
176  Wed Apr 1 23:46:54.306111925 2015  6  [ RtcpThread.cpp:083] Stream: 1, Stop RTCP stream to 192.168.1.20:40121
177  Wed Apr 1 23:46:54.306271935 2015  7  [ Frontend.cpp:562] Stream: 1, Remove filter PID: 0000 - fd: 014 - Packet Count: 0
178  Wed Apr 1 23:46:54.306435946 2015  7  [ Frontend.cpp:562] Stream: 1, Remove filter PID: 0001 - fd: 015 - Packet Count: 0
179  Wed Apr 1 23:46:54.306581621 2015  7  [ Frontend.cpp:562] Stream: 1, Remove filter PID: 0016 - fd: 016 - Packet Count: 0
180  Wed Apr 1 23:46:54.306723964 2015  7  [ Frontend.cpp:562] Stream: 1, Remove filter PID: 0017 - fd: 018 - Packet Count: 0
181  Wed Apr 1 23:46:54.306911642 2015  7  [ Frontend.cpp:562] Stream: 1, Remove filter PID: 0018 - fd: 020 - Packet Count: 0
182  Wed Apr 1 23:46:54.307065652 2015  7  [ Frontend.cpp:562] Stream: 1, Remove filter PID: 0208 - fd: 021 - Packet Count: 0
183  Wed Apr 1 23:46:54.307206994 2015  7  [ Frontend.cpp:562] Stream: 1, Remove filter PID: 0209 - fd: 022 - Packet Count: 0
184  Wed Apr 1 23:46:54.307348336 2015  7  [ Frontend.cpp:562] Stream: 1, Remove filter PID: 0210 - fd: 023 - Packet Count: 0
185  Wed Apr 1 23:46:54.307487011 2015  7  [ Frontend.cpp:562] Stream: 1, Remove filter PID: 0219 - fd: 024 - Packet Count: 0
186  Wed Apr 1 23:46:54.307627353 2015  7  [ Frontend.cpp:562] Stream: 1, Remove filter PID: 0228 - fd: 025 - Packet Count: 0
187  Wed Apr 1 23:46:54.307785697 2015  7  [ Frontend.cpp:562] Stream: 1, Remove filter PID: 0238 - fd: 026 - Packet Count: 0
188  Wed Apr 1 23:46:54.308456406 2015  7  [ RtspServer.cpp:281] RTSP/1.0 200 OK
189  Wed Apr 1 23:46:54.308456406 2015  7  CSeq: 3
190  Wed Apr 1 23:46:54.308456406 2015  7  Session: 0205744672
191  Wed Apr 1 23:46:54.308456406 2015  7  --- LINE END ---
192  Wed Apr 1 23:46:54.309568804 2015  7  [ TcpSocket.cpp:085] RTSP Client 192.168.1.20: Connection closed with fd: 31
193  Wed Apr 1 23:46:54.309777149 2015  6  [ Streams.cpp:222] Found SessionID 0205744672 by SocketClient
194  Wed Apr 1 23:46:54.309961493 2015  6  [ Streams.cpp:242] Found StreamID x - SessionID: 0205744672
195  Wed Apr 1 23:46:54.310093500 2015  6  [ Stream.cpp:081] Stream: 0, No StreamClient with SessionID 0205744672
196  Wed Apr 1 23:46:54.310310512 2015  6  [ Stream.cpp:067] Stream: 1, StreamClient[0] with SessionID 0205744672
197  Wed Apr 1 23:46:54.310436852 2015  6  [ Stream.cpp:129] Stream: 1, Close StreamClient[0] with SessionID 0205744672

Here is what TVH thinks of it:
2015-04-01 23:46:48.000 mpegts: 354MHz in Cablecom - tuning on SAT>IP DVB-C Tuner #4 (192.168.1.22)
2015-04-01 23:46:48.000 subscription: 0001: "HTTP" subscribing on "RTS Un HD", weight: 100, adapter: "SAT>IP DVB-C Tuner #4 (192.168.1.22)", network: "Cablecom", mux: "354MHz", provider: "upc", service: "RTS Un HD", profile="pass", hostname="192.168.1.119", username="", client="VLC/2.1.5 LibVLC/2.1.5"
2015-04-01 23:46:58.000 webui: Couldn't start streaming /stream/channel/5e5d62222d01b16f97b770cb62be5481, No input detected

Here is an example of w_scan:
314000: sr6900 (time: 07:44) (time: 07:45) signal ok:
QAM_256 f = 314000 kHz S6900C999
Info: no data from NIT(actual)
322000: sr6900 (time: 07:58) (time: 07:59) signal ok:
QAM_256 f = 322000 kHz S6900C999
Info: no data from NIT(actual)
330000: sr6900 (time: 08:11) (time: 08:12) signal ok:
QAM_256 f = 330000 kHz S6900C999
Info: no data from NIT(actual)
338000: sr6900 (time: 08:24) (time: 08:25) signal ok:
QAM_256 f = 338000 kHz S6900C999
Info: no data from NIT(actual)
346000: sr6900 (time: 08:38) (time: 08:39) signal ok:
QAM_256 f = 346000 kHz S6900C999

session value

you may need print it as %010d to make it act like the octonet

SATPI crashes

SATPI crashes with segfault. EyeTV as client. Maybe fast channel changes caused the crash.

[  551.076757] thread_rtsp[1614]: segfault at 18 ip 00007f6cdcdb4324 sp 00007f6cdc7dbdc0 error 4 in libpthread-2.19.so[7f6cdcdaa000+19000]
0  Thu Jan 29 11:54:28.892892164 2015  7  a=control:stream=1
1  Thu Jan 29 11:54:28.892892164 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=2,0,1,0,11954000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=,270,2171,5411,5412,5413,5415,5416
2  Thu Jan 29 11:54:28.892892164 2015  7  a=sendonly
3  Thu Jan 29 11:54:33.986434423 2015  7  [rtsp.c:882] RTSP Connection closed as expected by Client: 192.168.1.107 ??
4  Thu Jan 29 11:54:33.988389881 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 49509
5  Thu Jan 29 11:54:33.988788096 2015  7  [rtsp.c:815] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
6  Thu Jan 29 11:54:33.988788096 2015  7  Connection:Close
7  Thu Jan 29 11:54:33.988788096 2015  7  CSeq:1028
8  Thu Jan 29 11:54:33.988788096 2015  7  Accept:application/sdp
9  Thu Jan 29 11:54:33.988788096 2015  7  --- LINE END ---
10  Thu Jan 29 11:54:33.988896054 2015  6  [rtsp.c:829] RTSP Requested Connection closed by Client: 192.168.1.107
11  Thu Jan 29 11:54:33.989020642 2015  7  [rtsp.c:618] RTSP/1.0 200 OK
12  Thu Jan 29 11:54:33.989020642 2015  7  CSeq: 1028
13  Thu Jan 29 11:54:33.989020642 2015  7  Content-Type: application/sdp
14  Thu Jan 29 11:54:33.989020642 2015  7  Content-Base: rtsp://192.168.1.161/
15  Thu Jan 29 11:54:33.989020642 2015  7  Content-Length: 528
16  Thu Jan 29 11:54:33.989020642 2015  7  --- LINE END ---
17  Thu Jan 29 11:54:33.989020642 2015  7  v=0
18  Thu Jan 29 11:54:33.989020642 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
19  Thu Jan 29 11:54:33.989020642 2015  7  s=SatIPServer:1 2
20  Thu Jan 29 11:54:33.989020642 2015  7  t=0 0
21  Thu Jan 29 11:54:33.989020642 2015  7  m=video 0 RTP/AVP 33
22  Thu Jan 29 11:54:33.989020642 2015  7  c=IN IP4 0.0.0.0
23  Thu Jan 29 11:54:33.989020642 2015  7  a=control:stream=0
24  Thu Jan 29 11:54:33.989020642 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,1,0,11362000,0,SYS_DVBS2,PSK_8,2,0.35,22000000,FEC_2_3;pids=0,16,17,18,19,20,201,202,203,204,206,6170,6400,6410,6420,6421,6422,6423,6430,8190
25  Thu Jan 29 11:54:33.989020642 2015  7  a=inactive
26  Thu Jan 29 11:54:33.989020642 2015  7  m=video 0 RTP/AVP 33
27  Thu Jan 29 11:54:33.989020642 2015  7  c=IN IP4 0.0.0.0
28  Thu Jan 29 11:54:33.989020642 2015  7  a=control:stream=1
29  Thu Jan 29 11:54:33.989020642 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=2,0,1,0,11954000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=,270,2171,5411,5412,5413,5415,5416
30  Thu Jan 29 11:54:33.989020642 2015  7  a=sendonly
31  Thu Jan 29 11:54:38.349045276 2015  7  [rtsp.c:882] RTSP Connection closed as expected by Client: 192.168.1.107 ??
32  Thu Jan 29 11:54:38.350545257 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 49510
33  Thu Jan 29 11:54:38.351479219 2015  7  [rtsp.c:815] OPTIONS rtsp://192.168.1.161/ RTSP/1.0
34  Thu Jan 29 11:54:38.351479219 2015  7  Connection:Close
35  Thu Jan 29 11:54:38.351479219 2015  7  CSeq:1074
36  Thu Jan 29 11:54:38.351479219 2015  7  Session:00000002
37  Thu Jan 29 11:54:38.351479219 2015  7  --- LINE END ---
38  Thu Jan 29 11:54:38.351587769 2015  6  [rtsp.c:829] RTSP Requested Connection closed by Client: 192.168.1.107
39  Thu Jan 29 11:54:39.073838117 2015  7  [rtsp.c:882] RTSP Connection closed as expected by Client: 192.168.1.107 ??
40  Thu Jan 29 11:54:39.075175639 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 49511
41  Thu Jan 29 11:54:39.075209440 2015  7  [rtsp.c:815] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
42  Thu Jan 29 11:54:39.075209440 2015  7  Connection:Close
43  Thu Jan 29 11:54:39.075209440 2015  7  CSeq:1029
44  Thu Jan 29 11:54:39.075209440 2015  7  Accept:application/sdp
45  Thu Jan 29 11:54:39.075209440 2015  7  --- LINE END ---
46  Thu Jan 29 11:54:39.075363439 2015  6  [rtsp.c:829] RTSP Requested Connection closed by Client: 192.168.1.107
47  Thu Jan 29 11:54:39.075477031 2015  7  [rtsp.c:618] RTSP/1.0 200 OK
48  Thu Jan 29 11:54:39.075477031 2015  7  CSeq: 1029
49  Thu Jan 29 11:54:39.075477031 2015  7  Content-Type: application/sdp
50  Thu Jan 29 11:54:39.075477031 2015  7  Content-Base: rtsp://192.168.1.161/
51  Thu Jan 29 11:54:39.075477031 2015  7  Content-Length: 528
52  Thu Jan 29 11:54:39.075477031 2015  7  --- LINE END ---
53  Thu Jan 29 11:54:39.075477031 2015  7  v=0
54  Thu Jan 29 11:54:39.075477031 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
55  Thu Jan 29 11:54:39.075477031 2015  7  s=SatIPServer:1 2
56  Thu Jan 29 11:54:39.075477031 2015  7  t=0 0
57  Thu Jan 29 11:54:39.075477031 2015  7  m=video 0 RTP/AVP 33
58  Thu Jan 29 11:54:39.075477031 2015  7  c=IN IP4 0.0.0.0
59  Thu Jan 29 11:54:39.075477031 2015  7  a=control:stream=0
60  Thu Jan 29 11:54:39.075477031 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,1,0,11362000,0,SYS_DVBS2,PSK_8,2,0.35,22000000,FEC_2_3;pids=0,16,17,18,19,20,201,202,203,204,206,6170,6400,6410,6420,6421,6422,6423,6430,8190
61  Thu Jan 29 11:54:39.075477031 2015  7  a=inactive
62  Thu Jan 29 11:54:39.075477031 2015  7  m=video 0 RTP/AVP 33
63  Thu Jan 29 11:54:39.075477031 2015  7  c=IN IP4 0.0.0.0
64  Thu Jan 29 11:54:39.075477031 2015  7  a=control:stream=1
65  Thu Jan 29 11:54:39.075477031 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=2,0,1,0,11954000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=,270,2171,5411,5412,5413,5415,5416
66  Thu Jan 29 11:54:39.075477031 2015  7  a=sendonly
67  Thu Jan 29 11:54:44.150740768 2015  7  [rtsp.c:882] RTSP Connection closed as expected by Client: 192.168.1.107 ??
68  Thu Jan 29 11:54:44.152331681 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 49512
69  Thu Jan 29 11:54:44.152365284 2015  7  [rtsp.c:815] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
70  Thu Jan 29 11:54:44.152365284 2015  7  Connection:Close
71  Thu Jan 29 11:54:44.152365284 2015  7  CSeq:1030
72  Thu Jan 29 11:54:44.152365284 2015  7  Accept:application/sdp
73  Thu Jan 29 11:54:44.152365284 2015  7  --- LINE END ---
74  Thu Jan 29 11:54:44.152485336 2015  6  [rtsp.c:829] RTSP Requested Connection closed by Client: 192.168.1.107
75  Thu Jan 29 11:54:44.152598601 2015  7  [rtsp.c:618] RTSP/1.0 200 OK
76  Thu Jan 29 11:54:44.152598601 2015  7  CSeq: 1030
77  Thu Jan 29 11:54:44.152598601 2015  7  Content-Type: application/sdp
78  Thu Jan 29 11:54:44.152598601 2015  7  Content-Base: rtsp://192.168.1.161/
79  Thu Jan 29 11:54:44.152598601 2015  7  Content-Length: 528
80  Thu Jan 29 11:54:44.152598601 2015  7  --- LINE END ---
81  Thu Jan 29 11:54:44.152598601 2015  7  v=0
82  Thu Jan 29 11:54:44.152598601 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
83  Thu Jan 29 11:54:44.152598601 2015  7  s=SatIPServer:1 2
84  Thu Jan 29 11:54:44.152598601 2015  7  t=0 0
85  Thu Jan 29 11:54:44.152598601 2015  7  m=video 0 RTP/AVP 33
86  Thu Jan 29 11:54:44.152598601 2015  7  c=IN IP4 0.0.0.0
87  Thu Jan 29 11:54:44.152598601 2015  7  a=control:stream=0
88  Thu Jan 29 11:54:44.152598601 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,1,0,11362000,0,SYS_DVBS2,PSK_8,2,0.35,22000000,FEC_2_3;pids=0,16,17,18,19,20,201,202,203,204,206,6170,6400,6410,6420,6421,6422,6423,6430,8190
89  Thu Jan 29 11:54:44.152598601 2015  7  a=inactive
90  Thu Jan 29 11:54:44.152598601 2015  7  m=video 0 RTP/AVP 33
91  Thu Jan 29 11:54:44.152598601 2015  7  c=IN IP4 0.0.0.0
92  Thu Jan 29 11:54:44.152598601 2015  7  a=control:stream=1
93  Thu Jan 29 11:54:44.152598601 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=2,0,1,0,11954000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=,270,2171,5411,5412,5413,5415,5416
94  Thu Jan 29 11:54:44.152598601 2015  7  a=sendonly
95  Thu Jan 29 11:54:48.373356860 2015  7  [rtsp.c:882] RTSP Connection closed as expected by Client: 192.168.1.107 ??
96  Thu Jan 29 11:54:48.374729295 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 49513
97  Thu Jan 29 11:54:48.375172113 2015  7  [rtsp.c:815] TEARDOWN rtsp://192.168.1.161:554/stream=0 RTSP/1.0
98  Thu Jan 29 11:54:48.375172113 2015  7  Connection:Close
99  Thu Jan 29 11:54:48.375172113 2015  7  CSeq:1075
100  Thu Jan 29 11:54:48.375172113 2015  7  Session:00000002
101  Thu Jan 29 11:54:48.375172113 2015  7  --- LINE END ---
102  Thu Jan 29 11:54:48.375256840 2015  6  [rtsp.c:829] RTSP Requested Connection closed by Client: 192.168.1.107
103  Thu Jan 29 11:54:48.375310828 2015  6  [rtsp.c:727] Frontend: 0, Teardown Message, gracefull: 1
104  Thu Jan 29 11:54:48.378122739 2015  6  [rtp.c:207] Frontend: 0, Stop streaming to 192.168.1.107 (5000 - 5001) (Streamed 146.477 MBytes)
105  Thu Jan 29 11:54:48.524213297 2015  7  [tune.c:579] Frontend: 0, Remove filter PID 0 - Packet Count: 1351
106  Thu Jan 29 11:54:48.524302457 2015  7  [tune.c:579] Frontend: 0, Remove filter PID 16 - Packet Count: 261
107  Thu Jan 29 11:54:48.524347304 2015  7  [tune.c:579] Frontend: 0, Remove filter PID 17 - Packet Count: 1479
108  Thu Jan 29 11:54:48.524391970 2015  7  [tune.c:579] Frontend: 0, Remove filter PID 18 - Packet Count: 80231
109  Thu Jan 29 11:54:48.524425258 2015  7  [tune.c:579] Frontend: 0, Remove filter PID 19 - Packet Count: 0
110  Thu Jan 29 11:54:48.524438296 2015  7  [tune.c:579] Frontend: 0, Remove filter PID 20 - Packet Count: 138
111  Thu Jan 29 11:54:48.524460460 2015  7  [tune.c:579] Frontend: 0, Remove filter PID 201 - Packet Count: 172140
112  Thu Jan 29 11:54:48.524483258 2015  7  [tune.c:579] Frontend: 0, Remove filter PID 202 - Packet Count: 5772
113  Thu Jan 29 11:54:48.524505719 2015  7  [tune.c:579] Frontend: 0, Remove filter PID 203 - Packet Count: 5688
114  Thu Jan 29 11:54:48.524528524 2015  7  [tune.c:579] Frontend: 0, Remove filter PID 204 - Packet Count: 7461
115  Thu Jan 29 11:54:48.524540366 2015  7  [tune.c:579] Frontend: 0, Remove filter PID 206 - Packet Count: 13323
116  Thu Jan 29 11:54:48.524584250 2015  7  [tune.c:579] Frontend: 0, Remove filter PID 6170 - Packet Count: 386
117  Thu Jan 29 11:54:48.524601947 2015  7  [tune.c:579] Frontend: 0, Remove filter PID 6400 - Packet Count: 596
118  Thu Jan 29 11:54:48.524624553 2015  7  [tune.c:579] Frontend: 0, Remove filter PID 6410 - Packet Count: 413618
119  Thu Jan 29 11:54:48.524636433 2015  7  [tune.c:579] Frontend: 0, Remove filter PID 6420 - Packet Count: 10328
120  Thu Jan 29 11:54:48.524656680 2015  7  [tune.c:579] Frontend: 0, Remove filter PID 6421 - Packet Count: 7709
121  Thu Jan 29 11:54:48.524679250 2015  7  [tune.c:579] Frontend: 0, Remove filter PID 6422 - Packet Count: 18072
122  Thu Jan 29 11:54:48.524701272 2015  7  [tune.c:579] Frontend: 0, Remove filter PID 6423 - Packet Count: 7711
123  Thu Jan 29 11:54:48.524723500 2015  7  [tune.c:579] Frontend: 0, Remove filter PID 6430 - Packet Count: 11893
124  Thu Jan 29 11:54:48.524751762 2015  7  [tune.c:579] Frontend: 0, Remove filter PID 8190 - Packet Count: 0
125  Thu Jan 29 11:54:48.524764871 2015  6  [rtsp.c:682] Frontend: 0, Detached from client 192.168.1.107
126  Thu Jan 29 11:54:48.643348651 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 49514
127  Thu Jan 29 11:54:48.643387257 2015  7  [rtsp.c:815] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
128  Thu Jan 29 11:54:48.643387257 2015  7  Connection:Close
129  Thu Jan 29 11:54:48.643387257 2015  7  CSeq:1076
130  Thu Jan 29 11:54:48.643387257 2015  7  Accept:application/sdp
131  Thu Jan 29 11:54:48.643387257 2015  7  --- LINE END ---
132  Thu Jan 29 11:54:48.643536672 2015  6  [rtsp.c:829] RTSP Requested Connection closed by Client: 192.168.1.107
133  Thu Jan 29 11:54:48.643611009 2015  7  [rtsp.c:618] RTSP/1.0 200 OK
134  Thu Jan 29 11:54:48.643611009 2015  7  CSeq: 1076
135  Thu Jan 29 11:54:48.643611009 2015  7  Content-Type: application/sdp
136  Thu Jan 29 11:54:48.643611009 2015  7  Content-Base: rtsp://192.168.1.161/
137  Thu Jan 29 11:54:48.643611009 2015  7  Content-Length: 447
138  Thu Jan 29 11:54:48.643611009 2015  7  --- LINE END ---
139  Thu Jan 29 11:54:48.643611009 2015  7  v=0
140  Thu Jan 29 11:54:48.643611009 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
141  Thu Jan 29 11:54:48.643611009 2015  7  s=SatIPServer:1 2
142  Thu Jan 29 11:54:48.643611009 2015  7  t=0 0
143  Thu Jan 29 11:54:48.643611009 2015  7  m=video 0 RTP/AVP 33
144  Thu Jan 29 11:54:48.643611009 2015  7  c=IN IP4 0.0.0.0
145  Thu Jan 29 11:54:48.643611009 2015  7  a=control:stream=0
146  Thu Jan 29 11:54:48.643611009 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,1,0,11362000,0,SYS_DVBS2,PSK_8,2,0.35,22000000,FEC_2_3;pids=
147  Thu Jan 29 11:54:48.643611009 2015  7  a=inactive
148  Thu Jan 29 11:54:48.643611009 2015  7  m=video 0 RTP/AVP 33
149  Thu Jan 29 11:54:48.643611009 2015  7  c=IN IP4 0.0.0.0
150  Thu Jan 29 11:54:48.643611009 2015  7  a=control:stream=1
151  Thu Jan 29 11:54:48.643611009 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=2,0,1,0,11954000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=,270,2171,5411,5412,5413,5415,5416
152  Thu Jan 29 11:54:48.643611009 2015  7  a=sendonly
153  Thu Jan 29 11:54:49.239439651 2015  7  [rtsp.c:882] RTSP Connection closed as expected by Client: 192.168.1.107 ??
154  Thu Jan 29 11:54:49.240704888 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 49515
155  Thu Jan 29 11:54:49.241148264 2015  7  [rtsp.c:815] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
156  Thu Jan 29 11:54:49.241148264 2015  7  Connection:Close
157  Thu Jan 29 11:54:49.241148264 2015  7  CSeq:1031
158  Thu Jan 29 11:54:49.241148264 2015  7  Accept:application/sdp
159  Thu Jan 29 11:54:49.241148264 2015  7  --- LINE END ---
160  Thu Jan 29 11:54:49.241255129 2015  6  [rtsp.c:829] RTSP Requested Connection closed by Client: 192.168.1.107
161  Thu Jan 29 11:54:49.241371578 2015  7  [rtsp.c:618] RTSP/1.0 200 OK
162  Thu Jan 29 11:54:49.241371578 2015  7  CSeq: 1031
163  Thu Jan 29 11:54:49.241371578 2015  7  Content-Type: application/sdp
164  Thu Jan 29 11:54:49.241371578 2015  7  Content-Base: rtsp://192.168.1.161/
165  Thu Jan 29 11:54:49.241371578 2015  7  Content-Length: 447
166  Thu Jan 29 11:54:49.241371578 2015  7  --- LINE END ---
167  Thu Jan 29 11:54:49.241371578 2015  7  v=0
168  Thu Jan 29 11:54:49.241371578 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
169  Thu Jan 29 11:54:49.241371578 2015  7  s=SatIPServer:1 2
170  Thu Jan 29 11:54:49.241371578 2015  7  t=0 0
171  Thu Jan 29 11:54:49.241371578 2015  7  m=video 0 RTP/AVP 33
172  Thu Jan 29 11:54:49.241371578 2015  7  c=IN IP4 0.0.0.0
173  Thu Jan 29 11:54:49.241371578 2015  7  a=control:stream=0
174  Thu Jan 29 11:54:49.241371578 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,1,0,11362000,0,SYS_DVBS2,PSK_8,2,0.35,22000000,FEC_2_3;pids=
175  Thu Jan 29 11:54:49.241371578 2015  7  a=inactive
176  Thu Jan 29 11:54:49.241371578 2015  7  m=video 0 RTP/AVP 33
177  Thu Jan 29 11:54:49.241371578 2015  7  c=IN IP4 0.0.0.0
178  Thu Jan 29 11:54:49.241371578 2015  7  a=control:stream=1
179  Thu Jan 29 11:54:49.241371578 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=2,0,1,0,11954000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=,270,2171,5411,5412,5413,5415,5416
180  Thu Jan 29 11:54:49.241371578 2015  7  a=sendonly
181  Thu Jan 29 11:54:53.721779058 2015  7  [rtsp.c:882] RTSP Connection closed as expected by Client: 192.168.1.107 ??
182  Thu Jan 29 11:54:53.724423670 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 49516
183  Thu Jan 29 11:54:53.724441130 2015  7  [rtsp.c:815] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
184  Thu Jan 29 11:54:53.724441130 2015  7  Connection:Close
185  Thu Jan 29 11:54:53.724441130 2015  7  CSeq:1077
186  Thu Jan 29 11:54:53.724441130 2015  7  Accept:application/sdp
187  Thu Jan 29 11:54:53.724441130 2015  7  --- LINE END ---
188  Thu Jan 29 11:54:53.724538066 2015  6  [rtsp.c:829] RTSP Requested Connection closed by Client: 192.168.1.107
189  Thu Jan 29 11:54:53.724618894 2015  7  [rtsp.c:618] RTSP/1.0 200 OK
190  Thu Jan 29 11:54:53.724618894 2015  7  CSeq: 1077
191  Thu Jan 29 11:54:53.724618894 2015  7  Content-Type: application/sdp
192  Thu Jan 29 11:54:53.724618894 2015  7  Content-Base: rtsp://192.168.1.161/
193  Thu Jan 29 11:54:53.724618894 2015  7  Content-Length: 447
194  Thu Jan 29 11:54:53.724618894 2015  7  --- LINE END ---
195  Thu Jan 29 11:54:53.724618894 2015  7  v=0
196  Thu Jan 29 11:54:53.724618894 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
197  Thu Jan 29 11:54:53.724618894 2015  7  s=SatIPServer:1 2
198  Thu Jan 29 11:54:53.724618894 2015  7  t=0 0
199  Thu Jan 29 11:54:53.724618894 2015  7  m=video 0 RTP/AVP 33
200  Thu Jan 29 11:54:53.724618894 2015  7  c=IN IP4 0.0.0.0
201  Thu Jan 29 11:54:53.724618894 2015  7  a=control:stream=0
202  Thu Jan 29 11:54:53.724618894 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,1,0,11362000,0,SYS_DVBS2,PSK_8,2,0.35,22000000,FEC_2_3;pids=
203  Thu Jan 29 11:54:53.724618894 2015  7  a=inactive
204  Thu Jan 29 11:54:53.724618894 2015  7  m=video 0 RTP/AVP 33
205  Thu Jan 29 11:54:53.724618894 2015  7  c=IN IP4 0.0.0.0
206  Thu Jan 29 11:54:53.724618894 2015  7  a=control:stream=1
207  Thu Jan 29 11:54:53.724618894 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=2,0,1,0,11954000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=,270,2171,5411,5412,5413,5415,5416
208  Thu Jan 29 11:54:53.724618894 2015  7  a=sendonly
209  Thu Jan 29 11:54:54.312338820 2015  7  [rtsp.c:882] RTSP Connection closed as expected by Client: 192.168.1.107 ??
210  Thu Jan 29 11:54:54.313650652 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 49517
211  Thu Jan 29 11:54:54.313683334 2015  7  [rtsp.c:815] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
212  Thu Jan 29 11:54:54.313683334 2015  7  Connection:Close
213  Thu Jan 29 11:54:54.313683334 2015  7  CSeq:1032
214  Thu Jan 29 11:54:54.313683334 2015  7  Accept:application/sdp
215  Thu Jan 29 11:54:54.313683334 2015  7  --- LINE END ---
216  Thu Jan 29 11:54:54.313836629 2015  6  [rtsp.c:829] RTSP Requested Connection closed by Client: 192.168.1.107
217  Thu Jan 29 11:54:54.313914805 2015  7  [rtsp.c:618] RTSP/1.0 200 OK
218  Thu Jan 29 11:54:54.313914805 2015  7  CSeq: 1032
219  Thu Jan 29 11:54:54.313914805 2015  7  Content-Type: application/sdp
220  Thu Jan 29 11:54:54.313914805 2015  7  Content-Base: rtsp://192.168.1.161/
221  Thu Jan 29 11:54:54.313914805 2015  7  Content-Length: 447
222  Thu Jan 29 11:54:54.313914805 2015  7  --- LINE END ---
223  Thu Jan 29 11:54:54.313914805 2015  7  v=0
224  Thu Jan 29 11:54:54.313914805 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
225  Thu Jan 29 11:54:54.313914805 2015  7  s=SatIPServer:1 2
226  Thu Jan 29 11:54:54.313914805 2015  7  t=0 0
227  Thu Jan 29 11:54:54.313914805 2015  7  m=video 0 RTP/AVP 33
228  Thu Jan 29 11:54:54.313914805 2015  7  c=IN IP4 0.0.0.0
229  Thu Jan 29 11:54:54.313914805 2015  7  a=control:stream=0
230  Thu Jan 29 11:54:54.313914805 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,1,0,11362000,0,SYS_DVBS2,PSK_8,2,0.35,22000000,FEC_2_3;pids=
231  Thu Jan 29 11:54:54.313914805 2015  7  a=inactive
232  Thu Jan 29 11:54:54.313914805 2015  7  m=video 0 RTP/AVP 33
233  Thu Jan 29 11:54:54.313914805 2015  7  c=IN IP4 0.0.0.0
234  Thu Jan 29 11:54:54.313914805 2015  7  a=control:stream=1
235  Thu Jan 29 11:54:54.313914805 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=2,0,1,0,11954000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=,270,2171,5411,5412,5413,5415,5416
236  Thu Jan 29 11:54:54.313914805 2015  7  a=sendonly
237  Thu Jan 29 11:54:59.054043038 2015  7  [rtsp.c:882] RTSP Connection closed as expected by Client: 192.168.1.107 ??
238  Thu Jan 29 11:54:59.055954747 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 49518
239  Thu Jan 29 11:54:59.055986987 2015  7  [rtsp.c:815] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
240  Thu Jan 29 11:54:59.055986987 2015  7  Connection:Close
241  Thu Jan 29 11:54:59.055986987 2015  7  CSeq:1078
242  Thu Jan 29 11:54:59.055986987 2015  7  Accept:application/sdp
243  Thu Jan 29 11:54:59.055986987 2015  7  --- LINE END ---
244  Thu Jan 29 11:54:59.056153019 2015  6  [rtsp.c:829] RTSP Requested Connection closed by Client: 192.168.1.107
245  Thu Jan 29 11:54:59.056248929 2015  7  [rtsp.c:618] RTSP/1.0 200 OK
246  Thu Jan 29 11:54:59.056248929 2015  7  CSeq: 1078
247  Thu Jan 29 11:54:59.056248929 2015  7  Content-Type: application/sdp
248  Thu Jan 29 11:54:59.056248929 2015  7  Content-Base: rtsp://192.168.1.161/
249  Thu Jan 29 11:54:59.056248929 2015  7  Content-Length: 447
250  Thu Jan 29 11:54:59.056248929 2015  7  --- LINE END ---
251  Thu Jan 29 11:54:59.056248929 2015  7  v=0
252  Thu Jan 29 11:54:59.056248929 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
253  Thu Jan 29 11:54:59.056248929 2015  7  s=SatIPServer:1 2
254  Thu Jan 29 11:54:59.056248929 2015  7  t=0 0
255  Thu Jan 29 11:54:59.056248929 2015  7  m=video 0 RTP/AVP 33
256  Thu Jan 29 11:54:59.056248929 2015  7  c=IN IP4 0.0.0.0
257  Thu Jan 29 11:54:59.056248929 2015  7  a=control:stream=0
258  Thu Jan 29 11:54:59.056248929 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,1,0,11362000,0,SYS_DVBS2,PSK_8,2,0.35,22000000,FEC_2_3;pids=
259  Thu Jan 29 11:54:59.056248929 2015  7  a=inactive
260  Thu Jan 29 11:54:59.056248929 2015  7  m=video 0 RTP/AVP 33
261  Thu Jan 29 11:54:59.056248929 2015  7  c=IN IP4 0.0.0.0
262  Thu Jan 29 11:54:59.056248929 2015  7  a=control:stream=1
263  Thu Jan 29 11:54:59.056248929 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=2,0,1,0,11954000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=,270,2171,5411,5412,5413,5415,5416
264  Thu Jan 29 11:54:59.056248929 2015  7  a=sendonly
265  Thu Jan 29 11:54:59.579723489 2015  7  [rtsp.c:882] RTSP Connection closed as expected by Client: 192.168.1.107 ??
266  Thu Jan 29 11:54:59.580887798 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 49519
267  Thu Jan 29 11:54:59.580919419 2015  7  [rtsp.c:815] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
268  Thu Jan 29 11:54:59.580919419 2015  7  Connection:Close
269  Thu Jan 29 11:54:59.580919419 2015  7  CSeq:1033
270  Thu Jan 29 11:54:59.580919419 2015  7  Accept:application/sdp
271  Thu Jan 29 11:54:59.580919419 2015  7  --- LINE END ---
272  Thu Jan 29 11:54:59.581103265 2015  6  [rtsp.c:829] RTSP Requested Connection closed by Client: 192.168.1.107
273  Thu Jan 29 11:54:59.581190489 2015  7  [rtsp.c:618] RTSP/1.0 200 OK
274  Thu Jan 29 11:54:59.581190489 2015  7  CSeq: 1033
275  Thu Jan 29 11:54:59.581190489 2015  7  Content-Type: application/sdp
276  Thu Jan 29 11:54:59.581190489 2015  7  Content-Base: rtsp://192.168.1.161/
277  Thu Jan 29 11:54:59.581190489 2015  7  Content-Length: 447
278  Thu Jan 29 11:54:59.581190489 2015  7  --- LINE END ---
279  Thu Jan 29 11:54:59.581190489 2015  7  v=0
280  Thu Jan 29 11:54:59.581190489 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
281  Thu Jan 29 11:54:59.581190489 2015  7  s=SatIPServer:1 2
282  Thu Jan 29 11:54:59.581190489 2015  7  t=0 0
283  Thu Jan 29 11:54:59.581190489 2015  7  m=video 0 RTP/AVP 33
284  Thu Jan 29 11:54:59.581190489 2015  7  c=IN IP4 0.0.0.0
285  Thu Jan 29 11:54:59.581190489 2015  7  a=control:stream=0
286  Thu Jan 29 11:54:59.581190489 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,1,0,11362000,0,SYS_DVBS2,PSK_8,2,0.35,22000000,FEC_2_3;pids=
287  Thu Jan 29 11:54:59.581190489 2015  7  a=inactive
288  Thu Jan 29 11:54:59.581190489 2015  7  m=video 0 RTP/AVP 33
289  Thu Jan 29 11:54:59.581190489 2015  7  c=IN IP4 0.0.0.0
290  Thu Jan 29 11:54:59.581190489 2015  7  a=control:stream=1
291  Thu Jan 29 11:54:59.581190489 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=2,0,1,0,11954000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=,270,2171,5411,5412,5413,5415,5416
292  Thu Jan 29 11:54:59.581190489 2015  7  a=sendonly
293  Thu Jan 29 11:55:04.122120823 2015  7  [rtsp.c:882] RTSP Connection closed as expected by Client: 192.168.1.107 ??
294  Thu Jan 29 11:55:04.138771727 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 49520
295  Thu Jan 29 11:55:04.138805195 2015  7  [rtsp.c:815] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
296  Thu Jan 29 11:55:04.138805195 2015  7  Connection:Close
297  Thu Jan 29 11:55:04.138805195 2015  7  CSeq:1079
298  Thu Jan 29 11:55:04.138805195 2015  7  Accept:application/sdp
299  Thu Jan 29 11:55:04.138805195 2015  7  --- LINE END ---
300  Thu Jan 29 11:55:04.138908442 2015  6  [rtsp.c:829] RTSP Requested Connection closed by Client: 192.168.1.107
301  Thu Jan 29 11:55:04.139005295 2015  7  [rtsp.c:618] RTSP/1.0 200 OK
302  Thu Jan 29 11:55:04.139005295 2015  7  CSeq: 1079
303  Thu Jan 29 11:55:04.139005295 2015  7  Content-Type: application/sdp
304  Thu Jan 29 11:55:04.139005295 2015  7  Content-Base: rtsp://192.168.1.161/
305  Thu Jan 29 11:55:04.139005295 2015  7  Content-Length: 447
306  Thu Jan 29 11:55:04.139005295 2015  7  --- LINE END ---
307  Thu Jan 29 11:55:04.139005295 2015  7  v=0
308  Thu Jan 29 11:55:04.139005295 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
309  Thu Jan 29 11:55:04.139005295 2015  7  s=SatIPServer:1 2
310  Thu Jan 29 11:55:04.139005295 2015  7  t=0 0
311  Thu Jan 29 11:55:04.139005295 2015  7  m=video 0 RTP/AVP 33
312  Thu Jan 29 11:55:04.139005295 2015  7  c=IN IP4 0.0.0.0
313  Thu Jan 29 11:55:04.139005295 2015  7  a=control:stream=0
314  Thu Jan 29 11:55:04.139005295 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,1,0,11362000,0,SYS_DVBS2,PSK_8,2,0.35,22000000,FEC_2_3;pids=
315  Thu Jan 29 11:55:04.139005295 2015  7  a=inactive
316  Thu Jan 29 11:55:04.139005295 2015  7  m=video 0 RTP/AVP 33
317  Thu Jan 29 11:55:04.139005295 2015  7  c=IN IP4 0.0.0.0
318  Thu Jan 29 11:55:04.139005295 2015  7  a=control:stream=1
319  Thu Jan 29 11:55:04.139005295 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=2,0,1,0,11954000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=,270,2171,5411,5412,5413,5415,5416
320  Thu Jan 29 11:55:04.139005295 2015  7  a=sendonly
321  Thu Jan 29 11:55:04.661026421 2015  7  [rtsp.c:882] RTSP Connection closed as expected by Client: 192.168.1.107 ??
322  Thu Jan 29 11:55:04.662996680 2015  6  [connection.c:190] RTSP Connection from 192.168.1.107 Port 49521
323  Thu Jan 29 11:55:04.663279859 2015  7  [rtsp.c:815] DESCRIBE rtsp://192.168.1.161/ RTSP/1.0
324  Thu Jan 29 11:55:04.663279859 2015  7  Connection:Close
325  Thu Jan 29 11:55:04.663279859 2015  7  CSeq:1034
326  Thu Jan 29 11:55:04.663279859 2015  7  Accept:application/sdp
327  Thu Jan 29 11:55:04.663279859 2015  7  --- LINE END ---
328  Thu Jan 29 11:55:04.663364113 2015  6  [rtsp.c:829] RTSP Requested Connection closed by Client: 192.168.1.107
329  Thu Jan 29 11:55:04.663515524 2015  7  [rtsp.c:618] RTSP/1.0 200 OK
330  Thu Jan 29 11:55:04.663515524 2015  7  CSeq: 1034
331  Thu Jan 29 11:55:04.663515524 2015  7  Content-Type: application/sdp
332  Thu Jan 29 11:55:04.663515524 2015  7  Content-Base: rtsp://192.168.1.161/
333  Thu Jan 29 11:55:04.663515524 2015  7  Content-Length: 447
334  Thu Jan 29 11:55:04.663515524 2015  7  --- LINE END ---
335  Thu Jan 29 11:55:04.663515524 2015  7  v=0
336  Thu Jan 29 11:55:04.663515524 2015  7  o=- 5678901234 7890123456 IN IP4 192.168.1.161
337  Thu Jan 29 11:55:04.663515524 2015  7  s=SatIPServer:1 2
338  Thu Jan 29 11:55:04.663515524 2015  7  t=0 0
339  Thu Jan 29 11:55:04.663515524 2015  7  m=video 0 RTP/AVP 33
340  Thu Jan 29 11:55:04.663515524 2015  7  c=IN IP4 0.0.0.0
341  Thu Jan 29 11:55:04.663515524 2015  7  a=control:stream=0
342  Thu Jan 29 11:55:04.663515524 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=1,0,1,0,11362000,0,SYS_DVBS2,PSK_8,2,0.35,22000000,FEC_2_3;pids=
343  Thu Jan 29 11:55:04.663515524 2015  7  a=inactive
344  Thu Jan 29 11:55:04.663515524 2015  7  m=video 0 RTP/AVP 33
345  Thu Jan 29 11:55:04.663515524 2015  7  c=IN IP4 0.0.0.0
346  Thu Jan 29 11:55:04.663515524 2015  7  a=control:stream=1
347  Thu Jan 29 11:55:04.663515524 2015  7  a=fmtp:33 ver=1.0;src=1;tuner=2,0,1,0,11954000,0,SYS_DVBS,QPSK,2,0.35,27500000,FEC_3_4;pids=,270,2171,5411,5412,5413,5415,5416
348  Thu Jan 29 11:55:04.663515524 2015  7  a=sendonly
349  Thu Jan 29 11:55:09.349929715 2015  7  [rtsp.c:882] RTSP Connection closed as expected by Client: 192.168.1.107 ??

Frontend Type: Unknown 4

Hi Marc,

it is probably just cosmetics: Frontend Type: Unknown 4. Both DVB S2 cards have a connector for an optional CI. Could it be that for this reason Unknown is logged? I don't have the CI's hooked up.

Paul

0  Tue Feb 3 22:54:02.280248376 2015  6  [satpi.c:235] --- starting ---
1  Tue Feb 3 22:54:02.280335971 2015  6  [tune.c:393] Detecting frontends in: /dev/dvb
2  Tue Feb 3 22:54:02.280447503 2015  6  [tune.c:403] Frontends found: 2
3  Tue Feb 3 22:54:02.280464738 2015  7  [tune.c:468] Open FE fd: 4 readonly 1
4  Tue Feb 3 22:54:02.280493619 2015  6  [tune.c:117] Frontend Name: STB0899 Multistandard
5  Tue Feb 3 22:54:02.280505154 2015  7  [tune.c:142] Frontend Type: Satellite (DVB-S)
6  Tue Feb 3 22:54:02.280523652 2015  7  [tune.c:146] Frontend Type: Satellite (DVB-S2)
7  Tue Feb 3 22:54:02.280543041 2015  7  [tune.c:172] Frontend Type: Unknown 4
8  Tue Feb 3 22:54:02.280561884 2015  7  [tune.c:177] Frontend Freq: 950000 Hz to 2150000 Hz
9  Tue Feb 3 22:54:02.280580674 2015  7  [tune.c:178] Frontend srat: 5000000 symbols/s to 45000000 symbols/s
10  Tue Feb 3 22:54:02.280605131 2015  7  [tune.c:468] Open FE fd: 4 readonly 1
11  Tue Feb 3 22:54:02.280615030 2015  6  [tune.c:117] Frontend Name: STB0899 Multistandard
12  Tue Feb 3 22:54:02.280622285 2015  7  [tune.c:142] Frontend Type: Satellite (DVB-S)
13  Tue Feb 3 22:54:02.280638962 2015  7  [tune.c:146] Frontend Type: Satellite (DVB-S2)
14  Tue Feb 3 22:54:02.280655254 2015  7  [tune.c:172] Frontend Type: Unknown 4
15  Tue Feb 3 22:54:02.280673509 2015  7  [tune.c:177] Frontend Freq: 950000 Hz to 2150000 Hz
16  Tue Feb 3 22:54:02.280694910 2015  7  [tune.c:178] Frontend srat: 5000000 symbols/s to 45000000 symbols/s
17  Tue Feb 3 22:54:02.281060249 2015  6  [connection.c:334] eth0: 192.168.1.161 [00:1d:7d:a9:eb:f3]
18  Tue Feb 3 22:54:02.281070803 2015  6  [rtsp.c:960] Setting up RTSP server
19  Tue Feb 3 22:54:02.281125080 2015  6  [http.c:483] Setting up HTTP server
20  Tue Feb 3 22:54:02.281160443 2015  6  [rtp.c:348] Setting up 8 RTP servers
21  Tue Feb 3 22:54:02.281366670 2015  6  [rtcp.c:338] Setting up 8 RTCP servers
22  Tue Feb 3 22:54:02.281583497 2015  6  [ssdp.c:170] Setting up SSDP server

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.