starttime); $end_time = toTimestamp($rrec->endtime ); $duration = $end_time - $start_time + $settings->former_time; $dh = $duration / 3600; $duration = $duration % 3600; $dm = $duration / 60; $duration = $duration % 60; $ds = $duration; $title = htmlspecialchars(str_replace(array("\r\n","\r","\n"), '', $rrec->title),ENT_QUOTES); $abstract = htmlspecialchars(str_replace(array("\r\n","\r","\n"), '', $rrec->description),ENT_QUOTES); header("Content-type: video/x-ms-asf; charset=\"UTF-8\""); header('Content-Disposition: inline; filename="'.$rrec->path.'.asx"'); echo ""; echo ""; echo ""; if( ! $rrec->complete ) echo "install_url."/sendstream.php?reserve_id=".$rrec->id ."\" />"; echo "install_url.$settings->spool."/".$rrec->path ."\" />"; echo "".$title.""; echo "".$abstract.""; echo "'; echo ""; echo ""; } catch(exception $e ) { exit( $e->getMessage() ); } ?>