2022-03-29, 09:38 PM
I've been trying to get extras to work and have completely failed. First I tried to get build my own xml file and store it in the NPVR-Data directory.
I named the file extras-cam.xml
The device never shows up in the devices list after multiple reboots and multiple tries clicking on refresh devices.
Then I tried adding the PlutoTV extra defined here https://github.com/sub3/NextPVR/wiki/Extra-PlutoTV
No luck getting that to work either.
My NextPVR version is 5.2.6.220206
I named the file extras-cam.xml
Code:
<extras>
<channel name="Camera 1">
<command>ffmpeg.exe</command>
<args>-re -v panic -f lavfi -i anullsrc=r=48000 -rtsp_trasnport tcp -i "rtsp://0.0.0.0:554/user=admin&password=&channel=1&stream=0.sdp?" -vcodec copy -acodec aac -f mpegts -
</args>
</channel>
</extras>
The device never shows up in the devices list after multiple reboots and multiple tries clicking on refresh devices.
Then I tried adding the PlutoTV extra defined here https://github.com/sub3/NextPVR/wiki/Extra-PlutoTV
No luck getting that to work either.
My NextPVR version is 5.2.6.220206