here is extract of my extras-.xml file
im trying to get it to use plink.exe to send IR command, but it keeps getting ignored??
ive tried a *.bat file to run the commands sequentially, ive tried & symbol between commands, even tried start /B at beginning of line 1, but no joy.
where *.bat is
any help much appreciated,
_Dam0_
edit - i should mention that channel change works fine via dos/windows, just seems to be ignored by nextpvr??
Code:
<extras>
<channel name="LiveTV">
<command>ffmpeg.exe</command>
<args>-i "http://IP:8866/live?channel=111" -vcodec copy -acodec copy -f mpegts - </args>
</channel>
</extras>
im trying to get it to use plink.exe to send IR command, but it keeps getting ignored??
ive tried a *.bat file to run the commands sequentially, ive tried & symbol between commands, even tried start /B at beginning of line 1, but no joy.
Code:
</channel>
<channel name="LiveTv Test">
<command>C:\Users\Public\NPVR-data\scripts\LiveTVTest.bat</command>
<args></args>
</channel>
where *.bat is
Code:
plink.exe to ip of IR blaster & pathtoFFMPEG.exe -i "streamIP/port" -vcodec copy -acodec copy -f mpegts -
any help much appreciated,
_Dam0_
edit - i should mention that channel change works fine via dos/windows, just seems to be ignored by nextpvr??