use view_video.php as a short-term fix for viewing video

This commit is contained in:
Isaac Connor 2016-04-01 15:43:31 -04:00
parent 5f6d140de5
commit d71eaa66ec
1 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,8 @@ class Event {
} # end Event->delete } # end Event->delete
public function getStreamSrc( $args, $querySep='&' ) { public function getStreamSrc( $args, $querySep='&' ) {
return ZM_BASE_URL.'/index.php?view=view_video&eid='.$this->{'Id'};
$streamSrc = ZM_BASE_URL.ZM_PATH_ZMS; $streamSrc = ZM_BASE_URL.ZM_PATH_ZMS;
$args[] = "source=event&event=".$this->{'Id'}; $args[] = "source=event&event=".$this->{'Id'};