I am going to be live streaming an event to lots of computer on a GBIT network. I want to stream from a HD camera to the local network. I have until Friday to get this setup ready. I can provide any technical details at your request. My capture setup is; HD Camera to Component Cables to Elgoto capture card to USB which goes to the computer.
+ Reply to Thread
Results 1 to 13 of 13
-
-
-
i dont know any idea but all inclusive software usually its not free
-
Any options would be great. I am open to anything no matter the complexity. Even if that means making a video server just for this purpose.
-
VLC has the ability to capture, and can broadcast on the LAN via http, udp, rtp, etc.
https://wiki.videolan.org/Documentation:Streaming_HowTo/
sample server (192.168.1.102) batch file command line for broadcasting a video file:
Code:"g:\program files\videolan\vlc\vlc" -vvv %1 --sout=#http{mux=ffmpeg{mux=flv},dst=:8080/} :sout-all :sout-keep --ttl 12
Code:"g:\program files\videolan\vlc\vlc.exe" http://192.168.1.102:8080
Last edited by jagabo; 17th Oct 2017 at 07:59.
-
Yes, nginx. It's free.
How to set up your own private RTMP server using nginx (obsproject.com)
Believe it or not, RTMP is actually extremely light on system resources. Essentially it just grabs data from the input and forwards it on to the output...
...This guide focuses on using Linux. If you want to use Windows, you can find Windows binaries for nginx with the RTMP module already included here... -
-
How can I use the RTMP server to broadcast over my LAN and will people be able to go to the local host in browser and pull up the stream?
-
You don't need a dedicated server to broadcast video. Any computer on the LAN can use VLC to broadcast. And the computer broadcasting the video doesn't need to be especially powerful, it's only putting out one stream -- every computer on the sub-net receives it.
https://en.wikipedia.org/wiki/Broadcasting_(networking) -
Check this one:
https://trac.ffmpeg.org/wiki/StreamingGuide
ffmpeg with hardware H.264 encode should be sufficient and light on resources,
Similar Threads
-
Stream 0: audio first, then Stream 1: video PROBLEMS
By andwan0 in forum Newbie / General discussionsReplies: 5Last Post: 9th Dec 2016, 17:34 -
Issue with Yamb and MP4Box (adding audio-stream to video-stream)
By slax65 in forum Video ConversionReplies: 2Last Post: 21st May 2015, 05:39 -
Force RTMP stream over HDS stream
By pub in forum Video Streaming DownloadingReplies: 2Last Post: 24th Jan 2015, 14:45 -
what software can reencode an mjpeg stream on the fly and stream the result
By cjard in forum Video Streaming DownloadingReplies: 2Last Post: 30th Apr 2014, 04:22 -
convert AC3 IP stream to MPEG2 IP stream
By AyaTarek in forum Video Streaming DownloadingReplies: 0Last Post: 16th Sep 2013, 03:35