Hello,

I'm testing melt for internet broacasting.
My setup is that i have decklink sdi card for live broadcast input and
multiple h264 outputs for different screen sizes.
Everything is fine when I one consumer:

melt -profile square_pal_wide consumer:decklink: profile=dv_pal_wide
-consumer avformat:rtmp://host/live/test properties=err/x264-medium-main

Sample picture from output http://londiste.etv.ee/users/arclyde/melt-normal.PNG

But if I dry to use more than one consumer then there is problem: my wide
screen input is compresse to 4:3

melt -profile square_pal_wide consumer:decklink: profile=dv_pal_wide
-consumer avformat:rtmp://host/live/testm
properties=err/x264-medium-baseline -consumer avformat:rtmp://host/live/test
properties=err/x264-medium-main

Sample picture from output http://londiste.etv.ee/users/arclyde/melt-broken.PNG

Profiles are from mlt source.
My properties for baseline
http://londiste.etv.ee/users/arclyde/x264-medium-baseline
My properties for main http://londiste.etv.ee/users/arclyde/x264-medium-main

There is documentation for using consumer multi (
http://www.mltframework.org/bin/view/MLT/ConsumerMulti )

melt -profile square_pal_wide consumer:decklink: profile=dv_pal_wide
-consumer multi 0=avformat:rtmp://host/live/testm
0.properties=err/x264-medium-baseline 1=avformat:rtmp://host/live/test
1.properties=err/x264-medium-main

But this gives error: *** Error in `melt': double free or corruption
(!prev): 0x00007f52d006c0e0 ***

My melt version is  0.9.0





------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to