Difference between revisions of "Live Video Speeding up & Stopping & Starting"

From IVS Wiki
Jump to: navigation, search
(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...")
 
 
Line 2: Line 2:
 
#) nano /var/www/v3/src/FS/CamBundle/Resources/public/js/3rd-party/wowzaplayer.js  
 
#) nano /var/www/v3/src/FS/CamBundle/Resources/public/js/3rd-party/wowzaplayer.js  
 
#) find '''this.enableCatsup=a.getPropertyBoolean("wsCatchUpEnabled",this.enableCatsup)''' and replace it with '''this.enableCatsup=false'''
 
#) find '''this.enableCatsup=a.getPropertyBoolean("wsCatchUpEnabled",this.enableCatsup)''' and replace it with '''this.enableCatsup=false'''
 +
#) Save & Exit
 
#) run assets.sh
 
#) run assets.sh

Latest revision as of 15:57, 4 March 2021

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