Hi @hiphopservers,
To stream use:
rtmp://$NGINX_HOST:1935/kLive/stream
to get the HLS manifest for playback, use:
http://$NGINX_HOST:$NGINX_PORT/hlsme/stream.m3u8
To use this with the HTML5 Kaltura player, go to KMC->Upload->Live Stream Entry->under Live Stream Type select Manual Live Stream URLs, provide a name and then in the URL input http://$NGINX_HOST:$NGINX_PORT/hlsme/stream.m3u8 and uncheck "Akamai HD protocol.."
Obviously, you can replace 'stream' and 'stream.m3u8' with any other stream name so, for example:
rtmp://$NGINX_HOST:1935/kLive/jess
and then, in the URL for the entry in KMC, input:
http://$NGINX_HOST:$NGINX_PORT/hlsme/jess.m3u8
As explained here: