today we wish to broadcast the same program to 3 of our 6 tv channels.

first idea was to use an electronic signal multiplier, but i had to
repatch the cables and find a way to get also the audio .....

idea! i got main channel streamed to mpeg4 with an axis cvbs to mpeg3
stream (rtsp).

searched the mailing list with "rtsp" keyword and now simply feeding
melted with this MLT i can broadcast at "unified channels" with a
single click :D


CODE:
<?xml version="1.0" encoding="utf-8"?>
<mlt>
  <producer id="producer0">
    <property 
name="resource">avformat-novalidate:rtsp://192.168.1.75:554/mpeg4/1/media.amp</property>
  </producer>

  <tractor id="tractor0">
    <multitrack>
      <track producer="producer0"/>
    </multitrack>
    <filter>
       <property name="mlt_service">watermark</property>
       <property name="resource">StationLogo2.png</property>
       <property name="composite.halign">r</property>
       <property name="composite.valign">b</property>
     </filter>
   </tractor>
</mlt>

Thanks guys .... this project is awesome ;-)

-- 
Messagenet VOIP: 5338759

My blogs: http://altri-media.blogspot.com/
               http://subbaqquerie.blogspot.com/

YouTube Channel: AllegFede

VIMEO HD videos: http://www.vimeo.com/user1912745/videos

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
Mlt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to