#Plex not playing channels
1 messages · Page 1 of 1 (latest)
are there any errors in the etv logs? i would also recommend trying with a client like vlc or mpv
Sorry, I'm a bit new to all of this. If you mean the .m3u file, I've tried that in VLC and it seems to be just cycling. And yes I'm seeing errors in the logs in etv. Do you want me to post them here?
Yes that would help
looks like you're trying to use nvidia acceleration but it isn't working - are you using docker?
Yes I am, with unraid as the OS
are you passing the gpu to the container? i think the template describes how to do that
also which gpu?
Yes I have --runtime=nvidia under extra parameters and my GPU ID according to Nvidia-driver , its a NVIDIA GeForce GT 1030
oh interesting. that card apparently only supports accelerated decoding, not encoding (type 1030 in the search box on this page https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new). so full acceleration won't be possible. i'll have to update the code to properly handle that
wow well thank you for the fast responses! you're an angel