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

Add support for Game Recording clips #46

Open
Virkkunen opened this issue Jun 29, 2024 · 0 comments
Open

Add support for Game Recording clips #46

Virkkunen opened this issue Jun 29, 2024 · 0 comments

Comments

@Virkkunen
Copy link

Steam has introduced Game Recording, and you can share the clips to a chat, and view those in chat as well.

image

The bridge doesn't load the video, though, only sends a [video] tag with the link to the file.

image

Source for the message in question:

{
  "type": "m.room.message",
  "sender": "@***:***.***",
  "content": {
    "msgtype": "m.text",
    "body": "[video src=\"https://steamusercontent-a.akamaihd.net/ugc/*******/******/\" type=\"video/mp4\" steamvideo=\"true\" associated_app=\"1245620\"] https://steamusercontent-a.akamaihd.net/ugc/*******/******/ [/video]",
    "source": "steam"
  },
  "origin_server_ts": 1719658451732,
  "unsigned": {
    "age": 70
  },
  "event_id": "$VouoEOfw_JMXl_89As17u3c6RULe1Y8I6CSTEUArAwI",
  "room_id": "!UVyNQsGe*****:***.***"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant