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

Compiling the kaltura nginx with live rtmp

$
0
0

So in my CE 11.18 cluster i have a server only for nginx. On the nginx node this is what i have deployed:

yum list installed |grep kaltura
kaltura-a52dec.x86_64
kaltura-base.noarch 11.19.0-4 @Kaltura-noarch
kaltura-ffmpeg.x86_64
kaltura-lame.x86_64 3.99.5-3 @Kaltura
kaltura-libopencore-amr.x86_64
kaltura-monit.x86_64 5.18-1 @Kaltura
kaltura-nginx.x86_64 1.10.2-3 @Kaltura
kaltura-postinst.noarch
kaltura-release.noarch
kaltura-x264.x86_64 0.140-2.20140104 @Kaltura

When i ran the yum update kaltura-nginx. it did it with no errors but in nginx.conf there were no lines for rtmp server i added them by hand from a test server i have and in kaltura.conf also, the locations were not added, had to add them by hand. I am able to stream to the nginx server from FMLE, i can see the chunks in /var/tmp/dashme and hlsme/ but I cannot see the stream in any player.

This is what i have in sources:

URL: http://kaltura.org/

[Kaltura]
name = Kaltura Server
baseurl = http://installrepo.origin.kaltura.org/releases/nightly/RPMS/$basearch/
gpgkey = http://installrepo.kaltura.org/releases/RPM-GPG-KEY-kaltura
gpgcheck = 1
enabled = 1

we currently do not have the nightly so commented. We do have plans to add that.

[Kaltura-testing]

name = Kaltura Server arch independent

baseurl = http://installrepo.kaltura.org/releases/nightly/RPMS/$basearch/

gpgkey = http://installrepo.kaltura.org/releases/RPM-GPG-KEY-kaltura

gpgcheck = 1

enabled = 0

[Kaltura-testing-noarch]

name = Kaltura Server arch independent

baseurl = http://installrepo.kaltura.org/releases/nightly/RPMS/noarch

gpgkey = http://installrepo.kaltura.org/releases/RPM-GPG-KEY-kaltura

gpgcheck = 1

enabled = 0

I have the same thing configured with the lates kaltura version deployed as a All in One solution on ubuntu 14.04, i have the exact same thing, can stream but cannot load the stream in any player.

I can give you access if needed.


Viewing all articles
Browse latest Browse all 7410

Trending Articles