Difference between revisions of "Talk:MythTV on Mac OS X"

From MythTV Official Wiki
Jump to: navigation, search
(MythTV on Mavericks)
(MythTV .28 on OSX)
 
(6 intermediate revisions by 4 users not shown)
Line 3: Line 3:
 
In the gotchas section, there is a bit about fixing Firewire problems with Rosetta
 
In the gotchas section, there is a bit about fixing Firewire problems with Rosetta
 
* is this even necessary any more?
 
* is this even necessary any more?
* will it even work on 10.7?
+
* will it even work on 10.7+?
 
Somebody using Firewire please comment. [[User:Brianboonstra|Brianboonstra]] 15:39, 31 March 2012 (UTC)
 
Somebody using Firewire please comment. [[User:Brianboonstra|Brianboonstra]] 15:39, 31 March 2012 (UTC)
  
Line 12: Line 12:
 
== GPU Acceleration Done ==
 
== GPU Acceleration Done ==
  
Does the fact that http://code.mythtv.org/trac/ticket/2381 has been marked fixed mean that 0.25 and beyond will actually be using GPU acceleration? [[User:Brianboonstra|Brianboonstra]] 14:01, 27 September 2011 (UTC)
+
Does the fact that {{ticket|2381}} has been marked fixed mean that 0.25 and beyond will actually be using GPU acceleration? [[User:Brianboonstra|Brianboonstra]] 14:01, 27 September 2011 (UTC)
  
== Need OSX Lion ==
+
== Launchd plist file may have an error under OS Mavericks ==
  
We need somebody to run through this whole recipe and make sure it all works on OSX Lion.[[User:Brianboonstra|Brianboonstra]] 19:51, 19 September 2011 (UTC)
+
I noticed that the plist file for starting the backend using Launchd may have an error as the location given for the MythBackend application did not exist on OS Mavericks.
  
I just got a Mac Mini 2011 with Lion on it. I'll be trying a install of this over the weekend. [[User:synapseattack|synapseattack]] 15:32, 19, January 2012
+
<string>/Applications/MythBackend/MythBackend.app/Contents/MacOS/MythBackend</string>
  
Verified last night -- it all works. [[User:Brianboonstra|Brianboonstra]] 12:37, 13 April 2012 (UTC)
+
I tried the following and now have a working (and launching ) backend:
  
== HD PVR ==
+
<string>/Applications/MythBackend.app/Contents/MacOS/MythBackend</string>
  
Any word on HD PVR support?  Right now, this is the only thing preventing me from moving my backend onto my Mac FE. [[User:justinkim|justinkim]] 23:40, 25 Junel 2012 (UTC)
 
  
*I got it working by creating a Mythbuntu virtual machine with VirtualBox running on the Mac. --[[User:Doconnor|Doconnor]] 15:09, 24 October 2013 (UTC)
+
This really just has to do with where somebody put the app.  I think it's safe to assume that a person savvy enough to be using launchd will be able to put in the correct path. That is the purpose of the phrase in the instructions that says "where we have assumed that MythBackend.app resides in a MythBackend subfolder of /Applications. ". [[User:Brianboonstra|Brianboonstra]] 15:07, 29 January 2014 (UTC)
  
== MythTV on Mavericks ==
+
== MythTV .28 on OSX ==
  
I installed Mavericks and I can no longer connect to the mythbackend except by a mythfrontend running on the same machine.
+
After a recent HDD meltdown I decided to leave behind my decade old myth db for a fresh install and go wild with upgraded backend mobo, ssd, CPU. The feeling of abandon this brought about made me choose .28 for my new system, despite it not being released yet.  
  
MythWeb gives the error "Unable to connect to the master backend at 10.0.0.10:6543"
+
After a few happy months I realized I hadn't tried using my macbook as a frontend yet and started looking around for a build. It looks like there isn't one. Is there any work going on that I could test/play with?
  
A slave backend running on a Linux VirtualBox hosted by the Mac can't connect.
+
:I haven't built 0.28-pre with MacPorts yet and I haven't heard of anyone building it with the packaging script, either.  You can get the development tools for OS X (XCode) from Apple.  I think you can still get them through the Mac App Store (and free). Then retrieve the packaging script from GitHub and have a go at it!  You can get support on the mailing list, forum or IRC. --[[User:Pvr4me|Pvr4me]] ([[User talk:Pvr4me|talk]]) 13:54, 18 May 2015 (UTC)
 
 
A frondend running on another Mac can't connect to mythbackend, although it seems to connect to mysql.
 
 
 
My webserver and mysql server are running fine.
 
 
 
However the mythfrondend running on the same machine is connecting fine.
 
 
 
My mythtv is installed via macports. It is 0.26, but not the latest version. I will update when macports is working properly under Mavericks, which they say should be in a few days.
 
 
 
--[[User:Doconnor|Doconnor]] 15:07, 24 October 2013 (UTC)
 
 
 
* It is much easier to provide support via either the [https://lists.macosforge.org/mailman/listinfo/macports-users MacPorts-users] or [http://www.mythtv.org/mailman/listinfo/mythtv-users/ Mythtv-users] mailing listsAt a guess, it sounds like the mythconverg database in MySQL is not set up to allow access from any other address--[[User:Pvr4me|Pvr4me]] 19:47, 24 October 2013 (UTC)
 
 
 
** I updated MacPorts and tried to install the latest mythtv, but it failed because llvm 3.2 isn't supported on Mavericks and and mythtv doesn't accept llvm 3.3. Nevertheless, next time I rebooted the connection problem went away. Maybe enough got installed when I tried to update mythtv it fixed the problem or it one of those things that comes and goes. --[[User:Doconnor|Doconnor]] 16:27, 29 October 2013 (UTC)
 
 
 
*** This is '''still''' the wrong place to seek support.  Please use the macport-users mailing list.  --[[User:Pvr4me|Pvr4me]] 17:42, 29 October 2013 (UTC)
 

Latest revision as of 13:54, 18 May 2015

Firewire and Rosetta

In the gotchas section, there is a bit about fixing Firewire problems with Rosetta

  • is this even necessary any more?
  • will it even work on 10.7+?

Somebody using Firewire please comment. Brianboonstra 15:39, 31 March 2012 (UTC)

MySQL Startup

I do not recommend the prefPane startup because it depends on the user account. I have edited the page to include that method alongside the server-style method, however.Brianboonstra 21:46, 30 March 2012 (UTC)

GPU Acceleration Done

Does the fact that #2381 has been marked fixed mean that 0.25 and beyond will actually be using GPU acceleration? Brianboonstra 14:01, 27 September 2011 (UTC)

Launchd plist file may have an error under OS Mavericks

I noticed that the plist file for starting the backend using Launchd may have an error as the location given for the MythBackend application did not exist on OS Mavericks.

<string>/Applications/MythBackend/MythBackend.app/Contents/MacOS/MythBackend</string>

I tried the following and now have a working (and launching ) backend:

<string>/Applications/MythBackend.app/Contents/MacOS/MythBackend</string>


This really just has to do with where somebody put the app. I think it's safe to assume that a person savvy enough to be using launchd will be able to put in the correct path. That is the purpose of the phrase in the instructions that says "where we have assumed that MythBackend.app resides in a MythBackend subfolder of /Applications. ". Brianboonstra 15:07, 29 January 2014 (UTC)

MythTV .28 on OSX

After a recent HDD meltdown I decided to leave behind my decade old myth db for a fresh install and go wild with upgraded backend mobo, ssd, CPU. The feeling of abandon this brought about made me choose .28 for my new system, despite it not being released yet.

After a few happy months I realized I hadn't tried using my macbook as a frontend yet and started looking around for a build. It looks like there isn't one. Is there any work going on that I could test/play with?

I haven't built 0.28-pre with MacPorts yet and I haven't heard of anyone building it with the packaging script, either. You can get the development tools for OS X (XCode) from Apple. I think you can still get them through the Mac App Store (and free). Then retrieve the packaging script from GitHub and have a go at it! You can get support on the mailing list, forum or IRC. --Pvr4me (talk) 13:54, 18 May 2015 (UTC)