Quantcast
Channel: Kaltura - Latest posts
Viewing all articles
Browse latest Browse all 7410

Compiling the kaltura nginx with live rtmp

$
0
0

@razvan_iacob,

I see. I missed

Before... sorry!

At any rate, streaming to rtmp://162.244.80.111:1935/kLive/test seems fine and I am also getting the manifest when making a request to http://162.244.80.111:88/hlsme/test.m3u8

Your JWPlayer is trying to load the manifest from http://162.244.80.111:1935/kLive/test/playlist.m3u8, which is wrong. Should be http://162.244.80.111:88/hlsme/test.m3u8, which is why it isn't working.

The Kaltura player should be upgraded to latest, i.e: v2.50. This can be done by running:
# yum update kaltura-html5lib

And does not necessitate upgrading the entire server [although, it is recommended]. If you want to only upgrade the player, then after running the yum update commend, you'll also need to update /opt/kaltura/app/configurations/local.ini and set:

html5_version = v2.50

and /opt/kaltura/web/flash/kmc/v5.40.3/config.ini, replacing all .*html5_version and setting v2.50 instead of the currently set version.

Then you'll need to re-run /opt/kaltura/bin/kaltura-front-config.sh

When I streamed using

$ ffmpeg -re -i /path/to/mp4 -c copy -f flv "rtmp://162.244.80.111/kLive/test"

I was able to play the stream using http://osmfhls.kutu.ru/, passing along http://162.244.80.111:88/hlsme/test.m3u8 as the M3U8 URL.

Same when using https://www.hlsplayer.net/


Viewing all articles
Browse latest Browse all 7410

Trending Articles