I have H264 stream from my mobile camera. In my Java app I can access the stream frame by frame already encoded with H264. I need to stream it to Wowza media server. Since wowza understands only RTP/RTSP streams can I just add RTP header infront of each frame data and stream it to wowza?
Many thanks for help