cities have stories
Video Information
- Video ID:
- video_921f1e5458169fb4
- Original Filename:
- video0 (6).mp4
- File Size:
- MB
- Duration:
- N/A
- Uploaded:
- December 08, 2025 at 05:32 AM
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_921f1e5458169fb4/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_921f1e5458169fb4")
// 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