Matt Seeley

Results 99 comments of Matt Seeley

Hi @counterfit, thanks for the nice issue report. Will you please confirm if these are the glpyhs expected to display? ![image](https://user-images.githubusercontent.com/30019/114239213-7cb2df80-9921-11eb-9933-0958990d1a7d.png) If so we'll close this issue without fixing PMP...

It's strange, ffmpeg is having trouble with the tls verification. ``` 2020-12-01T16:53:57.101 [ ERROR ] [mpv] ffmpeg: tls: Peer certificate failed verification 2020-12-01T16:53:57.103 [ ERROR ] [mpv] stream: Failed to...

@hhwong will you please run this command in Terminal and respond with the output? ``` openssl s_client -connect 192-168-88-78.9b3571bfb8954e30a583cb550f26739b.plex.direct:32400 ```

Thanks, that's helpful. You mentioned the web app can play; can you determine which URL is being played in the app? Do you have DNS rebinding protection on your local...

I ran into the similar problems with my Pi-hole. I believe we should be able to work around DNS rebinding protection within the application itself. Will spend some time verifying.

It's a good point. Our web app at https://app.plex.tv cannot talk to your local server _insecurely_; so the browser would need to be able to resolve the `plex.direct` hostname. The...

Could this be `QT_ROOT`? These matching issues sound very familiar: https://github.com/plexinc/plex-media-player/search?q=QTROOT&type=Issues. If so, would you submit a PR or suggest a relevant edit to our documentation? It looks like something...

I see `DQTROOT` in your paste above. Should this be `-DQT_ROOT`?

@clintolsen how's this look for a documentation diff: ``` diff --git a/README.md b/README.md index 45ea397..3b172fd 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you're happy just building from...

Hi @avie, do you have a repro case or more details steps to reproduce that we can work from?