Chocobozzz

Results 681 comments of Chocobozzz

@jankeromnes Hi, See https://github.com/Chocobozzz/PeerTube#dependencies for the set up instructions. The NodeJS server uses port 9000 but it could be configured in the `config/production.yaml` file. Run: `npm start` Test: `npm test`...

Hello, FYI in next few months we'll develop a global search index, like peertube-index but with the same API that the PeerTube instance search. See https://joinpeertube.org/roadmap for more information

I don't think you could use WebRTC in the application, but it's weird the video playing is slow. Does your torrent library supports WebSeed? If an Android application only uses...

Hello, You can detect a peertube instance using [the nodeinfo](https://github.com/jhass/nodeinfo) endpoint: `https://peertube2.cpy.re/nodeinfo/2.0.json` Then, the origin video URL can be found using the [REST API](https://docs.joinpeertube.org/api-rest-reference.html#tag/Video/paths/~1videos~1{id}/get): https://peertube2.cpy.re/api/v1/videos/d6210593-dbb8-49a0-b4a8-72f03fc550eb (`.account.host` for example)

Hello, Can you make a list of such broken plugins?

Yes there is. Plugin versions that require a newer version of PeerTube are filtered out so your PeerTube instance don't install them. But I'm not sure the minimum compatibility version...

Please open the issue on https://framagit.org/framasoft/peertube/plugin-index and only list plugin that are really broken.

We already provide original resolution. So I'm not sure to understand the feature request.

But transcoding should keep video ratio and the player adds black borders to not stretch the video :thinking:

> Another figure would be the generated traffic, so how many MB of video content were sent out per day. We can't really do that, use a server agent (like...