Ginger Wong
0af67c0cdc
simplified layout updates based on only media queries
5 years ago
Gabe Kangas
8ba0b6d7ce
Show in the UI how long the user has been streaming for. Closes #59
5 years ago
gingervitis
42b0b05d78
App Javascript refactor ( #56 )
...
* objectify app away from window. wip
* fix messaging obj binding; put logo behind video; fix /null issue with temp logo image
* first pass at js refactor
* remove unused files that had been consolidated during refactor
* set up vue before getting config
* add a few comments
* dont use big arrow function, just bind, for safari
* add airplay after instantiating video; check if input exists before disabling it;:
* only set poster on pause during playback, and onEnded; take out sample videoJS tech options
* disable chat after 5mins after going offline
* move 'online' class to video container as it conflicts with dynamically change classnames from non-vue sources
* disable chat based on lastdisconnecttime
* fix typo; do offline mode onEnded instead of status offline
* move offline ui display things to offline mode function; move poster setting on pause to main app to keep player obj cleaner; use opacity to hide video element on offline as sometimes control bars may still linger with vis:hidden
* fixes'
* don't autoplay. just show play button when stream is online so that it's easier to start playign without looking for the unmute button
* clean up console logs
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
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
96258fc0f3
update document title
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
b228d3a4e5
componentize user info
5 years ago
Ginger Wong
6c7af9ffae
clean up footer things
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
19dee67f2a
set up components and icons for optional creator's social pages; add airplay icon
5 years ago
Gabe Kangas
886485255a
Fix errors on Firefox
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
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
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
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
59ab5e9e98
add a delay before recalculating vh 😭
5 years ago
Ginger Wong
4497cc86c2
mobile hackery
5 years ago
Ginger Wong
c16cd50dbb
mobile style hacks
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
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
Ginger Wong
eb223ed905
progress. implement chat toggling
5 years ago
Ginger Wong
9b2e4f40c9
fix msg container
5 years ago
Gabe Kangas
b47ea89c06
Add basic persistent viewership stats
5 years ago
Gabe Kangas
33278fc2c5
Replace hls.js with videojs for web playback
5 years ago
Ginger Wong
69ba10a898
use app file from web-layout
5 years ago
Ginger Wong
21c3520e00
style message items
5 years ago
Gabe Kangas
a65564eedf
Guard against the infinite that can take place when the ws server goes unavailable
5 years ago
Gabe Kangas
39be46d884
Guard against the infinite that can take place when the ws server goes unavailable
5 years ago
Ginger Wong
60080cd93c
initial chat form layout
5 years ago
Ginger Wong
9b63d1ffb3
initial layout
5 years ago