miércoles, 3 de abril de 2013

html5 audio streaming

HTML5 Visualisation Demo
HTML5 Visualisation Demo

html5 audio streaming


HTML5 Visualisation Demo



Descripcion del Video
HTML5 is really powerful especially with the latest browsers which can pass huge amounts of processing power to the graphics card. Here I show a demonstration of trance like visual effects created using HTML5. This is part of the user interface development for Sonic Field which is an audio synthesis and processing package. The UI is in HTML5 so I needed a way of creating audio visualisations in HTML5. The visualiser is not yet linked up to the audio stream and it only renders circles. However, this is just a few hours work! The effect was so amazing that I though I should put it up here. If you are interested, the trick to getting it to work is to use an HTML5 canvas to scale the contents of its self using the graphics card. In Chrome on my MBPR the CPUs are not loaded all that much as nearly all the processing is passed onto the video card. Here is the most important part of the Javascript: function repaint(){ var imgD1=context.getImageData(0,0,canvas.wi ­dth,canvas.height); var scale=0.05 var scaleFactor=1+scale; hContext.putImageData(imgD1,0,0); context.scale(scaleFactor,scaleFactor); var sx=canvas.width*scale/2; var sy=canvas.height*scale/2; context.translate(-sx+1.6,-sy+1.1) context.globalAlpha=0.1; context.drawImage(hCanvas,0,0); context.globalAlpha=1.0; if((Math.random()*20)>19){ context.lineWidth = 2; var c="rgb(" + Math.floor(Math.random()*255) + "," + Math.floor(Math.random()*255) + ","+ Math.floor(Math.random()*255) + ")"; context.strokeStyle = c; } var radius=Math.random()*50; context.setTransform(1,0,0,1,0,0); context.beginPath(); context.arc(canvas.width/2,canvas.height ­/2,radius,0,2*Math.PI,true); context.stroke(); requestAnimationFrame(repaint); } The music is created by myself using Sonic Field

tutor de como generar reproductor flash de streaming de audio para mi web o blog



Descripcion del Video
Pequeño video tutor de como crear un agradable reproductor flash para los clientes de mi1radio.com

How to add audio to your site with player controls



Descripcion del Video
.my webpage mp3 player music video player music player for wordpress mp3 player embedded media player embedded audio player embed mp3 html player mp3 audio player music player for blogs audio media player free embedded audio player small music player for blog custom mp3 player for website audio video player free music for your website online music player for website play music on your website add a music player to your website mp3 player site mp3 music player for website insert video into website embed mp3 player html free music player application make your own play list mp3 website player mp3 players for websites free audio player for website html5 how to add a music player to your website mp3 player for your website music player embed play video on web page audio player for blog simple html music player play mp3 in web page creating a music website audio player for wordpress audio player for my website how to make a music player in html audio player for blogger flash audio player free html music player widget blog audio player music play site html5 sound player media player website embed free music player music web player software music player embed music in webpage music for your website streaming music player media player web html5 player tutorial music for websites simple audio player for website web video players play audio in html5 music player sites mp3 player for website html free mp3 website player player para site mp3 embed video on website insert video html5 html for music player embedded audio player for website javascript music player song player for website video for your website easy mp3 player for website free music player for websites add video to website html 5 play mp3 adding music to your website player music html5 music player widget for website html 5 web pages embed player mp3 flash mp3 player free how to add music to your mp3 player for free adding video to website audio player in html5 web page music player html5 mp3 player mp3 player web html media player for website html5 flash audio player media player for website video player website music player for blogger free html embed audio player music html player web based music player embed media player free music play lists audio player for websites play mp3 on web page play mp3 on webpage creating your own website blog creating a music website make your own website or blog make your own website blog create a music website making a blog page add music to website free free music for your website make a website for music free music for my website my free music player add music to mp3 player for free website music player software downloads how to add music to your mp3 player for free free .my music player for websites free music player websites how to get music on your website free music players for websites free music for your mp3 player free play music website website to play music for free how to make your own video player for your website free audio players for websites free music player sites website music player free free music player for website music player website free music player for website free free music player website free website music player free website audio player free audio player for website audio player for website free free audio player website website audio player free music web page design free html audio player for website free audio player for website html make a music player for website free website music players free music players for website how to create video site free mp3 music player for website free online music player website free online music player for website free web music player web music player free free web audio player free html music player for website free music player for website html music player for website free html mp3 players for websites free free mp3 players for websites build a web page using html create website using blogger how to create a website using blogger music players for websites audio players for websites free musidio

~/ on the Range



Descripcion del Video
Kit Cambridge shows you how to handle range requests for the HTTP/1.1 spec and Node.js in this video from HTML5 Dev Conf: What do download accelerators, streaming video, and the HTML 5 audio element have in common? They all rely on range requests to transmit data efficiently. Range requests are HTTP's brilliantly simple answer to the question, "How do I download just a portion of a given file?" Although they're supported by most web frameworks, Node doesn't handle range requests out of the box. To that end, we'll be going down to the bare metal as we examine the relevant portions of the HTTP/1.1 spec, learn how to handle such requests correctly, and discuss why they're so useful. ** More educational videos on open source development at /s/

Advanced SHOUTcast Flash/HTML5 Player



Descripcion del Video
/player - Our advanced player suite for SHOUTcast users enables viral radio station sharing via Facebook. Plus solves the memory leak problem associated with conventional flash players.

Comentarios de los Videos html5 audio streaming


Consorcio

No hay comentarios:

Publicar un comentario