ausocean / cloud

GNU General Public License v3.0
1 stars 1 forks source link

Bench: Changing Broadcast name breaks /live redirect #170

Open ao-david opened 4 days ago

ao-david commented 4 days ago

The /live redirect allows installations to redirect from a permanent URL to the current/most recent stream based on the name of the broadcast. However, if the broadcast name is changed, it no longer forwards correctly.

Since the liveHandler searches based on the name of the variable, and the name of the variable does not change when being saved, the liveHandler will not find the newly named stream.

ao-david commented 2 days ago

See #175