asapach / peerflix-server

Streaming torrent client for Node.js with web ui.
MIT License
1.31k stars 586 forks source link

Stream to an ip with port #156

Closed dalton5 closed 5 years ago

dalton5 commented 5 years ago

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 5 years ago

It's listening on all available interfaces, so any IP should work. And you can configure the port using PORT environment variable.