Video Streaming [new?] #1150

Closed
ggg27 wants to merge 27 commits from patch-4 into master
9 changed files with 162 additions and 0 deletions

View File

@ -32,6 +32,7 @@
<a class="dropdown-item" href="/providers/search-engines/"><span class="fas fa-search fa-fw"></span> Search Engines</a>
<a class="dropdown-item" href="/providers/social-networks/"><span class="fas fa-expand-arrows-alt fa-fw"></span> Social Networks</a>
<a class="dropdown-item" href="/providers/social-news-aggregator/"><span class="far fa-newspaper fa-fw"></span> Social News Aggregators</a>
<a class="dropdown-item" href="/software/video-streaming/"><i class="fas fa-expand-arrows-alt fa-fw"></i> Video Streaming</a> <a class="dropdown-item" href="/providers/vpn/"><span class="far fa-eye-slash fa-fw"></span> VPN</a>
djoate commented 2019-10-26 22:34:27 +00:00 (Migrated from github.com)
Review

You've duplicated VPN in the navbar:

            <a class="dropdown-item" href="/software/video-streaming/"><i class="fas fa-expand-arrows-alt fa-fw"></i> Video Streaming</a>
You've duplicated VPN in the navbar: ```suggestion <a class="dropdown-item" href="/software/video-streaming/"><i class="fas fa-expand-arrows-alt fa-fw"></i> Video Streaming</a> ```
<a class="dropdown-item" href="/providers/vpn/"><span class="far fa-eye-slash fa-fw"></span> VPN</a>
</span>
</details>

View File

@ -0,0 +1,27 @@
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
<h1 id="Video Streaming" class="anchor"><a href="#video"><i class="fas fa-link anchor-icon"></i></a> Video Streaming</h1>
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
<div class="row mb-2">
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
{% include card.html color="success"
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
title="MediaGoblin"
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
image="/assets/img/tools/mediagoblin.png"
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
url="https://www.mediagoblin.org/"
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
footer="OS: Windows, macOS, Linux, FreeBSD, Web."
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
description="MediaGoblin is a free/libre tool to host media files in a distributed manner."
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
%}
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
djoate commented 2019-10-26 22:21:43 +00:00 (Migrated from github.com)
Review

For cardv2, replacing it with this can work:

{% include cardv2.html
title="MediaGoblin"
image="/assets/img/tools/mediagoblin.png"
website="https://www.mediagoblin.org/"
description="MediaGoblin is a free/libre tool to host media files in a distributed manner."
%}
For cardv2, replacing it with this can work: ``` {% include cardv2.html title="MediaGoblin" image="/assets/img/tools/mediagoblin.png" website="https://www.mediagoblin.org/" description="MediaGoblin is a free/libre tool to host media files in a distributed manner." %} ```
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
{% include card.html color="primary"
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
title="Invidious"
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
image="/assets/img/tools/invidious.png"
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
url="https://github.com/omarroth/invidious/wiki/Invidious-Instances"
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
footer="OS: Windows, macOS, Linux, Web."
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
description="Invidious, an open-source privacy respecting API for YouTube."
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
djoate commented 2019-10-26 21:32:44 +00:00 (Migrated from github.com)
Review
    description="Invidious is an open-source alternative front-end to YouTube. It has no ads and no need for a Google account to save subscriptions. <a href="https://github.com/omarroth/invidious/wiki/Invidious-Instances">List of Instances</a>"

Invidious isn't just an API; it's also a front-end for YouTube as described by the description and the README of the repo: https://github.com/omarroth/invidious.

We should also make the website link to invidio.us and have the alternate instances separate. That is how searx is handled on privacytools.io

```suggestion description="Invidious is an open-source alternative front-end to YouTube. It has no ads and no need for a Google account to save subscriptions. <a href="https://github.com/omarroth/invidious/wiki/Invidious-Instances">List of Instances</a>" ``` Invidious isn't just an API; it's also a front-end for YouTube as described by the description and the README of the repo: https://github.com/omarroth/invidious. We should also make the website link to invidio.us and have the alternate instances separate. That is how searx is handled on privacytools.io
%}
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
djoate commented 2019-10-26 22:22:56 +00:00 (Migrated from github.com)
Review

For cardv2, replacing it with this can work (this takes into account my suggestion from https://github.com/privacytoolsIO/privacytools.io/pull/1150/files#r339316663)

{% include cardv2.html
title="Invidious"
image="/assets/img/tools/invidious.png"
website="https://invidio.us/
description="Invidious is an open-source alternative front-end to YouTube. It has no ads and no need for a Google account to save subscriptions. <a href='https://github.com/omarroth/invidious/wiki/Invidious-Instances'>List of Instances</a>"
github="https://github.com/omarroth/invidious"
%}
For cardv2, replacing it with this can work (this takes into account my suggestion from https://github.com/privacytoolsIO/privacytools.io/pull/1150/files#r339316663) ``` {% include cardv2.html title="Invidious" image="/assets/img/tools/invidious.png" website="https://invidio.us/ description="Invidious is an open-source alternative front-end to YouTube. It has no ads and no need for a Google account to save subscriptions. <a href='https://github.com/omarroth/invidious/wiki/Invidious-Instances'>List of Instances</a>" github="https://github.com/omarroth/invidious" %} ```
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
</div>
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
<h3>Worth Mentioning</h3>
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
<ul>
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
<li><a href="https://freetubeapp.io/">FreeTube</a> - FreeTube is an free software video streaming client utilizing <a href='https://invidio.us/'>Invidious</a></li>
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?
djoate commented 2019-10-26 21:24:19 +00:00 (Migrated from github.com)
Review

It is worth mentioning that one of the key features of FreeTube is that it stores user data on the client and not on a server.

  <li><a href="https://freetubeapp.io/">FreeTube</a> - FreeTube is an open-source video streaming client utilizing the <a href='https://invidio.us/'>Invidious API</a>, letting you watch YouTube privately on desktop.  All of your user data is stored locally and never sent or published to the internet.</li>
It is worth mentioning that one of the key features of FreeTube is that it stores user data on the client and not on a server. ```suggestion <li><a href="https://freetubeapp.io/">FreeTube</a> - FreeTube is an open-source video streaming client utilizing the <a href='https://invidio.us/'>Invidious API</a>, letting you watch YouTube privately on desktop. All of your user data is stored locally and never sent or published to the internet.</li> ```
</ul>
Mikaela commented 2019-08-13 11:57:12 +00:00 (Migrated from github.com)
Review

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can convert mediagoblin.svg mediagoblin.png, you may need to pass -resize or similar flags though.

https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video

In addition to this looking bad we cannot accept SVG due to Tor Browser if I have understood correctly. If you have imagemagick, you can `convert mediagoblin.svg mediagoblin.png`, you may need to pass `-resize` or similar flags though. https://deploy-preview-1150--privacytools-io.netlify.com/software/video-streaming/#video
Mikaela commented 2019-08-13 11:59:05 +00:00 (Migrated from github.com)
Review

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me:

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also:

Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.

I don't understand from this description what it does, could you think of it a bit more? The website makes it more clear to me: > *MediaGoblin is a free software media publishing platform that anyone can run.* You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. It's also: Also is there a discussion of it somewhere? I don't remember hearing of it before and I think we strongly prefer discussion issues first.
Mikaela commented 2019-08-13 12:00:28 +00:00 (Migrated from github.com)
Review

This looks weird and I think you should use github from cardv2 instead.

This looks weird and I think you should use github from cardv2 instead.
Mikaela commented 2019-08-13 12:00:48 +00:00 (Migrated from github.com)
Review

I think the two should be listed separately.

I think the two should be listed separately.
Mikaela commented 2019-08-13 12:01:51 +00:00 (Migrated from github.com)
Review

I am also unfamiliar with FreeTube, but it looks interesting.

I am also unfamiliar with FreeTube, but it looks interesting.
Mikaela commented 2019-08-13 12:03:38 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

It's not including the whole source, is it?
ggg27 commented 2019-08-14 01:05:38 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

FreeTube is basically the unofficial Invidious desktop client.
ggg27 commented 2019-08-14 04:08:15 +00:00 (Migrated from github.com)
Review

It's not including the whole source, is it?

I think so:
https://github.com/misses-robot/KopyKate-Big/blob/master/

Edit: As I recall, sidebar also states some 3rd party stuff on the old version:
https://zero.acelewis.com/#kopykate.bit (proxy)
I'm not sure what is still in use.


Also, I've added a warning to KopyKate.
As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.

> It's not including the whole source, is it? I think so: https://github.com/misses-robot/KopyKate-Big/blob/master/ **Edit**: As I recall, sidebar also states some 3rd party stuff on the old version: https://zero.acelewis.com/#kopykate.bit (proxy) I'm not sure what is still in use. _________ Also, I've added a warning to KopyKate. As it is non-free (https://github.com/misses-robot/KopyKate-Big/issues/22) and uncensored.
ggg27 commented 2019-08-14 04:23:02 +00:00 (Migrated from github.com)
Review

@Mikaela I do not understand, could you reiterate?

@Mikaela I do not understand, could you reiterate?
ggg27 commented 2019-08-14 04:24:01 +00:00 (Migrated from github.com)
Review

@Mikaela I know of many on Video Streaming.
None in particular for MediaGoblin, but I will start one if it is required.

@Mikaela I know of many on Video Streaming. None in particular for MediaGoblin, but I will start one if it is required.
ggg27 commented 2019-08-14 04:32:19 +00:00 (Migrated from github.com)
Review

@Mikaela Is the new description better?
Should I list an instance or way to find one?
Examples:

@Mikaela Is the new description better? Should I list an instance or way to find one? Examples: - https://wiki.mediagoblin.org/Live_instances (list of instances) - https://goblinrefuge.com/mediagoblin/ (popular instance)
nitrohorse commented 2019-08-14 04:39:39 +00:00 (Migrated from github.com)
Review

It looks like KopyKate's last commit was early last year and doesn't even have any releases so I'm unsure how this is really useful to mention.

But regardless I think we should pause iterating over feedback in the PR until we've opened a new discussion for suggesting a new "Video Streaming" section like our PR checklist metnions 😄 We can also have a community discussion for what software to include.

It looks like KopyKate's [last commit](https://github.com/misses-robot/KopyKate-Big/commits/master) was early last year and doesn't even have [any releases](https://github.com/misses-robot/KopyKate-Big/releases) so I'm unsure how this is really useful to mention. But regardless I think we should pause iterating over feedback in the PR until we've opened a [new discussion](https://github.com/privacytoolsIO/privacytools.io/issues) for suggesting a new "Video Streaming" section like our PR checklist metnions :smile: We can also have a community discussion for what software to include.
ggg27 commented 2019-08-14 04:39:57 +00:00 (Migrated from github.com)
Review

Cool app, although it seemed to spit out some errors.
Either way, it should be fixed in the new commit.

Cool app, although it seemed to spit out some errors. Either way, it should be fixed in the new commit.
ggg27 commented 2019-08-14 04:44:15 +00:00 (Migrated from github.com)
Review

@nitrohorse discussions have been ongoing:


Edit: Unless you mean a Github issue?


Edit 2: There is also #693

@nitrohorse discussions have been ongoing: - https://forum.privacytools.io/search?q=%20Discussion%3A%20Video%20Sharing%2FStreaming - https://forum.privacytools.io/search?q=Video - #671 _______ **Edit**: Unless you mean a Github issue? _____________ **Edit 2**: There is also #693
nitrohorse commented 2019-08-14 04:44:52 +00:00 (Migrated from github.com)
Review

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.

Didn't realize there was already a lot of discussion in https://github.com/privacytoolsIO/privacytools.io/pull/671. I'm still thinking it'd be better to shift this discussion to a new Issue; determine if the section is needed plus the recommended software, then work on the PR which would then be straightforward and not have a lot of churn.
nitrohorse commented 2019-08-14 04:58:21 +00:00 (Migrated from github.com)
Review

Yeah, so

I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. That should already be determined before starting to write code IMO.

Yeah, so - the [forum issue](https://forum.privacytools.io/t/discussion-video-sharing-streaming/1287) is currently empty - https://github.com/privacytoolsIO/privacytools.io/pull/671 actually looks like it's still open with discussions ending in June. I'm wondering why we're opening this PR when we have that one? - And I found this GitHub issue linked with no discussion: https://github.com/privacytoolsIO/privacytools.io/issues/693 I think I'm coming in late to this but it seems like we shouldn't be discussing what software to include in a PR. _That_ should already be determined before starting to write code IMO.
ggg27 commented 2019-08-14 17:46:18 +00:00 (Migrated from github.com)
Review

@nitrohorse The issue is there isn't any active discussion in all 3 of those.
The last actual discussion in #671 was in early May when a warning to LBRY was added.


This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)

Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my #1 choice. There are open issues on both of these:
https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030

If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR.


TL:DR: If you think that you can start an active conversation, then I don't see why you shouldn't.
I just don't see this happening in the current discussions. :)

@nitrohorse The issue is there isn't any active discussion in all 3 of those. The last actual discussion in #671 was in early May when a warning to LBRY was added. _________________ **This PR is basically just #671 without PeerTube and LBRY (with MediaGoblin)** Personally, I like using LBRY and Peertube, but neither work with TOR and aren't my `#1` choice. There are open issues on both of these: https://github.com/Chocobozzz/PeerTube/issues/1886 , https://github.com/lbryio/lbry-sdk/issues/1435 , https://github.com/Chocobozzz/PeerTube/issues/2030 If you don't think WebRTC or no I2P is an issue, then by all means #671 is a good PR. __________________ **TL:DR**: If you think that you can start an active conversation, then I don't see why you shouldn't. I just don't see this happening in the current discussions. :)
zedeus commented 2019-08-15 11:19:10 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Shouldn't "Invidio" be "Invidious"?
Mikaela commented 2019-08-28 16:17:16 +00:00 (Migrated from github.com)
Review

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.

@nitrohorse Could you explain cardv2? I think you have been doing the conversions most recently.
Mikaela commented 2019-08-28 16:25:31 +00:00 (Migrated from github.com)
Review

FreeTube is basically the unofficial Invidious desktop client.

That may be so, but it's not the official Invidious desktop client and it doesn't carry the same name.

> FreeTube is basically the unofficial Invidious desktop client. That may be so, but it's not *the official Invidious desktop client* and it doesn't carry the same name.
Mikaela commented 2019-08-28 16:29:10 +00:00 (Migrated from github.com)
Review

Yes, it's better, but I don't see a reason to include it.

Yes, it's better, but I don't see a reason to include it.
ggg27 commented 2019-09-12 02:20:34 +00:00 (Migrated from github.com)
Review

Shouldn't "Invidio" be "Invidious"?

Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it.
Thanks!

> Shouldn't "Invidio" be "Invidious"? Yes, sorry I thought it was Invidio until just a couple weeks ago and forgot to change it. Thanks!
Mikaela commented 2019-09-12 16:58:19 +00:00 (Migrated from github.com)
Review

Maybe bfbbeb7c3e is of help?

Maybe https://github.com/privacytoolsIO/privacytools.io/commit/bfbbeb7c3ea08a1677ddc2124cdc48145648f0c7 is of help?

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.3 KiB

View File

@ -63,6 +63,8 @@ permalink: /classic/
{% include sections/social-networks.html %}
{% include sections/video-streaming.html %}
{% include sections/social-news-aggregator.html %}
{% include sections/dns.html %}

View File

@ -0,0 +1,8 @@
---
layout: page
permalink: /software/video-streaming/
title: "Video Streaming Services"
description: "Video Streaming"
---
{% include sections/video-streaming.html %}

View File

@ -257,6 +257,14 @@ Worth Mentioning:
GNU Social: https://gnu.io/source/
## Video Streaming
MediaGoblin: https://git.savannah.gnu.org/git/mediagoblin.git/
Invidious: https://github.com/omarroth/invidious
FreeTube: https://github.com/FreeTubeApp/FreeTube
Mikaela commented 2019-08-13 12:05:34 +00:00 (Migrated from github.com)
Review

FreeTube is missing

FreeTube is missing
ggg27 commented 2019-08-14 04:24:45 +00:00 (Migrated from github.com)
Review

Dang, I thought I got them all.
Thanks for pointing this out, will add.

Dang, I thought I got them all. Thanks for pointing this out, will add.
## Social News Aggregators
Aether: https://github.com/nehbit/aether