Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zackees/webseed
Blazing Webseed Implementation for Webtorrent
https://github.com/zackees/webseed
Last synced: about 1 month ago
JSON representation
Blazing Webseed Implementation for Webtorrent
- Host: GitHub
- URL: https://github.com/zackees/webseed
- Owner: zackees
- Created: 2022-07-29T18:52:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T01:02:53.000Z (over 2 years ago)
- Last Synced: 2023-08-17T06:35:51.460Z (over 1 year ago)
- Language: Python
- Size: 720 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webseed
A Blazing Fast implementation of Webtorrent server using webseeds.
This project will transform mp4 content into a viewable html webtorrent page, which you can copy into your site.
# Usage
* Installation
* Get a docker app instance on render.com
* Set it to this repo slug zackees/webtorrent-webseed
* Rent disk storage and attach it as `/var/data`, 50GB should be good
* Submit and allow docker to build and come up at port 80
* Updating files
* ssh into the running instance
* Upload the content that you want to the `var/data/content` directory
* Note, most videos downloaded from youtube DONT WORK. The around is to re-encode using ffmpeg and the x264 codec.
* Wormhole file transfer is built into this service.
* On your local machine with the content use: `wormhole send myfile.mp4`
* Copy and paste the magic command into the remote machine and the file
will transfer.