changing the querySep in Event.php to allow gapless playback

pull/2077/head
Mike Brown 2018-04-05 20:42:15 -05:00
parent 9ecbba0947
commit c4a00e0657
1 changed files with 1 additions and 1 deletions

View File

@ -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();