add-ons / plugin.video.streamz

Kodi add-on to watch video-on-demand content from the Streamz service.
https://github.com/add-ons/plugin.video.streamz/wiki
GNU General Public License v3.0
17 stars 4 forks source link

Add proxy to modify the MPEG DASH Manifest #26

Closed michaelarnauts closed 3 years ago

michaelarnauts commented 3 years ago

This is a workaround for the Inputstream Adaptive issue described in https://github.com/add-ons/plugin.video.vtm.go/issues/241. Basically, we start a HTTP proxy and intercept the request for the Manifest, and modify it before passing it to IA.

When an updated Inputstream Adaptive is generally available, we can remove this workaround.

Fixes #22