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 … 25 26 27 28 29 … 101 Next »
Extra using haupblast.exe

 
  • 0 Vote(s) - 0 Average
Extra using haupblast.exe
tree2369
Offline

Junior Member

Australia
Posts: 3
Threads: 1
Joined: May 2023
#1
2023-05-22, 02:41 PM (This post was last modified: 2023-05-22, 02:42 PM by tree2369.)
Been trying to mess around with using haupblast.exe with an external .ts stream to send ir commands.

I have a hd pvr 2 but want to use my hdmi encoder as it supports 4k60 

I have searched through the forum trying to find an answer first but have become stuck.

Currently i can see the extra and load in the stream using this extras xml

Quote:<extras>
  <channel name="{channel-name}">
    <command>cmd</command>
    <args>-c \Users\Public\NPVR-Data\foxtel.bat {channel}</args>
  </channel>
</extras>

But with this bat file i cant seem to trigger the channel change

Quote:@echo off
C:\Program Files\NextPVR\HaupBlast.exe %1

curl -s http://192.168.193.4:8086/0.ts

This bat file was just a guess from what i could see other people doing but it seems that its not executing the haupblast.exe as when i enter this in a cmd window 

"C:\Program Files\NextPVR\HaupBlast.exe" 504

It will send the ir command for 504, so im hoping ive just got the formatting wrong?

Any help would be greatly appreciated and sorry for my lack of knowledge.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,814
Threads: 954
Joined: May 2006
#2
2023-05-22, 02:57 PM
First, please post in the Extra sub forum

- it is /c not -c I think
- your command line is correct but your batch file doesn't follow the same model, no drive letter or quotes

You can test everything without NextPVR using this (with your channel number)

Code:
cmd /c "C:\Users\Public\NPVR-Data\foxtel.bat" 1234  | "C:\Program Files\NextPVR\Other\ffplay" -i pipe:

Martin
tree2369
Offline

Junior Member

Australia
Posts: 3
Threads: 1
Joined: May 2023
#3
2023-05-22, 04:02 PM (This post was last modified: 2023-05-22, 04:11 PM by tree2369.)
Apologies.

Thank you for the help.

I think i have gotten a little bit closer now.

When I tune a channel from the Extras source it now loads the stream and then tries to send a IR command but is now just 000 unless i specifically put a number instead of the %1.

I doubt the %1 one is correct - i think i pulled it from another post thinking it was correct.

Should something else be there to call on the {channel}?

Current setup:

xml
Code:
<extras>

  <channel name="{channel-name}">
    <command>cmd</command>
    <args>/c \Users\Public\NPVR-Data\foxtel.bat {channel}</args>
  </channel>
</extras>

bat
Code:
\Users\Public\NPVR-Data\HaupBlast.exe %1

curl -s http://192.168.193.4:8086/0.ts

So yeah, if i put a channel number where %1 is, it will blast that code with haupblast.exe now.

So just need to work out how to automate that to the {channel} and will be sorted!

Thanks again for you help.
tree2369
Offline

Junior Member

Australia
Posts: 3
Threads: 1
Joined: May 2023
#4
2023-05-22, 04:19 PM
(2023-05-22, 04:02 PM)tree2369 Wrote: bat
Code:
\Users\Public\NPVR-Data\HaupBlast.exe %1

curl -s http://192.168.193.4:8086/0.ts
 
Figured it out.

Needed the baupblaste to have " around it like so:

Code:
"\Users\Public\NPVR-Data\HaupBlast.exe" %1

curl -s http://192.168.193.4:8086/0.ts
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Uraycoder HDMI Encoder Extra gobo 17 782 2025-04-17, 02:47 AM
Last Post: gobo
  Send OK/Enter with HaupBlast.exe jasonwilliams 11 1,374 2024-04-12, 07:11 AM
Last Post: three6zerocool
  IR Blaster for HD PVR 2 -- HaupBlast.exe and hcwirblast.dll issue MPG 12 1,288 2024-03-09, 02:21 AM
Last Post: sub
  Extra files in 6.1.4 Stanno 5 966 2023-06-28, 01:29 PM
Last Post: Stanno
  Cannot watch two EXTRA channels at the same time fwpvr789 13 4,050 2020-07-03, 07:16 PM
Last Post: fwpvr789
  Haupblast SilverTiger 2 1,041 2020-04-27, 12:06 AM
Last Post: SilverTiger
  Haupblast SilverTiger 1 823 2020-03-23, 01:31 AM
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