![]() |
Debugging inputstream.rtmp - 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: Debugging inputstream.rtmp (/showthread.php?tid=318651) |
Debugging inputstream.rtmp - boogiepop - 2017-07-22 I am not sure this the correct place for this question, but since it s a binarry addon here goes my question. When i provide --swfhash, --swfsize manually to rtmpdump, it ignores size verification But when i provide same data with -x, -w rtmpdump succesfully does the verification i think this is a problem somewhere in rtmpdump, ir i am doing something really stupid. The same problem also happening when i pipe same arguments to kodi, stream does not play also. i want to know is there anyway to debug this problem, and get to the bottleneck of it. The reason i am manually giving hash and size is, swf file is lzma compressed, by downloading file it cant verify size correctly. i can not use wireshark to check whats going on, because it is an rtmpe, encrypted stream. İ am using 17.3 krypton on windows. Thanjs. RE: Debugging inputstream.rtmp - boogiepop - 2017-08-11 i found out that ffmpeg port of rtmplib does not have swfhash switch, this is the reason kodi rtmp input stream does not connect to rtmp stream. If you have compressed swf file problems, best approach i could find is, download swf file, decompress it (lzma/zip), upload to a web server, and point to swfurl switch to the new uploaded uncompressed swf file. hacky but it works. Code: 00:02:00 T:3184 ERROR: Unknown option swfhash |