xbmc / inputstream.rtmp

RTMP input stream add-on for Kodi
GNU General Public License v2.0
15 stars 26 forks source link

Change to new C++ based addon interface style #22

Closed AlwinEsch closed 7 years ago

AlwinEsch commented 7 years ago

Related to https://github.com/xbmc/xbmc/pull/12325

Tested with "rtmp://184.72.239.149/vod/BigBuckBunny_115k.mov"

akva2 commented 7 years ago

looks fine, apart from my personal preference for no prototyping when not necessary but i can change that afterwards.

AlwinEsch commented 7 years ago

Is in and can be merged, sorry for the prototype.