mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 14:45:50 +03:00
[GH-ISSUE #56] [Help] about starting dev in php :) #260
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 @yas9999 on GitHub (Oct 27, 2015).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/56
Hello,
first thank you so much for this awesome application ♥.
i have some question:
something like upload file & get result.
-i have Ubuntu 14.04: in ~/.config/peerflix-server/torrents.json when i put option that mentioned here https://github.com/mafintosh/torrent-stream#full-api
i get error : Undefined 2 please check this http://i.imgur.com/raReft7.png
PS: i had found in this config file : ["c1bb97836be45ef02e24bdf7bd4e666fd37db8aa"]
i guess it's not the right config.json
Best regards,
@asapach commented on GitHub (Oct 27, 2015):
Did you mean
~/.config/peerflix-server/config.json? You can't really pass thestorageoption in JSON, because it requires an object reference, so it's currently unsupported in peerflix-server.@yas9999 commented on GitHub (Oct 27, 2015):
Thank you, i still have a problem X is stopped when i click on X to close a torrent also some times when i add new magnet link please check image :

for config.json or else i can't change the directory to store files ?
@asapach commented on GitHub (Oct 27, 2015):
So it just randomly gets killed? How much memory do you have on that machine? In my experience you need at least 512MB or better yet 1GB.
To change the path just save this as
~/.config/peerflix-server/config.json:@yas9999 commented on GitHub (Nov 1, 2015):
Thank you so much !
i guess it's a memory problem i have only 512 MB,so i will try in dedicated server with 24 GB of ram,
i noticed when i added 2 magnet link with more than 1 GB file-size each i get the problem "Killed"
-GET /torrents/{infoHash}/files : will return the M3U playlist
what is M3U playlist ?
best regards
@asapach commented on GitHub (Nov 1, 2015):
24 GB is probably overkill. 4 GB should be enough for most scenarios.
M3U is a file format supported by some media players (e.g. VLC) that allows to play the whole folder at once (e.g. if you have an album or a TV series season).
@yas9999 commented on GitHub (Nov 2, 2015):
got it :), thank you so much for help
On Sun, Nov 1, 2015 at 2:30 PM, Aliaksei Sapach notifications@github.com
wrote: