Class Reader
java.lang.Object
fr.xxathyx.mediaplayer.stream.m3u8.Reader
The Reader class is used in
in order to read and get video sequences
from online-stream, this method is only used one, then
invalid @link
Video
Ffmpeg
take over the
situtation, its only compatible with Twitch livestreams currently. This class only
has one constructor.- Since:
- 2022-07-16
- Version:
- 1.0.0
- Author:
- Xxathyx
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the video sequences links to file.void
read()
Reads the m3u8 livestream file in order to get links to the video sequences.
-
Constructor Details
-
Reader
Constructor for Reader class, creates an Reader variable according to a m3u8 livestreamFile
.- Parameters:
file
- The stream m3u8 file to be read.
-
-
Method Details
-
read
public void read()Reads the m3u8 livestream file in order to get links to the video sequences. -
getSequences
Gets the video sequences links to file.
-