Live Video Speeding up & Stopping & Starting

From IVS Wiki
Revision as of 09:08, 4 March 2021 by IVSWikiBlue (talk | contribs) (Created page with "Disabling the wsCatchUp may fix this issue on versions 5.2+ #) nano /var/www/v3/src/FS/CamBundle/Resources/public/js/3rd-party/wowzaplayer.js #) find '''this.enableCatsup=a.g...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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. ) run assets.sh