Gabe Kangas
1133edf716
Use the highest quality video segment to creat thumbnails from. Closes
2020-07-06 20:34:34 -07:00
Gabe Kangas
9357192947
Comment out tagging for now since we are not making actual releases
2020-07-06 16:26:38 -07:00
Gabe Kangas
180534cfaf
Force poster to reload so it uses the recent thumbnail. #37
2020-07-06 00:04:07 -07:00
Gabe Kangas
af2a0d4019
Fix rendered template. Closes #38
2020-07-05 23:49:48 -07:00
Gabe Kangas
3e042866ec
Fix multiple bitrates not being uploaded to s3. Closes #40
2020-07-05 22:03:53 -07:00
Ginger Wong
34b3806806
low hanging cleanup for extrauser content
2020-07-05 01:29:48 -07:00
Ginger Wong
9bd1df8530
make consts; clean up get status
2020-07-05 01:08:22 -07:00
Ginger Wong
5efa67d605
generate avatar img with util
2020-07-04 22:34:00 -07:00
Ginger Wong
96258fc0f3
update document title
2020-07-03 18:10:57 -07:00
Ginger Wong
53ba5eb186
fix social script typos
2020-07-03 18:07:57 -07:00
Gabe Kangas
1f51ef9668
Add version string to config endpoint
2020-06-30 17:49:17 -07:00
Gabe Kangas
85cec76445
Move around how SocialHandles are configured. Closes #30
2020-06-30 17:12:02 -07:00
Gabe Kangas
b4c9654dac
Swap out server-side agent detection.
2020-06-30 16:49:39 -07:00
Ginger Wong
c28f5d49f6
Merge branch 'master' of https://github.com/gabek/owncast
2020-06-30 02:36:17 -07:00
Ginger Wong
6803f7e7e8
header adjustments for small screens; adjust to new config structure;
2020-06-30 02:36:10 -07:00
Gabe Kangas
ea9a1a3afd
Support webcrawers, bots, opengraph with a basic server-rendered metadata page. Closes #36
2020-06-30 00:09:40 -07:00
Ginger Wong
5a3aed9587
remove jquery
2020-06-28 17:23:58 -07:00
Ginger Wong
7f28f25455
Merge branch 'master' of https://github.com/gabek/owncast
2020-06-28 17:20:43 -07:00
Ginger Wong
b228d3a4e5
componentize user info
2020-06-28 17:15:53 -07:00
Gabe Kangas
46177b8163
Update documentation since people might try and run this soon
2020-06-28 16:31:54 -07:00
Gabe Kangas
ae2e98877b
Remove no longer used property
2020-06-28 15:42:48 -07:00
Gabe Kangas
f949adb40c
Remove panic and log error if file no longer exists. Closes #31
2020-06-28 15:30:43 -07:00
Gabe Kangas
519c3aa8b5
Support a map of logos for #30
2020-06-28 15:14:57 -07:00
Gabe Kangas
73b6937496
Consolidate config files and surface frontend values via API. Closes #30
2020-06-28 15:10:00 -07:00
Ginger Wong
6c7af9ffae
clean up footer things
2020-06-28 15:08:08 -07:00
Gabe Kangas
a9b8a70e8a
Change the poster based on online status
2020-06-25 21:56:43 -07:00
Gabe Kangas
20eb8287ef
Reset after player ended to force poster. Break out reset function.
2020-06-25 21:24:43 -07:00
Gabe Kangas
a31076a591
Fix I guess what was a typo
2020-06-25 18:26:54 -07:00
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
2020-06-25 17:44:47 -07:00
Gabe Kangas
17eb9da30c
Remove commented out code
2020-06-25 10:27:08 -07:00
Gabe Kangas
260877f60d
Enable file/line-level verbose debugging by providing enableDebugFeatures option. #20
2020-06-25 01:25:28 -07:00
Gabe Kangas
8b379f895b
Support config file location as an argument. #20
2020-06-25 01:23:50 -07:00
Gabe Kangas
4132cf6d09
Move where the message type is set, and standardize on all caps CHAT
2020-06-24 23:20:19 -07:00
Gabe Kangas
8878ca1e88
Have both connect and disconnect time in the status API
2020-06-24 22:52:05 -07:00
Gabe Kangas
a297e33eff
Make IDs for chat messages generated server-side, not client. For #26
2020-06-24 22:00:49 -07:00
Gabe Kangas
5dffaf215b
Fix missing poster in the player. Closes #29
2020-06-24 14:34:22 -07:00
Gabe Kangas
a3273e9deb
Value injection at build time seems to only work for the main package
2020-06-24 12:55:49 -07:00
Bradley Hilton
abb2f363af
Decouple chat from core and add chat rest api ( #25 )
...
* Decouple the chat package from the core
* Add rest api endpoints for the chat aspect
2020-06-23 13:11:01 -07:00
Bradley Hilton
af1e2c5dd0
Add a launch.json to enable vscode debugging ( #24 )
2020-06-23 00:42:56 -07:00
Bradley Hilton
fe96739f60
Fix a memory leak with the chat aspect. ( #23 )
...
Essentially, the for loop wasn't being returned out
of and that caused the read listener to never be
let up and released to the gc
2020-06-22 23:52:50 -07:00
Bradley Hilton
487bd12444
Project restructure ( #18 )
...
* First pass at restructuring the project; untested but it does compile
* Restructure builds and runs 🎉
* Add the dist folder to the gitignore
* Update core/playlist/monitor.go
* golint and reorganize the monitor.go file
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2020-06-22 18:11:56 -07:00
Gabe Kangas
b0768de6c0
Remove panic from thumbnail generation
2020-06-22 13:43:45 -07:00
Gabe Kangas
b6085130c6
Fix build script
2020-06-22 13:43:45 -07:00
Ginger Wong
e643727be5
Merge branch '0620gw-updates'
2020-06-21 01:31:51 -07:00
Ginger Wong
1a44a4bd2f
user content general layout
2020-06-21 01:31:08 -07:00
Ginger Wong
1ecf39c2f1
clean up social code
2020-06-21 00:07:57 -07:00
Ginger Wong
19dee67f2a
set up components and icons for optional creator's social pages; add airplay icon
2020-06-20 23:41:13 -07:00
Gabe Kangas
22a1eb90ab
Fix hls_list_size and delete_segments not working
2020-06-21 06:01:16 +00:00
Gabe Kangas
7d5104d581
Get rid of obviously bad performance in the slice of segments and reference each in a map instead
2020-06-21 06:01:09 +00:00
Gabe Kangas
b1e1d0168a
Merge pull request #17 from graywolf336/update-module-path
...
Update the module path
2020-06-19 18:05:27 -07:00