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