UKNIP 999 LIVE
Open Multiview

Stream Selection

View Streams

Opens the multiview page with your selection.

Record & Download

Record/Download UI is gated with your password. Buttons open the per-stream embed in a new tab.

Demo Player (paste a URL)

For WebRTC, use wss://999live.co.uk/app/<KEY>. For LL-HLS, use https://999live.co.uk/app/<KEY>/llhls.m3u8.

Send Test to Player (FFmpeg)

ffmpeg -re -f lavfi -i smptebars=size=1280x720:rate=30 \
 -f lavfi -i sine=frequency=440:sample_rate=44100 \
 -c:v libx264 -preset veryfast -tune zerolatency -g 60 -keyint_min 60 -pix_fmt yuv420p \
 -c:a aac -ar 44100 -b:a 128k -f flv rtmp://999live.co.uk:1935/app/UKNIP
Paste into your encoder host’s shell to push bars+tone to the selected stream.