First I want to thank you for a wonderful plugin.
I began adding many channels that I like to my list, but I encountered a getting popular format for TV channels that is not supported.
I am taking about RayV.
I actually do not know if they provide a direct access to their stream.
Anyway, here are some details:
Examples of sites using it:
RayV-watch-start channel
Welcome ? FoxSoccer.tv
The following is a simple html code which plays a channel. It first requires installing the software: Download the RayV Viewer
Some more information is here:
Embed RayV Sample Site
I began adding many channels that I like to my list, but I encountered a getting popular format for TV channels that is not supported.
I am taking about RayV.
I actually do not know if they provide a direct access to their stream.
Anyway, here are some details:
Examples of sites using it:
RayV-watch-start channel
Welcome ? FoxSoccer.tv
The following is a simple html code which plays a channel. It first requires installing the software: Download the RayV Viewer
Code:
<HTML>
<BODY>
<object id="RayVActiveXCtrl"
classid="CLSID:3B1E1AB9-98C2-4B7E-AE01-59C84302BBDB"
width="800"
height="600">
<param name="ChannelID" value="tv_eretz"/>
<param name="SessionActive" value="true"/>
<embed type="application/x-rayv-plugin"
width=800 height=600
ChannelID="tv_eretz"
SessionActive="true"
/>
</object>
</BODY>
</HTML>
Some more information is here:
Embed RayV Sample Site