Gabe Kangas
ef295b6794
Cleanup + poll connection for disconnected state. For #34
5 years ago
Gabe Kangas
0aa3159372
Works if I mux restream to ts, not flv
5 years ago
Gabe Kangas
43d434747b
Attempt with Joy5
5 years ago
Gabe Kangas
d7a2ffcca4
Add timestamp to messages. For #26
5 years ago
Gabe Kangas
b7231847e1
Create CODE_OF_CONDUCT.md
...
Add code of conduct file.
5 years ago
Gabe Kangas
61b62ee77b
Create LICENSE
...
Adding MIT license.
5 years ago
Ginger Wong
a755a8dd05
Merge branch 'master' of https://github.com/gabek/owncast
5 years ago
Ginger Wong
8cd13269ec
clean up consts a bit
5 years ago
Ginger Wong
c76aec8c88
fix cursor on default social icon
5 years ago
Ginger Wong
827e402bcc
randomize avatar for same names
5 years ago
Ginger Wong
426bfe000f
fix typo
5 years ago
Gabe Kangas
1ea62e6b05
Add new FAQ doc to point people to
5 years ago
Gabe Kangas
8b80afad96
Add Docker image to build script. Commented out. Closes #35
5 years ago
Gabe Kangas
4344ab6b00
Revert "Create thumbnail from end of segment. Closes #14"
...
This reverts commit 266fe51028
.
5 years ago
Gabe Kangas
081024569e
Another logging tweak
5 years ago
Gabe Kangas
266fe51028
Create thumbnail from end of segment. Closes #14
5 years ago
Gabe Kangas
ba69221394
Support disabling the web UI with disableWebFeatures. Closes #32
5 years ago
Gabe Kangas
259923b303
Set logging preferences via command line flags. Closes #20
5 years ago
Gabe Kangas
1133edf716
Use the highest quality video segment to creat thumbnails from. Closes
5 years ago
Gabe Kangas
9357192947
Comment out tagging for now since we are not making actual releases
5 years ago
Gabe Kangas
180534cfaf
Force poster to reload so it uses the recent thumbnail. #37
5 years ago
Gabe Kangas
af2a0d4019
Fix rendered template. Closes #38
5 years ago
Gabe Kangas
3e042866ec
Fix multiple bitrates not being uploaded to s3. Closes #40
5 years ago
Ginger Wong
34b3806806
low hanging cleanup for extrauser content
5 years ago
Ginger Wong
9bd1df8530
make consts; clean up get status
5 years ago
Ginger Wong
5efa67d605
generate avatar img with util
5 years ago
Ginger Wong
96258fc0f3
update document title
5 years ago
Ginger Wong
53ba5eb186
fix social script typos
5 years ago
Gabe Kangas
1f51ef9668
Add version string to config endpoint
5 years ago
Gabe Kangas
85cec76445
Move around how SocialHandles are configured. Closes #30
5 years ago
Gabe Kangas
b4c9654dac
Swap out server-side agent detection.
5 years ago
Ginger Wong
c28f5d49f6
Merge branch 'master' of https://github.com/gabek/owncast
5 years ago
Ginger Wong
6803f7e7e8
header adjustments for small screens; adjust to new config structure;
5 years ago
Gabe Kangas
ea9a1a3afd
Support webcrawers, bots, opengraph with a basic server-rendered metadata page. Closes #36
5 years ago
Ginger Wong
5a3aed9587
remove jquery
5 years ago
Ginger Wong
7f28f25455
Merge branch 'master' of https://github.com/gabek/owncast
5 years ago
Ginger Wong
b228d3a4e5
componentize user info
5 years ago
Gabe Kangas
46177b8163
Update documentation since people might try and run this soon
5 years ago
Gabe Kangas
ae2e98877b
Remove no longer used property
5 years ago
Gabe Kangas
f949adb40c
Remove panic and log error if file no longer exists. Closes #31
5 years ago
Gabe Kangas
519c3aa8b5
Support a map of logos for #30
5 years ago
Gabe Kangas
73b6937496
Consolidate config files and surface frontend values via API. Closes #30
5 years ago
Ginger Wong
6c7af9ffae
clean up footer things
5 years ago
Gabe Kangas
a9b8a70e8a
Change the poster based on online status
5 years ago
Gabe Kangas
20eb8287ef
Reset after player ended to force poster. Break out reset function.
5 years ago
Gabe Kangas
a31076a591
Fix I guess what was a typo
5 years ago
Gabe Kangas
04dc0796d8
New video transcoder ( #27 )
...
* New video transcoder
* Set a smaller max muxing size + logging tweaks
* No need to return an err since it wiill panic anyway
* Use a default encoder preset if one is not supplied
* Rename to NewTranscoder. Add comments.
* Rename Bitrate to VideoBitrate. Config file changes required with this rename.
* Allow overrides of segment length. Allow offline stream to live in a single segment
* Append offline state video to existin HLS stream instead of overwriting because players do not like that
* Make properties private as they do not need to be exported
5 years ago
Gabe Kangas
17eb9da30c
Remove commented out code
5 years ago
Gabe Kangas
260877f60d
Enable file/line-level verbose debugging by providing enableDebugFeatures option. #20
5 years ago
Gabe Kangas
8b379f895b
Support config file location as an argument. #20
5 years ago