Direct streaming

Lawrence_SoCal

Active Member
Out of curiosity. Is there any way to stream directly to a website without using a 3rd party program
of course... though, it depends on what you mean

The "Yes" answer applies to sending straight from a camera to a streaming site (ie RTMP straight from camera). in essence, the streaming software is running on the camera

If you are asking about sending from your computer - no, not really. What that would require is a native Operating System capability to send a video output in a streaming protocol. And Operating System vendors know better than to waste their time doing such a thing. It woudl be truly silly on their part to even attempt such a thing. There are lots of driver options (3rd party) to enable such, including both major video card makers.
Now, if you want sophisticated, powerful compositing (bring together of multiple pieces in exactly the way you want them), then OBS or similar is required
 

koala

Active Member
Is there any way to stream directly to a website without using a 3rd party program
It depends on what you mean with "3rd party program".
You always need a server on the website that receives the data stream from the streamer (OBS), then multiplies it and send a copy to everyone currently viewing. The server needs to understand the streaming protocol, which is either RTMP (proprietary), or HLS (came up somewhat recently, easier to implement a server for). If the website you want to stream to already has a server or a web server module installed that is capable of processing rtmp or hls, you need no extra software.
 
Top