How to start streaming on OpenPli 8.2
it works normally on OpenPli 8.1 and not on the new one.
Posted 1 June 2022 - 13:23
Streaming or transcoding?
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Posted 1 June 2022 - 17:00
Streamlink
Streamlinksrv
root@zgemmah7:~# /usr/sbin/streamlinksrv manualstart debug
Traceback (most recent call last):
File "/usr/sbin/streamlinksrv", line 42, in <module>
import streamlink.logger as logger
File "/usr/lib/python2.7/site-packages/streamlink/__init__.py", line 20, in <module>
from streamlink.api import streams
File "/usr/lib/python2.7/site-packages/streamlink/api.py", line 1, in <module>
from streamlink.session import Streamlink
File "/usr/lib/python2.7/site-packages/streamlink/session.py", line 20, in <module>
from streamlink.utils.l10n import Localization
File "/usr/lib/python2.7/site-packages/streamlink/utils/l10n.py", line 8, in <module>
from iso3166 import countries
File "/usr/lib/python2.7/site-packages/iso3166/__init__.py", line 13
name: str
^
SyntaxError: invalid syntax
Always the same kog with errors.
Edited by azaz1, 1 June 2022 - 17:04.
Posted 1 June 2022 - 18:38
Not exactly
I can`t edit posts
openpli 8.2-release zgemmah7
root@zgemmah7:~# /usr/sbin/streamlinksrv manualstart debug
Traceback (most recent call last):
File "/usr/sbin/streamlinksrv", line 42, in <module>
import streamlink.logger as logger
File "/usr/lib/python2.7/site-packages/streamlink/__init__.py", line 20, in <module>
from streamlink.api import streams
File "/usr/lib/python2.7/site-packages/streamlink/api.py", line 1, in <module>
from streamlink.session import Streamlink
File "/usr/lib/python2.7/site-packages/streamlink/session.py", line 20, in <module>
from streamlink.utils.l10n import Localization
File "/usr/lib/python2.7/site-packages/streamlink/utils/l10n.py", line 8, in <module>
from iso3166 import countries
File "/usr/lib/python2.7/site-packages/iso3166/__init__.py", line 13
name: str
^
SyntaxError: invalid syntax
root@zgemmah7:~#
i installed it just
opkg install streamlink-27
opkg install streamlink-27-src
opkg install streamlinksrv
is it wrong or something more to install ?
Posted 1 June 2022 - 18:43
Looks like streamlink is another app that is not compatible anymore with the latest iso3166.
Wasn't there a post about that recently? Perhaps search for "iso3166" ?
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Posted 2 June 2022 - 13:41
Streamlink 4 is Python3, won't work.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Posted 2 June 2022 - 14:07
Are you sure you had python-iso3166 v0.9 ?
OpenPli 8.2 release comes with python-iso3166 v1.0.1, and that is not compatible with Streamlink.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Posted 2 June 2022 - 16:19
Then you're looking "with your nose"...
root@vusolo4k:~# opkg list python-iso3166 python-iso3166 - 1.0.1+git77+3b6b6fe-r0.4 - Standalone ISO 3166 Country definitions
and Streamlink is not compatible with this version.
As they consider Streamlink Python2 end of life, you have to either patch streamlink, or downgrade python-iso3166.
If you had followed my advice to search for python-iso3166, you have known this all, there is another post with all the details.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Posted 7 June 2022 - 20:23
i installed all of this what was necessary for 8.1
In 8.2 i don`t see changes for python and so on
Mayby i`m wrong
Can anybody check with yourself ?
Please just test streamlink and version 8.2 again.
Everything should work fine.
You only really need
opkg install streamlinksrv and everything else will be installed.
Possibly install the Youtube-dl.
pycountry is currently used here.
So please do not install the OE Aliiance packages.
Posted 7 June 2022 - 20:37
8.2 is still building...
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
0 members, 9 guests, 0 anonymous users