Hello,
i have RTSP camera (on $CAM URL) and melt does excelent job restreaming 
it to youtube live using RTMP like this:

melt -verbose -profile square_ntsc_wide "$CAM" -repeat 999 -filter crop 
center=1 -consumer avformat:rtmp://a.rtmp.youtube.com/live2/"$KEY" 
properties=x264-medium-main f=flv r=24 g=48 bf=0 refs=1 frequency=44100 
real_time=1 vb=1000k ab=128k

i also can capture my desktop and stream it to the youtube like this:

melt profile hdv_720_25p x11grab::0.0+100,200?width=1280\&height=720 
-repeat 999 -filter crop center=1 -consumer 
avformat:rtmp://a.rtmp.youtube.com/live2/"$KEY" 
properties=x264-medium-main f=flv r=24 g=48 bf=0 refs=1 frequency=44100 
real_time=1 vb=1000k ab=128k



But what i really need is to somehow combine the two.

1.) overlay picture in picture having screen capture shown in corner of 
camera view.
2.) having way to manualy select video source online while streaming 
(while using audio from RTSP camera all the time)
3.) idealy combination of these two (switching between camera, screen, 
screen over camera and camera over screen).

Is there way to achieve this? I've tried adding both to melt using 
-join, and then using [j] and [k] buttons to switch between clips, but 
all it does is to stop melt as soon as i press [j] (=next clip).

Any ideas?

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to