Thomas Guillem
Thomas Guillem
Same problem when forcing ffmpeg to handle http ```03-26 22:22:28.421 2704 2732 D MPD : playlist: play 0:"04-bydate/2020/02-February/Bad Breeding - 2019 - Exiled/01 - Exiled.opus" 03-26 22:22:28.422 2704 2744 D...
And no problem when using libopus from ffmpeg, with the following patch: ```diff --git a/python/build/ffmpeg.py b/python/build/ffmpeg.py index 6c0753618..849604a34 100644 --- a/python/build/ffmpeg.py +++ b/python/build/ffmpeg.py @@ -51,6 +51,8 @@ class FfmpegProject(Project): if...
Thanks for giving me the cause, I'll rework my WIP branch to just disable this check for my usecase (and disable ffmpeg for opus). We have the same kind of...
Using bin/dsm sample, I cannot reproduce your issue. smb_fstat is working for a directory and tell me that the file is indeed a directory.
Here is the wireshark dump of the failing connection attempt with a Windows 10 share: [smb311-issue-windows.zip](https://github.com/sahlberg/libsmb2/files/5560088/smb311-issue-windows.zip)
Thanks a lot! It will simplify a lot for us. So, no need to rush for a release then. This solution is simpler.
Hello, it should be fixed by https://github.com/pupnp/pupnp/pull/428 (I didn't know there was an issue)