Skip to content
Open Source · MIT License · Laravel 11

The open-source video infrastructure platform.

Paste a supported host or direct media URL. Get a polished player, responsive iframe, secure stream link, and JSON response—without an account.

Live embed generator

URL in. Everything out.

No signup required
Try:
Ready

Infrastructure, not a skin

Everything between a URL and your audience.

BaPlay provides the primitives needed to resolve, secure, deliver, embed, and understand video from one portable Laravel application.

01

Universal player

Progressive MP4/WebM plus adaptive HLS and MPEG-DASH in one custom player.

02

Responsive embeds

Production-ready iframe code that remains 16:9 on every screen.

03

Secure proxy links

Signed, expiring stream URLs with SSRF validation and Range support.

04

Developer API

Consistent JSON envelopes and copy-ready integration URLs.

05

Accessible controls

Keyboard shortcuts, focus states, captions, PiP, and reduced-motion support.

06

Mobile gestures

Touch-first controls and left/right double-tap seeking.

07

Portable hosting

The same codebase targets Codespaces, cPanel, VPS, and Docker.

08

Privacy first

No raw IP persistence and analytics remain opt-in.

09

Open by default

MIT licensed, inspectable, extensible, and free from platform lock-in.

Three steps

From source to screen in seconds.

01

Paste

Add a supported provider or direct MP4, WebM, HLS, or DASH URL. BaPlay validates the destination before any server request.

02

Resolve

The provider engine detects media type, persists metadata, and prepares secure playback assets.

03

Publish

Copy the iframe, open the player URL, use the signed stream, or consume the JSON response.

Developer friendly

One request. Every playback asset.

The public resolver returns the same VideoObject used by BaPlay's own pages. Start anonymously, then add accounts and API keys as your integration grows.

curl -X POST https://play.earnloop.online/api/v1/embed \
  -H "Content-Type: application/json" \
  -d '{"url":"https://cdn.example/video.mp4"}'
10 host adapters + direct media

Google Drive · TikTok · YouTube · Vimeo + more

Resolve ten major video hosts alongside direct MP4, WebM, HLS, and MPEG-DASH sources through one provider contract.