<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Audio Stream Embed</title>
</head>
<body>
<h1>Stream Audio Player</h1>
<audio controls>
<source src="http://5.2.208.222:8000/;" type="audio/mpeg">
Browser-ul tău nu suportă redarea audio.
</audio>
</body>
</html>