Enabling OGG HTTP Protocol, and serving a vorbis/opus audio file, it never actually sends to the client. The web browser or client waits but eventually times out with bad gateway (reverse proxy failed to serve content) if accessing it directly, it does nothing.
As a POC I had copilot help me re-write it to match newer method of HTTP output and it does indeed begin to work. It appears to be related to old HTTP method in comparison to other formats using a newer HTTP method. Additionally, once patched the 'nolive' option is causing my vorbis audio stream to consistently hit EOF in MPV when a song plays in a live stream.
Enabling OGG HTTP Protocol, and serving a vorbis/opus audio file, it never actually sends to the client. The web browser or client waits but eventually times out with bad gateway (reverse proxy failed to serve content) if accessing it directly, it does nothing.
As a POC I had copilot help me re-write it to match newer method of HTTP output and it does indeed begin to work. It appears to be related to old HTTP method in comparison to other formats using a newer HTTP method. Additionally, once patched the 'nolive' option is causing my vorbis audio stream to consistently hit EOF in MPV when a song plays in a live stream.