Commit Graph
2013 Commits
Author SHA1 Message Date
Dermot Duffy d44fff03d3 Minor tidyup. 2021-10-29 16:49:49 -07:00
Dermot Duffy 66ae262654 Implement downloading and correct MediaShow events in carousel. 2021-10-29 16:36:36 -07:00
Dermot Duffy 715810dcc9 Merge pull request #152 from dermotduffy/swipe2
Re-implement the media viewer as a swipe carousel
2021-10-26 14:44:35 -07:00
Dermot Duffy 13437168f7 Restore basic width/height css. 2021-10-26 14:38:10 -07:00
Dermot Duffy d727593ed8 Use an LRU for the resolved media instead of growing unbounded. 2021-10-26 14:04:37 -07:00
Dermot Duffy 38af2f3d62 Surface lazy load to the editor/README. 2021-10-26 13:32:06 -07:00
Dermot Duffy a2d58d59b9 Fix browseMediaQueryParameters for clip and snapshot. 2021-10-26 13:20:34 -07:00
Dermot Duffy 8d7e5e9b2e Initial lazy loading support for carousel. 2021-10-26 11:07:21 -07:00
Dermot Duffy 30adb637a8 Convert the viewer into a carousel. 2021-10-25 23:08:58 -07:00
Dermot Duffy c45c2ec973 Split async/sync parts of viewer. 2021-10-25 00:48:28 -07:00
Dermot Duffy 54a9b4fca9 Merge pull request #148 from dermotduffy/swipe
Various build system cleanups & extension fixes
2021-10-24 08:09:49 -07:00
Dermot Duffy e6e3e7e51e Put babel back. 2021-10-24 08:06:08 -07:00
Dermot Duffy e5b1deb334 Various build extension fixes. 2021-10-24 07:57:28 -07:00
Dermot Duffy f089cc54e5 Merge pull request #146 from dermotduffy/resign-url
Automatically resign the JSMPEG URL to avoid spurious auth failures
2021-10-23 12:05:11 -07:00
Dermot Duffy 2ed6b98278 Fixes for when player is left in the background. 2021-10-23 10:05:27 -07:00
Dermot Duffy 9e543dbb5a Don't start the timer until the last moment. 2021-10-22 22:15:06 -07:00
Dermot Duffy a6cc7d43d6 Don't adjust reconnection timeout. 2021-10-22 22:06:09 -07:00
Dermot Duffy 7b2b829848 Refactor JSMPEG signing/creation logic. 2021-10-22 21:38:04 -07:00
Dermot Duffy 9f39d23cfc Merge pull request #143 from dermotduffy/audio
Explicitly disable audio for JSMPEG streams to remove spurious error message
2021-10-21 19:39:13 -07:00
Dermot Duffy 42b8038280 Disable audio on JSMPEG stream to remove bogus console message. 2021-10-21 19:33:40 -07:00
Dermot Duffy b5bbf3e3cb Merge pull request #141 from dermotduffy/fix-menu-buttons
Fix picture element rendering bug causing menu icons to be lost in certain circumstances
2021-10-19 19:27:39 -07:00
Dermot Duffy 031d9362d6 Fix element rendering. 2021-10-18 22:30:44 -07:00
Dermot Duffy 80ae875b77 Merge pull request #138 from dermotduffy/version-bump
Bump version to v1.2.1 .
2021-10-17 21:39:45 -07:00
Dermot Duffy 886bf0aa55 Bump version to v1.2.1 . 2021-10-17 21:34:18 -07:00
Dermot Duffy e35275db5d Merge pull request #137 from dermotduffy/coffee
I like coffee
2021-10-17 21:29:49 -07:00
Dermot Duffy 6065300e0a I like coffee. 2021-10-17 21:28:06 -07:00
Dermot Duffy 3d1927533d Merge pull request #136 from dermotduffy/auth-expiry
Extend the default expiry of the signed JSMPEG URL
2021-10-17 21:15:28 -07:00
Dermot Duffy 11547cb9f8 Extend the default expiry of the signed URL (30s-15m). 2021-10-17 21:05:08 -07:00
Dermot Duffy 93d3d318be Merge pull request #135 from dermotduffy/minor-screenshot-fix
Minor screenshot fix
2021-10-17 20:56:34 -07:00
Dermot Duffy 7354a63ba1 Minor screenshot fix. 2021-10-17 20:55:46 -07:00
Dermot Duffy 2678647ebe Merge pull request #134 from dermotduffy/cool-screenshot
Update README leading image with image mode stock image
2021-10-17 20:47:01 -07:00
Dermot Duffy f49debd35a Update leading image example. 2021-10-17 20:46:22 -07:00
Dermot Duffy 8587aa876f Merge pull request #133 from dermotduffy/zod2
Improve error location reporting with complex card config errors
2021-10-17 20:31:29 -07:00
Dermot Duffy 9ae66d75ef Improve error location reporting (w/fixed zod). 2021-10-17 20:25:26 -07:00
Dermot Duffy fd76909d9b Merge pull request #131 from dermotduffy/image-view
Add 'image' view to serve static image / "screensaver"
2021-10-17 08:34:08 -07:00
Dermot Duffy fa2abc6dc0 Increase embedded image quality. 2021-10-17 08:32:05 -07:00
Dermot Duffy 7e5c79e51c Remove superfluous optional. 2021-10-16 22:02:19 -07:00
Dermot Duffy 80c2fb71ac README updates. 2021-10-16 21:17:56 -07:00
Dermot Duffy 0d7c20b550 Add 'image' view. 2021-10-16 21:02:07 -07:00
Dermot Duffy 3c20352891 Merge pull request #130 from dermotduffy/live-buffer
Add option to allow live view to preload in the background (live_preload)
2021-10-16 15:52:33 -07:00
Dermot Duffy 8f86e7fcd7 Add live preload option. 2021-10-16 15:39:32 -07:00
Dermot Duffy 83641ca6a7 Merge pull request #120 from JonGilmore/patch-1
Fix docs typo ("brower" -> "browser")
2021-10-11 22:09:55 -07:00
Dermot Duffy 71e2fc41be Merge pull request #123 from dermotduffy/fix-jsmpeg
Fix occasional JSMPEG rendering bug
2021-10-11 21:30:34 -07:00
Dermot Duffy a14fc51aaa Don't destroy the player when the node is disconnected (temporarily). 2021-10-11 21:27:03 -07:00
Jon Gilmore d68f4403f0 docs(typo): brower>browser
fix `browser` typo. thanks for this awesome card!
2021-10-11 08:23:39 -05:00
Dermot Duffy a0a3a686c1 Merge pull request #119 from dermotduffy/bump
Bump version to v1.2.0 .
2021-10-10 21:22:33 -07:00
Dermot Duffy 9d67f1d396 Bump version to v1.2.0 . 2021-10-10 21:13:59 -07:00
Dermot Duffy 7511db78fa Merge pull request #118 from dermotduffy/preview
Add card preview to HA visual card picker
2021-10-10 20:56:08 -07:00
Dermot Duffy 86644475ad Add preview rendering to HA card picker (looks great!) 2021-10-10 20:52:49 -07:00
Dermot Duffy 7d013d27ad Merge pull request #117 from dermotduffy/birdseye
Add support for birdseye mode
2021-10-10 20:31:08 -07:00