I want to convert a video link to an m3u8 file That means I can give a video for the input of the link and I can watch the same video with the extension m3u8 for the output. Glad to help me
Asked
Active
Viewed 8,156 times
-1
-
You can use this https://anyconv.com/mp4-to-m3u8-converter/ – Anushil Kumar Apr 15 '22 at 20:08
-
What is this "video link"? FFmpeg can deal with most things... – Brad Apr 16 '22 at 01:41
-
@Brad I mean the video url like: example.com/test.mp4 – mohammadmahdi1928 Apr 16 '22 at 16:19
1 Answers
0
Use ffmpeg to convert files to M3U8 and then host it anywhere to get the site and use it for watching too

fak ename
- 1
- 1
-
Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Apr 17 '22 at 18:57
-