rainbow napkin rainbownapkin · she/her
  • Joined on 2025-09-24
rainbownapkin commented on issue rainbownapkin/canopy#194 2025-10-31 20:25:06 -04:00
New youtube bug

Started work on syncronizing seperated audio and video tracks into back into one player: a59b6d0e19

We should work on a temporary interval that checks to see if audio isn't in sync with video.…

rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-31 20:22:56 -04:00
a59b6d0e19 Started work on syncronizing seperated audio and video tracks into back into one player.
rainbownapkin commented on issue rainbownapkin/canopy#194 2025-10-30 08:32:28 -04:00
New youtube bug

NOTE IACDN setting and youtube rawlink refresh where both disabled for ease of transition.

REMEMBER TO RE-ENABLE THESE FEATURES LATER!!!!!

rainbownapkin commented on issue rainbownapkin/canopy#194 2025-10-29 08:38:24 -04:00
New youtube bug

Started working on pushing multiple raw links to user: e0832c2c1f

rainbownapkin commented on issue rainbownapkin/canopy#194 2025-10-29 08:38:04 -04:00
New youtube bug

rawLink maps will be generated and stored as 2D arrays on the server-side for ease of transmission.

These are considered temporary server data and a lot more important to the client.

rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-29 08:36:44 -04:00
e0832c2c1f Started working on pushing multiple raw links to user.
rainbownapkin commented on issue rainbownapkin/canopy#194 2025-10-29 08:14:39 -04:00
New youtube bug

Scratch that, we're going w/ maps since formats start with numbers, making this not so-great for hash tables.

It'll be worth the flexibility for value key names.

rainbownapkin commented on issue rainbownapkin/canopy#194 2025-10-29 07:39:12 -04:00
New youtube bug

Working on implementing rawLink media object property as an object containing three sub-objects: audio, video, and combo.

Each containing links to audio/video files/streams. Using sub-objects…

rainbownapkin reopened issue rainbownapkin/canopy#194 2025-10-28 19:02:31 -04:00
New youtube bug
rainbownapkin commented on issue rainbownapkin/canopy#194 2025-10-28 19:02:27 -04:00
New youtube bug

Looks like youtube's no longa serving good ol' format 18 (720p30 h.264 W/ audio, AKA, ol' reliable).

This is a fucking pain in the ass, and it looks like we'll have to hack together and sync a…

rainbownapkin closed issue rainbownapkin/canopy#194 2025-10-28 19:02:27 -04:00
New youtube bug
rainbownapkin commented on issue rainbownapkin/canopy#193 2025-10-28 07:04:02 -04:00
Scrubbing currently playing media to an unplayable spot causes a ghost item in the archive section of the chan DB.

Moving currently playing items to an invalid spot in the schedule no longer creates ghost items: 349a6b82aa

rainbownapkin closed issue rainbownapkin/canopy#193 2025-10-28 07:04:02 -04:00
Scrubbing currently playing media to an unplayable spot causes a ghost item in the archive section of the chan DB.
rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-28 07:03:48 -04:00
349a6b82aa Moving currently playing items to an invalid spot in the schedule no longer creates ghost items.
rainbownapkin commented on issue rainbownapkin/canopy#192 2025-10-28 06:35:05 -04:00
Queue doesn't render properly after media end.

Fixed queue rendering issue by changing server-side behavior around queue broadcasting: a1f0824330

rainbownapkin closed issue rainbownapkin/canopy#192 2025-10-28 06:35:05 -04:00
Queue doesn't render properly after media end.
rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-28 06:34:21 -04:00
a1f0824330 Fixed queue rendering issue by changing server-side behavior around queue broadcasting.
rainbownapkin opened issue rainbownapkin/canopy#194 2025-10-27 20:40:35 -04:00
New youtube bug
rainbownapkin commented on issue rainbownapkin/canopy#180 2025-10-27 20:32:14 -04:00
Fix livestreams in pushback mode incorrectly writing to queue archive.

Fixed out of order queues being sent off to clients: dd66601f0d

rainbownapkin closed issue rainbownapkin/canopy#180 2025-10-27 20:32:14 -04:00
Fix livestreams in pushback mode incorrectly writing to queue archive.