Live data from Hacker News

Show HN: 2D Tilemap on Top of Jitsi Meet

github.com

21–30 of 44 posts

Re: Show HN: 2D Tilemap on Top of Jitsi Meet

#22
This is great! I was toying around with the idea of building some sort virtual comedy stage. It would be a web conference with one person streaming audio and video and everyone else is audience with audio only to have audience/laughter track. Anyone build something similar on jitsi?

Re: Show HN: 2D Tilemap on Top of Jitsi Meet

#23

Earlier quoted context omitted.

I 90% agree with your opinion. A video does add some useful information, but 90% of the benefit could come from a small window of the person(s) you are talking to- maybe 90px by 90px.

Unfortunately, not going to work with how Jitsi does their Web API through an iframe. Ol' OpenTok, before they got bought out by Vonage, could have been used because they inftected new DOM elements into the current page. But with the Jisti Meet interface timing in an iframe, I just don't have enough access to composite things like that.

They also have a more low-level API! (There is an example app in the /doc folder, it looked reasonable to use)

https://github.com/jitsi/lib-jitsi-meet

Re: Show HN: 2D Tilemap on Top of Jitsi Meet

#24
post #23

Earlier quoted context omitted.

Unfortunately, not going to work with how Jitsi does their Web API through an iframe. Ol' OpenTok, before they got bought out by Vonage, could have been used because they inftected new DOM elements into the current page. But with the Jisti Meet interface timing in an iframe, I just don't have enough access to composite things like that.

They also have a more low-level API! (There is an example app in the /doc folder, it looked reasonable to use) https://github.com/jitsi/lib-jitsi-meet

Cool, I was looking for something like this but didn't find it.

Also, reminds me that I need to submit a pull request for their iframe API, because I stumbled on some missing information in it. Luckily, was pretty easy to guess at the right values.

Re: Show HN: 2D Tilemap on Top of Jitsi Meet

#25

This is great! I was toying around with the idea of building some sort virtual comedy stage. It would be a web conference with one person streaming audio and video and everyone else is audience with audio only to have audience/laughter track. Anyone build something similar on jitsi?

Should be pretty easy with the basic iframe API. I spent more time trying to figure out a cheap way to host everything than I did building the functionality.

Re: Show HN: 2D Tilemap on Top of Jitsi Meet

#27
We had a really similar idea!

https://town.siempre.io/

Leaned in way more on the 2d game aspect of it, and have video drop-off too, but the place it came from: "being able to have multiple conversations in the same shared space without hearing everyone at the same time" is the same.

Re: Show HN: 2D Tilemap on Top of Jitsi Meet

#28
post #21

We are 2 or 3 cool projects like these away from the McGuffin tech in Neal Stephenson's REAMDE.

I'm not familiar with the book

The backstory to REAMDE is that an MMORPG turns out to also be a really good platform for teleconferencing. Gradually more and more business moves into this MMORPG until the company releases a "business version" and a significant proportion of the world economy is run through what is essentially a professional version of WoW.

Re: Show HN: 2D Tilemap on Top of Jitsi Meet

#29
post #28

Earlier quoted context omitted.

I'm not familiar with the book

The backstory to REAMDE is that an MMORPG turns out to also be a really good platform for teleconferencing. Gradually more and more business moves into this MMORPG until the company releases a "business version" and a significant proportion of the world economy is run through what is essentially a professional version of WoW.

Sounds like ready player one before the contest. When did it come out?

Re: Show HN: 2D Tilemap on Top of Jitsi Meet

#30
post #28

Earlier quoted context omitted.

The backstory to REAMDE is that an MMORPG turns out to also be a really good platform for teleconferencing. Gradually more and more business moves into this MMORPG until the company releases a "business version" and a significant proportion of the world economy is run through what is essentially a professional version of WoW.

Sounds like ready player one before the contest. When did it come out?

2011
Post reply on HN