Guillaume Desmottes

Results 48 comments of Guillaume Desmottes

I've never build anything on Windows but I trust you if you say such thing would be useful. :)

I don't understand how this regression can break system-deps, do you have an example? Tbh I won't have time to look at this for a while, but I'm happy to...

Problem is still present using GStreamer `main`. It seems that's `mediamtx` which is closing the RTMP connection: ```console $ GST_DEBUG="*rtmp*:6" gst-launch-1.0 rtmp2src location=rtmp://localhost/live/myStream ! fakesink 0:00:00.012389921 113743 0x1b1b460 DEBUG rtmp2locationhandler...

Here are the server logs when `rtmp2src` tries to read a stream: ``` 2023/07/28 10:51:15 INF [RTMP] [conn [::1]:57132] opened 2023/07/28 10:51:15 INF [RTMP] [conn [::1]:57132] closed (received type 3...

Indeed, that seems to match was I observed and my understanding of the code. I think it's worth to make the documentation clearer about the exact semantic of this API...

So you confirm that none of [the 4 officials OAuth flows](https://developer.spotify.com/documentation/general/guides/authorization/) are currently supported? I **may** be interested implementing the _Authorization code_ flow as that will allow me to share...

@GiviMAD : thanks a lot! I manually created a `Credentials` with `AuthenticationType::AUTHENTICATION_SPOTIFY_TOKEN` and was able to play medias using my GStreamer element! I faced an issue when trying to request...

Here is a standalone version of the problem for easier testing: ```rust trait Downgrade where Self: Sized, { type Weak: Upgrade; fn downgrade(&self) -> Self::Weak; } trait Upgrade where Self:...

Wouldn't it be best to update to `anyhow` instead? See #14

Sorry about the bumpy transition to v2. I (wrongly) assumed that gtk-rs & friends were the only users of `feature-versions` and so that porting the toml generator to the new...