You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by Artyom Horuzhenko <ak...@gmail.com> on 2013/02/21 09:07:11 UTC

red5sip video support

Hello everybody!

I implement video calls integration in red5sip. I tried just to change
video packet header from rtp to rtmp but it was unsuccessfull. Red5
didn't want to stream this kind of data. I decide to use one of these
solutions:
1. http://xuggle.com/xuggler - java library for processing video data.
Uses ffmpeg.
2. http://code.google.com/p/jjmpeg/ - another java wrapper for ffmpeg.
3. run ffmpeg directly from command line to restream (I'm not sure
that it's possible)

Does anybody could suggest the best solution?