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:
 On the clients, run batch file:Code:Start /b "VLC" "g:\program files\videolan\vlc\vlc" -vvv %1 --sout udp:192.168.1.255 --ttl 12 
 Other protocols are supported to: rtp, http, etc. See docs.Code:Start /b "vlc" "g:\program files\videolan\vlc\vlc.exe" udp://192.168.1.100 Last edited by jagabo; 18th Dec 2017 at 17:19. 
Similar Threads
- 
  Help W/ Live ESPN BroadcastBy StreamingHelp in forum MacReplies: 1Last Post: 27th Dec 2015, 01: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, 08: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, 19:20
- 
  To stream a live video in a network with multicast addressBy siby in forum Video Streaming DownloadingReplies: 2Last Post: 11th May 2014, 00:28
- 
  Broadcast MPEG video on networkBy khodam in forum ProgrammingReplies: 8Last Post: 20th Nov 2013, 10:59


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			

 Quote
 Quote