Set up your first stream in under 5 minutes
Follow these five simple steps to get your first stream up and running:
https://your-server-ip:8000 using the credentials provided during installation.rtsp://camera-ip:554/stream).https://your-server/live/stream-name/index.m3u8. Share this with your viewers or embed it in your website.Tip: The HLS output URL works on virtually any device and browser — no special player or plugin required.
StreamDev supports all major streaming protocols as input sources:
| Protocol | Example URL | Use Case |
|---|---|---|
| RTSP | rtsp://ip:554/stream |
IP cameras, surveillance systems |
| HTTP/HTTPS | https://source.com/live.ts |
Web-based sources, TS streams |
| HLS | https://source.com/live.m3u8 |
Restreaming existing HLS feeds |
| SRT | srt://ip:port |
Low-latency, reliable transport |
| RTMP | rtmp://ip:1935/live/key |
Encoders, OBS Studio, social media |
All streams are converted to Universal HLS (HTTP Live Streaming) for playback on any device — desktops, mobiles, smart TVs, and set-top boxes. No plugins or special software needed on the viewer side.
Your StreamDev dashboard provides a comprehensive real-time overview of your entire streaming infrastructure:
Tip: The dashboard auto-refreshes every 2–5 seconds, giving you near-real-time visibility into your streaming operations.
Before going live, make sure you have completed the following:
ffprobe)Important: Always verify your source URL is accessible from the server before creating a stream. Network firewalls or authentication may block access.
ffprobe -v quiet -print_format json -show_streams "rtsp://your-source-url"
Continue learning about StreamDev with these documentation sections: