mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 06:35:48 +03:00
[GH-ISSUE #64] How to change Peerflix storage ? #56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JYOUSSEF on GitHub (Mar 30, 2016).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/64
Hi @asapach thank You for sharing this beautiful peerflix-server with us.
I just have a question about peerflix storage : is there any option to change storage from Server storage (HDD or RAM) to Client Storage (IndexedDB,....)
I want to store the readable stream chunks in client browser IndexeDB and then stream them to the browser.
Thank you in advance for any help you can provide !
@asapach commented on GitHub (Mar 30, 2016):
There's a project called WebTorrent that tries to implement this: https://github.com/feross/webtorrent/issues/86