New MythTV add-on using libcmyth

  Thread Rating:
  • 8 Votes - 4.75 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
kburkart Offline
Member
Posts: 53
Joined: Apr 2012
Reputation: 0
Post: #951
tsp,

starting up live tv takes 20 some odd seconds, it only takes 3-5 second in mythfrontend.

I will get you a channel change tonight.

thx,
Kevin
(This post was last modified: 2012-06-25 21:36 by kburkart.)
find quote
bas.t Offline
Senior Member
Posts: 103
Joined: Dec 2010
Reputation: 0
Location: Baflo, The Netherlands
Post: #952
It seems that it will take a while untill my pull request on main actually gets pulled.

If you want to compile the Eden-pvr branch with tinyxml < 2.6.0 (like on Debian Squeeze) you don't have to wait for that.

Code:
git clone https://github.com/tsp/xbmc.git && cd xbmc && git checkout Eden-pvr

Now add the fix (which is already in master and will be included in the Eden.1 bugfix release):

Code:
git remote add upstream git://github.com/xbmc/xbmc.git

git fetch upstream

git cherry-pick 8de0e038df

git cherry-pick d98a21a852

git reset --hard HEAD

Now you can compile like you normally whould.
(This post was last modified: 2012-07-02 08:38 by bas.t.)
find quote
lonestar Offline
Junior Member
Posts: 5
Joined: Jun 2012
Reputation: 0
Post: #953
Hi,

I am running a kubuntu precise machine and have problems with this addon. A few seconds after I start xbmc (15 seconds) it will completely freeze. Looking at the log I guess it has something to do with the EPG data fetcher. Only a kill -9 will stop the process.
This problem has not been visible with older versions of the addon (a few months ago).

Stacktraces after the crash:
http://pastebin.com/eMcpqp1K

xbmc log with debug enabled via advancedsettings (can't get to the menu in this short time):
http://pastebin.com/K9ttq21H

Line 612 in the log says:
20:55:42 T:2873150272 ERROR: Action - thread PVR add-on updater, Unhandled exception caught in thread process, aborting. auto delete: 0
maybe this is the point where you could start looking for the bug Smile

I did a git pull + recompile (make clean all) today, so problem is still present.

best regards,
Martin
find quote
tsp42 Offline
Senior Member
Posts: 222
Joined: Aug 2011
Reputation: 11
Location: Denmark
Post: #954
lonestar: Thanks for the report. Does it also happend with the Eden-PVR branch?

Libcmyth MythTV addon for xbmc-pvr [source] [forum thread]
find quote
bas.t Offline
Senior Member
Posts: 103
Joined: Dec 2010
Reputation: 0
Location: Baflo, The Netherlands
Post: #955
Quote:
Quote:
(2011-09-22 00:11)tsp42 Wrote:  Boost version 1.44 or later is needed. On Ubuntu make sure to install libboost-regex-dev and libboost-filesystem-dev in addition to libboost-dev

This is not true anymore. I am compiling on Debian Squeeze, with libboost 1.42
I think commit 91bfc4eaed took care of this.
Thanks I've updated the first post.

According to the commit that fixed it, libboost 1.41 should be sufficient. So maybe you want to update the first post once more...
find quote
lonestar Offline
Junior Member
Posts: 5
Joined: Jun 2012
Reputation: 0
Post: #956
Hi,

I checked out Eden-pvr in a new sandbox and built and tried this one. same effect:

xbmc.log:
http://pastebin.com/Li7sjTTK

bt:
http://pastebin.com/S4YjFrku

What I forgot to mention yesterday:
I tried mythtv 0.24 and 0.25. Both had this problem
I have most channels set to "useonairguide=false", as I only use about 15 channels of the 100+
find quote
Swift Offline
Junior Member
Posts: 1
Joined: Jun 2012
Reputation: 0
Post: #957
Hi All,

Just compiled up on mythbuntu 12.04 and the Ubuntu install instructions were perfect except I had to add the following extra libraries.

Code:
sudo apt-get install libtinyxml-dev libboost-system-dev libboost-filesystem-dev libboost-regex-dev

Just thought it might be useful to someone.

Cant wait to test it out it looks amazing thanks for all the work that's been put into this!
(This post was last modified: 2012-06-29 13:14 by Swift.)
find quote
lonestar Offline
Junior Member
Posts: 5
Joined: Jun 2012
Reputation: 0
Post: #958
(2012-06-28 19:45)lonestar Wrote:  Hi,

I checked out Eden-pvr in a new sandbox and built and tried this one. same effect:

xbmc.log:
http://pastebin.com/Li7sjTTK

bt:
http://pastebin.com/S4YjFrku

What I forgot to mention yesterday:
I tried mythtv 0.24 and 0.25. Both had this problem
I have most channels set to "useonairguide=false", as I only use about 15 channels of the 100+

I did some further tests and discovered why xbmc failed for me: LC_CTYPE was set to de_AT instead of de_AT.UTF-8.
So it starts up correctly yet now it fails to play recorded shows:

http://pastebin.com/6fSExs2q
I had to cut some lines from the top, as I exceeded the 500k size limit on pastebin.
The stream I want to watch is currently recording. Doesn't work on previously recorded streams either. I just wanted to use one where no german umlauts are in the title and had no prerecorded one available.

any ideas?

Live TV doesn't work correctly either, but let's first look at this.
find quote
tsp42 Offline
Senior Member
Posts: 222
Joined: Aug 2011
Reputation: 11
Location: Denmark
Post: #959
lonestar: It looks like the port is not setup correctly. The addon tries to connect to port 0 and fails.

Libcmyth MythTV addon for xbmc-pvr [source] [forum thread]
find quote
lonestar Offline
Junior Member
Posts: 5
Joined: Jun 2012
Reputation: 0
Post: #960
The port of the cmyth addon is set to 6543. I checked in gui and in the xml file (settings.xml).
find quote
Post Reply