Jump to content


Photo

Potential Bug with DVB-T2 Sat IP channel search

satip channel search dvb-t2

  • Please log in to reply
3 replies to this topic

#1 Casandro

  • New Member
  • 2 posts

0
Neutral

Posted 24 March 2024 - 13:53

Hi,

 

I'm trying to get tvheadend as a Sat>IP Server for my Vu+Ultima 4k to run, so I can get DVB-T2 channels. The vtuner seems to be detected fine and is listed under the tuners. However searching for channels gets me no channels. Tvheadend seems to temporarily add a multiplex which it cannot tune to.

 

I've done some network capturing. (see attached PCAP file) Enigma seems to request the following stream:

SETUP rtsp://192.168.5.5:554/?freq=626&bw=8&msys=dvbt&pids=none RTSP/1.0

CSeq: 1

Transport: RTP/AVP;unicast;client_port=45080-45081

 

RTSP/1.0 200 OK

CSeq: 1

Session: 0954A434;timeout=30

Transport: RTP/AVP;unicast;client_port=45080-45081

com.ses.streamID: 18

 

I suspect that the msys=dvbt parameter is wrong, as this is a DVB-T2 multiplex. Unfortunately there seems to be no way in the GUI I can set this for DVB-T.
 

Is there any way I can further debug this? I'm sorry that I can only provide such a short and incomplete report.

 



Re: Potential Bug with DVB-T2 Sat IP channel search #2 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 24 March 2024 - 15:01

https://forums.openp...dpost&p=1259125

https://www.google.r...vov8H9n6FLqw84F

+

fix https://github.com/o...12ed17c56bcR190


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Potential Bug with DVB-T2 Sat IP channel search #3 Casandro

  • New Member
  • 2 posts

0
Neutral

Posted 24 March 2024 - 17:34

Thank you very much. The github repo didn't work for me directly, I had to patch it so it would always output dvb-t2. This is strictly speaking wrong, but since everything is dvb-t2 here it works.

 

diff --git a/config.cpp b/config.cpp
index 296afd0..6e58a7a 100644
--- a/config.cpp
+++ b/config.cpp
@@ -434,9 +434,9 @@ std::string satipConfig::getTuningData()
               /* modulation system */
               switch (m_msys)
               {
-                       case SYS_DVBT:  oss_data << "&msys=dvbt"; break;
+                       case SYS_DVBT:  oss_data << "&msys=dvbt2"; break;
                       case SYS_DVBT2: oss_data << "&msys=dvbt2"; break;
-                       default:                oss_data << "&msys=dvbt"; break;
+                       default:                oss_data << "&msys=dvbt2"; break;
               }
 
               /* transmission mode */



 



Re: Potential Bug with DVB-T2 Sat IP channel search #4 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 24 March 2024 - 19:25

 

This is strictly speaking wrong

What do I need to fix in satip-client so that the dvb-t2 definition works correctly?

 

 

And one more question, how do you watch encrypted channels?


Edited by Dimitrij, 24 March 2024 - 19:38.

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K




Also tagged with one or more of these keywords: satip, channel search, dvb-t2

1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users