Hello,
I installed Kaltura following the guide on the github page saying " Installing Kaltura on a Single Server (RPM)"
I can login into the platform and everything seems working good. I created a new publisher with success and then click on “action”->“Manage new”.
I can see 5 entries video.
When I navigate on the detail page of the first video, I see the thumbnail with the play button and if I click on it, it plays. I can see from the developer tools that a file a.mp4 is being requested
But when I navigate on the third video, the thumbnail gets loaded but when I try to plays it there is an error in the developer tools under network tab. This time the file requestes is a m3u8. The error for this request says “canceled” as status and it try every time to request this resource and always it get “canceled”
My Kaltura installation isn’t in SSL.
Apache running on 80
Vod packager running on 81
Nginx running on 8081
Obviously I think that port 81 is closed and for that I get the error. But when I go on the Database under delivery_profile table and chaning my port with 80 that’s what happen:
The request was sent with success but the player stops and there is that error on the console.
When I try to click play for the second time an error saying
{“type”:“networkError”,“details”:“manifestParsingError”,“url”:“linkToThe.M3u8”,“fatal”:true,“networkDetails”:{},“headers”:“accept-ranges: bytes\r\naccess-control-allow-methods: GET, PUT, POST, DELETE, HEAD, OPTIONS\r\naccess-control-allow-origin: \r\nage: 2\r\ncache-control: public, max-age=8640000, max-stale=0\r\nconnection: keep-alive\r\ncontent-length: 1810768\r\ncontent-type: video/mp4\r\ndate: Mon, 20 Sep 2021 10:36:28 GMT\r\nexpires: Wed, 29 Dec 2021 10:36:29 GMT\r\nlast-modified: Sun, 19 Nov 2000 08:52:00 GMT\r\npragma: \r\nserver:me\r\nx-kaltura: cache-key\r\nx-kaltura-session: 426620211, 1632134188\r\nx-me: \r\n”}
is shown
Can someone with any similar problem, help me?
Thanks in advance