OpenATV softcam feed

EnoSat

Senior Member
Messages
1,978
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.
Code:
wget -O - -q http://updates.mynonpublic.com/oea/feed | bash
The message "Installed 0" is not a problem - no plugin is installed, only feed.

or
Code:
wget -qO- --no-check-certificate "http://updates.mynonpublic.com/oea/feed" | bash -xv > /tmp/feed.log 2>&1
 
Last edited:
Top