Nick Steel

Results 632 comments of Nick Steel

Thinking about this more (despite not wanting to), it's safe to say that any browser concerned with upholding the CORS policy will have sent an Origin header. So we can...

Only that GET requests and CORS policy is not the same as CRSF protection for 'unsafe' methods with side-effects like POST. They are different problems and the solution is not...

Did my last message make sense? Do you fancy implementing the fix or shall I add it to the list of things to do?

I think it's quite an isolated fix but yes, does require a look at Tornado so no worries, thanks for reporting it.

I recently had an [in-depth look](https://discourse.mopidy.com/t/mopidy-is-not-playing-with-icecast2/2469/56) at this stuff and there is indeed something strange going on in shout2send when coupled with certain demuxers. This strange behaviour depends significantly on...

Like I said on your duplicate post on the forum (no need post twice, thanks). If you monitor memory usage over a longer period you should see the memory is...

It is, and 1.14 will work but I'm not going to support anything below v1.18, especially when it comes to alleged memory leaks. > where i can find version description...

And probably crucially, GStreamer 1.19.3. I don't have cycles to debug compatibility with unstable GST releases but perhaps it is related to https://gitlab.freedesktop.org/gstreamer/gstreamer/-/blob/main/subprojects/gst-devtools/NEWS#L279 > playbin and uridecodebin now emit the...

`_on_source_setup` is important for Spotify playback as that is where we engage/disengage the Spotify appsrc element. OK, well at least your experiment confirms the breaking GST change is the issue...

Want to try just commenting out bits and see what is doesn't like? Is it `source.get_factory().get_name()` ??! Also be good to understand are you trying to play a mix of...