You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
echo "<video controls width='640' height='360'><source src='$filePath' type='video/mp4'>Your browser does not support the video tag use Firefox.</video>";
} else if ($_GET['type'] === 'music') {
// For music, generate an audio tag
echo "<audio controls><source src='$filePath' type='audio/mp3'>Your browser does not support the audio tag use Firefox.</audio>";