Test Video
Test Description
Video Information
- Video ID:
- video_8804b90a9883292f
- Original Filename:
- test.mp4
- File Size:
- MB
- Duration:
- N/A
- Uploaded:
- September 17, 2025 at 04:32 PM
LiveKit On-Demand Streaming
⏸️ Not Streaming
Video will stream on-demand when requested
Click "Start Streaming" to begin
iOS App Connection
Connect your iOS app to receive the stream:
POST https://admin.livekit.lovedrop.live/videos/video_8804b90a9883292f/play
Manual Streaming (Legacy)
Stream video using WHIP protocol:
Ingress URL:
Stream Key:
Connection Details:
WebSocket URL:
Room Name:
Access Token:
iOS Implementation Example
// Swift code for iOS app
import LiveKit
// Request stream from your backend
let response = await requestStream(videoId: "video_8804b90a9883292f")
// Connect to LiveKit
let room = Room()
try await room.connect(
url: response.websocketUrl, // "wss://livekit.lovedrop.live"
token: response.token
)
// Subscribe to video track
room.delegate = self // Implement RoomDelegate to receive video