Skip to content
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

Matrix protocol for federation of video/channel data #1713

Closed
3 tasks done
FireMasterK opened this issue Nov 10, 2022 · 1 comment
Closed
3 tasks done

Matrix protocol for federation of video/channel data #1713

FireMasterK opened this issue Nov 10, 2022 · 1 comment
Labels
enhancement New feature or request P3

Comments

@FireMasterK
Copy link
Member

Describe the feature

We can use matrix to federate video/channel information data, geo-restriction bypass, etc.

We need to include a way to authenticate users into the system, maybe maintain a new list for this? We can authenticate matrix handles

Why would this be useful to add?

Matrix seems like a better idea than using IPFS currently, since we can actually authenticate users for data transfers.

We can get more up-to-date view counts on lesser known instances

Channel data can sometimes change - they get verified, changes in uploader url, name, etc

Concept(s)

No response

Additional context

https://spec.matrix.org/v1.4/client-server-api/#types-of-room-events

Ephemeral events, are still not a thing in matrix/synapse:
matrix-org/synapse#12413
matrix-org/matrix-spec-proposals#2477

We could have them as persistent events, and change them once they've been implemented.

We need to look at scalability, since we would likely send 100s of events a minute.

Acknowledgements

  • I have searched the existing issues and this is NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I filled out all of the requested information in this form.
@FireMasterK
Copy link
Member Author

Fully implemented 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P3
Projects
None yet
Development

No branches or pull requests

1 participant