RReverser / mpegts

Javascript HTTP Live Streaming realtime converter and player
http://rreverser.github.io/mpegts/
MIT License
838 stars 155 forks source link

What about blob urls? #22

Closed snaptopixel closed 9 years ago

snaptopixel commented 9 years ago

Would it be possible to use your lib with blob urls? Then you could just feed a video element vs the canvas drawing...

RReverser commented 9 years ago

Of course, it already uses blob URLs inside. Canvas drawing is needed for avoiding gaps between videos.

snaptopixel commented 9 years ago

Thanks for the quick reply @RReverser do you know how THEOplayer is doing it?