mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 06:35:48 +03:00
[GH-ISSUE #47] which part of the code do i use if i need to stream torrent to a video element in html using peerflix ? #254
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 @kingroryg on GitHub (Jul 9, 2015).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/47
@mikael-came commented on GitHub (Jul 9, 2015):
Hi,
I think you can call the api URL : /torrents/"+HASH+"/files/"+FILENAME
@asapach commented on GitHub (Jul 9, 2015):
Files have the
linkproperty which you can use: https://github.com/asapach/peerflix-server/blob/master/server/index.js#L42@kingroryg commented on GitHub (Jul 9, 2015):
Thanks !