1
Im building an admin interface for a site, and it would be a great benefit if I could play mkv files in the browser, instead of downloading and then playing them. This doesn't have to be a mainstream technology, since only 3 people will be using the interface.
Won't the plugin still download the file first and then play it? Or does the file actually get streamed to the client (although I think you would need something on the server for that to work)? – fretje – 2009-10-08T13:31:32.107
the content of the file has to be streamed to the decoder ALWAYS. if that decoder is vlc or flash doesnt matter. and i think the problem this time is more the 'download the file, save it somewhere, hit the right icon to finally play it' than the transport of the content (intranet maybe?). – akira – 2009-10-08T13:44:23.183
This works.... kind of. Its not very reliable, and it freezes after a few seconds, when playing high def files especially. But I guess it will have to do. – user11955 – 2009-10-08T18:57:55.577