OpenATV SoftCam Feed
Posted: 18 May 2024, 06:58
The easiest way is to enter this via webif receiver in the terminal and the softcams for downloading will appear after restart in the Download plugins.
The message "Installed 0" is not a problem - no plugin is installed, only feed.
or
Code: Select all
wget -O - -q http://updates.mynonpublic.com/oea/feed | bash
or
Code: Select all
wget -qO- --no-check-certificate "http://updates.mynonpublic.com/oea/feed" | bash -xv > /tmp/feed.log 2>&1