if cities had stories

Back to Videos

Video Information

Video ID:
video_a1324b423b9168a2
Original Filename:
video0 (7).mp4
File Size:
MB
Duration:
N/A
Uploaded:
December 08, 2025 at 05:39 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_a1324b423b9168a2/play

Manual Streaming (Legacy)

Stream video using WHIP protocol:

Ingress URL:
Stream Key:

iOS Implementation Example

// Swift code for iOS app
import LiveKit

// Request stream from your backend
let response = await requestStream(videoId: "video_a1324b423b9168a2")

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