NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 140 141 142 143 144 … 433 Next »
How to view/record multiple streams from a single Sat>IP Device?

How to view/record multiple streams from a single Sat>IP Device?
Profus
Offline

Junior Member

Posts: 4
Threads: 1
Joined: Aug 2015
#1
2015-08-30, 05:47 PM (This post was last modified: 2015-08-30, 06:04 PM by Profus.)
Hi everybody,

I'm running NextPVR 3.5.7 on a Windows 8.1 (x64) HTPC with Kodi 15 as front-end. I receive DVB-S2 through a Telestar Digibit R1 Sat>IP-Device (which is the same as an Inverto SP-IDL 400, DSI 400 GSS.box or Triax TSS 400). Watching and recording TV works great both in NextPVR itself and via Kodi.

There is only one issue, I hope you can help me with: The Device has 4 tuners and is therefore capable of streaming 4 transponder streams simultaneously over ethernet to one or more clients. So I should be able to watch/record several programs at once. It seems to me though that NextPVR only supports one single stream from the device at any given moment - so simultaneous watching/recording and PiP work great whilst the programs in question are on the same satellite transponder. But if they are not, NextPVR tells me there is no free device available.

Is there any way to make NextPVR retreive multiple streams simultaneously from a single Sat>IP device? Or can I make it believe, there's 4 devices instead of one, so it doesn't stall as soon as I try to access a second transponder's stream?

I've been spending the whole day messing around with different TV Servers (MediaPortal 1 & 2, Argus) and NextPVR settings but haven't really gotten anywhere. So your help is much appreciated.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,727
Threads: 767
Joined: Nov 2003
#2
2015-08-30, 06:44 PM
You should be able to do multiple. If it isn't, I'll provide you a fix.

Does it let you multiple recordings from the TV Guide for the same time, or does it tell you there is a conflict and you need to cancel one of the other when you try to schedule the second one?
Profus
Offline

Junior Member

Posts: 4
Threads: 1
Joined: Aug 2015
#3
2015-08-31, 07:18 PM
Hi sub,

thank you for the hint. Scheduling recordings indeed works fine: I can schedule 4 simultaneous recordings via Kodi and 3 out of 4 were recorded just fine (don't know what happened to the last one though). Trying to schedule a fifth recording leads to an error message, which was to be expected. What doesn't work is watching live TV as soon as a single recording is in progress. When I try to do that in NextPVR it tells me "Unable to find available capture device", NextPVR itself doesn't allow me to schedule simultaneous recordings on different transponders either. Is there any way I can help to find out, what goes wrong?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,727
Threads: 767
Joined: Nov 2003
#4
2015-08-31, 07:30 PM
Let me hunt out my Telestar Digibit R1 and see if I can reproduce.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,727
Threads: 767
Joined: Nov 2003
#5
2015-08-31, 10:23 PM
I think I see what's happening. It looks like the device definition at http://<ipaddress>:8200/rootDesc.xml isn't including the X_SATIPCAP info with the Telestar Digibit R1. This tells the client how many tuners it has available. Without this NextPVR is assuming only one, so only one instance of the device listed on the Settings->Devices screen.
Profus
Offline

Junior Member

Posts: 4
Threads: 1
Joined: Aug 2015
#6
2015-09-01, 05:50 PM
Wow, thanks for finding out. So it's a problem of the Digibit. There doesn't seem to be a way to edit the rootDesc.xml so I'll try to post an issue report to Telestar. We will see if they react. Is there any workaround I could use?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,727
Threads: 767
Joined: Nov 2003
#7
2015-09-01, 05:59 PM
Profus Wrote:Is there any workaround I could use?
Not currently, but when I find a bit more time I could work on a way around this.
Profus
Offline

Junior Member

Posts: 4
Threads: 1
Joined: Aug 2015
#8
2015-09-01, 06:22 PM
That would be great. Thanks a lot for your help!
KayDiefenthal
Offline

Member

Posts: 59
Threads: 2
Joined: Nov 2013
#9
2016-02-27, 11:45 AM (This post was last modified: 2016-02-27, 11:51 AM by KayDiefenthal.)
sub Wrote:I think I see what's happening. It looks like the device definition at http://<ipaddress>:8200/rootDesc.xml isn't including the X_SATIPCAP info with the Telestar Digibit R1. This tells the client how many tuners it has available. Without this NextPVR is assuming only one, so only one instance of the device listed on the Settings->Devices screen.



the Digibit R1 provides this field wrong description ?

for SatIp should you find the right description under http://<ipaddress>:8080/desc.XML and the dlna one under http://<ipaddress>:8200/rootDesc.xml
there runs in the ssdp something wrong
KayDiefenthal
Offline

Member

Posts: 59
Threads: 2
Joined: Nov 2013
#10
2016-02-27, 03:18 PM
ok i had look from where the Problem with the wrong description comes

Sub if you read the
ssdp http Response(unicast receive) st = urnConfusedes-com:device:SatIPServer:1 should be

Code:
HTTP/1.1 200 OK
CACHE-CONTROL: max-age=1800
DATE: Sun Feb 14 10:37:37 2016
EXT:
LOCATION: http://192.168.2.106:8080/desc.xml
SERVER: Linux/1.0 UPnP/1.1 IDL4K/1.0
ST: urn:ses-com:device:SatIPServer:1
USN: uuid:7eafb2be-8d9b-4263-b6fa-7a594390beea::urn:ses-com:device:SatIPServer:1
BOOTID.UPNP.ORG: 778
CONFIGID.UPNP.ORG: 0

ssdp notifiy msearch Response(multicastcast receive) nt = urnConfusedes-com:device:SatIPServer:1 should be
Code:
M-SEARCH * HTTP/1.1
HOST: 239.255.255.250:1900
MAN: "ssdp:discover"
MX: 2
ST: urn:ses-com:device:SatIPServer:1

Code:
NOTIFY * HTTP/1.1
HOST: 239.255.255.250:1900
CACHE-CONTROL: max-age=1800
LOCATION: http://192.168.2.106:8080/desc.xml
NT: urn:ses-com:device:SatIPServer:1
NTS: ssdp:alive
SERVER: Linux/1.0 UPnP/1.1 IDL4K/1.0
USN: uuid:7eafb2be-8d9b-4263-b6fa-7a594390beea::urn:ses-com:device:SatIPServer:1
BOOTID.UPNP.ORG: 778
CONFIGID.UPNP.ORG: 0
DEVICEID.SES.COM: 1
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Device Update - Channel Mapping chezmorris 10 4,704 2022-07-01, 01:59 PM
Last Post: mvallevand
  Can't watch certain channels on live tv (but can record) tvwatcher 4 2,124 2021-05-05, 06:23 AM
Last Post: tvwatcher
  device needed for recording David209 2 1,734 2021-04-04, 08:47 AM
Last Post: David209
  UK channel More4 - tunes but cannot view? prothed 7 2,750 2021-02-17, 02:59 PM
Last Post: Graham
  Need help with unable to find capture device please? Deandar1 2 1,696 2021-01-29, 07:17 AM
Last Post: sub
  Recordings with Next PVR 4.2.5 (CL0116) have background music but no voice in record DavidF 4 2,081 2021-01-07, 08:47 AM
Last Post: sub
  Possible to record in different format than .ts files? gadgetgaz 29 12,724 2020-10-04, 03:05 PM
Last Post: Ehrlichia
  Problem with 1 device and 1 frequency lost@c 6 2,044 2020-08-21, 04:11 AM
Last Post: lost@c
  Need help with unable to find capture device please thebigz 5 3,342 2020-06-15, 02:05 PM
Last Post: mvallevand
  Can't record repeating programs dave22 2 1,815 2020-04-20, 04:27 PM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode