NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 32 33 34 35 36 … 101 Next »
Dual STB config using 2 Hauppauge Colossus 2 cards

 
  • 0 Vote(s) - 0 Average
Dual STB config using 2 Hauppauge Colossus 2 cards
three6zerocool
Offline

Member

Posts: 236
Threads: 33
Joined: Jul 2019
#11
2023-01-13, 11:50 PM
OK, thanks.

I have to number the STB channels as per their actual channel numbers on the STB, else they don't IR Blast to the right channels.

The m3u imported ones end up with different channel numbers, so am manually editing the channel info in NextPVR settings, and changing the channel numbers to what they originally were.
This works and IR Blasts to the correct channel on 2nd STB.

I have not changed the names yet tho.
ie. When I imported the m3u in, it appended the correct channel number to the actual name.
eg 'Sky TV1'  which is channel 1,   became '1-Sky TV1'  on channel 619.

I changed the channel number above back to i, and it blasts correctly, but I have two channel instances with the names above.
Was wondering if I change the channel names to be the same, if that will merge the two?
(or will it create a giant mess)  (grin))

..Dean..
three6zerocool
Offline

Member

Posts: 236
Threads: 33
Joined: Jul 2019
#12
2023-01-14, 12:03 AM
Thanks Sub,
 I will try it and see what happens...

I had just about given up on the concept of two STB's on different machines.
I think what screwed that first attempt up was copying over the config and database files from my main NextPVR on Windows 11.

IR Blasting was a complete nightmare on elm street to get workiing, and also driver install issues with colossus2 on Windows 11.

Under Windows 10, it was so much easier to setup and configure.
At this very moment Windows 10 is bugging me to upgrade to Windows 11.

..Dean..
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,834
Threads: 954
Joined: May 2006
#13
2023-01-14, 12:06 AM
You can force the m3u files to have a channel number with tvg-chno="" You can also remove the number from the name in the m3u. As I noted the sub's m3u is really designed for generic VLC playback not other applications for IPTV

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,834
Threads: 954
Joined: May 2006
#14
2023-01-14, 12:23 AM (This post was last modified: 2023-01-14, 12:44 AM by mvallevand.)
If you have python installed this can easily parse the m3u if you want.

Code:
import re
file1 = open('c:/temp/channel.m3u', 'r')
file2 = open('c:/temp/newchannel.m3u', 'w')

Lines = file1.readlines()

groups = re.compile(r'([^,]+),\s([^\s]+)\s-\s(.+)')
for line in Lines:
    if (line.startswith("#EXTINF")):
        m = groups.search(line.strip())
        file2.write('{} tvg-chno="{}",{}'.format(m[1],m[2],m[3]))
    else:
        file2.write(line.rstrip())
    file2.write('\r\n')

Martin
three6zerocool
Offline

Member

Posts: 236
Threads: 33
Joined: Jul 2019
#15
2023-01-18, 11:54 AM
Update:

I ended up not using the dual NextPVR server approach, and instead installed two colossus cards in the same computer.
Although the Hauppauge blast config can only use one of the cards, I used IRSS instead for the IR blasting for second card.

I had an original MCE IR blaster,  but I had issues with trying to get it working in a reliable fashion.
It was just really flakey, and would work sometimes, but then next channel change would miss a digit constantly.

I then remembered I had a USB UIRT I have had for many years, so I tried that with IRSS, and it works really well, so finally have the dual STB up and working.
The  USB-UIRT works so much better than the MCEIR , that it surprised me.

I discovered that the default settings for the USBUIRT in IRSS was to send the code 3 times, which really caused some issues, but after setting it to 1, it worked correctly.

Sub was of course right, and with both colossus cards using identical channel names, it auto merged them, giving all the STB channels 2 sources.

..Dean..
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Hauppauge irremote.ini millertinymouse 11 1,100 2025-04-04, 11:11 PM
Last Post: seattlefog
  What's the link between Preferred Streaming Profile and config.xml Transcode Profile? aderlopas 5 2,075 2025-03-10, 07:52 AM
Last Post: mmortal03
  Win TV Dual HD tuner RichRail 4 492 2024-10-15, 05:54 PM
Last Post: mvallevand
  <TranscodeExe> in config.xml ignored? aderlopas 13 1,253 2024-09-03, 05:57 AM
Last Post: mvallevand
  No Video on Hauppauge DCR-3250 Tuner jcole998 7 775 2024-05-06, 07:37 PM
Last Post: mvallevand
  Windows 11 install no Hauppauge tuner found. itsmeagain 16 2,883 2024-03-07, 01:04 PM
Last Post: mvallevand
  Hauppauge Colossus2 & NDS HD-PVR2 Gaming Jumbling FuzzyBlanket1995 38 4,321 2023-10-25, 07:00 PM
Last Post: FuzzyBlanket1995
  yet another uiclient config question Brucek2839 2 490 2023-09-30, 10:15 PM
Last Post: Brucek2839
  Hauppage Dual Tuner Records Blank on 2nd Tuner SamM 7 1,087 2023-09-03, 04:44 AM
Last Post: tesla1886
  Hauppauge WinTV-unoHD USB Stick hansol123 3 846 2023-05-07, 04:54 PM
Last Post: hansol123

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

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

Linear Mode
Threaded Mode