Kodi Community Forum
[PATCH] Small Fix For RTMP Module (Ticket #5530) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: VideoPlayer InputStream (https://forum.kodi.tv/forumdisplay.php?fid=312)
+---- Thread: [PATCH] Small Fix For RTMP Module (Ticket #5530) (/showthread.php?tid=42538)



[PATCH] Small Fix For RTMP Module (Ticket #5530) - anonymous247 - 2008-12-23

In an effort to get access to the video content at "watch.ctv.ca" via XBMC, I encountered a problem with the RTMP library.

The way the tcURL parameter is formed when sending the 'connect' packet causes the server to return a 'file not found' error. By composing the tcURL parameter to be similar to the 'app' parameter, the problem is solved, and the video streams. There seems to be a seperate issue with audio/video sync, but I will investigate that seperately.

The change is only 3 or 4 lines.

http://trac.xbmc.org/ticket/5530