I'm interested in broadcasting a library of videos (h265/aac) LIVE over the local area network.
The goal would be that someone with VLC or perhaps even over an HTTP page of sorts could watch the live stream, which is using a library/playlist of videos.
It would therefore NOT be a video-on-demand but just as though it were regular television where you tune in and see what is on at that moment.
Does such software exist for such a setup?
+ Reply to Thread
Results 1 to 2 of 2
-
-
Use VLC's streaming option and set the destination to a multicast address. Make sure your rourter is set to enable broadcast packets.
On the server (192.168.1.100), drag/drop a video onto a batch file:
Code:Start /b "VLC" "g:\program files\videolan\vlc\vlc" -vvv %1 --sout udp:192.168.1.255 --ttl 12
Code:Start /b "vlc" "g:\program files\videolan\vlc\vlc.exe" udp://192.168.1.100
Last edited by jagabo; 18th Dec 2017 at 16:19.
Similar Threads
-
Help W/ Live ESPN Broadcast
By StreamingHelp in forum MacReplies: 1Last Post: 27th Dec 2015, 00:32 -
How do I Record a Live CCTV Broadcast coming from a Roland Video Mixer?
By Andrew Prince in forum Newbie / General discussionsReplies: 2Last Post: 4th Oct 2015, 07:43 -
Need help with Live Video FullHD feeding a projector over LAN network??
By Xtrunfe in forum Newbie / General discussionsReplies: 0Last Post: 10th Feb 2015, 18:20 -
To stream a live video in a network with multicast address
By siby in forum Video Streaming DownloadingReplies: 2Last Post: 10th May 2014, 23:28 -
Broadcast MPEG video on network
By khodam in forum ProgrammingReplies: 8Last Post: 20th Nov 2013, 09:59