Unfortunately adding this._ns.videoStreamSettings = new H264VideoStreamSettings();
will brake the recordings (at least in interview room) I'm currently investigating it And hopefully will take a look at your patch after resolving it On Wed, Feb 27, 2013 at 3:50 PM, Artyom Horuzhenko <[email protected]>wrote: > Hello all. > > I have first successful video restreaming results. If you want to look > on it, you should apply attached patch and switch on h264 codec. To > switch on h264 you should add next line: > this._ns.videoStreamSettings = new H264VideoStreamSettings(); > to the method broadcast() in > WebContent/swf10/base/remote/baseVideoStream.lzx > > Here is a list of known video problems: > 1. If you call to the room before enter it, you can't see received > video from sip. The issue appears because I don't implement FIR > requests sending yet. > 2. After call is completed last frame is still shown. > 3. HD video hangs after few frames. > -- WBR Maxim aka solomax
