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 2 3 4 5 … 100 Next »
Uraycoder HDMI Encoder Extra

 
  • 0 Vote(s) - 0 Average
Uraycoder HDMI Encoder Extra
gobo
Offline

Junior Member

Posts: 22
Threads: 3
Joined: Apr 2014
#11
2025-04-15, 05:52 PM
The " USBUIRTSend.exe samsung channel" is my colossus script.

The client I'm using is the NextPVR.exe client.

I guess with my limited knowledge with using scripts or terminology (and lack of sleep) here is showing.

I'll figure it out somehow.

Thanks again
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#12
2025-04-15, 09:41 PM (This post was last modified: 2025-04-15, 09:43 PM by mvallevand.)
It is not clear from that if you made the change to use %1 instead of %channel%

In Uraycoder1.bat I would simplify things and change

call C:\Users\Public\NPVR-data\scripts\testtuner.bat %1

to

C:\Users\Public\NPVR-data\scripts\usbuirtsend.exe samsung %1

Then before testing the extra run this

cmd /c C:\Users\Public\NPVR-data\scripts\Uraycoder1.bat 6

until the lights flash

If you are stuck we need the logs with the Colossus tuning working.

Martin
gobo
Offline

Junior Member

Posts: 22
Threads: 3
Joined: Apr 2014
#13
2025-04-17, 01:09 AM (This post was last modified: 2025-04-17, 01:54 AM by gobo.)
Hi

I tried the %1 instead of %channel% but it didn't work.
(Sorry I didn't mention that before when you asked.)[Image: sad.png]

I tried what you suggested and simplified it in Uraycoder1.bat to

C:\Users\Public\NPVR-data\scripts\usbuirtsend.exe samsung %1

and ran the

cmd /c C:\Users\Public\NPVR-data\scripts\Uraycoder1.bat 6

The USBUIRT flashed! I tried 1234, 4 digits, replacing the 6 and it flashed the correct 4 times.

When I tested the NPVR client it still didn't work.
It seems like the Extras- Uraycoder.xml is not passing the value to the script.

I'm attaching 2 logs files and hope that helps. One is the logs from  a working machine that has two working colossus cards that tune and blast correctly. On that machine One Colossus card blasts with HaupBlast.exe and the other blasts with USBUIRTSend.exe. I originally tried the new HDMI Network Encoder on that (Windows 7) machine. It didn't work there because as you said Windows 7 doesn't include CURL.

The machine I'm testing the Uraycoder and having these problems is a "newer" Windows 10 machine intended to replace the old one in use. On the Windows 7 machine NPVR is tuning/blasting the USBUIRT fine.

That old Windows 7 machine workhorse has been in use since the old BeyondTV and Meedio days without a hiccup! Then Sage, then Windows Media Center/Cablecard and now NextPVR. Still works but it's time. Cablecard was great. Colossus cards not so much with random freezing.


Thanks
Tom


Attached Files
.zip   logs-20250416-2019.zip (Size: 87.91 KB / Downloads: 2)
.zip   logs-Non Working Windows 10 NPVR.zip (Size: 87.91 KB / Downloads: 2)
.zip   logs- Working Windows 7 NPVR.zip (Size: 299.75 KB / Downloads: 0)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#14
2025-04-17, 01:30 AM (This post was last modified: 2025-04-17, 01:30 AM by mvallevand.)
Your script for the Colossus is not the same location

<blaster_executable>C:\Program Files\NextPVR\usbuirtsend.exe</blaster_executable>

Not sure where the Samsung profile.is stored either.

The example you show as non working on Win 10 is not working well but I did see the extra called. The stop isn't working sub might have a solution with a recent patch but I don't know the cause

Marrin
gobo
Offline

Junior Member

Posts: 22
Threads: 3
Joined: Apr 2014
#15
2025-04-17, 01:53 AM (This post was last modified: 2025-04-17, 01:54 AM by gobo.)
That's ok. I really do appreciate the help. Smile

With the file paths, they are in different locations on the new machine but the uraycoder1.bat file does point to the new correct locations.

As for me thinking that the value not being passed to the %1 in the .bat file. It doesn't seem to be that either because if I put some set digits in its place it still doesn't work.

I think I'm going to try on another machine (Win11). Maybe there something screwed up on this PC because this doesn't make sense.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#16
2025-04-17, 02:12 AM (This post was last modified: 2025-04-17, 02:17 AM by mvallevand.)
I suspect it is specifying the location of the Samsung profile dat file. Maybe specify the full path

Martin
gobo
Offline

Junior Member

Posts: 22
Threads: 3
Joined: Apr 2014
#17
2025-04-17, 02:46 AM
Oh My God. I think found a solution!

I remember reading in one if the threads somewhere about someone having to put the HaupBlast.exe in the NextPVR program directory for their issue. So on a whim I threw the USBUIRTSend.exe and samsung files in there and tried the NPVR client, and it worked! 

Playing around, I deleted just the USBUIRTSend.exe from the NextPVR program directory and it still worked. When I deleted the samsung file it stopped working. Putting samsung back alone, works again!

Now, the weird part about this is that I did not change the Uracoder1.bat file at all. The .bat file still points to the files in the scripts directory.

and both of these work:
cmd/c "C:\Users\Public\NPVR-data\scripts\usbuirtsend.exe samsung" %1
C:\Users\Public\NPVR-data\scripts\usbuirtsend.exe samsung %1

Not sure what that's about!

Just to be on the safe side the Uraycoder1.bat file now points fully to the NPVR program director and it still works.

Uraycoder1.bat:

@echo off

cmd/c "C:program files\nextpvr\usbuirtsend.exe samsung" %1

curl.exe -s http://192.168.1.168/0.ts




Just want to say thanks again for all the help.
gobo
Offline

Junior Member

Posts: 22
Threads: 3
Joined: Apr 2014
#18
2025-04-17, 02:47 AM
Just saw your last text after I sent mine. Smile
« 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
  Extra files in 6.1.4 Stanno 5 960 2023-06-28, 01:29 PM
Last Post: Stanno
  Extra using haupblast.exe tree2369 3 635 2023-05-22, 04:19 PM
Last Post: tree2369
  nvida hdmi audio MaxOne72 0 561 2022-01-08, 09:47 PM
Last Post: MaxOne72
  HDMI to USB grabber bohosh 43 9,571 2020-12-03, 11:32 PM
Last Post: mvallevand
  FFmpeg settings for HDMI Encoder device. boukmandutty 10 3,851 2020-08-13, 04:02 AM
Last Post: boukmandutty
  Cannot watch two EXTRA channels at the same time fwpvr789 13 4,023 2020-07-03, 07:16 PM
Last Post: fwpvr789
  Is video encoder setting per client or system wide? aderlopas 3 1,636 2020-04-12, 09:28 AM
Last Post: aderlopas

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

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

Linear Mode
Threaded Mode