| Summary: | [Feature Request] include jsmpeg video driver? | ||
|---|---|---|---|
| Product: | SDL | Reporter: | chw |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | WAITING --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | enhancement | ||
| Priority: | P2 | ||
| Version: | 2.0.6 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
chw
2019-02-18 05:52:09 UTC
What's the use case for this? The idea is to have headless operation e.g. on a Raspberry resembling Xvnc but without the overhead of an X11 installation. This is cool, can you put together some documentation and a standalone demonstration? Thanks! End of June 2019 I'll have a talk @ EuroTcl2019, see https://ssl.webpack.de/www.eurotcl.eu where I will present it in combination with undroidwish. Usually the talks appear soon later in the Tcl/Tk youtube channel, see https://www.youtube.com/channel/UCaHkl87soQMlWHbLdFdNf0w Slides of the conferences will be online after the conference, too. Meanwhile, there's my 2018 talk in https://www.youtube.com/watch?v=D6B5PN_xfQU which shows SDL2 with Tcl/Tk on Wayland, Haiku, KSMDRM, etc. All the best, Christian I'm actually asking for a way to run the programs in the SDL test directory in a way that I can see and verify the functionality? (In reply to Sam Lantinga from comment #5) > I'm actually asking for a way to run the programs in the SDL test directory > in a way that I can see and verify the functionality? Ah, I see. Having not checked it myself, forcible set the video driver to be used per environment variable SDL_VIDEODRIVER=jsmpeg prior to starting your test binary. When the test binary runs, point your HTML5/WebGL capable browser to http://localhost:8080 If you'd like to use another TCP port, use the environmnt variable SDL_VIDEO_JSMPEG_PORT=8181 for TCP port 8181 and so on. HTH, Christian |