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 upLarge video torrent playback issues. #1261
Comments
This comment has been minimized.
This comment has been minimized.
|
It looks like |
This comment has been minimized.
This comment has been minimized.
|
For this execution, I used the appendTo boilerplate code. Tho I have tried others with no success.
Cleaned up output:
Video Information from avprobe:
|
This comment has been minimized.
This comment has been minimized.
|
Curious, if a torrent is larger then what can fit in memory, is it suppose to reside on disk at that point? If not, Im not sure how larger torrents can utilize the web browser interface. |
This comment has been minimized.
This comment has been minimized.
|
@calvincs Using IndexedDB, for example. |
This comment has been minimized.
This comment has been minimized.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This comment has been minimized.
This comment has been minimized.
|
I have not had a chance to use IndexDB as a solution, however I've kept an eye on this thread for activity and have not seen any. If a solution is not built in, such as IndexDB, I'll have to circle around later for testing adding it myself. Thanks for the help, understand if this is closed. |
This comment has been minimized.
This comment has been minimized.
|
You can specify IndexedDB as your backend if you use |
What version of WebTorrent?
webtorrent@0.98.20
What operating system and Node.js version?
Ubuntu 16.04, Node.js v6.12.3
What browser and version? (if using WebTorrent in the browser)
Chrome Version 63.0.3239.132 (Official Build) (64-bit)
What did you expect to happen?
View torrent video over 4.6GB in web browser
What actually happened?
Torrent begins to load data to browser, however browser freezes as memory reaches 100% and/or recieve the following warning
Uncaught Error: Error rendering file "testing.m4v": File length too large for Blob URL approach: 4556358256 (max: 200000000)
at HTMLVideoElement.l (webtorrent.min.js:6)
Attempted use of file.createReadStream(); still sees excessive use of system ram and does not result in being able to play video in browser.