rainbow napkin rainbownapkin · she/her
  • Joined on 2025-09-24
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.
rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-27 20:31:57 -04:00
dd66601f0d Fixed out of order queues being sent off to clients.
rainbownapkin commented on issue rainbownapkin/canopy#180 2025-10-27 20:00:22 -04:00
Fix livestreams in pushback mode incorrectly writing to queue archive.

The issue with pushback re-queueing old items has been solved by: 37990ff8c3, as the RAM-backed queue was holding on to stale items which had already been archived to the DB.

This caused the…

rainbownapkin commented on issue rainbownapkin/canopy#192 2025-10-27 19:31:14 -04:00
Queue doesn't render properly after media end.

This was caused by: 37990ff8c3

worth it!

rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-27 19:30:03 -04:00
787846c7d6 Updated config example.
166e174397 comment
37990ff8c3 Traded bug with queue.end() being called as volatile from functions which handle their own DB save, in which stale item was left in cache, for a simple queue rending bug.
f95a0ae48c Added queue debugging.
Compare 4 commits »