1
0
mirror of https://github.com/algora-io/tv.git synced 2025-02-04 01:53:25 +02:00

Commit Graph

  • 883d1de356
    Merge branch 'main' into clipper urbit-pilled 2024-10-15 23:40:55 +13:00
  • 43822b75e5 added clip form validation urbit-pilled 2024-10-15 23:38:35 +13:00
  • 238073f01c chore: add Google module for refreshing access tokens kaf-lamed-beyt 2024-10-13 17:24:16 +01:00
  • 824c2931f2
    added popout to chat menu (#83) urbit-pilled 2024-10-12 21:53:09 +13:00
  • 75b79bb5c5 merge some live_sessions zafer 2024-10-12 11:51:47 +03:00
  • c6fe58d7df move popout callback into phx hook zafer 2024-10-12 11:51:10 +03:00
  • 48d52ac9d4 chore: Add unmute overlay for autoplayed muted videos Gaurav Burande 2024-10-10 17:24:28 +00:00
  • bc42c2522f
    Merge branch 'main' into popout urbit-pilled 2024-10-07 21:27:31 +13:00
  • e363662880
    Choose thumbnail UI (#108) Giles Thompson 2024-10-07 06:48:09 +13:00
  • 975a37abf0 Merge branch 'main' of github.com:algora-io/tv into feat/multiple-thumbnails-ui zafer 2024-10-06 20:43:56 +03:00
  • dace52a204
    Capture multiple thumbnails (#106) Giles Thompson 2024-10-07 06:40:31 +13:00
  • 3665cbbd3e Merge branch 'main' of github.com:algora-io/tv into feat/multiple-thumbnails zafer 2024-10-06 20:39:45 +03:00
  • 07fad481fb place buttons close together zafer 2024-10-06 20:38:23 +03:00
  • 96d3521581 add missing param zafer 2024-10-06 20:37:44 +03:00
  • 1ab393f6ca Merge branch 'main' of github.com:algora-io/tv into feat/multiple-thumbnails-ui zafer 2024-10-06 20:03:40 +03:00
  • f7b6f98e5e added move up and move down button urbit-pilled 2024-10-04 15:42:00 +13:00
  • 5410222267 change UI layout to preview on left side and clips on right urbit-pilled 2024-10-04 15:20:32 +13:00
  • 4201915e1d fix current_user bug urbit-pilled 2024-10-03 13:30:37 +13:00
  • 2d9f151d23 added livestream clipping feature urbit-pilled 2024-10-03 12:54:32 +13:00
  • 6789f3068c add curl & sudo dev-env-setup zafer 2024-10-01 11:21:08 +03:00
  • 6ebeea1da0 add curl & sudo zafer 2024-10-01 11:17:32 +03:00
  • 9f9be5dc95 implement message deletion in chat popout urbit-pilled 2024-09-30 16:20:22 +13:00
  • a92d6fd85f remove 400x400 popup size and fix redirect urbit-pilled 2024-09-30 16:10:35 +13:00
  • e2ddaabed1 make sign-in optional urbit-pilled 2024-09-30 15:36:58 +13:00
  • 785e7eeb25 create new ChatPopoutLive component urbit-pilled 2024-09-30 15:18:18 +13:00
  • 18a9f2a6a8 Merge branch 'main' of https://github.com/algora-io/tv into popout urbit-pilled 2024-09-30 12:36:21 +13:00
  • 3bd4bbb1e1 toggle streamer live but not video when trying to reconnect ty 2024-09-29 13:00:12 -04:00
  • 393e3230bc
    fix bryans-go 2024-09-29 21:46:04 +05:30
  • 8cc0423c1d
    fix bryans-go 2024-09-29 21:28:40 +05:30
  • 7f3a739ac6
    fix bryans-go 2024-09-29 20:19:23 +05:30
  • 4dce49d3b9
    fix bryans-go 2024-09-29 19:44:31 +05:30
  • 617427f8d3
    fix: add fix bryans-go 2024-09-29 19:41:58 +05:30
  • 2320bdcdfa
    fix commented issue bryans-go 2024-09-29 19:04:16 +05:30
  • 61cc41e97c handle maybe not reconnecting ty 2024-09-28 18:20:52 -04:00
  • 1bed26e217 Update "Choose thumbnail" display logic. Own channel or admin Giles Thompson 2024-09-29 14:36:38 +13:00
  • 7aa2f8a447 Ensure thumbnail form has the correct thumbnail initially selected Giles Thompson 2024-09-29 14:31:25 +13:00
  • 19e015ab33 Improve thumbnail radio styling Giles Thompson 2024-09-27 11:30:45 +12:00
  • 1bf15889fe Load video thumbnails from db Giles Thompson 2024-09-27 10:45:38 +12:00
  • 303ef34baf Self-review - formatting Giles Thompson 2024-09-26 15:17:04 +12:00
  • 649bc98157 Alias core components Giles Thompson 2024-09-26 15:14:44 +12:00
  • 8d264df1e6 Update copy Giles Thompson 2024-09-26 15:12:15 +12:00
  • 4130ff7da0 Conditionally render choose thumbnail button Giles Thompson 2024-09-26 15:11:17 +12:00
  • 31ce06cec0 Close modal when saving Giles Thompson 2024-09-26 15:05:46 +12:00
  • b60fdb67dd Update thumbnails in DB Giles Thompson 2024-09-26 14:20:35 +12:00
  • 9ff8f0ce3e Implement radio button and guess the available thumbnails Giles Thompson 2024-09-26 14:04:57 +12:00
  • 65aadaf48f Setup a choose thumbnails modal Giles Thompson 2024-09-26 11:39:20 +12:00
  • 26ce04f622 Only update the first thumbnail. Let use select the rest Giles Thompson 2024-09-29 14:10:27 +13:00
  • 80b3446df9 Avoid crashing the pipeline on thumbnail inserts with on_conflict: :nothing Giles Thompson 2024-09-29 13:48:41 +13:00
  • 93db309b6a
    fix bryans-go 2024-09-28 18:17:47 +05:30
  • a8b200e963 Recover pipeline from disconnected rtmp stream ty 2024-09-27 23:02:33 -04:00
  • 3b78fb5538 fix update ueberauth config to use appropriate youtube scopes include access type and prompt so the refresh_token field is not always nil remove delete callback for YouTube integration add placeholder update_google_token function kaf-lamed-beyt 2024-09-27 21:59:52 +01:00
  • e90eb62480
    fix: return to original page after login (#101) bryans-go 2024-09-27 23:41:10 +05:30
  • 677d6c74b8
    feat: add support for animated billboards (#109) Zafer Cesur 2024-09-27 17:03:11 +03:00
  • 4e3ae9fd00 rename component & hook zafer 2024-09-27 17:02:30 +03:00
  • dbca47f438 misc zafer 2024-09-27 17:00:40 +03:00
  • ca9260a6fa add helpers to find and/or kill LV processes zafer 2024-09-27 16:58:16 +03:00
  • f1260dada6 Store video thumbnails in db Giles Thompson 2024-09-27 10:10:35 +12:00
  • fabb7ca8b8 Create video_thumbnails table Giles Thompson 2024-09-27 09:58:11 +12:00
  • 2da410933f remove .box-content zafer 2024-09-26 23:03:42 +03:00
  • f92316f0a8 update phx-hook zafer 2024-09-26 22:44:00 +03:00
  • 665cb4672d implement animated ads zafer 2024-09-26 22:16:58 +03:00
  • ff17eb3634 feat: persist auth state and cast user identityfrom google oauth kaf-lamed-beyt 2024-09-25 15:14:01 +01:00
  • dd8774b6b6 Stop processing thumbnails after the last marker is created Giles Thompson 2024-09-23 11:22:34 +12:00
  • 38f6822b51 Implement multiple thumbnails Giles Thompson 2024-09-20 16:43:14 +12:00
  • 39fd3ea0c2 Create thumbnails module Giles Thompson 2024-09-19 09:12:48 +12:00
  • 55890b6bd3 remove truncation in hero video zafer 2024-09-24 23:53:25 +03:00
  • 156ab55bd5 remove 'noreferrer' from external link rel attributes zafer 2024-09-24 23:41:24 +03:00
  • 8a91f63649 update license zafer 2024-09-24 19:56:50 +03:00
  • 3c825c0137 feat(wip): add YouTube OAuth kaf-lamed-beyt 2024-09-24 11:22:49 +01:00
  • 30025d6792 update pg port zafer 2024-09-22 22:26:54 +03:00
  • 1d4fe52c21 update extensions zafer 2024-09-22 22:26:34 +03:00
  • aba49dbc11 reformat zafer 2024-09-21 22:02:24 +03:00
  • b7c8cbbd47 improve termination logic for interrupted streams zafer 2024-09-21 21:57:52 +03:00
  • 9ee28913cd reformat zafer 2024-09-21 21:56:20 +03:00
  • 1ee1f0cee5 fix logo path zafer 2024-09-21 20:16:44 +03:00
  • 13e2892044 update PWA manifest zafer 2024-09-21 19:26:01 +03:00
  • 66756099db update PWA name zafer 2024-09-21 19:13:44 +03:00
  • fbf44603cf
    feat: PWA (#103) neo773 2024-09-20 20:39:59 +05:30
  • 74daacad00 simplify zafer 2024-09-20 18:08:35 +03:00
  • be3a2dc933 move pwa setup into a phx hook zafer 2024-09-20 18:05:17 +03:00
  • d377c40955 move pwa_install_prompt to {channel,home,video}_live zafer 2024-09-20 18:04:58 +03:00
  • 2fff9f3d2f reformat zafer 2024-09-20 17:53:41 +03:00
  • 535cc26993
    update setup docs (#79) deepakdinesh1123 2024-09-20 19:58:32 +05:30
  • a1f490acfd listen to scrolls passively zafer 2024-09-20 17:27:27 +03:00
  • 314ef347a6 reformat zafer 2024-09-20 17:26:39 +03:00
  • a0e0ed52f0
    show after user scrolls down neo773 2024-09-20 18:35:15 +05:30
  • 42bd4cb9d7 reorder deps zafer 2024-09-20 14:18:43 +03:00
  • 107a3b7432
    rm redundant file neo773 2024-09-20 01:07:53 +05:30
  • e3b6f04497
    ui tweaks neo773 2024-09-20 00:57:54 +05:30
  • f954d97cb6
    add pwa neo773 2024-09-20 00:44:01 +05:30
  • 80751c88a1
    Delay toggling live until full segment is ready (#97) ty 2024-09-19 08:43:14 -04:00
  • 4d2a5455d6
    Validate stream_key inside Pipeline (#98) ty 2024-09-19 08:35:22 -04:00
  • 49d1044d51 Delay toggling live until full segment is ready ty 2024-09-17 23:11:14 -04:00
  • f8a7538604 Validate stream_key inside Pipeline ty 2024-09-17 12:16:17 -04:00
  • c3e6df94ec load media eagerly with 2s live edge tolerance zafer 2024-09-17 16:12:45 +03:00
  • f7062e6ddc
    add support for EXT-X-PRELOAD-HINT in hls.js (#96) ty 2024-09-17 09:04:19 -04:00
  • 21617ca601 import HLS from @algora/hls.js zafer 2024-09-17 14:56:40 +03:00
  • a9eb5587e3 Configure HLS.js for Vidstack ty 2024-09-16 16:00:51 -04:00
  • fd92e71241 Vendor HLS.js branch feature/preload-hint (884838f) ty 2024-09-16 15:51:04 -04:00
  • 9c29bf745f add LL-HLS support (#54) ll-hls Zafer Cesur 2024-06-23 15:43:40 +03:00