Can't stream

I have the server on a Windows machine. Tried streaming to Iphone and FireTV stick (hotel) not on my internal network.

Hit play on recording and nothing starts, this has worked in the past.

Software encoding works, Hardware encoding is when I'm having issues.

h264_amf

[Parsed_color_0 @ 0000000002633ec0] size:640x480 rate:25/1 duration:-1.000000 sar:1/1

Input #0, lavfi, from 'color=black:640x480':

Duration: N/A, start: 0.000000, bitrate: N/A

Stream #0:0: Video: rawvideo, 1 reference frame (I420 / 0x30323449), yuv420p, 640x480 [SAR 1:1 DAR 4:3], 25 tbr, 25 tbn, 25 tbc

Stream mapping:

Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (h264_amf))

Press [q] to stop, [?] for help

[graph 0 input from stream 0:0 @ 0000000004735440] w:640 h:480 pixfmt:yuv420p tb:1/25 fr:25/1 sar:1/1

[h264_amf @ 000000000271ee80] DLL amfrt64.dll failed to open

Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height

Conversion failed!

exit status 1

h264_nvenc

[Parsed_color_0 @ 0000000002643ec0] size:640x480 rate:25/1 duration:-1.000000 sar:1/1

Input #0, lavfi, from 'color=black:640x480':

Duration: N/A, start: 0.000000, bitrate: N/A

Stream #0:0: Video: rawvideo, 1 reference frame (I420 / 0x30323449), yuv420p, 640x480 [SAR 1:1 DAR 4:3], 25 tbr, 25 tbn, 25 tbc

Stream mapping:

Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (h264_nvenc))

Press [q] to stop, [?] for help

[graph 0 input from stream 0:0 @ 0000000004750780] w:640 h:480 pixfmt:yuv420p tb:1/25 fr:25/1 sar:1/1

[h264_nvenc @ 000000000272ea00] Loaded Nvenc version 11.0

[h264_nvenc @ 000000000272ea00] Driver does not support the required nvenc API version. Required: 11.1 Found: 11.0

[h264_nvenc @ 000000000272ea00] The minimum required Nvidia driver for nvenc is (unknown) or newer

[h264_nvenc @ 000000000272ea00] Nvenc unloaded

Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height

Conversion failed!

Since software encoding works why not just enable that setting and be done with it?

Maybe update your video driver

1 Like

Did you by chance enable use HEVC for transcoding at the bottom of the settings page? If so try disabling that.

1 Like

Disabling HEVC fixed it. Did they update the code to expect a newer version and not include the .dll?

I tried downloading the latest nvenc, 11.1 but that didn't seem to fix it.