0

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.

Community
  • 1
  • 1
Ali
  • 3,373
  • 5
  • 42
  • 54

1 Answers1

0

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

Ali
  • 3,373
  • 5
  • 42
  • 54