-
-
Notifications
You must be signed in to change notification settings - Fork 880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PeerTube support (integration) #156
Comments
Im not sure what the integration would be, this would mainly be just linking to peertube instances right? Since the federation in lemmy is following communities, and not people, that part of it might not apply. |
Perhaps pulling the preview image from a peertube video for display? That's what I would imagine, I guess. |
Yes and then one click and you're watching the video, whithout being redirected anywhere. Just like reddit with youtube videos. |
If anyone knows of a good library to get html previews from a link (like imgur link to RES has some code for this, but its a monster, and they have to keep updating it every time these services change their schemes. |
Would this opengraph library work? |
It would only work for image previews / thumbnails, not for videos, audio previews, etc. I want a library that takes in everything from a soundcloud url, to a youtube link, to imgur, giphy, peertube, and builds html previews, or links to the source urls and says their type. The other thing is I'd really like to keep url processing and transforms on the front end. |
a possible solution that support 600 media providers is here: https://embed.ly/providers an open alternative is: https://noembed.com none of them support peer tube yet. |
I could open a new issues in those repos (https://github.com/leedo/noembed and https://github.com/iamcal/oembed) and ask to support peertube links. |
Would be a good idea. |
Since this issue has been closed, does this mean that no PeerTube support is planned? |
Its a link aggregator, peertube links are accepted. If its about embedding videos into lemmy the same way there are image previews, then that's a different issue that needs an embed provider for all kinds of content, not just peertube. |
peertube is on activitypub, it's part of the fediverse like lemmy, so it it's strange to see it's not fully supported. |
maybe you can see how mastodon works integrating peertube video. |
What does fully supported mean? |
fully supported like on mastodon, so the comments made on lemmy to be published on peertube and replies on peertube to show on lemmy too, see the video: https://peertube.cpy.re/videos/watch/da2b08d4-a242-4170-b32a-4ec8cbdca701?autoplay=1&auto_play=1 I believe this integration will help both platform. |
Ah. Okay so that is a federated user follow. Eventually these will be supported in lemmy, but after the federated community follow. |
Dupe of #752 |
…#1325) (#156) Don't send activities to ourselves Ensure that comments are always delivered to the parent creator (fixes #1325) Co-authored-by: Felix Ableitner <me@nutomic.com> Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/156 Co-Authored-By: dessalines <dessalines@noreply.yerbamate.ml> Co-Committed-By: dessalines <dessalines@noreply.yerbamate.ml>
No description provided.
The text was updated successfully, but these errors were encountered: