david

Results 25 comments of david

The add-on is not completely dead... not yet. In another issue, someone wrote what needs to be done **on the API-17-version**. A minor adjustment: in util.py "'x-app-version': '17'," should be...

@AlfaStation1 that seems to be correct, or better: that's how I think about it as well. DPGMedia has been tolerating this add-on, as long it gives also the advertisement. I...

Do you encounter the same issue with e.g. VRTMax? Is it during live channel or also when playing on-demand? Can you change the resolution when video is playing? This can...

I analysed it a bit. See gist: https://gist.github.com/davidbe/4a09ebc002d4d61cc33f993d5b55f87a Registering a new device works, that is not an issue. As @gustav-janssens and @ghen2 mentions, bumping User-Agend and x-app-version solves the "Upgrade...

@michaelarnauts , thank you for the hint. I did some follow-up analyses (a bit more chaotic / incomplete: https://gist.github.com/davidbe/f9ba35d9d5a51c68c4ccf3c50b44e041). My conclusion is that vtmgo has simplified different items in their...

Has anyone making progress on the addon? What has to be done for sure: - updating utli.py for new version with: ```SESSION.headers = { 'User-Agent': 'VTM_GO/17.240626 (be.vmma.vtm.zenderapp; build:19069; Android 34)...

@Firomanio that's why we need to know what calls the vtmgo-app on android perform and using mitmproxy seems to be a way to go... if you can get it set...

I can confirm this. Issues with VtmGo, no problem with other addons. Setup of Kodi for western characters.

I had some time to do some analysis. Very easy, URL to movies has changed to films. I changed the string 'movies' to 'films' where it occured: - modules/player.py:84 -...

Thank you for the reply. Indeed, I concluded as well that interrupting a stream is hard to do. That's why I wrote, that it might not be possible to copy...