Copyright © 2011 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
| Project: | Kaltura Community Edition (CE) - Self Hosted Online Video Platform |
| Version: | partnerServices3 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Gonen.Radai |
| Status: | active |
| Total votes: | 22 |
I'm running KalturaCE alpha_1.0 on XAMPP v.1.7.1. I have configured it to use port 8088 instead of port 80.
After accessing the Kaltura Management Console, I click Content -> Upload -> Upload.
This results in an error message (see attached screenshot)
I did a packet capture on the client system where the web browser is running. I see a GET request made to port 80 (not 8088) with the Request URI: /8088/kalturaCE/p/0/sp/0/flash/kcw/v1.6.5CE/UploadView.swf
The port number has been incorrectly added to the uri.
I also see this issue with the URI: /8088/kalturaCE/p/0/sp/0/flash/kcw/v1.6.5CE/SearchView.swf
Comments
#1
Specified on the documents, this version (alpha) only support port 80.
This will be applied to all widgets in a future version.