Flowplayer Unable to Resume Live Feed
Share
I’m trying to find a way to resume a live stream which has been paused in flowplayer. I’m wondering why i cannot seem to resume my stream after pausing it.
Standard code to pause stream:
$f('fms1').pause()
Standard code to resume stream:
$f('fms1').resume();
I have also tried the following to no avail:
$f('fms1').getClip().update();
$f('fms1').play();
More attempts:
$f('fms1').pause();
$f('fms1').resume();
$f('fms1').getClip().update();
$f('fms1').play();