Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
My site does HLS Adaptive Streaming to iOS, and basic HLS for android devices. I also encode videos to different bitrates (at least for my stream as I found it to be a little too memory hungry to provide for all users on my VM with only 1 GB ram).
My stream delay is about 5-8 seconds. My latency is at least 2 seconds more due to me using a "incoming" stream url, and having ffmpeg pass it to a "live" url. This is the only way I could support multiple qualities per per stream.
But if you're talking about actually *hosting* videostreamer server-side on windows, nothing is that simple; though you may have luck finding windows builds of nginx server and nginx-rtmp plugin. The java code itself is kinda platform-agnostic.