Kodi 18 crashes with rtmpe streams
#1
Maybe this is related to the migration to binary addons repo. Since Leia Beta 3 or so (inputstream.rtmp 2.04 with OpenSSL 1.1), when building inputstream.rtmp following the guide at https://github.com/xbmc/xbmc/blob/master...Windows.md and installing the addon via zip file, Kodi crashes when trying to play encrypted rtmpe streams. I can reproduce the same issue when compiling on Ubuntu and running rtmpdump against the compiled version of librtmp instead of the OS lib. With rtmpdump a core is dumped when OpenSSL dh_generate_key function is called in dh.h:

Code:

DEBUG: Protocol : RTMPE
DEBUG: Hostname : 93.189.62.10
DEBUG: Port : 1935
DEBUG: Playpath : raw:1917163
DEBUG: tcUrl : rtmpe://93.189.62.10:1935/xlive?vi=1917163&
DEBUG: app : xlive?vi=1917163&
DEBUG: live : no
DEBUG: timeout : 30 sec
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
DEBUG: RTMP_Connect1, ... connected, handshaking
DEBUG: HandShake: Client type: 06
DEBUG: HandShake: DH pubkey position: 472
Segmentation fault (core dumped)

I wonder if the build docs have to be updated to cater for the binary addon repo builds because there is no problem when using inputstream.rtmp from the Kodi repo and/or if there is some additional patch required for it to work when building from source.

Thanks in advance.

Jx-
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi 18 crashes with rtmpe streams0