VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. Member
    Join Date
    Dec 2017
    Location
    Toronto, Canada
    Search Comp PM
    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?
    Quote Quote  
  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
    On the clients, run batch file:
    Code:
    Start /b "vlc" "g:\program files\videolan\vlc\vlc.exe" udp://192.168.1.100
    Other protocols are supported to: rtp, http, etc. See docs.
    Last edited by jagabo; 18th Dec 2017 at 16:19.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!