Daddylives - DaddyLive, DaddyLiveHD | Live TV Sports Stream Online Free
Bookmark Bar
🔖 Note: If this site ever goes down, your backup links are ready 👉 https://daddylive.im & https://warflix.cv 👈 bookmark both now and never miss a stream again!

📺 Live TV Embed API

Auto-Hide Social Banner
Telegram Discord

🚀 Quick Start

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>

📋 API Parameters

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
💡 Note: The source parameter determines which streaming backend to use:
  • tv - Regular TV channels with multiple player options
  • tv2 - Sports events and PPV streams

💻 Usage Examples

Example 1: Regular TV Channel

Embed Code:

<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.

Example 2: Sports Event / PPV

Embed Code:

<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.

Example 3: Responsive Embed

Responsive Container Code:

<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.

✨ Features

🔄 Auto Player Switching

Users can switch between 13 different players if one doesn't work

⛶ Fullscreen Support

Built-in fullscreen button for immersive viewing

📱 Mobile Responsive

Works perfectly on all devices and screen sizes

🎨 Clean UI

Modern, minimal interface that focuses on content

🔧 Troubleshooting

Player Not Loading?