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

Livestreaming from OBS To Kaltura

$
0
0

Hello Jess,

If i understand correctly, i read in nginx.conf

RTMP configuration

rtmp {
server {
listen 1935; # Listen on standard RTMP port
chunk_size 4000;

    # This application is to accept incoming stream
    application kLive {
            live on; # Allows live input from above
            dash on;
            dash_path /var/tmp/dashme;

            hls on; # Enable HTTP Live Streaming
            hls_cleanup on;
            hls_sync 100ms;
            hls_fragment 2s;

            hls_path /var/tmp/hlsme/;


    }
}

}

This means we have a kLive application to accept the incoming data from obs. In obs i can configure the stream to point to that application and the token provided by the generated livestream from KMC. What am i still missing?

I followed this document but when i try to playback i get nothing but a timeout https://archive.fosdem.org/2017/schedule/event/om_kaltura/attachments/slides/1404/export/events/attachments/om_kaltura/slides/1404/fosdem2017_presentation.pdf


Viewing all articles
Browse latest Browse all 7410

Trending Articles