Live Video Speeding up & Stopping & Starting

From IVS Wiki
Jump to: navigation, search

Disabling the wsCatchUp may fix this issue on versions 5.2+

  1. ) nano /var/www/v3/src/FS/CamBundle/Resources/public/js/3rd-party/wowzaplayer.js
  2. ) find this.enableCatsup=a.getPropertyBoolean("wsCatchUpEnabled",this.enableCatsup) and replace it with this.enableCatsup=false
  3. ) Save & Exit
  4. ) run assets.sh