[Mlt-devel] frame dropping when quitting multi consumer with melt

2012-09-28 Thread hatsch
i am trying to use the multi consumer with melt to capture from SDI and encode to two different X264 RTMP streams. it works fine and stable for hours when i only use one consumer. when i add a second consumer i get some random crashes( seems not to happen with the -debug option?!? ) and i am not

[Mlt-devel] [PATCH] fix array index out of range

2012-09-28 Thread Maksym Veremeyenko
Hi, during enumerating self-audio_codec or other arrays that has limit MAX_AUDIO_STREAMS it is possible to access out of index range. attached patch fix that behavior. NB i noticed that current value of MAX_AUDIO_STREAMS is 10. that mean that it will be unable to access audio track with

Re: [Mlt-devel] [PATCH] fix array index out of range

2012-09-28 Thread Dan Dennedy
On Fri, Sep 28, 2012 at 7:29 AM, Maksym Veremeyenko ve...@m1stereo.tv wrote: Hi, during enumerating self-audio_codec or other arrays that has limit MAX_AUDIO_STREAMS it is possible to access out of index range. attached patch fix that behavior. thank you NB i noticed that current value

Re: [Mlt-devel] frame dropping when quitting multi consumer with melt

2012-09-28 Thread Dan Dennedy
On Fri, Sep 28, 2012 at 4:00 AM, hatsch hat...@gmail.com wrote: i am trying to use the multi consumer with melt to capture from SDI and encode to two different X264 RTMP streams. You are using MLT in a way that I do not typically use it, and I do not have RTMP servers or much knowledge of them.

Re: [Mlt-devel] frame dropping when quitting multi consumer with melt

2012-09-28 Thread hatsch
On Fri, Sep 28, 2012 at 6:54 PM, Dan Dennedy d...@dennedy.org wrote: On Fri, Sep 28, 2012 at 4:00 AM, hatsch hat...@gmail.com wrote: i am trying to use the multi consumer with melt to capture from SDI and encode to two different X264 RTMP streams. You are using MLT in a way that I do not