Stream all the UK tv channels live to your forum members

User submitted BBCodes
Let us see what You have
There is no support here! Only Read Access!
Forum rules
We dont add more BBCodes to our database, but feel free to share and support your own BBCodes here.
Remember that it is not allowed to use {TEXT} inside the html tags!!!
It causes a serious security risk to your board and users.
Like this: <div style="{TEXT}">{TEXT}</div>
Green = OK - Red = forbidden
Locked
cleftangel
BBCoder I
BBCoder I
Posts: 2
Joined: 12 Jun 2010, 03:10

Stream all the UK tv channels live to your forum members

Post by cleftangel »

Code: Select all

[vlc]{URL}[/vlc]

Code: Select all

<object classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab" width="600" height="480" id="vlc" events="True"> 
        <param name="Src" value="{URL}"></param> 
        <param name="ShowDisplay" value="True" ></param> 
        <param name="AutoLoop" value="no"></param> 
        <param name="AutoPlay" value="yes"></param> 
        <embed type="application/x-google-vlc-plugin" name="vlcfirefox" autoplay="yes" loop="no" width="600" height="480" target="{URL}"></embed> 
    </object>


Then just add one of these URL's between your two BBCode tags

where possible I have included LQ and HQ

Code: Select all

http://cctv.ws/7/BBC1

http://cctv.ws/6/BBC1LQ

http://cctv.ws/7/BBC2

http://cctv.ws/2/bc2lq/BBC2LQ

http://cctv.ws/9/BBC3

http://cctv.ws/5/BBC3lq

http://cctv.ws/7/CBeebies/BBC4

http://cctv.ws/2/ITV1

http://cctv.ws/3/ITV1LQ

http://cctv.ws/0/NhYpi4/ITV

http://cctv.ws/8/TV2lq/ITV2LQ

http://cctv.ws/0/ITV3

http://cctv.ws/4/ITV3LQ

http://cctv.ws/3/rrU5j/ITV4

mms://cctv.ws/7/CITV

mms://cctv.ws/9/CBeebies


mms://cctv.ws/3/CBBC

mms://cctv.ws/9/Channel4

http://cctv.ws/5/ChannelFour

http://cctv.ws/3/C4LQ

mms://cctv.ws/4/Five

http://cctv.ws/0/s3byz/Five

http://cctv.ws/1/FivelQ

mms://cctv.ws/7/More4

http://cctv.ws/3/More4

mms://cctv.ws/3/E4TV

http://cctv.ws/1/3eZ1R1/Film4

http://cctv.ws/9/MGMmovies

http://cctv.ws/5/AXNcrime

http://cctv.ws/6/CBSReality

http://cctv.ws/4/CBSRealityLQ 

http://cctv.ws/3/4Music

http://cctv.ws/4/MTVhits

http://cctv.ws/1/BritishEurosport

http://cctv.ws/2/SkyNews

http://cctv.ws/8/BBCNews


Demo : http://mxit.isgreat.org

user : facebook

pass : chatbar

the vlc plugin needs to be installed on your machine
Locked