Stap 2: Krijgt de speler-Code
Hieronder de speler ziet u uw iframe HTML-fragment dat u nodig hebt voor integratie in uw website.
Kopieer de volledige iFrame-code naar uw eigen website. Ik zal het uitleggen van de kenmerken van dat frame
scr="http://your.public.ip:8008" >> the public address of your internet connection on port 8080. This is essential to guarantee the communication between the player on your website and your running Datarhei/Restreamer at home.
name="restreamer-player" >> the name you rename if you want but would be great if you use our name :)
width="800" height="450" >> the resolution of your video player. You could modify that but <strong>be sure you have the right aspect ratio</strong> otherwise your player looks ugly... We recommend to use 16:9 resolutions for your player. 450p 480p 720p 1080p are some established standard resolutions.
scrolling="no" >> says if iframe is bigger than shows - scrolling is activated we recommend to let this on no.
frameborder="0" >> does what is says. If you like borders play around with this
webkitallowfullscreen="true" >> fullscreen for Google Chrome
mozallowfullscreen="true" >> fullscreen for Mozilla Firefox and Opera
allowfullscreen="true" >> allows the player to go fullscreen in MS Internet Explorer