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
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
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
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
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
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
04dd7d7f90
Explicitly set poster in js
2020-06-19 13:40:44 -07:00
Gabe Kangas
4c194afce9
Experiment with markdown being supported in chat messgaes
2020-06-19 13:40:36 -07:00
Gabe Kangas
7bdc9052d3
Fix undefined reference in js
2020-06-19 12:19:18 -07:00
Gabe Kangas
886485255a
Fix errors on Firefox
2020-06-18 20:46:07 -07:00
Gabe Kangas
26760b3be1
Rework how videojs is initialized
2020-06-18 14:38:06 -07:00
Ginger Wong
b39824b8c3
updates towards more customization
2020-06-18 10:24:54 -07:00
Ginger Wong
d15080db11
Merge branch 'master' of https://github.com/gabek/owncast
2020-06-18 00:12:39 -07:00
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
2020-06-18 00:06:10 -07:00
Gabe Kangas
b0a73a99b9
Add ability to populate the content area in the page with a markdown file
2020-06-17 20:56:24 -07:00
Gabe Kangas
594e1c774a
Add ability to populate the content area in the page with a markdown file
2020-06-17 20:20:28 -07:00
Gabe Kangas
f20d8b3179
Troubleshoot player not getting ready event on production server
2020-06-17 17:48:33 -07:00
Gabe Kangas
06ec265038
Use on Ready event instead of player setup hook
2020-06-17 17:16:34 -07:00
Gabe Kangas
431c1a54e7
Split out status polling into own file
2020-06-17 16:35:47 -07:00
Gabe Kangas
b2f74adc02
Move player js to player.js. Update offline video clip.
2020-06-17 16:25:27 -07:00
Ginger Wong
d27c87212e
Merge branch 'master' of https://github.com/gabek/owncast
2020-06-17 10:39:19 -07:00
Ginger Wong
aad1a407b8
take out unused event listeners; layout fixes
2020-06-17 10:39:13 -07:00
Gabe Kangas
b835d7d56f
Catch automated play() promise error
2020-06-16 21:48:37 -07:00
Gabe Kangas
b35059f17b
Wait until player is setup before we start polling for status
2020-06-16 21:08:31 -07:00
Gabe Kangas
c6e4ea8349
Use client-side config files to config things
2020-06-16 18:58:03 -07:00
Gabe Kangas
ca4932e2b4
Make the entire web page wrapped in a vue object
2020-06-16 18:36:11 -07:00
Ginger Wong
195fe5d9e3
Merge branch '0615-layoutrefactor'
2020-06-16 02:16:21 -07:00
Ginger Wong
fd570a6f75
integrate desktop styles. clean up later
2020-06-16 02:09:29 -07:00
Ginger Wong
97c71771df
markup and styles for simple mobile only
2020-06-15 23:32:26 -07:00
Gabe Kangas
d7229a8c6d
Add AirPlay player button
2020-06-15 20:12:24 -07:00
Ginger Wong
903fdc33ae
Merge branch 'master' of https://github.com/gabek/owncast
2020-06-15 17:40:18 -07:00
Ginger Wong
7aaf1e6102
good nuff hacks for nowz
2020-06-15 17:40:12 -07:00
Gabe Kangas
a90d98ff1b
Auto-restart playback when the stream comes back online
2020-06-15 17:23:44 -07:00
Ginger Wong
44058c24aa
⏱🛠
2020-06-15 16:23:39 -07:00
Ginger Wong
59ab5e9e98
add a delay before recalculating vh 😭
2020-06-15 15:55:57 -07:00
Ginger Wong
0510d47486
Merge branch 'master' of https://github.com/gabek/owncast
2020-06-15 15:46:01 -07:00
Ginger Wong
4497cc86c2
mobile hackery
2020-06-15 15:45:55 -07:00
Gabe Kangas
96870870e1
Remove unused method
2020-06-15 14:52:51 -07:00
Gabe Kangas
08d20a1096
Add color hash for user avatar backgrounds
2020-06-15 13:44:39 -07:00
Ginger Wong
a9f8ee9956
Merge branch 'master' of https://github.com/gabek/owncast
2020-06-15 13:43:48 -07:00
Ginger Wong
567729f6f8
calc resize on android on message field focus
2020-06-15 13:43:41 -07:00
Gabe Kangas
7e959e3ba1
Add color hash for user avatar backgrounds
2020-06-15 13:42:34 -07:00