Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] direct URI for simple IPTV #108

Closed
bananenfisch opened this issue Jun 24, 2021 · 5 comments
Closed

[Feature Request] direct URI for simple IPTV #108

bananenfisch opened this issue Jun 24, 2021 · 5 comments

Comments

@bananenfisch
Copy link

bananenfisch commented Jun 24, 2021

Hi,

thanks a lot for this plugin, also now working with widevine!
Is it possible with these license checking to provide an plugin URI to start the a live stream directly? Sometimes i just use simple IPTV and some plugins work with m3u lists, like zappn:

#EXTINF:-1 tvg-name="orf1" tvg-id="ORF1.at" group-title="zappn-AT",orf1
plugin:https://plugin.video.zappntv/category/livestream/orf1

... watching on the log i see different keys/ids/etc. to get this working... so i don't know if it's possible to get a static URI, which will start all these license jobs after request?

If it's easy to implement or... is there already a way to get this working? :-)
Thanks!

@babsi0995
Copy link

Yes I agree this would really be a great feature ti get ORF in HD! I also use the static URLs of zappn and use the PVR manager simple iptv.
FYI: For ORF I noticed that the local streams (e.g. ORF OÖ) and ORF 3 are not encrypted and you can add the stream URLs to your PVR manager

@s0faking
Copy link
Owner

s0faking commented Jul 5, 2021

i will look into it when i have a little spare time. didn't know pvr was able to link plugin handles. atm this won't work because the drm infos needed to decrypt the stream are added the listitem on directory listings.

s0faking added a commit that referenced this issue Dec 6, 2022
@s0faking
Copy link
Owner

s0faking commented Dec 6, 2022

add the channels like this

#EXTINF:-1 tvg-name="ORF 1" tvg-id="ORF 1" group-title="ORF",orf1
plugin:https://plugin.video.orftvthek/?channel=orf1&mode=pvr

#EXTINF:-1 tvg-name="ORF 2" tvg-id="ORF 2" group-title="ORF",orf2
plugin:https://plugin.video.orftvthek/?channel=orf2&mode=pvr

#EXTINF:-1 tvg-name="ORF 3" tvg-id="ORF 3" group-title="ORF",orf3
plugin:https://plugin.video.orftvthek/?channel=orf3&mode=pvr

#EXTINF:-1 tvg-name="ORF Sport+" tvg-id="ORF Sport+" group-title="ORF",orfs
plugin:https://plugin.video.orftvthek/?channel=orfs&mode=pvr

works only with service api for now. i will add htmlscraper support in another commit

s0faking added a commit that referenced this issue Dec 6, 2022
bundesland streams working but need more testing
uhd added
@s0faking
Copy link
Owner

s0faking commented Dec 6, 2022

should work with the htmlscraper as well with the last commit. i've also added uhd streams (if available) and the bundesland orf versions. infos on how to add them are in the README.md.

@s0faking
Copy link
Owner

s0faking commented Dec 6, 2022

Regional streams fallback to ORF 2 if Bundesland heute is not on. You might need to restart the Stream though

@s0faking s0faking closed this as completed Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants