SageTV Community  

Go Back   SageTV Community > Hardware Support > Hardware Support
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

Hardware Support Discussions related to using various hardware setups with SageTV products. Anything relating to capture cards, remotes, infrared receivers/transmitters, system compatibility or other hardware related problems or suggestions should be posted here.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 04-25-2019, 04:49 AM
something fishy something fishy is offline
Sage Advanced User
 
Join Date: Sep 2004
Posts: 240
Sat>IP

Hi
is there a way to get SageTV to use a sat>IP server as a network tuner either directly or via OpenDCT?

If it helps here is the sat>ip protocol:
http://www.satip.info/sites/satip/fi...sion_1_2_2.pdf

Thanks
Eric
Reply With Quote
  #2  
Old 04-29-2019, 05:58 PM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
Quote:
Originally Posted by something fishy View Post
Hi
is there a way to get SageTV to use a sat>IP server as a network tuner either directly or via OpenDCT?

If it helps here is the sat>ip protocol:
http://www.satip.info/sites/satip/fi...sion_1_2_2.pdf

Thanks
Eric
What server devices are supported?
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #3  
Old 05-01-2019, 02:36 AM
something fishy something fishy is offline
Sage Advanced User
 
Join Date: Sep 2004
Posts: 240
In my specific case I am using a megasat sat>ip server 3 (they thought long and hard about that name).

https://www.megasat.tv/en/produkt/sat-ip-server-3/

This provides eight tuners from 4x satellite connections from either a quad or a quattro LNB.

One complication is that the megasat is not setup with the frequencies for the astra 28.2 satellite (which is what the dish is pointed at). However it is recognised as eight tuners by NextPVR which is able to scan for a full bouquet of channels successfully.

Similarly TVHeadend will discover the tuners and scan for channels successfully. I think Sage user @rickgillyon uses TVHeadend as a bridge to re-serve sat>ip streams that OpenDCT can request using its command line syntax (or perhaps TVHeadend will emulate an HDHomerun? This is the route that I'm trying to follow ATM, but I'm a novice with TVHeadend and my Sage install is on Windows not linux, so far its a slow process).

My understanding is that the sat>ip protocol is common to all sat>ip servers and that it will take frequency, polarisation etc switches from either an RTSP or an HTTP request (the protocol booklet I linked has details and examples and I've manually used them successfully in VLC player). Unfortunately my ability to use this knowledge is zero.

OpenDCT alone cannot see the sat>ip server on my network.

Thanks for any guidance.

Cheers

Eric
Reply With Quote
  #4  
Old 11-21-2019, 09:21 AM
routerunner's Avatar
routerunner routerunner is offline
Sage Icon
 
Join Date: May 2008
Location: Wiltshire, UK
Posts: 1,384
WOW

This is incredibly intriguing!!

I've been thinking recently to a simple way of improving my setup by having a 4W max power consumption pico/nano ITX or NUC system to run a STV server only, but having 2 Quad DVB/S2 tuners to use things become complicated as such systems have limited/not standard PCIe bus or miniPCIe connectors that can export a couple of standard PCIe bus via a riser card, but it all seems to me incredibly flaky.

Another solution could be the HD-HomeRun network encoders already supported by STV but unfortunately not available for DVB-S standard, as yet?

I know you can make a network encoder by having one STV server running where the tuners are and connecting to another STV server, but again this is not a cheap low power solution and it requires two separate builds anyway.

Then I stumbled into this Sat>IP thing, eagerly read the specification and though this is exactly what I want for my future setup. but it is not directly supported by STV.

Reading around I found some people have tried chaining different piece of software together to have STV ingesting the SAT>IP protocol with more or less success, but I'm always for simple, rock solid solutions and with that precise spirit I've developed the DVB Decrypter, simple, direct, native.

It is still very early days, but I can somehow see developing a generic BDA driver for SAT>IP server as the most viable, cleanest and direct path to have this technology integrated to STV as a native tuner....and all the rest should just fit it as normal, will see

Stay tuned!
Eddy
__________________

Automatic Power Off | Squeezeslave | DVB-S Importer | DVB Decrypter & Card Client | Tuner Preroll


Every man is a damn fool for at least five minutes every day; wisdom consists in not exceeding the limit. ~ Elbert Hubbard
Reply With Quote
  #5  
Old 12-17-2019, 11:57 AM
something fishy something fishy is offline
Sage Advanced User
 
Join Date: Sep 2004
Posts: 240
@routerunner

It would be awesome if this could be done as I have not had chance to patch together a solution. Google

I note that the 8 tuner megasat server that I linked above appears no longer to be made. Google tells me there are still some in retail channels (at discounted prices).

Mine has been powered up for months and hasn't failed (or even get hot) but I've not been able to stress test it. npvr appears to lose connection to it (TVHeadend didn't).

I'm sure you are aware but google implies that there is a solution under linux (I haven't had chance to try; maybe over christmas so I don't know if it works).

https://gist.github.com/caelor/f8c514d2807f171eafdb


The big DVB thread may also be of interest
http://forum2.progdvb.com/viewtopic.php?t=9121
But again I'm sure that you've seen.

Cheers
Eric
Reply With Quote
  #6  
Old 12-17-2019, 02:33 PM
routerunner's Avatar
routerunner routerunner is offline
Sage Icon
 
Join Date: May 2008
Location: Wiltshire, UK
Posts: 1,384
Quote:
Originally Posted by something fishy View Post
@routerunner

It would be awesome if this could be done as I have not had chance to patch together a solution. Google

I note that the 8 tuner megasat server that I linked above appears no longer to be made. Google tells me there are still some in retail channels (at discounted prices).

Mine has been powered up for months and hasn't failed (or even get hot) but I've not been able to stress test it. npvr appears to lose connection to it (TVHeadend didn't).

I'm sure you are aware but google implies that there is a solution under linux (I haven't had chance to try; maybe over christmas so I don't know if it works).

https://gist.github.com/caelor/f8c514d2807f171eafdb


The big DVB thread may also be of interest
http://forum2.progdvb.com/viewtopic.php?t=9121
But again I'm sure that you've seen.

Cheers
Eric
Hi, thanks for the info, I was aware of a different virtual tuner solution but more interested on the Windows development. I bought few books about Windows Driver Foundation development I'm currently reading (massive books BTW) trying to gather more information. From the surface I discovered that Windows 10 makes somehow harder to develop kernel drivers in terms of validation because every driver must be submitted to Microsoft for scrutiny and initial acceptance.

Initial development should start at some point next year with the aim of completion by end of 2020.

Cheers
Eddy
__________________

Automatic Power Off | Squeezeslave | DVB-S Importer | DVB Decrypter & Card Client | Tuner Preroll


Every man is a damn fool for at least five minutes every day; wisdom consists in not exceeding the limit. ~ Elbert Hubbard
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 04:41 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.