Search code examples
javavideostreamingvideo-streamingwowza

How to stream to a wowza media server?


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.


Solution

  • 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.