Gabe Kangas
78edee10cb
Do not set poster on status polls for now
5 years ago
Gabe Kangas
0a3691e25e
Flip local bool
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
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
180534cfaf
Force poster to reload so it uses the recent thumbnail. #37
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
Ginger Wong
6803f7e7e8
header adjustments for small screens; adjust to new config structure;
5 years ago
Ginger Wong
5a3aed9587
remove jquery
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
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
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
a297e33eff
Make IDs for chat messages generated server-side, not client. For #26
5 years ago
Gabe Kangas
5dffaf215b
Fix missing poster in the player. Closes #29
5 years ago
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
5 years ago
Ginger Wong
1a44a4bd2f
user content general layout
5 years ago
Ginger Wong
1ecf39c2f1
clean up social code
5 years ago
Ginger Wong
19dee67f2a
set up components and icons for optional creator's social pages; add airplay icon
5 years ago
Gabe Kangas
04dd7d7f90
Explicitly set poster in js
5 years ago
Gabe Kangas
4c194afce9
Experiment with markdown being supported in chat messgaes
5 years ago
Gabe Kangas
7bdc9052d3
Fix undefined reference in js
5 years ago
Gabe Kangas
886485255a
Fix errors on Firefox
5 years ago
Gabe Kangas
69da77b054
Fix short segment thumbnails. Move to JPG thumbs. Fix default thumb copy.
5 years ago
Bradley Hilton
42371a30fe
Fix the race condition where the logo wasn't copied over for the default thumbnail
5 years ago
Gabe Kangas
55776b0136
Add default thumbnail
5 years ago
Gabe Kangas
26760b3be1
Rework how videojs is initialized
5 years ago
Ginger Wong
b39824b8c3
updates towards more customization
5 years ago
Gabe Kangas
3ce6026cc8
Simplify videojs init
5 years ago
Ginger Wong
cf27b157e6
- fix chrome mobile form focus bug by specifying class. when form focuses media query widths change and may think portrait is in landcape and therefore hide the form.
...
- cleanup now unused methods
- jump to bottom from vue prop listener
5 years ago
Gabe Kangas
6bc10dc812
Add web content file to build
5 years ago
Gabe Kangas
728b5fe3d7
Update videojs
5 years ago
Gabe Kangas
b0a73a99b9
Add ability to populate the content area in the page with a markdown file
5 years ago
Gabe Kangas
594e1c774a
Add ability to populate the content area in the page with a markdown file
5 years ago
Gabe Kangas
f20d8b3179
Troubleshoot player not getting ready event on production server
5 years ago
Gabe Kangas
06ec265038
Use on Ready event instead of player setup hook
5 years ago
Gabe Kangas
431c1a54e7
Split out status polling into own file
5 years ago
Gabe Kangas
b2f74adc02
Move player js to player.js. Update offline video clip.
5 years ago
Ginger Wong
aad1a407b8
take out unused event listeners; layout fixes
5 years ago