Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upinfo required #955
info required #955
Comments
This comment has been minimized.
This comment has been minimized.
|
This returns the raw video data. It's not going to be easy to pipe that straight into a video player. That's why we created the Handling seeking is also a difficult challenge – you have to translate the time that the user seeked to (in seconds) into a byte offset into the file. This requires parsing the MP4 metadata to understand the file structure. All this magic is currently handed in the |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
where I can find information about play a stream created by:
stream = file.createReadStream([opts])
I want to play this stream directly into my player, to download files faster.