ResolveURL icon indicating copy to clipboard operation
ResolveURL copied to clipboard

Streamingcommunity not work

Open soter80 opened this issue 1 year ago • 3 comments

Hi guys, maybe streamingcommunity change his player and now not work on kodi.

https://streamingcommunity.bet/watch/6508

If you can check, please.

soter80 avatar Aug 12 '23 07:08 soter80

It uses encrypted streams now, no issue making a resolver but unable to play them in Kodi yet. The m3u8 has this #EXT-X-KEY:METHOD=AES-128,URI="/storage/enc.key",IV=0x43A6D967D5C17290D98322F5C8F6660B

Gujal00 avatar Aug 12 '23 22:08 Gujal00

@Gujal00 maybe using InputStream.Adaptive for playback? It supports AES-128 (edit: corrected link).

On Kodi 18+ it should come bundled by default.
To use it, you add some properties to the playable item so it's played with Adaptive instead of the default FFMpeg: https://github.com/xbmc/inputstream.adaptive/wiki/Integration#examples-for-kodi-v19-and-above

Note that you can add custom HTTP headers for it to use as an url-encoded parameter string, with the header keys plaintext and the header values quote_plus'ed (or taking a dict and urlencode() it, for the same): https://github.com/xbmc/inputstream.adaptive/wiki/Integration#inputstreamadaptivestream_headers

doko-desuka avatar Aug 14 '23 03:08 doko-desuka

@doko-desuka Yes, I do have IA playback code in SMR Link tester and it is not playing it. May be have to try with Inputstream-FFMPEGDirect. Anyway playback is not Resolveurl's problem. It is just going to return the stream_url to whatever addon called it

Gujal00 avatar Aug 14 '23 04:08 Gujal00