Merge pull request #95 from xenoxaos/gapless_playback_fix
changing the querySep in Event.php to allow gapless playback
This commit is contained in:
commit
66bb807b3e
|
@ -158,7 +158,7 @@ class Event {
|
|||
} # ! ZM_OPT_FAST_DELETE
|
||||
} # end Event->delete
|
||||
|
||||
public function getStreamSrc( $args=array(), $querySep='&' ) {
|
||||
public function getStreamSrc( $args=array(), $querySep='&' ) {
|
||||
if ( $this->{'DefaultVideo'} and $args['mode'] != 'jpeg' ) {
|
||||
$streamSrc = ZM_BASE_PROTOCOL.'://';
|
||||
$Monitor = $this->Monitor();
|
||||
|
|
Loading…
Reference in New Issue