header('Content-Type: audio/mpeg');
echo $result;
<html>
<head>
</head>
<body>
<video controls="" autoplay="" name="media"><source src="file" type="audio/mpeg"></video>
</body>
</html>
<?php
header("Content-Type: audio/x-mpegurl");
header("Content-Disposition: attachment; filename=\"playlist.m3u\""); ?>
#EXTM3U
#EXTINF:-1, Stream name
http://example.com/stream.php