2022-02-22, 08:47 PM
I have an Hauppauge HDPVR2 that has given me endless headaches, and am about to try replacing it with a simple IP Capture device, but I have a few questions that I can't seem to find answers to. I am already aware of the "Extras" option to specify a command to produce a video stream, but this also raises some additional questions.
1) With Extras, what are the requirements for the video stream? the example shows ffmpeg using http to pull from a m3u8 playlist, which I'm pretty sure just provides a list of URIs for ffmpeg to consume, output a MPEGTS stream, and outputs it to STDOUT.
2) Does NextPVR have enough smarts to dynamically transcode/scale streams based on network congestion/configured preferences? Is there documentation on this? I can't seem to find it anywhere.
3) I want to use a IR blaster for channel-changing & such... I know I could use a wrapper around ffmpeg to send the IR-Blaster commands and then call ffmpeg, but is there a different/better way to do this? I'm open to suggestions.
1) With Extras, what are the requirements for the video stream? the example shows ffmpeg using http to pull from a m3u8 playlist, which I'm pretty sure just provides a list of URIs for ffmpeg to consume, output a MPEGTS stream, and outputs it to STDOUT.
2) Does NextPVR have enough smarts to dynamically transcode/scale streams based on network congestion/configured preferences? Is there documentation on this? I can't seem to find it anywhere.
3) I want to use a IR blaster for channel-changing & such... I know I could use a wrapper around ffmpeg to send the IR-Blaster commands and then call ffmpeg, but is there a different/better way to do this? I'm open to suggestions.