No problem!
Search found 216 matches
- Tue Feb 02, 2021 10:36 am
- Forum: Troubleshooting
- Topic: IPv4-only frontend cannot connect to dual-stack backend
- Replies: 6
- Views: 139
- Tue Feb 02, 2021 10:31 am
- Forum: Troubleshooting
- Topic: IPv4-only frontend cannot connect to dual-stack backend
- Replies: 6
- Views: 139
- Tue Feb 02, 2021 10:23 am
- Forum: Troubleshooting
- Topic: IPv4-only frontend cannot connect to dual-stack backend
- Replies: 6
- Views: 139
- Fri Jan 29, 2021 2:26 pm
- Forum: Wishlist/Feature Suggestions
- Topic: MythWeb - protocol relative URL in the HTML - easier to use SSL with a reverse proxy like nginx
- Replies: 1
- Views: 382
Re: MythWeb - protocol relative URL in the HTML - easier to use SSL with a reverse proxy like nginx
You should not need to do that, mythweb will generate the correct URL's.
I have nginx terminating with SSL, and forwarding to php-fpm to generate the web pages. What/where does nginx forward the mythweb traffic to?
I have nginx terminating with SSL, and forwarding to php-fpm to generate the web pages. What/where does nginx forward the mythweb traffic to?
- Fri Jan 29, 2021 1:59 pm
- Forum: Troubleshooting
- Topic: IPv4-only frontend cannot connect to dual-stack backend
- Replies: 6
- Views: 139
Re: IPv4-only frontend cannot connect to dual-stack backend
The workaround is to set the backend address to the ipv4 address via setup
- Wed Jul 08, 2020 3:52 pm
- Forum: OSX
- Topic: MythTV master (v32)
- Replies: 3
- Views: 945
Re: MythTV master (v32)
Best idea is to spin up a v32 backend in a VM somewhere. Copy in a couple of videos to use as test materials
- Thu Jul 02, 2020 1:14 pm
- Forum: Troubleshooting
- Topic: OpenGL not available (ubuntu 20.04 / mythtv 31)
- Replies: 15
- Views: 1065
Re: OpenGL not available (ubuntu 20.04 / mythtv 31)
Could you supply the output from `glxinfo -B` please?
- Mon Jun 15, 2020 6:33 pm
- Forum: General Discussion
- Topic: Interest in mythweb cleanup?
- Replies: 4
- Views: 430
Re: Interest in mythweb cleanup?
We will certainly welcome patches to MythWeb. Many patches have been applied to the version released as part of v31.0, primarily to cater for newer php releases. You can run even master mythweb against v30 as there aren't any breaking changes to avoid, and you will start from the latest set of patch...
- Wed May 13, 2020 1:04 pm
- Forum: Troubleshooting
- Topic: MariaDB 10.4 crashes
- Replies: 3
- Views: 3100
Re: MariaDB 10.4 crashes
MariaDB have pushed a fix for this issue which is should be part of 10.4.13 release.
- Mon May 11, 2020 1:50 pm
- Forum: Troubleshooting
- Topic: MythVideo playback profiles
- Replies: 32
- Views: 2681
Re: MythVideo playback profiles
Mark,
Would it make sense to fall forward to H264_MAIN ??
I'm making an assumption here that H264_MAIN is in fact a superset
of H264_BASELINE
Regards
Stuart
Would it make sense to fall forward to H264_MAIN ??
I'm making an assumption here that H264_MAIN is in fact a superset
of H264_BASELINE
Regards
Stuart
- Mon May 11, 2020 1:29 pm
- Forum: OSX
- Topic: [Solved] Building Mythtv 31.x on Catalina
- Replies: 74
- Views: 4097
Re: [Solved] Building Mythtv 31.x on Catalina
Ah I get it, instead of sending the command "port" with params "select --set python python38", it's trying to exec "port select --set python python38" which obviously doesn't exist.
- Mon May 11, 2020 12:04 pm
- Forum: OSX
- Topic: [Solved] Building Mythtv 31.x on Catalina
- Replies: 74
- Views: 4097
Re: [Solved] Building Mythtv 31.x on Catalina
Okay, thanks for the explanation. Will have a look and see what the error is actually trying to say.
- Mon May 11, 2020 11:51 am
- Forum: OSX
- Topic: [Solved] Building Mythtv 31.x on Catalina
- Replies: 74
- Views: 4097
Re: [Solved] Building Mythtv 31.x on Catalina
Could you explain why the need to break the calls to port up into individual items? -- name: select the installed version of python and pip +- name: select the installed version of python become: yes - command: '{{ cmd }}' - vars: - cmd: - - port select --set python python38 - - port select --set py...
- Mon May 11, 2020 11:30 am
- Forum: General Discussion
- Topic: How can I submit a bug report to Trac?
- Replies: 19
- Views: 1153
Re: How can I submit a bug report to Trac?
Hi All,
I've identified an issue with the first broker login flow which has been addressed in a newer version. I've upgraded our SSO component and the login flow has been updated, and I now expect it to work for new users.
Please try and report feedback
Regards
Stuart
I've identified an issue with the first broker login flow which has been addressed in a newer version. I've upgraded our SSO component and the login flow has been updated, and I now expect it to work for new users.
Please try and report feedback
Regards
Stuart
- Mon May 11, 2020 9:45 am
- Forum: General Discussion
- Topic: How can I submit a bug report to Trac?
- Replies: 19
- Views: 1153
Re: How can I submit a bug report to Trac?
Still doesn't work. tried from firefox, chromium, and google chrome. here's what I did. 1 login to my account on github. https://github.com/wesnewell/Functionality In another tab go to trac https://code.mythtv.org/trac/ Click login which goes to mythtv login. Leave blank and click Github which take...