Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MPEG-DASH With Webtorrent #1246

Closed
DanielRios549 opened this issue Dec 18, 2017 · 2 comments
Closed

MPEG-DASH With Webtorrent #1246

DanielRios549 opened this issue Dec 18, 2017 · 2 comments
Labels

Comments

@DanielRios549
Copy link

@DanielRios549 DanielRios549 commented Dec 18, 2017

Webtorrent version 0.98.20, Ubuntu Gnome 16.04, Node 8.9.3, Opera 49.0.2725.56

Is there an way to use webtorrent side by side with dash.js, or just use segmented videos with webtorrent directly? Actually, either I use webtorrent with normal videos, such as mp4 files, or I use dash.js to make use of segmented videos.

@DiegoRBaquero

This comment has been minimized.

Copy link
Member

@DiegoRBaquero DiegoRBaquero commented Dec 19, 2017

Not right now. WebTorrent is supported by videostream package which only supports one mp4 file to be streamed.

I don't know if any implementation to use webtorrent's file in dash to join them

@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Apr 19, 2018

You can always pull the raw data out of the files you need with file.createReadStream({ start, end }) to make your DASH player implementation work.

@lock lock bot locked as resolved and limited conversation to collaborators Jul 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.