Display MoreIn this version 5.7 I tried - User list - A-P - not working
Toutube-Webcam - not working - no video plays, just a static image and nothing more
and I didn't want to waste time with it anymore because it's hot as hell outside.
install 2 ipk first on top of post ;)
I installed the ipk on a clean image and I also had this problem, I solved it by installing those 2 ipks and these commands from telnet
Code
[ -e "/usr/bin/python3" ] && PY="python3" || PY="python"; \
opkg update && \
opkg remove enigma2-plugin-systemplugins-serviceapp exteplayer3 ffmpeg gstplayer && \
opkg install ffmpeg exteplayer3 enigma2-plugin-systemplugins-serviceapp gstplayer streamlink \
enigma2-plugin-extensions-streamlinkwrapper \
enigma2-plugin-extensions-ytdlpwrapper \
enigma2-plugin-extensions-ytdlwrapper \
${PY}-requests ${PY}-yt-dlp ${PY}-youtube-dl

