Comment to 'live streaming'
Comment to live streaming
  • As far a I remember, it is possible in HTML with the video tag

    <video id="video" src="http://localhost:8080/file.ogg" autoplay="autoplay" /> 
    
    There are finished html codes out there which we can copy/paste in the html blocks.
    Stackoverflow.com is a good place to start