- Thread starter
- Moderator
- #91
If you look into the file OnlineVideoSites.xml, you'll see a few sites that work just as you are planing, example Vodcasts:
So simply create a new site accordingly with your stream links.
Code:
<Site name="Vodcasts" util="GenericSite" agecheck="false" enabled="true" lang="en">
<Description>Sample site showing how to include your own custom feeds and streams.</Description>
<Categories>
<Category xsi:type="Group" name="Live TV">
<Channels>
<Channel name="French Tv - Orange" thumb="http://www.broadbandtvnews.com/wp-content/uploads/2008/02/orange-logo.thumbnail.jpg">mms://livewm.orange.fr/live-multicanaux</Channel>
<Channel name="French Tv - Direct8" thumb="http://www1.orange.ch/binary/images/internet/orangetv/direct8.jpg">http://football.direct8.fr/live.php</Channel>
<Channel name="Russian Tv - Vesti 24" thumb="http://www.comtel-vologda.ru/images/logos/vesti_logo.png">http://video.rfn.ru/vesti_24?MSWMExt=.asf</Channel>
<Channel name="Russian Tv - RTR Planeta" thumb="http://www.rtr-planeta.com/i/h1_1.jpg">mms://video.rfn.ru/rtr-planeta</Channel>
<Channel name="Russian Tv - First Baltic Music Channel" thumb="http://www.tv-port.net/wp-content/uploads/2009/05/1baltic.jpg">mms://195.244.137.207:81</Channel>
<Channel name="Israel Plus" thumb="http://images.zman.com/1_2008/16_01_2008_14_01_27_logochannel9.jpg">mms://192.117.188.41/VJ289CWP7ef2kF15mGIoNUNKU</Channel>
<Channel name="NTV" thumb="http://www.iyfproductions.de/referenzen/ntv.png">rtmp://fms.rtl.de/ntvlive/livestream/channel1</Channel>
</Channels>
</Category>
</Categories>
</Site>
So simply create a new site accordingly with your stream links.