Hi @micuentadecasa,
The media-server and livedvr repos [both are FOSS and licensed under AGPLv3] enable a full integration between Wowza and the Kaltura API. This allows you to provision Kaltura Live entries [be it via KMC or the API directly] and initiate a live stream session [using RTMP or RTSP].
The solution supports adaptive bitrate streaming [several streams with variable bitrates will be created from the original] and DVR as well as creating a separate VOD recording of the streaming session.
This is not officially supported when using CE and so there are no official deb or RPM packages for it. However, as mentioned previously, the repos are FOSS and licensed under AGPLv3 so if you’d like to deploy manually from the source, you are welcome to do so.
For CE, we use an alternative mechanism for which you will find the documentation here:
If you already have a Wowza server installed and configured and you only wish to play a stream using the Kaltura player [i.e without the Kaltura API integration enabling the features previously mentioned], go to to KMC->Upload->Live Stream Entry
.
For Live Stream Type, select Manual Live Stream URLs
, provide a meaningful name for the entry, for example My Live Test
, and input the URL to the stream’s m3u8.
This method will work with any valid HLS stream and is not specific to Wowza.