2021-12-25, 06:18 AM
Code:
<extras>
<channel name="Some Channel" number="128"> output="m3u8">
<command>C:\Users\Public\name.py</command>
<command>C:\Users\Public\name.bat</command>
<args> print </args>
</channel>
</extras>
I have successfully loaded the extra into devices, and successfully added the channel but when I go to guide and try to watch channel I can see that neither of these commands are firing and stream fails.
"name.py" creates a .bat file that contains @echo and then a string then the .bat file is run to print the string to stout
anyway thats what supposed to happen. I have verified that both files are doing what they are supposed to do.
I am not running the .py script headless so when it runs the terminal does show up to tell me it ran.
I do not see the terminal pop up when I click on "watch" when I try to watch the channel.
yes I have the npvr window shrunk down so I can see if the commands run.
why is this not working?????