casement
Video Information
- Video ID:
- video_e0988d8af87772e0
- Original Filename:
- kling_20250911_Text_to_Video_The_regal__5817_0 (1).mp4
- File Size:
- MB
- Duration:
- N/A
- Uploaded:
- September 17, 2025 at 03:57 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_e0988d8af87772e0/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_e0988d8af87772e0")
// 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