Hi all,
I would like to send a 3gp video to a nokia 3650.
So far, if I put the .3gp in web server and add mimetype video/3gpp, I can download with success the video.
Now, I need to implement a servlet that send this video to the phone, I generate header to be type video/3gpp,
but when finished the reception, it start real one player,
but get the message: Unknow clip format.
Does anyone have any idea of what is wrong?
any sample?
Hi,
finally I have resolved the problem.
Calling the URI of the servlet like a file works,
(adding '.3gp' at the name of the servlet)
that is: newservlet.3gp
I wonder if that is a bug in nokia phone that I have.