Chrome only plays short videos. Using 12.15

Hi @stanrate,

I did get your email, will review it shortly, thanks.
As for the delivery profiles, see:


This was first pushed into the 12.3.0 branch so if the ENVs in question were upgraded from earlier versions, it will account for what you’re seeing.
Simply execute an update statement like so:

mysql> update delivery_profile set is_default=0 where system_name='Default_Akamai_HLS_direct' and partner_id=0;

That should fix it.
The default profile for HLS is the one with the ID of 1001, for instance, on my ENV:

mysql> select * from delivery_profile  where id=1001\G
*************************** 1. row ***************************
             id: 1001
     partner_id: 0
     created_at: 2017-06-05 07:02:56
     updated_at: 2017-06-05 07:02:56
           name: Kaltura HLS segmentation
           type: 61
    system_name: Kaltura HLS segmentation
    description: Kaltura HLS segmentation
            url: http://ce-csi.dev.kaltura.com:88/hls
      host_name: ce-csi.dev.kaltura.com
     recognizer: NULL
      tokenizer: NULL
         status: 0
media_protocols: NULL
  streamer_type: applehttp
     is_default: 1
      parent_id: 0
    custom_data: NULL
       priority: 0
1 row in set (0.00 sec)