[_] 3gp video over HTTP
Alan Parry
alan at parry.me.uk
Mon Aug 7 15:33:59 BST 2006
> Has anyone done anything similar over HTTP or WML?
Can you use something like Wgetto confirm that the correct content type is
being set on the server? This will no doubt screw things up.
If not, as you dont have access to the server conf, have you tried streaming
the content from a script that is able to set the content type? Most
languages support this. I have succesfully distributed 3gp over http using a
servlet by manually setting the content type to whatever it should be (cant
recall now) and then pushing the binary data down the output stream.
Cheers,
Alan
--
Alan Parry
alan at parry.me.uk