Frontend for obs-websocket (Scenes, Sources and Transitions)
So far there is a problem when trying to connect due to the forced HTTPS connection from github.io!
To fix this, please allow the http connection in your browser when trying to connect to get a working remote connection.
#http://hardy535.github.io/obs-remote
Bugs
- Names with special characters like 'Ä', 'Ö' or 'ß' don't work properly (Reported: obs-websocket-community-projects/obs-websocket-js#6)
- HTTPS connections to local ip's don't work without users confirmation (which is impossible on some devices) (Reported: obsproject/obs-websocket#26)
- OBS crashes sometimes (Reported: obsproject/obs-websocket#21)
- Deleting, renaming or changing order of scenes doesn't trigger anything (Known: obs-websocket-community-projects/obs-websocket-js#5)
- Changing the source visibility in OBS doesn't trigger anything
ToDo
- Mobile/Tablet versions (layout) for easier use
- Customisable layout (height/width and position)
- Customisable colors for everything
- Save the customisables somehow (maybe with cookies)
- Autologin via URL (?password=...)
- Keep this up to date ;)
Fixed Bugs
- Hiding/Showing Sources isn't working (Fixed: obs-websocket-community-projects/obs-websocket-js#7)
- Changes of the scene list in OBS don't sync (Fixed: obs-websocket-community-projects/obs-websocket-js#5)
Thanks for fixing these bugs :)