VLC Functionality: How to stream an .iso?
        Posted  
        
            by MattUebel
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by MattUebel
        
        
        
        Published on 2010-05-24T21:00:19Z
        Indexed on 
            2010/05/24
            21:21 UTC
        
        
        Read the original article
        Hit count: 248
        
I gave a DVD ISO image and would like to use VLC's http function to create URL a user could access, after which the DVD would start up in full screen.
I can make this happen by accepting the defaults
vlc.exe -I http
navigating to localhost:8080 and then browsing and opening the file. How would I modify this activity so that navigating to localhost:8080 instead opens a predetermined file and starts playing it?
© Stack Overflow or respective owner