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
But with this bat file i cant seem to trigger the channel change
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.
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.