Ginger Wong
2c1bc52487
Merge branch '0809gw-editorconfig'
5 years ago
Ginger Wong
fc42e11f8b
add starter editorconfig file
5 years ago
Gabe Kangas
1537571424
Update system libs
5 years ago
Gabe Kangas
26f5ea819c
Update RTMP
5 years ago
Gabe Kangas
3fb6ae6cee
Update s3 sdk
5 years ago
Gabe Kangas
d85e44af71
Update quickstart to point to docker images on Dockerhub
5 years ago
gingervitis
3d20ce9fd5
Merge pull request #98 from nforro/master
...
Add username tab completion
5 years ago
Nikola Forró
b6ad96da28
Highlight self-mentions in messages
...
Signed-off-by: Nikola Forró <nforro@redhat.com>
5 years ago
Nikola Forró
a0c609ce76
Add username tab completion on @ character
...
Signed-off-by: Nikola Forró <nforro@redhat.com>
5 years ago
Nikola Forró
183e14e12f
Explicitly disable github @mentions
...
Also remove doubled strikethrough option.
Signed-off-by: Nikola Forró <nforro@redhat.com>
5 years ago
Gabe Kangas
d21f136120
Transcoder updates for bitrate validator warnings ( #106 )
...
* Transcoder updates for validator warnings (gop, max-bitrates) for #50
* Make the variant settings easier to set/read in code
* Update test to reflect update to transcoder
* Reduce the buffer to give it a little more room to improve the quality. It feels a bit crunched right now.
* Fix test due to changed bitrate buffer ratios
* Tweak buffer size one more time to get errors in the validator to zero
* Saw errors w/ different bitrates, so tweaking it again
5 years ago
Gabe Kangas
df04af0f38
Websocket refactor: Pull it out of the UI and support callbacks ( #104 )
...
* Websocket refactor: Pull it out of the UI and support listeners
* Changes required for Safari to be happy with modules
* Move to explicit ad-hoc callback registration
5 years ago
Gabe Kangas
b0b5801c5f
Stop storing messages in memory and pull from persistence. Closes #81 ( #105 )
5 years ago
gingervitis
a692904516
Merge pull request #97 from nforro/master
...
Fix handling newlines in messages
5 years ago
Nikola Forró
97d8a8cce6
Fix handling newlines in messages
...
It's not possible to make a newline when already holding Shift,
for example to type an uppercase character. Fix that.
Signed-off-by: Nikola Forró <nforro@redhat.com>
5 years ago
Gabe Kangas
42752b7800
Document basic supported markdown syntax. Closes #95
5 years ago
Gabe Kangas
99c6009292
Some autolinking settings
5 years ago
Gabe Kangas
6c0569aa95
Style embeds
5 years ago
Gabe Kangas
e95f2e7755
Fix elipsis links. For #93
5 years ago
Gabe Kangas
c343dcdadc
Make the first message align bottom. Closes #87
5 years ago
Gabe Kangas
0f2b9c5e0e
Support some additional markdown features
5 years ago
Gabe Kangas
d9509f5606
Chat updates ( #92 )
...
* Send PONG responses to PINGs
* Split out client IDs for viewer counts vs. websocket IDs
* WIP username change event
* Display username changes
* Revert commented out code
* Add support for building from the current branch
* Fix PONG
* Make username changes have a unique ID
* Add a version param to js to cachebust
5 years ago
Matt Steele
87636a4183
Support separate S3 serving endpoint ( #91 )
...
* Add s3 serving endpoint config. Fixes #90
* Move CDN endpoint generation to GenerateRemotePlaylist
* Include HLS path
* Add docs and config
* Prefer sprintf to string concatenation
* Use config method
* gofmt
5 years ago
Gabe Kangas
cb04826173
Fix the flickering status text. Closes #88
5 years ago
Matt Steele
a20d2fce46
Add ACL option to s3 config ( #89 )
5 years ago
Gabe Kangas
d8d6c0f26a
Ginger mentioned increasing the height of video a bit
5 years ago
Gabe Kangas
5ce9a4928c
Fix timeout buffer after going offline. Closes #84
5 years ago
Gabe Kangas
43df6c432e
Fix possible crash for concurrent map writes
5 years ago
Gabe Kangas
515661804a
Force videojs to set cache-control header and add a random query param to each request. Closes #82 I hope.
5 years ago
Jannik
9cdd78ecbf
Add: Config Key when changing ffmpeg. ( #80 )
5 years ago
Gabe Kangas
5e46cabc59
Fix typo
5 years ago
Gabe Kangas
d2d4b4034c
Add README content about the web UI
5 years ago
Gabe Kangas
e4cf5e6030
Create dependabot.yml
5 years ago
Gabe Kangas
bd879f9997
Uncomment accidentally commented code
5 years ago
Gabe Kangas
01c487c2b5
Point to production build of vue
5 years ago
Gabe Kangas
e0670585fb
Experiment with starting with lowest quality and moving up from there
5 years ago
Gabe Kangas
5d13805bf2
Update videojs
5 years ago
Gabe Kangas
1464945061
Finally give the extra user content markdown some styling
5 years ago
Gabe Kangas
403d5c4a2f
Support pushing images to dockerhub on release. Closes #77
5 years ago
Gabe Kangas
bacf26508e
First pass at an encoding document
5 years ago
Gabe Kangas
a7812f8d04
Increase the delay for the welcome chat message a bit
5 years ago
Gabe Kangas
a7b625c37f
Show chat as disabled by default
5 years ago
Gabe Kangas
54a9206051
Support chat message word wrapping if needed
5 years ago
Gabe Kangas
0e45bd9ca3
Ok make the avatars a bit larger
5 years ago
Gabe Kangas
cbbff2e5f5
Create padding around chat avatars and the colored container
5 years ago
Gabe Kangas
0fb48d8a7c
Add favicon(s). Closes #75
5 years ago
Gabe Kangas
b754ee01bf
Remove IPFS. For #74
5 years ago
Gabe Kangas
4ec076cf34
Strip debug symbols from binary. For #76
5 years ago
Gabe Kangas
05c511848a
Use the thumbnail for opengraph if online
5 years ago
Gabe Kangas
2ae227360a
Hide viewer stats when in offline mode. Closes #66
5 years ago