zafer
b7c8cbbd47
improve termination logic for interrupted streams
2024-09-21 21:58:45 +03:00
zafer
9ee28913cd
reformat
2024-09-21 21:56:20 +03:00
zafer
1ee1f0cee5
fix logo path
2024-09-21 21:27:57 +03:00
zafer
13e2892044
update PWA manifest
2024-09-21 19:26:01 +03:00
zafer
66756099db
update PWA name
2024-09-21 19:13:44 +03:00
neo773
fbf44603cf
feat: PWA ( #103 )
2024-09-20 18:09:59 +03:00
deepakdinesh1123
535cc26993
update setup docs ( #79 )
2024-09-20 17:28:32 +03:00
ty
80751c88a1
Delay toggling live until full segment is ready ( #97 )
...
Membrane is sending `track_playable` when the first part is ready, not
when the first full segment. This seems to cause Vidstack to stall when
the 'just went live' popup is clicked too quiclky.
This change simply waits @segment_duration seconds before toggling live
2024-09-19 15:43:14 +03:00
ty
4d2a5455d6
Validate stream_key inside Pipeline ( #98 )
...
Allows using /live + <stream_key> or /<stream-key> or /<stream-key> +
<stream_key>, but no other combination
Moves all post-connection logic out of the Validator and into the
Pipeline
Delays calling init_livestream! until the stream is validated
Removes video_id from Validator config
Delays attaching HLS output until the stream is validated
User interface for stream key
2024-09-19 15:35:22 +03:00
zafer
c3e6df94ec
load media eagerly with 2s live edge tolerance
2024-09-17 16:12:45 +03:00
ty
f7062e6ddc
add support for EXT-X-PRELOAD-HINT in hls.js ( #96 )
2024-09-17 16:04:19 +03:00
Zafer Cesur
9c29bf745f
add LL-HLS support ( #54 )
2024-09-17 15:05:43 +03:00
zafer
a8a410b860
parse current_time before sending to the player
2024-09-16 17:26:14 +03:00
zafer
9598fa3d28
start youtube videos at second 1 or later to get a better thumbnail
2024-09-16 17:26:14 +03:00
null (for now)
2347cb4164
use Vidstack instead of video.js ( #84 )
2024-09-16 17:26:14 +03:00
Gabriel Piriz
5e73eee3e1
add Admin.merge_streams function ( #76 )
2024-09-15 13:43:35 +03:00
Paulo Daniel Gonzalez
55ebc46110
chore(update dep): update tzdata to remove log error ( #87 )
2024-09-15 13:31:22 +03:00
Paulo Daniel Gonzalez
bf8c6ac49c
fix(bug): allow index to load when there are no ads ( #89 )
2024-09-15 13:27:22 +03:00
Zafer Cesur
816781021c
Revamp homepage ( #90 )
2024-09-12 11:00:16 +02:00
zafer
0c20f2321c
fix seed script
2024-09-08 20:02:58 +03:00
zafer
e300a6c91f
add new seed video
2024-09-08 19:41:00 +03:00
zafer
966a8b985e
suppress exceptions in admin module
2024-09-08 19:29:23 +03:00
zafer
b2e9da7172
update tech icons
2024-09-08 18:42:42 +03:00
zafer
5b38251a3d
mark seeded user as live
2024-09-04 15:44:05 +03:00
zafer
dc8d218fc3
add db seed script
2024-09-04 15:38:23 +03:00
zafer
3c03764f81
add flash message for going live on channel page
2024-09-03 19:37:35 +03:00
zafer
e94fdf5b9e
add missing data in the ThumbnailsGenerated event
2024-09-03 19:36:37 +03:00
zafer
7f4ecd63d4
satisfy reqs for stream items to be trackable on the client
2024-09-03 19:35:29 +03:00
zafer
8403e6a933
fix Storage alias
2024-09-03 19:33:45 +03:00
zafer
08cd80e01b
update is_live regardless of visibility
2024-09-03 19:31:28 +03:00
zafer
e76d9e6537
terminate pipeline on end_of_stream notification
2024-09-03 18:59:32 +03:00
zafer
52aad5a5c7
add admin util to import youtube videos
2024-09-03 18:11:23 +03:00
Zafer Cesur
71d883fe45
soft delete videos until they are removed from storage ( #77 )
2024-09-03 17:37:56 +03:00
zafer
83fb15fcd1
check for non-empty event sink URL before sending events
2024-09-03 12:16:51 +03:00
Gabriel Piriz
09b0623af7
Terminate interrupted streams ( #75 )
2024-09-01 02:15:24 +03:00
zafer
47e5916441
handle case where media playlist is missing
2024-09-01 00:41:04 +03:00
zafer
f86da9fd58
host yt thumbnails on own domain
2024-08-30 19:56:44 +03:00
zafer
2c4e8e8756
add feature announcement
2024-08-30 17:41:52 +03:00
Zafer Cesur
57b89bbd7d
add live billboards on readme
2024-08-30 16:22:42 +03:00
Zafer Cesur
d0d0dca232
update getting started
2024-08-28 17:39:06 +03:00
Zafer Cesur
a235c36888
improve restream websocket reliability with dynamic token refresh ( #68 )
...
* try to reconnect using fresh token
* add handlers to start, restart and terminate
2024-08-28 17:35:28 +03:00
Zafer Cesur
0ed72eda3d
remove extra spaces
2024-08-28 00:55:03 +03:00
Zafer Cesur
aef849e49d
update readme
2024-08-28 00:53:35 +03:00
Zafer Cesur
56f6f75e07
move getting started section up
2024-08-28 00:52:32 +03:00
Zafer Cesur
2aeb5eda79
improve instructions to get started
2024-08-28 00:50:19 +03:00
zafer
6d1e6b81bf
update cta
2024-08-27 21:58:14 +03:00
zafer
42dbbb5e1e
update test cases
2024-08-22 23:51:10 +03:00
Zafer Cesur
1576c39692
improve analytics page ( #65 )
2024-08-22 23:48:46 +03:00
Zafer Cesur
33aaadebb0
implement retry & restart with exponential backoff to handle websocket disconnections ( #64 )
2024-08-22 23:45:24 +03:00
zafer
ad78fa402c
fix connection identifier parser
2024-08-20 07:39:12 +03:00