Replies: 1 comment 1 reply
-
As a premise, HTML output is a bonus for us, not a core feature. Marp team want to focus on the experience of slide creation, and leave features to support presentation to the other tool as much as possible. Nevertheless, I'm interested in sharing the slide state over (P2P) network. It not only provides a way of broadcast but also may turn a mobile device into a remote for the slide. I have thought about WebRTC powered P2P state sync over once or twice before, but I could not find out a compromise of implementation. Followings are (not organized) memo:
Continue to discuss 👇 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Happy to work on it, just floating the idea before I sink the time in it rather than making a local hack:
Thinking it could be great to use webRTC with STUN/TURN to allow others watching my presentation to do so in a browser and have their view sync'd to the presenters, also handy when doing a talk somewhere that has an av setup who just want a 'copy of my slides' which they load on to some back office whatever, I could just give them an address and still drive from my computer (if I publish my slides somewhere public or on a lan), or just a poor-man's hdmi splitter :)
similar to how spectacle does with
?presenterMode=true
thoughts?
Beta Was this translation helpful? Give feedback.
All reactions