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 … 13 14 15 16 17 … 101 Next »
Tuning with IRBlast

 
  • 0 Vote(s) - 0 Average
Tuning with IRBlast
jasonwilliams
Offline

Junior Member

Posts: 19
Threads: 5
Joined: Jul 2019
#1
2024-03-26, 07:18 PM
Hello,

I just rebuilt my NPVR server on a fresh install of Windows 10.  Before the rebuild, I had everything working perfectly, and I'm pretty close to getting it back except for tuning.  I'm using an HDPVR device and I'm getting the video stream, but I just can't get it to change channels.  It's not even firing the IRBlaster (I don't see the IR light up).  For the settings, I have the command as:

IRBlast.exe

The passed parameters are:

-channel {channel}

The IRBlast.exe file is in the NPVR root folder and I can run it successfully from a command line from that location.  I see in the logs:

<tuning>
  <type>HDPVR</type>
  <locator>
    <channel>2</channel>
    <input>3</input>
    <audio_input>3</audio_input>
    <blaster_executable>IRBlast.exe</blaster_executable>
    <blaster_args>-channel {channel}</blaster_args>
  </locator>
</tuning>

2024-03-26 14:49:24.347 [INFO][4] HDPVRRecorder.StartStream(LIVE&C:\Buffer\live-TV Ontario-9820-2.ts)
2024-03-26 14:49:24.348 [INFO][4] Running blaster: IRBlast.exe -channel 2
2024-03-26 14:49:24.350 [DEBUG][4] About to tune graph to:
<tuning>
  <type>HDPVR</type>
  <locator>
    <channel>2</channel>
    <input>3</input>
    <audio_input>3</audio_input>
    <blaster_executable>IRBlast.exe</blaster_executable>
    <blaster_args>-channel {channel}</blaster_args>
  </locator>
</tuning>

I seem to remember missing something obvious last time I configured this, but I am once stumped once again.  Any help is much appreciated!
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,823
Threads: 954
Joined: May 2006
#2
2024-03-26, 07:21 PM
Perhaps check this post https://forums.nextpvr.com/showthread.ph...#pid589836

Martin
jasonwilliams
Offline

Junior Member

Posts: 19
Threads: 5
Joined: Jul 2019
#3
2024-03-26, 07:35 PM
Thanks Martin. I just tried that and still no love. I also tried putting the whole path in the command field and pointing at the original IRBlast folder like this:

'C:\Program Files (x86)\IR Server Suite\IRBlast.exe'

All the DLLs and related files are in that folder, but it still doesn't fire the IR. I also tried using the builtin blaster and using the HaupBlast command that comes with the NPVR, but still not luck. It works from the command line, but doesn't seem to be executing the command even though it says it is in the logs.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,823
Threads: 954
Joined: May 2006
#4
2024-03-26, 07:45 PM (This post was last modified: 2024-03-26, 07:45 PM by mvallevand.)
Sorry I misread I thought you were using BlastCfg and that is what needs the dll.

Can't help with IRBlast.exe sorry again. However look at this

<blaster_executable>IRBlast.exe</blaster_executable>

assumes IRBlast.exe is in the path and maybe you didn't update the path.

Martin
jasonwilliams
Offline

Junior Member

Posts: 19
Threads: 5
Joined: Jul 2019
#5
2024-03-26, 09:45 PM
Thanks again. Even if I specify the path, it doesn't seem to run the executable. Is the default path the NPVR folder? I also tried copying the executable and its DLLs to that folder, but same thing. I'm putting the path in single quotes - that's what I've read elsewhere. Really stuck!
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,650
Threads: 767
Joined: Nov 2003
#6
2024-03-26, 10:39 PM
(2024-03-26, 09:45 PM)jasonwilliams Wrote: Even if I specify the path, it doesn't seem to run the executable.
Once you specified the full path, I'm guessing it is running it, but irblast.exe is having some issue.

I seem to vaguely remember this software stored it's configuration under the current user, and when you run from the NextPVR Service, which runs as the 'localsystem' account, it can't find it's configuration. You might need to try changing the service to run as your account rather than localsystem

(in the distant past, I'm pretty sure this utility used to use the clipboard to send commands to the IR Server Suite executable, which was incompatible with background services etc, but I'm guessing that must have been resolved)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,823
Threads: 954
Joined: May 2006
#7
2024-03-26, 10:41 PM (This post was last modified: 2024-03-26, 10:47 PM by mvallevand.)
Windows want double quotes, you may have read Linux threads.

Maybe call a batch file from the NextPVR scripts folder that calls the exe and the you can test the batch file, paths etc.

Code:
cd "C:\Program Files (x86)\IR Server Suite"
IRBlast.exe -channel %1

Edit: It is was -channel

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,650
Threads: 767
Joined: Nov 2003
#8
2024-03-26, 10:43 PM
(2024-03-26, 10:41 PM)mvallevand Wrote: Are you sure the parameter you want is channel and not -channel?
It is "-channel" in the xml in top post.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,823
Threads: 954
Joined: May 2006
#9
2024-03-26, 10:48 PM
Oops, thanks trouble with 2160p fonts sometimes.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,650
Threads: 767
Joined: Nov 2003
#10
2024-03-26, 10:53 PM
It looks particularly small with that font too Big Grin
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  DVB-T2 tuning tvviewer 1 403 2023-12-28, 02:43 PM
Last Post: mvallevand
  Bad tuning, Missing channels Marvi 27 3,067 2022-12-08, 06:40 PM
Last Post: mvallevand
  Could you tell me the specification of tuning ini file? daymoon 32 3,983 2022-09-07, 07:28 PM
Last Post: sub
  Here's an Odd One - Invalid Phantom Tuning Requests! PRBUK 10 1,871 2022-01-10, 04:16 PM
Last Post: sub
  Potential EPG / Tuning Issue noyodeling 6 1,422 2021-09-26, 02:48 AM
Last Post: noyodeling
  Problem tuning channels zulu100 12 2,685 2021-05-21, 05:03 PM
Last Post: sub
  Unhandled exception when tuning live channel domat00 8 2,663 2021-02-03, 06:57 PM
Last Post: domat00
  Editing ATSC Tuning channel lists Dave48167 3 1,633 2020-09-14, 12:48 PM
Last Post: mvallevand
  Installer still installing Obsolete UK DVB-T Tuning ini's Lao Pan 1 967 2020-08-23, 06:54 AM
Last Post: sub
  NextPVR hangs when tuning to offline channel madbrain 3 1,372 2020-08-17, 05:51 PM
Last Post: Petrovski

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

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

Linear Mode
Threaded Mode