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

Is it possible to append data when downloading video data #860

Closed
harryhaos opened this issue Jul 14, 2016 · 3 comments
Closed

Is it possible to append data when downloading video data #860

harryhaos opened this issue Jul 14, 2016 · 3 comments

Comments

@harryhaos
Copy link

@harryhaos harryhaos commented Jul 14, 2016

  • WebTorrent version: 0.95.2
  • Node.js version: v6.2.2
  • Browser name/version (if using WebTorrent in the browser): chrome 51/ Firefox

Hi, I am making up a p2p video service. Normally, Isplit big video data into serveal pieces. Webtorrent works well on single video, but I wonder if there is a way I can directly add data to the end of downloaded video instead reload video player. I have tried mediasource API, but I don't know how to merge it into webtorrent. Can I deal with downloaded data directly(add or read to that stream)? Or can I choose where to download if the speed of peer is too low?

Thanks a lot!

@voxadam

This comment has been minimized.

Copy link

@voxadam voxadam commented Jul 15, 2016

You might want to take a look at #826.

@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Jul 15, 2016

Torrents are immutable. You can build a mutable data store on top of torrents, but that's out of scope for webtorrent.

@feross feross closed this Jul 15, 2016
@lock

This comment has been minimized.

Copy link

@lock lock bot commented May 4, 2018

This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue.

@lock lock bot locked as resolved and limited conversation to collaborators May 4, 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.