Of course it is possible... but it would be better to solve the problem of Oscam freezing than to write unnecessary scripts that will cause temporary LAG anyway. It depends on what encoding you are using and what SAT provider you are using.
If you use IRDETO and are in CZ/SK, please write me a message... because unfreezing can be lengthy. I don't even have a basic understanding of other coding systems and I can't help with others.
Post
RE: OpenATV SoftCam Feed Discussion Thread
Hi.
In my opinion it is best to use the original online installer - intended for OpenATV. What is IPK good for ? That is useless.
Here is the online installer (shell script), which is also included in the IPKs:
wget -qO- --no-check-certificate "http://updates.mynonpublic.com/oea/feed" | bash
Or using it, with debugging to a temporary file (for diagnosing possible problems and errors during installation):
wget -qO- --no-check-certificate "http://updates.mynonpublic.com/oea/feed" | bash -xv >…
In my opinion it is best to use the original online installer - intended for OpenATV. What is IPK good for ? That is useless.
Here is the online installer (shell script), which is also included in the IPKs:
wget -qO- --no-check-certificate "http://updates.mynonpublic.com/oea/feed" | bash
Or using it, with debugging to a temporary file (for diagnosing possible problems and errors during installation):
wget -qO- --no-check-certificate "http://updates.mynonpublic.com/oea/feed" | bash -xv >…
