![]() |
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: New plugin "iPlayer WWW" - bicky - 2017-02-22 Hi - thanks for this - after some soul searching on the Kodi and Linux forums - I established the problem was with the " libcec file", once I reinstalled this everything now works just fine. I give this info in case it is of use to some other Linux user. RE: New plugin "iPlayer WWW" - CaptainT - 2017-03-11 Hi everyone. There is one important change everybody should be aware of: From now on iPlayer WWW exists twice on the offical repo:
Missing iplayer dependency - FredFrin - 2017-03-11 Hello! I tried installing iPlayer www addon (v3.0.0) in Krypton (running on Linux Ubuntu). It's a fresh kodi installation. The install always fails, the log says: Code: 13:55:37.771 T:139930283894528 ERROR: CAddonInstallJob[plugin.video.iplayerwww]: The dependency on inputstream.adaptive version 1.0.6 could not be satisfied. I downloaded this plugin from git: https://github.com/peak3d/inputstream.adaptive but when I attempt to install this from the zip file, the log states: Code: 14:04:48.201 T:139931607111680 ERROR: Failed to read 'zip://%2fhome%2fstef%2fDownloads%2finputstream.adaptive-master.zip/inputstream.adaptive-master/addon.xml' Looking in the unzipped file, I do not see an 'addon.xml', also it looks full of C++ sources which I guess need compiling. Speculation creeping in here ... Any hints as to what I may be doing wrong please?? cheers, Fred RE: New plugin "iPlayer WWW" - iainmacleod - 2017-03-11 I had problems with DASH on my raspberry pi 3. How can I assist, which log files would you like? 10:01:01.268 T:1082127264 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!7 Error Type: <type 'exceptions.IndexError'> Error Contents: list index out of range Traceback (most recent call last): File "/storage/.kodi/addons/plugin.video.iplayerwww/default.py", line 210, in <module> Video.AddAvailableLiveStreamItemSelector(name, url, iconimage) File "/storage/.kodi/addons/plugin.video.iplayerwww/resources/lib/ipwww_video.py", line 95$ return AddAvailableLiveDASHStreamItem(name, channelname, iconimage) File "/storage/.kodi/addons/plugin.video.iplayerwww/resources/lib/ipwww_video.py", line 97$ PlayStream(name, match[0][2], iconimage, '', '') IndexError: list index out of range -->End of Python script error report<-- RE: Missing iplayer dependency - FredFrin - 2017-03-11 Ok - un-built sources it follows there are platform specific versions of the addon: Code: apt-get install kodi-inputstream-adaptive reboot. Still same error after. Code: apt-get install libkodiplatform17 reboot. Still same error after. I feel I'm getting warmer - but still no luck ... RE: New plugin "iPlayer WWW" - DarrenHill - 2017-03-11 Dependency missing thread merged into the main thread. RE: New plugin "iPlayer WWW" - FredFrin - 2017-03-11 inputstream.adaptive solved! Right! Following the apt-get installation the addon is disabled. Go to: Top Menu -> Add-ons -> Select the box top left -> My add-ons -> VideoPlayer InputStream There click on Configure, set Max Bandwidth, Ok, then Enable. Now iPlayer will install ![]() Info from: http://forum.kodi.tv/showthread.php?tid=267160 RE: New plugin "iPlayer WWW" - cmaines - 2017-03-11 DASH streams won't work for me at all - Kodi crashes completely. No problems with the HLS streams however. I'm running Kodi 17.1 RC1 and inputstream.adaptive v.1.0.7 on Android (Amazon FireTV Stick). RE: New plugin "iPlayer WWW" - CaptainT - 2017-03-12 (2017-03-11, 17:22)iainmacleod Wrote: I had problems with DASH on my raspberry pi 3. How can I assist, which log files would you like? This sounds like you were not in the UK. Are you sure you are in the UK and don't use a VPN, which may be blocked by the BBC? RE: New plugin "iPlayer WWW" - CaptainT - 2017-03-12 (2017-03-11, 21:31)cmaines Wrote: DASH streams won't work for me at all - Kodi crashes completely. No problems with the HLS streams however. I'm running Kodi 17.1 RC1 and inputstream.adaptive v.1.0.7 on Android (Amazon FireTV Stick).Can you try on 17.0, please? I don't see how the add-on could crash Kodi. If it happens during playback it is most likely a bug in Kodi or inputstream.adaptive itself. RE: New plugin "iPlayer WWW" - oattes - 2017-03-12 (2017-03-12, 04:03)CaptainT Wrote:(2017-03-11, 21:31)cmaines Wrote: DASH streams won't work for me at all - Kodi crashes completely. No problems with the HLS streams however. I'm running Kodi 17.1 RC1 and inputstream.adaptive v.1.0.7 on Android (Amazon FireTV Stick).Can you try on 17.0, please? I don't see how the add-on could crash Kodi. If it happens during playback it is most likely a bug in Kodi or inputstream.adaptive itself. DASH streams are working fine for me on 17.1 RC1. Make sure you are *not* using the dsplayer version of kodi -- that definitely does not work (LOL, you're on android, so you are definitely not using the dsplayer ;-). RE: New plugin "iPlayer WWW" - stammie - 2017-03-12 I'm in the process of setting up a new Windows 10 PC this weekend and the first thing I went to try after installing 17.1 RC1 on it was my favourite addon namely this one. I too got the error of version 3 not installing even after enabling inputstream.adaptive. However after installing the version from GitHub linked to in the opening post I was then able to update to the latest version from the Kodi repositories. This might be a workaround for people having issues. Thanks for all your work CaptainT, I can report on my machine the Dash streams are working great ![]() RE: New plugin "iPlayer WWW" - CaptainT - 2017-03-12 (2017-03-12, 14:37)stammie Wrote: I'm in the process of setting up a new Windows 10 PC this weekend and the first thing I went to try after installing 17.1 RC1 on it was my favourite addon namely this one. I am sorry, but if you pulled the add-on from the link in the first post of this thread, you are most likely not using DASH at all. In fact, I just noticed that I broke the master branch a little over an hour ago. Will need to repair it, but this will take some time. If you cannot install 3.0.0 from the official repo, then you didn't install inputstream.adaptive correctly and you won't be able to use DASH. I also updated the first post to point to a better source for downloads than before. RE: New plugin "iPlayer WWW" - sonofdibnah - 2017-03-12 If I watch a livestream using version 3.0.0 dash streams in Libreelec version 8 (Kodi 17.1) on my amlogic s805 box, I can't stop the stream from playing with the remote. The "info" bar appears but the remote won't work with it. I have to use the mouse pointer on my USB linked wireless keyboard to stop it. Catchup streams can be stopped with the remote. Streams look good though. Am I right that the BBC regional channels are clearer than their HLS equivalents? RE: New plugin "iPlayer WWW" - renzz - 2017-03-13 When using DASH it seems to have broken playback of any program saved as a Kodi Favourite. When you click on it nothing happens, but in the log I get Code: 15:08:23.769 T:8524 NOTICE: VideoPlayer: Opening: http://vod-dash-uk-live.akamaized.net/usp/auth/vod/piff_abr_full_hd/8a1315-p04tj6c5/vf_p04tj6c5_8aef2e9a-5b9e-418d-badd-fb323c95bb52.ism.hlsv2.ism/iptv_hd_abr_v1_dash_master.mpd?__gda__=1489439300_7d53e8f3cd154273cc3640927976426e If I change the addon to use HLS streams it works ok. I'm also tinkering with STRM files and I get the same thing if I create a file with this in it Code: plugin://plugin.video.iplayerwww/?url=http://www.bbc.co.uk/iplayer/episode/p04qw7rz/clique-episode-2&mode=202&name=Clique I should say, using the addon as normal with DASH enabled works fine. |