2020-02-08, 05:17 PM
Hi - I now have an STB/capture card 4K setup running into NPVR. See this thread: https://forums.nextpvr.com/showthread.ph...499&page=1
However, my next task/problem is to get the blaster element working. I've originally been around this wheel once sort of in this thread: https://forums.nextpvr.com/showthread.ph...t=gdogg371 using my blaster script with an old 1080 DVB-T card. To concisely explain my blaster functionality:
1) It's a command line executable with arguments expected afterwards to make it do anything.
2) It literally mimics the STB remote 100% pretty much. So if you wanted to select channel 401, using NPVR v4 I mapped these as per the above thread to channel arguments 2, 3, 4.
I'm a bit lost though as to how to integrate my blaster with the way we have set things up using extras and v5 in this thread. I get that I need to add my blaster command line statement to my .bat file above my commands to activate a stream through VLC. What exactly should this format look like though? For example (and as a probably incorrect) stab in the dark, would my .bat file perhaps look something like this?
...or is there a (completely) different way of doing this in extras?
However, my next task/problem is to get the blaster element working. I've originally been around this wheel once sort of in this thread: https://forums.nextpvr.com/showthread.ph...t=gdogg371 using my blaster script with an old 1080 DVB-T card. To concisely explain my blaster functionality:
1) It's a command line executable with arguments expected afterwards to make it do anything.
2) It literally mimics the STB remote 100% pretty much. So if you wanted to select channel 401, using NPVR v4 I mapped these as per the above thread to channel arguments 2, 3, 4.
I'm a bit lost though as to how to integrate my blaster with the way we have set things up using extras and v5 in this thread. I get that I need to add my blaster command line statement to my .bat file above my commands to activate a stream through VLC. What exactly should this format look like though? For example (and as a probably incorrect) stab in the dark, would my .bat file perhaps look something like this?
Code:
"C:\MyLocation\MyExecutableFile.exe {channel_d2} {channel_d3} {channel_d4}"
"G:\VLC\vlc <my very long vlc command>"
...or is there a (completely) different way of doing this in extras?