![]() |
Release "iPlayer WWW" add-on - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154) +---- Thread: Release "iPlayer WWW" add-on (/showthread.php?tid=353349) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
|
RE: subtitles broken for some titles - CaptainT - 2020-08-22 (2020-08-21, 13:35)margotiris Wrote:Please do report back if you don't find any issues as well. In the end, I want to be pretty sure that all is well before releasing it.(2020-08-21, 13:01)CaptainT Wrote: ]Yes, that might be the case. Try the Beta version available on GitHub. I am still waiting for some feedback before releasing it. If you can provide some feedback, that might speed up things. RE: subtitles broken for some titles - margotiris - 2020-09-05 (2020-08-22, 21:48)CaptainT Wrote: Please do report back if you don't find any issues as well. In the end, I want to be pretty sure that all is well before releasing it. Ok, reporting back: I've been running the 3.0.49 alpha2 version for about a fortnight, using it probably most days, without any errors. Until today, when Frankie Boyle's New World Order threw up this error: Code:
The 'Most Popular' list is my usual entry point into the iPlayer addon (have that favourited), so when it wouldn't play from there, I found the same programme through other parts of the menu structure, and also searched for it, but whenever I tried to play it, it gives the same error. Checked if the same episode would play in the Android app, and there it worked fine. I noticed there's a logged_in=False variable on the URL in the error log, so I check to see if I was still logged in on the plugin, and it seemed I was: there's a "Sign out BBCiD" item in the main menu. I selected that option and it said it was 'successful', but that didn't change that "Sign out BBCiD" menu item to a "Sign in BBCiD" as I had expected. So I found the login bit in the settings and entered my email and pw there (there wasn't anything in the BBC ID or password fields, so I don't know if I was ever logged in the first place). Went back to the episode and again it threw up the same error, again with the logged_in=False bit - so I still don't know whether I'm logged in or not, or if that's even a relevant factor. Sorry to be so verbose; I'm counting on you to filter out anything that might be useful. RE: subtitles broken for some titles - CaptainT - 2020-09-06 (2020-09-05, 13:40)margotiris Wrote: Ok, reporting back:Thanks for reporting this problem. I am afraid, I cannot duplicate it on my end. The programme plays fine, even with subtitles. However, it may be related to the settings on your system. Could you please let me know the settings you chose for stream type (DASH or HLS), and which CDN you selected? With this information, I may be able to duplicate the problem, and identify its cause. If you kept the CDN on 'Auto', please try the three options (Akamai, Limelight, Bidi) to see if only one is causing this problem. Being logged in should not make a difference here. I just tested without being logged in, and the programme plays fine. BBC iplayer subtitles not working - User 311101 - 2020-09-06 Hello, BBC iplayer subtitles are not working. I have uninstalled and reinstalled the addon as well as toggled the settings. Nothing! They did work previously... so what's changed? Note: Kodi is running 18.8 on android 7... (I think) TV! I am in UK, not using proxy! Kodi updated recently... using f-droid repo! Thanks! RE: "iPlayer WWW" add-on - DarrenHill - 2020-09-06 @goodflood - the subtitles section is for specific subtitle addons for movies, rather than subtitles in other addons. So I've merged your post into the iPlayer addon thread (this one). RE: BBC iplayer subtitles not working - CaptainT - 2020-09-06 (2020-09-06, 21:36)goodflood Wrote: Hello,Please try the Alpha release available on GitHub. It should fix the subtitle issues. RE: subtitles broken for some titles - margotiris - 2020-09-07 (2020-09-06, 18:23)CaptainT Wrote: Thanks for reporting this problem. I am afraid, I cannot duplicate it on my end. The programme plays fine, even with subtitles. I had HLS / Any originally. I changed the CDN to the three different options in turn, then switched to Dash and repeated trying all options, but none of them would play. The log shows a 'skipping unplayable item' error with all different stream urls now. Then I turned off the 'Use subtitles when available' setting, repeated the above, and everything would play without problems. And just to make sure, I went back and turned the subtitles on again and indeed, nothing would play. That is to say, none of the streams available for Frankie Boyle's New World Order, Season 4 Episode 1 would play, all other programmes that I've tried playing since installing the Alpha version have played just fine. RE: subtitles broken for some titles - CaptainT - 2020-09-07 (2020-09-07, 10:08)margotiris Wrote: I had HLS / Any originally. I changed the CDN to the three different options in turn, then switched to Dash and repeated trying all options, but none of them would play. The log shows a 'skipping unplayable item' error with all different stream urls now.Thanks for being persistent. It looks like I was still working on an old copy of the add-on, not reflecting the current state of subtitles. Moving to 3.0.49~alpha2, I was able to duplicate the issue. I implemented a fix in 3.0.49~alpha3, which should be more robust. Please try, and let me know if this works better in general. RE: subtitles broken for some titles - margotiris - 2020-09-07 (2020-09-07, 18:45)CaptainT Wrote: Thanks for being persistent. It looks like I was still working on an old copy of the add-on, not reflecting the current state of subtitles. Moving to 3.0.49~alpha2, I was able to duplicate the issue. I installed alpha3 & can confirm the episode now plays, subtitles and all! Will report back on how things work 'in general' when I've bit more time to test things. Thanks! RE: subtitles broken for some titles - margotiris - 2020-09-08 Ran into another error, this time with 'Sully' (the film with Tom Hanks). Again with subtitles on, I get: Code: ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.iplayerwww/?url=https%3A%2F%2Fwww.bbc.co.uk%2Fiplayer%2Fepisode%2Fm000m7wv%2Fsully&mode=202&name=Sully+-+He+saved+155+lives.+Then+he+went+on+trial&iconimage=https%3A%2F%2Fichef.bbci.co.uk%2Fimages%2Fic%2F832x468%2Fp08psv0f.jpg&description=The+%27Miracle+on+the+Hudson%27+was+just+the+start.+Starring+Tom+Hanks.&subtitles_url=&logged_in=False] When I turn the subtitles off, and switch off auto play in the streams menu because that's easier than constantly switching between CDN, I get stream that all play. But they are listed as (Audio Described) and indeed there's someone constantly talking which gets annoying pretty quickly (having someone constantly talking while I'm trying to watch TV is why I keep subtitles on... ![]() Hope that helps RE: subtitles broken for some titles - CaptainT - 2020-09-08 (2020-09-08, 19:29)margotiris Wrote: Ran into another error, this time with 'Sully' (the film with Tom Hanks). Again with subtitles on, I get: That problem was reported on GitHub yesterday for some episodes of Battlestar Galactica. The cause is that some programmes currently do not contain any streams using the mediaselector the add-on is based on. Nothing I can do there at the moment except switch to a different mediaselector all together. I'd like to try and sit this one out. If the mediaselector is really being discontinued, I have an alternative available. RE: subtitles broken for some titles - deepeeme - 2020-09-10 (2020-09-08, 19:33)CaptainT Wrote:I've been using 3.0.49 alpha2 since my reply to this thread on 3rd August but unfortunately there has been no improvement.(2020-09-08, 19:29)margotiris Wrote: Ran into another error, this time with 'Sully' (the film with Tom Hanks). Again with subtitles on, I get: Since these issues began, I have encountered one notably unusual behavior. Setting up for live TV using Dash with Limelight and with stream selection set to manual, two streams are listed that do not have either a Akemai or Limelight descriptor. E.g. for BBC1 the available listed streams look like this: BBC1 - Akemai BBC1 - Limelight BBC One - BBC One - Akemai BBC One - Limelight BBC One - Funny thing is, only the two streams missing the descriptor will play and those are of very low quality (are they perhaps Bidi streams?). As previously mentioned, for the past couple of months live TV Limelight streams throw the "Not in UK" error while Akemai streams have never played for me. I can replicate this behaviour on a Pi4 running Kodi 18.6 under Raspbian, Pi3 with OSMC and an Android TV with Kodi 18.8 installed Browser based iPlayer works fine. I'd be happy to test a version using the alternative mediaselector if that option becomes available. RE: "iPlayer WWW" add-on - User 309201 - 2020-09-20 Is it currently possible to play either of the 4K/HLG test clips via this add-on? It used to be possible to play the football clip, by going into iPlayer:UHD Trial Channels and then playing UHD Trial 5; but this doesn't seem to work any more. I'm trying to figure out if it's an issue with the add-on, or with my player. UHD test clips do still exist on iPlayer somewhere - I can play both of them using my TV's built-in app. (I would love to search through this thread to see if this has already been asked, but "4K", "HDR", "HLG" and "UHD" are all too short to be legal search terms! I apologise if this has been asked already). RE: subtitles broken for some titles - numbetto - 2020-10-20 (2020-09-10, 01:41)deepeeme Wrote:I have the same situation but only when looking at live streams. I tried version alpha3 with no luck.(2020-09-08, 19:33)CaptainT Wrote:I've been using 3.0.49 alpha2 since my reply to this thread on 3rd August but unfortunately there has been no improvement.(2020-09-08, 19:29)margotiris Wrote: Ran into another error, this time with 'Sully' (the film with Tom Hanks). Again with subtitles on, I get: Limelight does not work and keeps saying that i cannot see BBC outside the UK but that's not true. Here is the log: 2020-10-20 17:22:14.292 T:1916130224 ERROR: CCurlFile::Stat - Failed: HTTP response code said error(22) for http://vs-hls-uk-live.akamaized.net/pool_902/live/uk/bbc_one_hd/bbc_one_hd.isml/bbc_one_hd-pa4%3d128000-video%3d2812032.m3u8 2020-10-20 17:22:14.480 T:1396699360 ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 403 2020-10-20 17:22:14.481 T:1396699360 ERROR: CCurlFile::Open failed with code 403 for http://vs-hls-uk-live.akamaized.net/pool_902/live/uk/bbc_one_hd/bbc_one_hd.isml/bbc_one_hd-pa4%3d128000-video%3d2812032.m3u8: 2020-10-20 17:22:14.612 T:1396699360 ERROR: OpenDemuxStream - Error creating demuxer 2020-10-20 17:22:19.659 T:1916130224 ERROR: CCurlFile::Stat - Failed: HTTP response code said error(22) for http://vs-hls-uk-live.akamaized.net/pool_902/live/uk/bbc_one_hd/bbc_one_hd.isml/bbc_one_hd-pa4%3d128000-video%3d2812032.m3u8 2020-10-20 17:22:19.743 T:1419755744 ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 403 2020-10-20 17:22:19.743 T:1419755744 ERROR: CCurlFile::Open failed with code 403 for http://vs-hls-uk-live.akamaized.net/pool_902/live/uk/bbc_one_hd/bbc_one_hd.isml/bbc_one_hd-pa4%3d128000-video%3d2812032.m3u8: 2020-10-20 17:22:19.866 T:1419755744 ERROR: OpenDemuxStream - Error creating demuxer Thank you. RE: "iPlayer WWW" add-on - User 309201 - 2020-10-26 The BBC has now made "Seven Worlds: One Planet" available in 4K HLG/HDR again. Is there any way to play the 4K HLG stream through this add-on? |