Commit Graph
8818 Commits
Author SHA1 Message Date
Owncast fec0e9d11f Bundle embedded web app 2024-04-18 19:59:12 +00:00
renovate[bot]andGitHub cd8cf2fc7a chore(deps): update typescript-eslint monorepo to v7.7.0 2024-04-18 19:35:52 +00:00
Owncast 304652047d Bundle embedded web app 2024-04-18 19:34:18 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
52243fda36 chore(deps): update dependency style-loader to v4 (#3703)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-18 12:27:31 -07:00
Owncast 47ea42d7f2 Bundle embedded web app 2024-04-18 15:28:43 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
30a008d85b fix(deps): update dependency @codemirror/language-data to v6.5.1 (#3706)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-18 08:23:18 -07:00
Owncast c6570edfa4 Bundle embedded web app 2024-04-18 15:10:34 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
9fa761b130 chore(deps): update dependency @types/video.js to v7.3.58 (#3705)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-18 08:04:51 -07:00
renovate[bot]andGitHub 4ac08252c1 fix(deps): update module github.com/aws/aws-sdk-go to v1.51.23 2024-04-18 10:18:31 +00:00
Gabe Kangas 799e880718 chore(tests): retry cypress tests on failure 2024-04-17 22:10:39 -07:00
Owncast 201689cb66 Commit screenshots 2024-04-18 04:10:59 +00:00
f81e8dcda7 Mute the 'stream ended' clip's audio (#3630)
* Mute the 'stream ended' clip's audio

The 'stream ended' clip plays at the at the end of every stream broadcast using owncast.
It currently contains audio that peaks at -7.1db. (according to ffmpeg's volumedetect audio filter)
This can result in a bad experience for viewers if the stream that they were just watching had a much lower average volume, and they had turned up their speakers or headphones to compensate. In extreme cases this could theoretically cause harm to viewers and/or their equipment.
As an admin running owncast, there is no way to remove this audio *except* for patching the file. Even if you do patch the file, you need to notify your viewers to clear their browser caches if they have ever seen the clip, because offline.ts has a cache-control max-age header specifying 365 days. The caching of the previous version of this clip is out of scope of this PR.

This issue is discussed in more detail in #1965.

Unlike my previous attempt in #3332, which removed the audio track, this PR *mutes* the audio.

Specifically, I used this ffmpeg command:
```
ffmpeg -i offline.ts -filter:a "volume=0.0" output.ts
```

There are no other modifications to the clip.

* Commit updated API documentation

* feat(video): make compatible muted offline clip. Rename clip as a v2 so it is not cached

* Fix conflict

* force add new offline file

---------

Co-authored-by: vivlim <vivlim@vivl.im>
Co-authored-by: Owncast <owncast@owncast.online>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2024-04-17 11:44:19 -07:00
d3b0cb261a Change fediAuth message to be more succinct (#3696)
* Change fediAuth message to be more succint

* Update controllers/auth/fediverse/fediverse.go

for -> from

---------

Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2024-04-17 11:01:32 -07:00
Owncast 3fd18a73ae Commit screenshots 2024-04-17 04:12:19 +00:00
Owncast 6c02683122 Bundle embedded web app 2024-04-16 12:53:44 +00:00
renovate[bot]andGitHub 26f602a6a5 chore(deps): update dependency @types/react to v18.2.78 2024-04-16 09:44:05 +00:00
Owncast 4380b6c8d9 Bundle embedded web app 2024-04-16 09:42:45 +00:00
renovate[bot]andGitHub 5a9075d017 chore(deps): update dependency @types/markdown-it to v14.0.1 2024-04-16 08:21:47 +00:00
Owncast e059c6bcdf Commit screenshots 2024-04-16 04:11:19 +00:00
Owncast 0b93575209 Bundle embedded web app 2024-04-16 03:09:06 +00:00
renovate[bot]andGitHub 07b5f3b96f fix(deps): update nextjs monorepo to v14.2.1 2024-04-15 22:38:08 +00:00
Owncast 75bab43954 Bundle embedded web app 2024-04-15 18:45:22 +00:00
renovate[bot]andGitHub 717dd67ffc fix(deps): update nextjs monorepo to v14.2.0 2024-04-15 17:02:11 +00:00
Owncast a7922c1721 Bundle embedded web app 2024-04-15 17:00:28 +00:00
renovate[bot]andGitHub dc742e3d10 fix(deps): update codemirror 2024-04-15 11:59:19 +00:00
Owncast 83ed34d422 Bundle embedded web app 2024-04-15 11:57:36 +00:00
renovate[bot]andGitHub 1967da067e chore(deps): update dependency sass-loader to v14.2.0 2024-04-15 06:40:43 +00:00
Owncast b7cd4b6323 Commit screenshots 2024-04-15 04:24:19 +00:00
Owncast 3a11e5a9ab Bundle embedded web app 2024-04-15 03:59:22 +00:00
renovate[bot]andGitHub fc997fd49b chore(deps): update dependency sass to v1.75.0 2024-04-15 02:25:22 +00:00
Owncast 3535823e4d Bundle embedded web app 2024-04-15 02:23:55 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
f626dbafe0 chore(deps): update dependency storybook-addon-fetch-mock to v2 (#3675)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-14 19:18:36 -07:00
Owncast cb3d7ea46e Bundle embedded web app 2024-04-15 02:00:43 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
0262b449c2 chore(deps): update dependency @storybook/addon-styling-webpack to v1 (#3667)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-14 18:55:16 -07:00
Owncast ecd68e4d4b Bundle embedded web app 2024-04-15 01:34:25 +00:00
renovate[bot] 6afa3ab832 chore(deps): update dependency @types/react to v18.2.77 2024-04-15 01:29:00 +00:00
Owncast 5762e91a7c Bundle embedded web app 2024-04-15 01:12:22 +00:00
5a145eb407 Fixes for aria-live bugs (#3694)
* make the aria-live text adhere to the last message's username

* Wrap lastMessage in an Interweave to handle pre-encoded characters properly

---------

Co-authored-by: Muaz Ahmad <mahmad2000@protonmail.com>
2024-04-14 18:06:29 -07:00
Owncast 1d3e52d2bb Bundle embedded web app 2024-04-14 22:48:24 +00:00
1a5e7cb113 Fix custom runtimeCaching rules, default runtimeCaching rule order (#3685)
Co-authored-by: Muaz Ahmad <mahmad2000@protonmail.com>
2024-04-14 15:41:39 -07:00
Owncast aa4a3024d9 Bundle embedded web app 2024-04-14 20:17:11 +00:00
renovate[bot]andGitHub 06a40a346e chore(deps): update dependency cypress to v13.7.3 2024-04-14 19:49:39 +00:00
Owncast 59dc83a02a Bundle embedded web app 2024-04-14 19:47:56 +00:00
57135960cb prevent css-loader v7 renaming default to _default, needed for storybook (#3692)
Co-authored-by: Muaz Ahmad <mahmad2000@protonmail.com>
2024-04-14 12:40:54 -07:00
Owncast 12a6ebed54 Bundle embedded web app 2024-04-14 14:17:48 +00:00
renovate[bot]andGitHub 16eb1754c7 chore(deps): update dependency typescript to v5.4.5 2024-04-14 10:18:21 +00:00
Owncast cd06207866 Bundle embedded web app 2024-04-14 10:16:56 +00:00
renovate[bot] f38d7bb6c8 chore(deps): update dependency knip to v5.9.4 2024-04-14 10:11:24 +00:00
Owncast ec85a0f264 Bundle embedded web app 2024-04-14 07:33:27 +00:00
renovate[bot]andGitHub dc98ac0fe4 chore(deps): update dependency npm to v10.5.2 2024-04-14 04:42:58 +00:00