I want to be able to send video stream from my application to a wowza media server.
Is it possible and what protocols do I need to support(I am working on a J2ME based platform)? Any links will be appreciated.

link|improve this question

feedback

1 Answer

Yes, it is possible. Do so with RTMP.

Two example applications that can do this include Flash Media Live Encoder and Wirecast. Good luck, it's a non-trivial exercise to do so from scratch.

link|improve this answer
Doesn't he need to code anything? I am on the same subject with ASP.NET and C#.I used wirecast for an example but aren't we supposed to write our own code that takes video from a camera and encode/decode it and send to Wowza? – RoboLover Dec 5 '11 at 13:32
@OkayGuy: Yes, he'll need to code something. But the range of work will depend a lot on what libraries and platforms and phones he is working with. There is not enough information to go farther. Best follow up with your own question(s) with as specific information as possible. – Stu Thompson Dec 5 '11 at 13:37
feedback

Your Answer

 
or
required, but never shown

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