Everything you need to start streaming.
Log in to the dashboard
Go to dashboard.clouds3.uk and sign in with the credentials you were given.
Copy your stream key
Open the Send tab in the dashboard. Your personal stream key is shown at the top (it starts with sk_). Click Copy to copy it.
Configure OBS (or your encoder)
See the protocol-specific instructions below. Paste your stream key where indicated.
Go live!
Click "Start Streaming" in OBS. Your stream will appear on the dashboard within a few seconds.
Lowest delay. Best when real-time interaction matters.
| URL Format | https://cdn.clouds3.uk/live/STREAM-NAME?direction=whip&key=YOUR-KEY |
| Latency | < 500ms |
| Codecs | H.264, VP8, Opus |
| Port | 443 (HTTPS) |
Works with almost every encoder. ~3-5 second delay.
| Server | rtmp://cdn.clouds3.uk:1935/live |
| Stream Key | STREAM-NAME?key=YOUR-KEY |
| Latency | 3-5 seconds |
| Codecs | H.264, H.265, AAC |
| Port | 1935 |
Handles unstable connections well. ~1-2 second delay.
| URL Format | srt://cdn.clouds3.uk:9999?streamid=default/live/STREAM-NAME?key=YOUR-KEY |
| Latency | 1-2 seconds |
| Codecs | H.264, H.265, AAC, Opus |
| Port | 9999 (UDP) |
Replace STREAM-NAME with any name you choose (e.g. my-stream) and YOUR-KEY with the stream key shown on your Send tab (e.g. sk_abc123def456).
OBS Studio (version 30+) supports all three protocols. Pick the one that suits your needs.
Audio codec: Opus is used automatically with WHIP.
| Server | rtmp://cdn.clouds3.uk:1935/live |
| Stream Key | my-stream?key=sk_your_key |
On unreliable connections, add &latency=200000 to the end of the URL. This increases the buffer to 200ms for smoother delivery.
Go to Settings → Output, set Output Mode to Advanced, then configure the Streaming tab:
| Encoder | x264 or NVENC H.264 |
| Rate Control | CBR |
| Bitrate | 2500-4000 kbps (720p) / 4500-6000 kbps (1080p) |
| Keyframe Interval | 1 s |
| CPU Preset | veryfast |
| Profile | baseline |
| Tune | zerolatency |
| Encoder | NVENC HEVC or QSV HEVC |
| Rate Control | CBR |
| Bitrate | 2000-3000 kbps (720p) / 3500-5000 kbps (1080p) |
| Keyframe Interval | 1 s |
| Preset | P4 (quality) |
| Profile | main |
Requires GPU encoder (NVIDIA GTX 900+ or Intel 6th gen+). ~30% better quality at the same bitrate.
| Output Resolution | 1920x1080 or 1280x720 |
| FPS | 30 or 60 |
| Downscale Filter | Lanczos |
| Sample Rate | 48 kHz |
| Audio Bitrate | 128 kbps |
| Audio Codec | AAC (RTMP/SRT) or Opus (WHIP) |
| Hostname | cdn.clouds3.uk |
| Port | 9999 |
| Stream ID | default/live/my-stream?key=sk_your_key |
| Latency | 120 ms (increase to 200 for unstable networks) |
| URL | rtmp://cdn.clouds3.uk:1935/live |
| Stream Key | my-stream?key=sk_your_key |
Tip: SRT is preferred over RTMP in vMix for lower delay and more reliable delivery on spotty connections.
Use Restreamer to send a video source (such as an IP camera, capture card, or video file) to sebiulabs realtime.
| RTMP URL | rtmp://cdn.clouds3.uk:1935/live/my-stream?key=sk_your_key |
| SRT URL | srt://cdn.clouds3.uk:9999?streamid=default/live/my-stream?key=sk_your_key&mode=caller |
If Restreamer splits Server / Key fields, use Server: rtmp://cdn.clouds3.uk:1935/live and Key: my-stream?key=sk_your_key
Latency value is in microseconds: 120000 = 120ms. Increase for unstable networks.
Requires FFmpeg 7.0+ with WebRTC support. Use Opus audio (not AAC) for WHIP.
-re | Read at native framerate (required for files, omit for live sources) |
-tune zerolatency | Disables lookahead for lowest encoding latency |
-g 30 | Keyframe every 30 frames (= 1s at 30fps) |
-f flv | Use for RTMP output |
-f mpegts | Use for SRT output |
-f whip | Use for WHIP/WebRTC output (FFmpeg 7.0+) |
Share this link with viewers for sub-second latency:
| Stream not appearing? | Check your stream key is correct. Make sure you included ?key=sk_... in the URL or stream key field. |
| "Connection failed" in OBS? | Double-check the server URL for typos. Make sure your firewall allows outbound traffic on port 1935 (RTMP), 443 (WHIP), or 9999 (SRT). |
| Too much delay? | Set keyframe interval to 1s. Use WHIP protocol for the lowest delay. Use CBR rate control, not VBR. |
| Viewers are buffering? | Try lowering your bitrate. 720p at 2500 kbps works well for most viewers. |
| Need a new stream key? | Go to the Send tab and click Regenerate. The old key stops working immediately. |
Questions? Contact your account administrator.