Hi Roger,
The right link should be your-domain/index.php/kmc/kmc4#studio|universal_studio
There was a bug I just fixed here:
Edit /var/lib/dpkg/info/kaltura-front.postinst, find the line that reads:
if [ -r "$BASE_DIR/apps/studio/$STUDIO_VER/studio.ini" ];then
change it to:
if [ -r "$BASE_DIR/apps/studio/$HTML5_STUDIO_VER/studio.ini" ];then
and then run:
# dpkg-reconfigure kaltura-front
Should sort it.