Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to stream video in j2me using Http URL. I came across some Nokia forums. I have tried the 2 possibilities but it isn't working.I want to stream video using HTTP protocol. Is it possible 2 do so and how it can be achieved?

Thanks and Regards,

share|improve this question

2 Answers

When you open a media stream in Java ME it is usually buffered by Media API before rendering. Some devices, though, might play the stream as expected, but this is not the standard.

share|improve this answer

HTTP Live Streaming (HLS) is an industry wide standard where the client receives streaming audio/video from a standard HTTPD server where you have parked your media into a HLS friendly format. Apple pushes this although as a standard there are tools available to convert your media into HLS on the server side. Its independent of language and very efficient/flexible with respect to minimizing bandwidth requirements.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.