mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 06:35:48 +03:00
[GH-ISSUE #156] Stream to an ip with port #347
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 @dalton5 on GitHub (Oct 15, 2018).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/156
Hi,
Such as peerflix is it possible to have a defined ip and port to stream to instead of having one adress like:
Current:
http://localhost:9000/torrents/5097c680f4f429ff795c9eec4ea8b30456211618/files/aaa.mp4
Wanted: 192.168.0.2:8000 for example
Thanks,
@asapach commented on GitHub (Oct 15, 2018):
It's listening on all available interfaces, so any IP should work.
And you can configure the port using
PORTenvironment variable.