-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
source code please #7
Comments
This project is closed source for now. The majority of it is implemented with anacrolix/torrent, and anacrolix/confluence, which are open source. |
hello Also, I wanted to ask if you have any plans to open-source this project, and if so, when do you roughly anticipate doing that? I would appreciate any idea about this,thanks in advance |
@JackYinpei do you have a specific example file that you're not sure about? For transcoding, the file is downloaded in its entirety before being transcoded. The transcoded file however is streamed using HTTP byte range requests to the browser (the same happens directly from the torrent if the file is playable by the browser without transcoding). Unfortunately it's not straightforward to transcode on demand (that is transcode just the parts the browser needs to stream without doing the whole file), although I have attempted it. Also for various reasons I download the entire file before transcoding due to errors I've encountered in ffmpeg if it doesn't have a local file, although it does purport to support taking the input over HTTP. |
This part is mostly open source, I'll provide the link shortly. |
@anacrolix what about the indexer, do you plan to open source it? |
@JackYinpei @Technetium1 https://github.com/anacrolix/webtorrent-public/tree/master/services/transcoder |
I'm considering it. |
@anacrolix hello, not sure why I got mentioned. The linked code seems alright 👀 |
Ah sorry, I saw you emojied on the comment about providing the link. FWIW the transcoder has been heavily used for over 10 years, it's pretty robust but probably not interesting to anyone else but it does solve the quoted problem. |
Ah, I was indeed watching this from a distance. Always happy to have more source available! |
I am considering open sourcing again, particularly if people are interested in contributing. |
Hi, I'd be interested in adding support for PostgreSQL. |
No description provided.
The text was updated successfully, but these errors were encountered: