Hi @jess @s.u ,
Follow the steps with https://blog.kaltura.com/free-and-open-live-video-streaming,
I successfully pushed the stream with OSS and KMC entry video is live.
OSS config is :
URL : rtmp://your.domain:1935/kLive/
Stream key: darkal
KMC config is:
Live Mobile HLS stream URL:
http://your.domain:88/hlsme/darkal.m3u8
It’s also available with ffmpeg:
ffmpeg -re -i /Users/xxx/Documents/12345.mp4 -c copy -f flv “rtmp://your.domain:1935/kLive/darkal”
Thanks.