Flole Systems wrote:
> I tried with the internal ffmpeg aswell as the git master ffmpeg, didn't seem to make a difference. Also I was using all kinds of different drivers as I usually upgrade when new versions are available, so also the one you mentioned. I suggest that someone who has the issue does some debugging, including trace of libav and transcoding. Also it's usually a good idea to add more verbose messages if things aren't working as expected.
here are my attempts:
Nvidia profile with acceleration enabled (
I know you said to not enable that yet )
2021-02-28 10:58:40.316 subscription: 0031: "188.60.141.85 [ dorin | Kodi Media Center ]" subscribing on channel "AMC HD", weight: 100, adapter: "Silicon Labs Si2168 #2 : DVB-C #0", network: "rcs", mux: "522MHz", provider: "AMC Networks Int CE", service: "AMC HD", profile="dt_nv", hostname="188.60.141.85", username="dorin", client="Kodi Media Center"
2021-02-28 10:58:40.479 transcode: 0002: 01:H264: ==> Using profile dt_nv
2021-02-28 10:58:40.479 transcode: 0002: 02:MPEG2AUDIO: ==> Copy
2021-02-28 10:58:40.479 transcode: 0002: 03:MPEG2AUDIO: ==> Copy
2021-02-28 10:58:40.479 transcode: 0002: 04:DVBSUB: ==> Copy
2021-02-28 10:58:41.058 libav: AVCodecContext: mmco: unref short failure
2021-02-28 10:58:41.071 libav: AVCodecContext: reference picture missing during reorder
2021-02-28 10:58:41.071 libav: AVCodecContext: Missing reference picture, default is 2147483647
2021-02-28 10:58:41.071 libav: AVCodecContext: mmco: unref short failure
2021-02-28 10:58:41.200 transcode: 0002: 01:H264: [h264 => h264_nvenc]: opts: gpu=0,b=2000000,quality=0,tvh_filter_deint=1,width=1920,height=1080,pix_fmt=0,bf=3,tvh_require_meta=1
2021-02-28 10:58:41.321 transcode: 0002: 01:H264: [h264 => h264_nvenc]: filters: source args: 'video_size=1920x1080:pix_fmt=vaapi_vld:time_base=1/50:pixel_aspect=1/1'
2021-02-28 10:58:41.321 transcode: 0002: 01:H264: [h264 => h264_nvenc]: filters: filters: 'deinterlace_vaapi'
2021-02-28 10:58:41.321 libav: TVHGraph: Impossible to convert between the formats supported by the filter 'Parsed_deinterlace_vaapi_0' and the filter 'auto_scaler_0'
2021-02-28 10:58:41.321 transcode: 0002: 01:H264: [h264 => h264_nvenc]: filters: failed to config filter graph
2021-02-28 10:58:41.321 transcode: 0002: 01:H264: [h264 => h264_nvenc]: opts: quality=0
2021-02-28 10:59:29.771 subscription: 0031: "188.60.141.85 [ dorin | Kodi Media Center ]" unsubscribing from "AMC HD", hostname="188.60.141.85", username="dorin", client="Kodi Media Center"
Using nvidia profile without hardware acceleration enabled
2021-02-28 10:59:58.874 mpegts: 522MHz in rcs - tuning on Silicon Labs Si2168 #2 : DVB-C #0
2021-02-28 10:59:58.874 subscription: 0032: "188.60.141.85 [ dorin | Kodi Media Center ]" subscribing on channel "AMC HD", weight: 100, adapter: "Silicon Labs Si2168 #2 : DVB-C #0", network: "rcs", mux: "522MHz", provider: "AMC Networks Int CE", service: "AMC HD", profile="dt_nv", hostname="188.60.141.85", username="dorin", client="Kodi Media Center"
2021-02-28 10:59:59.037 transcode: 0003: 01:H264: ==> Using profile dt_nv
2021-02-28 10:59:59.037 transcode: 0003: 02:MPEG2AUDIO: ==> Copy
2021-02-28 10:59:59.037 transcode: 0003: 03:MPEG2AUDIO: ==> Copy
2021-02-28 10:59:59.037 transcode: 0003: 04:DVBSUB: ==> Copy
2021-02-28 10:59:59.445 transcode: 0003: 01:H264: [h264 => h264_nvenc]: opts: gpu=0,b=2000000,quality=0,tvh_filter_deint=1,width=1920,height=1080,pix_fmt=0,bf=3,tvh_require_meta=1
2021-02-28 10:59:59.542 transcode: 0003: 01:H264: [h264 => h264_nvenc]: filters: source args: 'video_size=1920x1080:pix_fmt=yuv420p:time_base=1/50:pixel_aspect=1/1'
2021-02-28 10:59:59.542 transcode: 0003: 01:H264: [h264 => h264_nvenc]: filters: filters: 'yadif'
2021-02-28 10:59:59.543 transcode: 0003: 01:H264: [h264 => h264_nvenc]: opts: quality=0
2021-02-28 11:00:40.453 subscription: 0032: "188.60.141.85 [ dorin | Kodi Media Center ]" unsubscribing from "AMC HD", hostname="188.60.141.85", username="dorin", client="Kodi Media Center"
Using the first one does not show in nvtop. using the second one shows in nvtop, but once the stream is stopped it does not go away. Stays in and just accumulates memory with every play.