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
Gabe Kangas
b835d7d56f
Catch automated play() promise error
5 years ago
Gabe Kangas
b35059f17b
Wait until player is setup before we start polling for status
5 years ago
Gabe Kangas
c6e4ea8349
Use client-side config files to config things
5 years ago
Gabe Kangas
ca4932e2b4
Make the entire web page wrapped in a vue object
5 years ago
Ginger Wong
21aaf0c0fc
add logo
5 years ago
Ginger Wong
fd570a6f75
integrate desktop styles. clean up later
5 years ago
Ginger Wong
97c71771df
markup and styles for simple mobile only
5 years ago
Gabe Kangas
d7229a8c6d
Add AirPlay player button
5 years ago
Gabe Kangas
12d2973e9c
Finally give this thing a stupid real title
5 years ago
Ginger Wong
7aaf1e6102
good nuff hacks for nowz
5 years ago
Gabe Kangas
a90d98ff1b
Auto-restart playback when the stream comes back online
5 years ago
Ginger Wong
44058c24aa
⏱🛠
5 years ago
Ginger Wong
59ab5e9e98
add a delay before recalculating vh 😭
5 years ago
Ginger Wong
4497cc86c2
mobile hackery
5 years ago
Gabe Kangas
96870870e1
Remove unused method
5 years ago
Gabe Kangas
08d20a1096
Add color hash for user avatar backgrounds
5 years ago
Ginger Wong
567729f6f8
calc resize on android on message field focus
5 years ago
Gabe Kangas
7e959e3ba1
Add color hash for user avatar backgrounds
5 years ago
Ginger Wong
cef9bc7adb
hacks and fixes
5 years ago
Ginger Wong
f864e57340
update colors using tailwind styles
5 years ago
Gabe Kangas
d9ce2c0575
Remove hardcoded urls
5 years ago
Ginger Wong
82b0d725c3
center play btn hack
5 years ago