I'm no expert on rtmp at all (I don't think any of my sites still use any). What's is your error message? Attach the OnlineVideos.log and mpurlsourcesplitter.log, someone more knowledgeable might get something out of them... I didn't see any problems with your code though (can't try it, living in Sweden and only read it on github).@Jason Pyke @Ministerk i might need help by a rtmp expert from the onlinevideos team. think i got all parameters parsed neede to built a rtmp url but it is not working. Any suggestions on who to contact from the onlinevideos team ?
Got some super ugly hacky code (based on the stuff the kodi plugin does), that does create a rtmp url instead of starting the browser host, but the rtmp connect fails after some steps.
Code is here:
https://github.com/JSurf/mediaportal-onlinevideos/tree/nobrowser
What you could do is to use fiddler or wireshark when using the kodi plugin to see how the urls are constructed when it works. Create a new site util that only implements the
Edit: getVideoList is the method to implement...
Last edited: