Embed live streams on your website using a simple iframe code:
<iframe
src="https://daddylives.nl/embed/stream.php?id=CHANNEL_ID&player=1&source=tv"
width="100%"
height="380px"
style="border:0;"
allowfullscreen
></iframe>
| Parameter | Type | Description | Example |
|---|---|---|---|
| id Required | String | Channel ID or event path | 664, admin/ppv-event/1 |
| player Optional | Integer (1-13) | Player number to use | 1, 2, 3, ... 13 |
| source Optional | String | Source type: "tv" or "tv2" | tv (default), tv2 |
source parameter determines which streaming backend to use:
<iframe
src="https://daddylives.nl/embed/stream.php?id=664&player=1&source=tv"
width="100%"
height="380px"
style="border:0;"
allowfullscreen
></iframe>
This embeds a regular TV channel with ID 664 using player 1 from the TV source.
<iframe
src="https://daddylives.nl/embed/stream.php?id=admin/ppv-burnley-vs-fulham/1&player=1&source=tv2"
width="100%"
height="380px"
style="border:0;"
allowfullscreen
></iframe>
This embeds a sports event (PPV) using the tv2 source with the event path as the ID.
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe
src="https://daddylives.nl/embed/stream.php?id=370&player=1&source=tv"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;"
allowfullscreen
></iframe>
</div>
This creates a 16:9 responsive video container that scales perfectly on all screen sizes.
Users can switch between 13 different players if one doesn't work
Built-in fullscreen button for immersive viewing
Works perfectly on all devices and screen sizes
Modern, minimal interface that focuses on content