Search code examples
ffmpegstreamvideo-streaminghttp-live-streaming

access to ffmpeg m3u8 file from network


i read this document and folow instruction to genrate m3u8 file from a inpute file, a good help from Polandeer in this link either very usful, now i want to now how can i access that m3u8 from local network like http://192.168.1.2/test.m3u8.


Solution

  • Just try to install a web server and put m3u8 file into it...you can create a folder for better client access. for more information please read this page : HTTP Streaming Architecture