Displaying metadata of audio on HTML5 -


i'm trying make html file display player audio stream broadcast throw traktor pro 2 (dj software). wasn't hard make streaming vlc saw showed name of every song playing... there way display song names under or on player using html5 or maybe css? that's code:

<html>   <header>    <body>     <h1 id="mainheader"> listening frank's radio </h1>     <div id="audiomain">       <center>         <audio controls="controls" autoplay="true">           <source src="http://mylocalip/smth.ogg" type="audio/ogg" preload="auto">           <source src="http://myip/smth.ogg" type="audio/ogg" preload="auto">           !!!(error 404) audio unavailable, ogg format unsupported or broken connection. !!!         </audio>       </center>     </div>   </body> </html> 

nope. job javascript.


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -