[GH-ISSUE #156] Stream to an ip with port #347

Closed
opened 2026-03-15 03:05:33 +03:00 by kerem · 1 comment
Owner

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,

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,
kerem 2026-03-15 03:05:33 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@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 PORT environment variable.

<!-- gh-comment-id:429844360 --> @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 `PORT` [environment variable](https://github.com/asapach/peerflix-server#configuration).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/peerflix-server#347
No description provided.