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
26760b3be1
Rework how videojs is initialized
5 years ago
Ginger Wong
b39824b8c3
updates towards more customization
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
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
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
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
c16cd50dbb
mobile style hacks
5 years ago
Gabe Kangas
8821f09a9d
Fix changing username
5 years ago
Gabe Kangas
16e8ab4edc
Re-enable timed status check
5 years ago
Gabe Kangas
a9662e7c1e
Support keepalive PING messages on the socket
5 years ago
Gabe Kangas
a3c3276a48
Start of a web UI config
5 years ago
Gabe Kangas
c2d0d6e962
Remove ES6 arrow functions
5 years ago
Ginger Wong
50a59ef3c0
more clean up and fixins
5 years ago
Ginger Wong
0fa453044f
fix chat; get rid of jquery
5 years ago
Ginger Wong
2aaedd99b5
set up localstorage-able items
5 years ago
Gabe Kangas
ce41b6ad40
Show max viewers
5 years ago
Gabe Kangas
4553ae628b
Move to videojs and point to remote video on goth.land
5 years ago