Kodi Community Forum
Video addon with streaming not HTTP - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: Video addon with streaming not HTTP (/showthread.php?tid=226219)



Video addon with streaming not HTTP - jcea - 2015-05-05

My video addon creates a list of playable content with HTTP URLs. Since the original content is not HTTP accesible, my addon includes a tiny HTTP server in 127.0.0.1 and convert from HTTP to the remote protocol. The links that I generating point to 127.0.0.1, to be "proxified".

I wonder if Kodi has different transports, beside HTTP, FTP, etc. Managing the HTTP proxy is messy and inconvenient. I wonder if there is any other option. Would be amazing if, for instance, I could give back a file-like object to abstract the backend.


RE: Video addon with streaming not HTTP - wsnipex - 2015-05-07

probably incomplete list: http(s), ftp(s), ssh/sftp, rtmp, mms


RE: Video addon with streaming not HTTP - jcea - 2015-05-07

Any hope of having a complete list somewhere online?

Can new transports to be added easily?


RE: Video addon with streaming not HTTP - wsnipex - 2015-05-07

how about you tell us what you are trying to to? Which protocol is that stream originally?