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

Support for Smart HD subscription / Sky Sport UHD #204

Closed
sunsettrack4 opened this issue May 6, 2024 · 8 comments · Fixed by #205
Closed

Support for Smart HD subscription / Sky Sport UHD #204

sunsettrack4 opened this issue May 6, 2024 · 8 comments · Fixed by #205

Comments

@sunsettrack4
Copy link

sunsettrack4 commented May 6, 2024

I'm also referring to the following issue that cannot be reopened:
#145

Please note that a solution has been posted there:
https://www.kodinerds.net/thread/55690-aus-zattooboxextbeta-wird-zattoohiq/?postID=752632#post752632

A few channels can be streamed with big screens only - depending on the subscription. There should be an option to switch between web and smart TV devices - the free subscription type allows 30 hours of streaming per month on big screens.

Zattoo Smart HD: https://zattoo.com/de/angebote/smart
Sky Sport: https://zattoo.com/ch/en/offers/sky-sport

@sunsettrack4 sunsettrack4 changed the title Support for Smart TV subscription / Sky Sport UHD Support for Smart HD subscription / Sky Sport UHD May 6, 2024
rbuehlma added a commit that referenced this issue May 20, 2024
@rbuehlma
Copy link
Owner

I have implemented the change but had not the time to test it yet.

Could you have a look at the version found at https://jenkins.kodi.tv/blue/organizations/jenkins/rbuehlma%2Fpvr.zattoo/detail/feature%2Fsmart_tv/1/artifacts and try if that works for you?

@rbuehlma
Copy link
Owner

Well, I can't test it anyway since I don't live in Germany and have a paid account. Please let me know if it works for you.

@sunsettrack4
Copy link
Author

Unfortunately, it doesn't work when the "Smart TV" option is enabled.

2024-05-20 15:37:50.688 T:20048 info : AddOnLog: pvr.zattoo: EPG-DB: Current version: 3
2024-05-20 15:37:50.689 T:20048 info : AddOnLog: pvr.zattoo: REC-DB: Current version: 1
2024-05-20 15:37:50.690 T:20048 info : AddOnLog: pvr.zattoo: PARAMS-DB: Current version: 1
2024-05-20 15:37:50.690 T:20048 info : AddOnLog: pvr.zattoo: Using useragent: Kodi/21.0.1 pvr.zattoo/21.0.1
2024-05-20 15:37:50.690 T:20048 debug : AddOnLog: pvr.zattoo: ZatData::Create - Creating the PVR Zattoo add-on
2024-05-20 15:37:50.690 T:10712 debug : AddOnLog: pvr.zattoo: Update thread started.
2024-05-20 15:37:50.731 T:1620 info : Skipped 2 duplicate messages..
2024-05-20 15:37:50.731 T:1620 debug : CAddonDatabase::GetAddons took 49 ms
2024-05-20 15:37:50.737 T:1620 debug : CAddonMgr::GetAddonsWithAvailableUpdate took 56 ms
2024-05-20 15:37:50.741 T:1620 debug : Thread waiting 1620 terminating
2024-05-20 15:37:50.743 T:172 debug : Thread BackgroundLoader start, auto delete: false
2024-05-20 15:37:50.743 T:22348 debug : ------ Window Init (DialogExtendedProgressBar.xml) ------
2024-05-20 15:37:50.744 T:12692 debug : Thread PVRGUIProgressHandler 12692 terminating
2024-05-20 15:37:50.744 T:20048 info : PVR Manager: Stopping
2024-05-20 15:37:50.744 T:20048 info : PVR Manager: Starting
2024-05-20 15:37:50.744 T:12208 debug : Thread PVRManager start, auto delete: false
2024-05-20 15:37:50.745 T:172 debug : Thread BackgroundLoader 172 terminating
2024-05-20 15:37:50.749 T:22348 debug : ------ Window Deinit (DialogExtendedProgressBar.xml) ------
2024-05-20 15:37:50.791 T:21412 debug : AddOnLog: pvr.zattoo: Login Zattoo
2024-05-20 15:37:50.791 T:21412 debug : AddOnLog: pvr.zattoo: Http-Request: GET https://zattoo.com/token.json.
2024-05-20 15:37:50.797 T:21412 debug : CurlFile::XFILE::CCurlFile::Open - https://zattoo.com/token.json
2024-05-20 15:37:50.798 T:21412 debug : XCURL::DllLibCurlGlobal::easy_acquire - Created session to https://zattoo.com
2024-05-20 15:37:50.926 T:21412 debug : AddOnLog: pvr.zattoo: Send hello.
2024-05-20 15:37:50.927 T:21412 debug : AddOnLog: pvr.zattoo: Http-Request: POST https://zattoo.com/zapi/v3/session/hello.
2024-05-20 15:37:50.927 T:21412 debug : CurlFile::XFILE::CCurlFile::Open - https://zattoo.com/zapi/v3/session/hello
2024-05-20 15:37:50.960 T:21412 error : AddOnLog: pvr.zattoo: Open URL failed with 400.
2024-05-20 15:37:50.960 T:21412 info : AddOnLog: pvr.zattoo: Hello failed.
2024-05-20 15:37:50.960 T:21412 debug : AddOnLog: pvr.zattoo: Http-Request: GET https://zattoo.com/zapi/v3/session.
2024-05-20 15:37:50.961 T:21412 debug : CurlFile::XFILE::CCurlFile::Open - https://zattoo.com/zapi/v3/session
2024-05-20 15:37:50.994 T:21412 error : AddOnLog: pvr.zattoo: Initialize session failed.
2024-05-20 15:37:50.994 T:21412 error : AddOnLog: pvr.zattoo: Login failed
2024-05-20 15:37:50.994 T:21412 debug : Interface_General::ADDON::Interface_General::queue_notification - Zattoo PVR Client - Error Message : 'Anmeldung fehlgeschlagen!'

rbuehlma added a commit that referenced this issue May 20, 2024
@rbuehlma
Copy link
Owner

Sorry, I missed one option.
Could you retry with this one:

https://jenkins.kodi.tv/blue/organizations/jenkins/rbuehlma%2Fpvr.zattoo/detail/feature%2Fsmart_tv/2/artifacts

@sunsettrack4
Copy link
Author

The login works again. However, the affected channels are displayed as "Unknown channel 123" etc., and the playback doesn't start.

2024-05-20 16:04:54.701 T:1600 debug : AddOnLog: pvr.zattoo: Get live url for channel rtl_deutschland
2024-05-20 16:04:54.701 T:1600 info : AddOnLog: pvr.zattoo: Stream properties: &enable_eac3=true&stream_type=dash_widevine&max_drm_lvl=1&format=json&timeshift=10800.
2024-05-20 16:04:54.701 T:1600 debug : AddOnLog: pvr.zattoo: Http-Request: POST https://zattoo.com/zapi/watch/live/rtl_deutschland.
2024-05-20 16:04:54.701 T:1600 debug : CurlFile::XFILE::CCurlFile::Open - https://zattoo.com/zapi/watch/live/rtl_deutschland
2024-05-20 16:04:54.736 T:1600 error : AddOnLog: pvr.zattoo: Open URL failed with 402.

@sunsettrack4
Copy link
Author

Please note: 6e71f49#r142201238

rbuehlma added a commit that referenced this issue May 20, 2024
@rbuehlma
Copy link
Owner

Here we go... next try:

https://jenkins.kodi.tv/blue/organizations/jenkins/rbuehlma%2Fpvr.zattoo/detail/feature%2Fsmart_tv/3/artifacts

@sunsettrack4
Copy link
Author

It's working now :)

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

Successfully merging a pull request may close this issue.

2 participants