HTML5 Facts?
HTML5 Facts?
Out of context: Reply #9
- Started
- Last post
- 45 Responses
- kingsteven0
The biggest HTML5 vs FP10 argument I can make is for the lack of support for audio streaming in HTML5.
Recently though I've seen some really interesting experiments:
http://weblog.bocoup.com/web-aud…
using html5 <audio> processing.js and modified Firefox builds.http://jan.krutisch.de/en/2010/0…
high latency streaming using m3u playlists in SafariAnyway while I hope it makes the HTML5 spec; I'd love to hear what Andre Michelle (who's work on hobnox.com inspired Adobe's 'make some noise' campaign) thinks of it all... http://blog.andre-michelle.com/
- by 'biggest' i probably meant 'only valid'kingsteven
- are you sure? if you specify a rtsp url into the src of an audio tag and it should play, depending on browserkpl
- i'm talking in terms of synthesizing/ processing a stream with javascript in realtime...kingsteven
- the second example creates a playlist of streams, just like you suggested. has massive latency and processing,kingsteven
- as it has to first convert the synthesized waveforms to a streamable format.kingsteven