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

All posts by Lomion (43)

topic: Version 0.7.1  in the forum: Annoucements
Lomion (Moderator) #1
Member since Jan 2009 · 43 posts · Location: Vienna, Austria
Group memberships: Global Moderators, Members
Show profile · Link to this post
Niklas, I had the same problem with not closing the main window. It was caused by setting the bookmark when stopping the playback. Do you remember what Backend Version you have been using before your upgrade so we can handle it correctly with that version?
topic: Version 0.7.1  in the forum: Annoucements
Lomion (Moderator) #2
Member since Jan 2009 · 43 posts · Location: Vienna, Austria
Group memberships: Global Moderators, Members
Show profile · Link to this post
In reply to post ID 1015
Fixed seeking with 0.25 backends! Check the Sourceforge Download page for an update!

Receiving file size and bookmarks seems still not working 100% ... stay tuned!
topic: Mythtv 0.24 Support available  in the forum: Annoucements
Lomion (Moderator) #3
Member since Jan 2009 · 43 posts · Location: Vienna, Austria
Group memberships: Global Moderators, Members
Show profile · Link to this post
Subject: Mythtv 0.24 Support available
Mythtv Player now is compatible with MYthtv 0.24 Backends (Thanks to Arobro)

Download from Sourceforge: http://sourceforge.net/projects/mythtvplayer/files/Develop…
topic: Help out testing trunk builds  in the forum: Bugs
Lomion (Moderator) #4
Member since Jan 2009 · 43 posts · Location: Vienna, Austria
Group memberships: Global Moderators, Members
Show profile · Link to this post
In reply to post ID 893
Not conclusive ... are these settings working or not?

Also try the latest bind in Sourceforge (r251) with latest ffmpeg build. Got good performance with the one HD-file I have ...

Regarding the bitrate: I suggest to remove this value from the player because I can't get it to work (still believe it is a bug in the floating point operations of MinGw)
topic: Linux Build  in the forum: Discussion
Lomion (Moderator) #5
Member since Jan 2009 · 43 posts · Location: Vienna, Austria
Group memberships: Global Moderators, Members
Show profile · Link to this post
In reply to post ID 872
Great work Pickle! Your are really getting forward fast!

Can you please do your changes using compiler switches so that we can integrate it into our trunk-branch directly once you succeed.
How did you set up the build system? Automake or Makefiles?
Can you post a list of libs you needed including version numbers please.
topic: Announcement for 0.6 stable release  in the forum: Prerelease discussion
Lomion (Moderator) #6
Member since Jan 2009 · 43 posts · Location: Vienna, Austria
Group memberships: Global Moderators, Members
Show profile · Link to this post
In reply to post ID 864
Would be interesting if you see the issues as well under Linux.

Nobody knows which version we are falling back to ;-) it is a version from summer 2007 which was used for Mythtv Playert Version 0.4.2
topic: Announcement for 0.6 stable release  in the forum: Prerelease discussion
Lomion (Moderator) #7
Member since Jan 2009 · 43 posts · Location: Vienna, Austria
Group memberships: Global Moderators, Members
Show profile · Link to this post
In reply to post ID 862
I would expect you can compile the player with the native Linux libraries (you can find a list of used libs on the "Development page" on the sudo.dk site) since we did the same for the windows env. If any libs are missing in this list please tell us so!

If you are successful with the Linux compilation please feed the changes back to us!

Can anybody send me the original libs.zip file which was used for version 0.4.2 please. It's not available on the homepage anymore!
topic: LiveTV with HDHomerun - plays EXTREMELY slow  in the forum: Bugs
Lomion (Moderator) #8
Member since Jan 2009 · 43 posts · Location: Vienna, Austria
Group memberships: Global Moderators, Members
Show profile · Link to this post
In reply to post ID 801
Here is the rest ... the forum has some size limitation ...
The author has attached one file to this post:
MythTv Player.7z.002 45.6 kBytes
You have no permission to open this file.
topic: LiveTV with HDHomerun - plays EXTREMELY slow  in the forum: Bugs
Lomion (Moderator) #9
Member since Jan 2009 · 43 posts · Location: Vienna, Austria
Group memberships: Global Moderators, Members
Show profile · Link to this post
In reply to post ID 800
Thank you for this detailed explanation of this bug! We can definitly work with this.

Assuming you are right with your memory corruption or a NULL pointer exception it will be very difficult to find it in a programm of this size. That's why I suggest to start with the 480i-comments you made. Since you fell back to RC2 because 480i is more stable there I introduced this memory corruption or NULL pointer exception since then.

So what I added was a fullscreen patch from linux (the user) but this is executed in fullscreen mode only. The second change was to synchronize the time difference between audio and video more frequently (instead of doing it every 100ms in a low priority thread). The third change was to parametrize ffmpeg to use only 2 channels as it was before.

The change with the timediff synchronization is a bit tricky since I had to populate pointers between different threads ...
Since this change did not improve the original problem I would roll back and ask you to verify a new version. (Get it from the attachment)

What audio streams do you have? Is you 480i standard NTSC? What transcoding did you do with 1080i -> 720p?

Regarding the "jumping window" this is something flohack also reported with the 0.6.0-RC3 ... it happens when you click on the SDL window to move it instead of dragging the window frame ... to be investigated
The author has attached one file to this post:
MythTv Player.7z.001 500 kBytes
You have no permission to open this file.
This post was edited on 2009-11-05, 15:55 by Lomion.
topic: LiveTV with HDHomerun - plays EXTREMELY slow  in the forum: Bugs
Lomion (Moderator) #10
Member since Jan 2009 · 43 posts · Location: Vienna, Austria
Group memberships: Global Moderators, Members
Show profile · Link to this post
In reply to post ID 796
Please try the trunk version http://sourceforge.net/projects/mythtvplayer/files/Develop…
topic: LiveTV with HDHomerun - plays EXTREMELY slow  in the forum: Bugs
Lomion (Moderator) #11
Member since Jan 2009 · 43 posts · Location: Vienna, Austria
Group memberships: Global Moderators, Members
Show profile · Link to this post
In reply to post ID 789
We did some improvements on AC3 playback in Revision 236 (trunk).
You can download this version from Sourceforge.

The bandwidth issue is still a problem!
I am thinking of removing it until we know how to fix it ...
topic: Fullscreen issues  in the forum: Prerelease discussion
Lomion (Moderator) #12
Member since Jan 2009 · 43 posts · Location: Vienna, Austria
Group memberships: Global Moderators, Members
Show profile · Link to this post
In reply to post ID 792
Find the compiled trunk verision on Sourceforge
topic: LiveTV with HDHomerun - plays EXTREMELY slow  in the forum: Bugs
Lomion (Moderator) #13
Member since Jan 2009 · 43 posts · Location: Vienna, Austria
Group memberships: Global Moderators, Members
Show profile · Link to this post
In reply to post ID 784
Some questions from my side:
o) How is the overall CPU usage while playing?
o) Could somebody please set the LogLevel to 8 and send me a log file (please keep the log as short as possible)
o) I would like to change some optimizations in the FFMPEG libs ... anybody willing to test it for me (I don't have a HD-environment)?
o) http://sourceforge.net/mailarchive/forum.…?thread_name=6…
topic: Roadmap for MythTv Player 0.8  in the forum: Prerelease discussion
Lomion (Moderator) #14
Member since Jan 2009 · 43 posts · Location: Vienna, Austria
Group memberships: Global Moderators, Members
Show profile · Link to this post
In reply to post ID 763
What about handling it like this:
m_cmd.clear();
m_cmd.add("ANN FileTransfer MythTvPlayer");
m_cmd.add(filename);
if(m_fileConnection.getProtocolVersion()>=45)
{
   m_cmd.add("Default"); // Storagegroup
   m_cmd.add("0"); // writemode off
}
m_cmd.add("1"); // usereadahead true (using ringbuffer in Mythtv for fileaccess)
m_cmd.add("-1"); // retries (no idea what this does but its default -1)
It was working when I tried it with 0.22.
Can somebody verify it with 0.19?
topic: Roadmap for MythTv Player 0.8  in the forum: Prerelease discussion
Lomion (Moderator) #15
Member since Jan 2009 · 43 posts · Location: Vienna, Austria
Group memberships: Global Moderators, Members
Show profile · Link to this post
In reply to post ID 760
Commited on trunk ... please verify it (I'll do so as well) before we use it in 0.6.0
Close Smaller – Larger + Reply to this post:
Special characters:
Page:  1  2  3  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 670.7 ms (615 ms) · 153 database queries in 520.2 ms
Current time: 2013-05-22, 17:39:28 (UTC +01:00)