150 Commits

Author SHA1 Message Date
Joel Calado
b31248c191 Tweak Reusable Invite generator UI
Separates settings in groups to improve further expansion of available toggles
Increases margins and padding
2020-08-27 08:37:41 +01:00
Steve Seguin
75ba4f4b4d
Version 10.3 - beta
fixed more bugs; minor polish in features
2020-08-26 06:29:17 -04:00
Steve Seguin
8ff1a0f6b2
v10.2 - bug fixes
Fixed a bug with the group room, where videos froze on guest re-join

added &scene=0 (&scene) , which auto-adds videos to the scene without interaction

Updated the &mirror URL flag to have 0, 1, 2, and 3 as options.

-no mirror parameter in the URL is the default.  Local previews are mirrored
-mirror=0 turns off ALL mirroring, for everything.
-mirror=1 inverts the default.  Local previews are not mirrored, but guests are mirrored.
-mirror=2 mirrors ALL videos
-mirror=3 is the same as default, except the entire website is mirrored, including Text (useful for teleprompters?)

Experimental Code Change :  When the data-channel closes, I auto-close the video channels as well, and try to reload the video from scratch.  I do not wait for the video stream to time out.  This *might* fix a 'stacking video' problem, as well as reducing the "frozen frame" video problem when a guest reloads.

This 10.2 release is currently on https://obs.ninja/beta for testing
2020-08-24 03:14:27 -04:00
Steve Seguin
588e99d581
Merge pull request #239 from steveseguin/version-10.1
Release version 10.1
2020-08-23 02:59:00 -04:00
Steve Seguin
4c4bdeb026
Release version 10.1
release notes here
https://www.reddit.com/r/OBSNinja/comments/ib7vhk/version_10_released_text_chat_and_more_added_see/
2020-08-23 02:55:13 -04:00
Steve Seguin
d1d736549d
Update FUNDING.yml 2020-08-18 22:15:15 -04:00
Steve Seguin
8af2a94edc
Update FUNDING.yml 2020-08-18 21:49:36 -04:00
Steve Seguin
2a31e5508e
fixed an issue with advanced audio settings; added meter 2020-07-27 04:08:41 -04:00
Steve Seguin
dd950b1c4e
Add files via upload
added translations
2020-07-17 02:25:36 -04:00
Steve Seguin
079b1e8545
Added iFrame communication and an example 2020-07-17 02:25:09 -04:00
Steve Seguin
9d1c466025
Update turnserver.conf 2020-07-05 17:11:57 -04:00
Steve Seguin
be741878e8
tweaked the auto mixer; side by side instead of over/under as default 2020-07-01 22:17:54 -04:00
Steve Seguin
7dcaf7f6f3
Delete IMG_1148.jpg 2020-06-30 04:51:54 -04:00
Steve Seguin
3719f4a4da
version 8.01
minor bug fixes
2020-06-28 21:05:33 -04:00
Steve Seguin
4ec298f77c
Merge pull request #218 from steveseguin/steveseguin-patch-1
Version 8.0 release
2020-06-28 05:05:59 -04:00
Steve Seguin
0cb72c1a02
Add files via upload 2020-06-28 03:16:50 -04:00
Steve Seguin
a94e164bfe
Add files via upload
being added for convenience;
2020-06-28 03:14:45 -04:00
Steve Seguin
e61d6f4830
Version 8 - release (part1) 2020-06-28 02:52:53 -04:00
Steve Seguin
832c584956
doc for OBS.ninja; lets you create invites from inside OBS 2020-06-22 17:29:28 -04:00
Steve Seguin
1aaae51db4
Add files via upload 2020-06-17 05:20:50 -04:00
Steve Seguin
d990bce2ea Add files via upload 2020-06-17 05:07:18 -04:00
Steve Seguin
6c80bf83e0 Add files via upload 2020-06-17 05:06:09 -04:00
Steve Seguin
49df175df6 Version 7 Release Candidate
Mainly just a 1-week sprint focusing on bug fixes and not so much on major features.

Biggest fix this sprint was related to VP9 + Custom Video Bitrates now working as intended.
2020-06-17 04:24:30 -04:00
Steve Seguin
815c619313 Update index.html
for private deployment, please see blank.json as a good starting point for unbranded customization text.  My goal is to move towards more of a library for the core code, so I am trying to separate out the UI/text/style more and more. This should make forking of new branches of the code easier in the long run.
2020-06-16 05:02:28 -04:00
Steve Seguin
aa50333dc9 BETA Version -- bug fixes + main.js editable again
&view should work in the previous version, but tested again in this version
&view=xx,yy,zz should work
&codec=vp9 issue fixed in codec handler
numerous other fixes.
2020-06-16 04:41:07 -04:00
Steve Seguin
7300421a19 Add files via upload 2020-06-16 01:34:59 -04:00
Steve Seguin
6dbc64138a translation tool and updated translation files.
will improve on this all more in the upcoming next release
2020-06-14 21:27:03 -04:00
Steve Seguin
fa820d812c Merge pull request #168 from jcalado/patch-1
Create pt.json
2020-06-14 13:49:54 -04:00
Joel Calado
2c955e62b1 Create pt.json 2020-06-14 11:16:47 +01:00
Steve Seguin
a6c9cfcf1b added more configuration options
TURN server can be specified, along with changing default values.

not heavily tested yet.
2020-06-10 13:21:11 -04:00
Steve Seguin
6a2e5d1a84 Merge pull request #163 from steveseguin/Version-6
release version 6 updates
2020-06-09 12:37:52 -04:00
Steve Seguin
2d60c0a441 release version 6 updates
I've fixed issues with innerHTML calls in this release that would normally totally break things if there were changes to index.html. Now, if there is an error, it is handled more gracefully and usually just a single UI element breaks. You should be able to customize the index.html file now without too many hassles.

You will also notice that the index.html has the following line: 
<script type="text/javascript" id="main-js" data-translation="blank" src="./main.js"></script>

you can specify different languages or different branding/wording translations by setting the data-translation value to that of the json filename located in the translations folder.  You can also create your own json files and specify them that way. By default I am specifying the "blank" translation.

I'm trying to steer the app code in the direction of being a bit like a library, for numerous reasons, but please reach out if you have issues with this new release. This release has numerous bug fixes and uses a new handshake server to improve the group-room experience, which I will continue to update. I will continue to work towards allowing greater accessibility in stylizing the application.
2020-06-09 12:35:40 -04:00
Steve Seguin
1db217d01c Merge pull request #152 from willl/patch-1
Fix a tiny typo
2020-05-23 08:26:59 -04:00
Steve Seguin
f416348596 Update README.md 2020-05-18 08:34:08 -04:00
Steve Seguin
86fee88382 testing webhooks 2020-05-18 08:28:57 -04:00
Steve Seguin
e39d886602 thank you 2020-05-18 04:18:38 -04:00
Steve Seguin
f9f5093238 Create FUNDING.yml 2020-05-18 04:13:46 -04:00
William Luu
609ac042a9 Fix a tiny typo
Change `unavoiably` to `unavoidably`.
2020-05-16 21:49:51 +10:00
Steve Seguin
f980555f18 Merge pull request #130 from KovalevArtem/patch-2
Update ru.json
2020-05-13 00:00:47 -04:00
Steve Seguin
d53528424e Updating the readme with 'what is obs ninja' tweaks 2020-05-12 22:59:00 -04:00
Steve Seguin
2651755647 Update README.md 2020-05-12 22:58:16 -04:00
Steve Seguin
3263cbd684 fixing my last commit. :/ 2020-05-12 05:02:21 -04:00
Steve Seguin
ac34971a50 audio devices + framerates on sceeenshare
fixing a bug with audio devices not all listing and screenshare not allowing for custom frame rates
2020-05-12 04:58:03 -04:00
KovalevArtem
e9de1b9a4c Update ru.json 2020-05-12 11:52:47 +03:00
Steve Seguin
d584a5cbdd Merge pull request #129 from steveseguin/language-russian-auto
Add files via upload
2020-05-11 21:37:44 -04:00
Steve Seguin
c5067c850b Add files via upload
Automatically applies a really bad (sorry) Russian translation to the site
2020-05-11 21:35:18 -04:00
Steve Seguin
af83c67def Delete en_ca.json 2020-05-11 21:33:33 -04:00
Steve Seguin
1631ab8d18 Delete en_uk.json 2020-05-11 21:33:26 -04:00
Steve Seguin
8da4b746be Merge pull request #128 from steveseguin/language-update
Delete en_us.json
2020-05-11 21:33:01 -04:00
Steve Seguin
e658beb41e Delete en_us.json 2020-05-11 21:31:50 -04:00