Not logged in. · Lost password · Register
Page:  1  2  next 

All posts by mdrons (20)

topic: Help out testing trunk builds  in the forum: Bugs
mdrons #1
Member since Feb 2009 · 20 posts
Group memberships: Members
Show profile · Link to this post
How do you get the bit rate?  That feature has been broken for me for a long time.

Mike
topic: Help out testing trunk builds  in the forum: Bugs
mdrons #2
Member since Feb 2009 · 20 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 890
How do you get the bit rate?  That feature has been broken for me for a long time.

Mike
topic: Help out testing trunk builds  in the forum: Bugs
mdrons #3
Member since Feb 2009 · 20 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 886
I have tested with these options and have success with all of my HD recordings.  Both HDPVR and HDHomerun work great.  In the past these recordings would not play at all. 

I recommend we add these setting as default.

Mike
topic: Help out testing trunk builds  in the forum: Bugs
mdrons #4
Member since Feb 2009 · 20 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 886
I have tested with these options and have success with all of my HD recordings.  Both HDPVR and HDHomerun work great.  In the past these recordings would not play at all. 

I recommend we add these setting as default.

Mike
topic: MythTV 0.22 support?  in the forum: Discussion
mdrons #5
Member since Feb 2009 · 20 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 844
I think it has to do with the ffmpeg and/or sdl librarys that are being used during building.   The best thing to do is to open a bug https://sourceforge.net/tracker/?group_id=187028&atid=…
topic: MythTV 0.22 support?  in the forum: Discussion
mdrons #6
Member since Feb 2009 · 20 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 831
Support is available today.  Download the source and comile or get the exe from  http://sourceforge.net/projects/mythtvplayer/files/Develop…

Mike
topic: COMMSKIP  in the forum: Prerelease discussion
mdrons #7
Member since Feb 2009 · 20 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 790
I posted a patch to the email list.  Please check it out and tell me if it works.

Thanks, Mike
This post was edited on 2009-10-20, 04:02 by mdrons.
topic: COMMSKIP  in the forum: Prerelease discussion
mdrons #8
Member since Feb 2009 · 20 posts
Group memberships: Members
Show profile · Link to this post
Subject: COMMSKIP
I have realtime commskip almost working. My issue is that after the commskip marks are updated, how do I get the UI to read them in. Do I need to modify the ProgramInfo::isCommFlagged() ????

I have been searching through trying to find what I need to modify.

Manually commskip is working as the backend updates the commlist.

Thanks, Mike
topic: Roadmap for MythTv Player 0.8  in the forum: Prerelease discussion
mdrons #9
Member since Feb 2009 · 20 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 745
I think this is great.  I am willing to help where I can. 

My one suggestion is to move this forum and code development, setup email mailer lists for users and developers, use some type of code checkin process (git, svn, etc).

Mike
topic: Here is a working mythtv player with mythtv trunk  in the forum: Prerelease discussion
mdrons #10
Member since Feb 2009 · 20 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 735
You can emerge QT4 in, you need to have ~ on the ACCEPT_KEYWORDS, mine is ACCEPT_KEYWORDS=~amd64

Once QT4 is installed, use the package.mask file to mask it out, so it does not upgrade/downgrade on you, because myth has to be re-compiled each time.

Mike
topic: Here is a working mythtv player with mythtv trunk  in the forum: Prerelease discussion
mdrons #11
Member since Feb 2009 · 20 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 733
Here is the diff for protocol 45. 

proginfo.c needs some help.  My windows program skills are rusty at best.

Mike
The author has attached one file to this post:
patch2.diff 2.6 kBytes
You have no permission to open this file.
topic: Here is a working mythtv player with mythtv trunk  in the forum: Prerelease discussion
mdrons #12
Member since Feb 2009 · 20 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 731
I was planning to submit a diff for the update in the protocol, but it does not seem to be needed.  The version that arobro has seems to work.  I will go through the source to see if a update is needed and get back to you.

My mythtv is running protocol 45 and everything seems to work.  With the exception of an error that I get about receiving the program list (but that has been happening for some time now). 

Thanks, Mike
topic: mythtv player 5.1pre10 ffmpeg version?  in the forum: Prerelease discussion
mdrons #13
Member since Feb 2009 · 20 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 730
OK got it to work.  I deleted everything and reinstalled 7.0.

The only change that I had to make was in libspark, I was missing ../libs/include/SDL in the includes directories.
topic: mythtv player 5.1pre10 ffmpeg version?  in the forum: Prerelease discussion
mdrons #14
Member since Feb 2009 · 20 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 725
Same error.

Release/GUI_fltk2.o:GUI_fltk2.cpp:(.text+0x777): undefined reference to `fltk::Group::resize(int, int, int, int)'
Release/gui_gen.o:gui_gen.cpp:(.text+0x1f7e): undefined reference to `fltk::TabGroup::TabGroup(int, int, int, int, char const*)'
Release/gui_gen.o:gui_gen.cpp:(.text+0x31e4): undefined reference to `fltk::TabGroup::TabGroup(int, int, int, int, char const*)'
collect2: ld returned 1 exit status

mingw32-make.exe: *** [../Release/MythTv Player.exe] Error 1

Execution terminated
Compilation Failed. Make returned 2

What libraries are you using?  I am using the ones from here: http://www.freedrive.com/file/901318,libs-20090721.zip

I see that there are also available here: http://www.sudu.dk/mythtvplayer/files/verytmp/libs_2009071…,  But the versions of the library are different.
topic: mythtv player 5.1pre10 ffmpeg version?  in the forum: Prerelease discussion
mdrons #15
Member since Feb 2009 · 20 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 723
wxdevcpp => 6.10.2
gcc => 3.4.2
make => 3.80

Should I upgrade to the 7.0 release?

I have been able to compile in the past (before the ffmpeg changes)

Thanks, Mike
Close Smaller – Larger + Reply to this post:
Special characters:
Page:  1  2  next 
Special queries
Go to forum
This board is powered by the Unclassified NewsBoard software, 20100516-dev, © 2003-10 by Yves Goergen
Page created in 710.1 ms (307.9 ms) · 150 database queries in 223.9 ms
Current time: 2013-06-19, 21:04:55 (UTC +01:00)