Commit Graph
2161 Commits
Author SHA1 Message Date
Owncast 65e1a4fc3f Bundle embedded web app 2024-04-19 21:07:12 +00:00
Owncast 82271a9b08 Bundle embedded web app 2024-04-19 00:09:04 +00:00
Owncast fec0e9d11f Bundle embedded web app 2024-04-18 19:59:12 +00:00
Owncast 304652047d Bundle embedded web app 2024-04-18 19:34:18 +00:00
Owncast 47ea42d7f2 Bundle embedded web app 2024-04-18 15:28:43 +00:00
Owncast c6570edfa4 Bundle embedded web app 2024-04-18 15:10:34 +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
Owncast 6c02683122 Bundle embedded web app 2024-04-16 12:53:44 +00:00
Owncast 4380b6c8d9 Bundle embedded web app 2024-04-16 09:42:45 +00:00
Owncast 0b93575209 Bundle embedded web app 2024-04-16 03:09:06 +00:00
Owncast 75bab43954 Bundle embedded web app 2024-04-15 18:45:22 +00:00
Owncast a7922c1721 Bundle embedded web app 2024-04-15 17:00:28 +00:00
Owncast 83ed34d422 Bundle embedded web app 2024-04-15 11:57:36 +00:00
Owncast 3a11e5a9ab Bundle embedded web app 2024-04-15 03:59:22 +00:00
Owncast 3535823e4d Bundle embedded web app 2024-04-15 02:23:55 +00:00
Owncast cb3d7ea46e Bundle embedded web app 2024-04-15 02:00:43 +00:00
Owncast ecd68e4d4b Bundle embedded web app 2024-04-15 01:34:25 +00:00
Owncast 5762e91a7c Bundle embedded web app 2024-04-15 01:12:22 +00:00
Owncast 1d3e52d2bb Bundle embedded web app 2024-04-14 22:48:24 +00:00
Owncast aa4a3024d9 Bundle embedded web app 2024-04-14 20:17:11 +00:00
Owncast 59dc83a02a Bundle embedded web app 2024-04-14 19:47:56 +00:00
Owncast 12a6ebed54 Bundle embedded web app 2024-04-14 14:17:48 +00:00
Owncast cd06207866 Bundle embedded web app 2024-04-14 10:16:56 +00:00
Owncast ec85a0f264 Bundle embedded web app 2024-04-14 07:33:27 +00:00
Owncast d9f22f99b1 Bundle embedded web app 2024-04-14 00:22:43 +00:00
Owncast 95819ca1a5 Bundle embedded web app 2024-04-14 00:02:41 +00:00
Owncast 859ff3f082 Bundle embedded web app 2024-04-13 20:59:19 +00:00
Owncast 3cafe0533c Bundle embedded web app 2024-04-12 01:53:39 +00:00
Owncast ac69fc38b0 Bundle embedded web app 2024-04-12 01:31:52 +00:00
Owncast 7c11c91324 Bundle embedded web app 2024-04-11 22:49:34 +00:00
Owncast aa9d799128 Bundle embedded web app 2024-04-10 20:21:21 +00:00
Owncast e50e4473dd Bundle embedded web app 2024-04-10 15:18:38 +00:00
Owncast c618fb0a4e Bundle embedded web app 2024-04-10 14:37:39 +00:00
Owncast e6e73d1750 Bundle embedded web app 2024-04-10 05:32:15 +00:00
Owncast 04eaf8c20e Bundle embedded web app 2024-04-10 04:15:02 +00:00
Owncast 5792343eef Bundle embedded web app 2024-04-10 02:23:43 +00:00
Owncast c066cd9035 Bundle embedded web app 2024-04-10 01:58:24 +00:00
Owncast 9e533498a3 Bundle embedded web app 2024-04-10 01:57:05 +00:00
Owncast cd3015466e Bundle embedded web app 2024-04-10 01:51:30 +00:00
Owncast db0ef04127 Bundle embedded web app 2024-04-09 06:38:39 +00:00
Owncast d7bee391d6 Bundle embedded web app 2024-04-09 01:33:07 +00:00
Owncast 10cb2e4b5b Bundle embedded web app 2024-04-07 22:07:22 +00:00
Owncast 6ae3167b61 Bundle embedded web app 2024-04-07 13:31:22 +00:00
Owncast 799693d5e8 Bundle embedded web app 2024-04-07 10:35:13 +00:00
Owncast 289a046aca Bundle embedded web app 2024-04-07 02:35:01 +00:00
Owncast 0f1b41b4d1 Bundle embedded web app 2024-04-06 21:08:19 +00:00
Owncast 8064c0163b Bundle embedded web app 2024-04-06 18:09:36 +00:00
Owncast e3c85938c2 Bundle embedded web app 2024-04-06 08:31:57 +00:00
Owncast 02729beaa9 Bundle embedded web app 2024-04-06 00:34:34 +00:00
Owncast a468e1f85d Bundle embedded web app 2024-04-05 15:23:50 +00:00