All Projects → gtestault → Freeflix

gtestault / Freeflix

Licence: mit
Freeflix is a streaming server that integrates a BitTorrent client.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Freeflix

Instant.io
🚀 Streaming file transfer over WebTorrent (torrents on the web)
Stars: ✭ 2,954 (+6054.17%)
Mutual labels:  p2p, streaming
Tribler
Privacy enhanced BitTorrent client with P2P content discovery
Stars: ✭ 3,915 (+8056.25%)
Mutual labels:  p2p, streaming
Dathttpd
Replaced by Homebase! See https://github.com/beakerbrowser/homebase.
Stars: ✭ 282 (+487.5%)
Mutual labels:  server, p2p
Waveline Server
Simple self-hosted music streaming server
Stars: ✭ 248 (+416.67%)
Mutual labels:  server, streaming
Webtorrent
⚡️ Streaming torrent client for the web
Stars: ✭ 25,554 (+53137.5%)
Mutual labels:  p2p, streaming
Diffy
🎞️💓🍿 Love streaming - It's always best to watch a movie together ! 🤗
Stars: ✭ 37 (-22.92%)
Mutual labels:  streaming, p2p
Patchwork
A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).
Stars: ✭ 3,500 (+7191.67%)
Mutual labels:  server, p2p
Hypercloud
A hosting server for Dat. [ARCHIVED - Use Hashbase instead!]
Stars: ✭ 96 (+100%)
Mutual labels:  server, p2p
Pearplayer.js
支持WebRTC的多源多协议混合P2P-CDN的流媒体播放器
Stars: ✭ 512 (+966.67%)
Mutual labels:  p2p, streaming
Livego
go Implementation of live streaming services
Stars: ✭ 411 (+756.25%)
Mutual labels:  server, streaming
Hls Vod
HTTP Live Streaming with on-the-fly encoding of any video file for Web/Apple TV/iPhone/iPad/iPod
Stars: ✭ 221 (+360.42%)
Mutual labels:  server, streaming
Webrtc
Pure Go implementation of the WebRTC API
Stars: ✭ 8,399 (+17397.92%)
Mutual labels:  p2p, streaming
Supysonic
Supysonic is a Python implementation of the Subsonic server API.
Stars: ✭ 187 (+289.58%)
Mutual labels:  server, streaming
Rtspallthethings
Deprecated RTSP media server -- Use github.com/aler9/rtsp-simple-server instead.
Stars: ✭ 258 (+437.5%)
Mutual labels:  server, streaming
Ddn
DDN, Data Delivery Network, a next generation blockchain system
Stars: ✭ 118 (+145.83%)
Mutual labels:  server, p2p
Icecast Server
Icecast streaming media server (Mirror) - Please report bugs at https://gitlab.xiph.org/xiph/icecast-server/issues
Stars: ✭ 312 (+550%)
Mutual labels:  server, streaming
Bt
BitTorrent library and client with DHT, magnet links, encryption and more
Stars: ✭ 2,011 (+4089.58%)
Mutual labels:  p2p, streaming
Mediadevices
Go implementation of the MediaDevices API.
Stars: ✭ 197 (+310.42%)
Mutual labels:  p2p, streaming
Torrent
Full-featured BitTorrent client package and utilities
Stars: ✭ 4,138 (+8520.83%)
Mutual labels:  p2p, streaming
Webtorrent Cli
WebTorrent, the streaming torrent client. For the command line.
Stars: ✭ 633 (+1218.75%)
Mutual labels:  p2p, streaming

Project

Go Report Card

Streaming server with an integrated BitTorrent client. The server can stream over http while downloading a torrent.

Start with Docker

clone the repo and inside the source folder build the docker image.

git clone [email protected]:gtestault/freeflix.git
cd freeflix
docker build -t freeflix .

then run a container and bind the port 8080 exposed from the image

docker run -p 8080:8080 freeflix

VPN

Please configure your VPN before deploying. The BitTorrent client has no blocklist

Screenshots

movies

filter

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].