Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - donpaul

Pages: 1 ... 3 4 [5] 6 7 ... 20
61
Users / Re: Mythtv recordings are choppy in Xine
« on: December 18, 2009, 10:02:15 pm »
It is not solved. It is still choppy, but not as bad as before. I have upgraded to an 8400gt with 512M in one MD, and a 9400GT with 1G in another. They are all choppy and it doesn't matter what hardware accel I use. I am trying various things - wil update if I find the cause.

Also, mkv and m2ts are pretty much unwatchable. Very choppy and out of sync. I could watch m2ts all day before 810.

62
Users / Re: Replacement for FiireChief remote
« on: December 18, 2009, 09:53:48 pm »
The gyration media center remote http://www.gyration.com/index.php/us/products/in-air-remotes/media-center-remote.html

It is basically a fiire without the "special" firmware. Thom has added full functionality, with more to come I believe. I have several, they are great.

63
Users / Re: [SOLVED] Mythtv recordings are choppy in Xine
« on: December 16, 2009, 05:18:56 am »
After the latest update, the choppy playback is gone.

64
Users / [SOLVED] Strange behavior with web browsing on beta2 - big problem
« on: December 16, 2009, 05:16:41 am »
The problem was the MTU setting on eth0 (576). I set it at 1500 and all is well now.

65
Feature requests & roadmap / Re: New feature request: Landing page
« on: December 14, 2009, 03:43:03 am »
Something like this could be done using Joomla or other content management system as the backend. LMCE could bring it forward the same way it does with firefox and other applications. I am sure there is a better way to integrate something like this, but I doubt anyone would volunteer to tackle it. There is already a lot going on.

66
Developers / MythTV recordings and SaveMythRecording.sh
« on: December 12, 2009, 05:18:37 am »
I have been tortured for a while regarding the Myth livetv and recorded tv paths, and how the recordings are treated in LMCE. As it currently stands, livetv that is recorded, is never put in LMCE due to the folderlock. Also, if recordings are deleted on an orbiter it screws up mythtv. Anyhow, I think I have a good solution. I have a livetv and recordings folder, and folderlock both. I then use savemythrecordin.sh to symlink the recording. Here is my SaveMythRecording.sh

Code: [Select]
#!/bin/bash

dir="/home/public/data/pvr/MediaDiskonCore/LMCE"

ln -sf $3/$4 $dir/$4
chown mythtv:public $dir/$4
chmod 755 $dir/$4

echo "messagesend" >> /var/log/savemythrecording.log
echo "$(date) $0-$1-$2-$dir-$4" >> /var/log/pluto/donerecording.log
/usr/pluto/bin/MessageSend dcerouter 0 -1001 2 69 29 "$1" 57 "$2" 35 "$dir/$4"

Here is the section of mythtv_setup.pl

Code: [Select]
#public storage groups
                CheckMythTVStorageGroup("/home/public/data/pvr/$Device_Description/Recordings","Default","$hostName");      #Put the special "Default" storage group in.
                CheckMythTVStorageGroup("/home/public/data/pvr/$Device_Description/livetv","LiveTV","$hostName");       #Put the special "LiveTV" storage group into the moons root pvr* directory
                CheckMythTVStorageGroup("/home/public/data/pvr/$Device_Description/Recordings","public: $Device_Description","$hostName");

I see all scheduled recordings and livetv recordings (hit the record button while watching livetv, or a scheduled recording fired while watching it live) in LMCE orbiter.

Anyone else think it is a good idea for release?

67
Users / Re: Strange behavior with web browsing on beta2 - big problem
« on: December 10, 2009, 05:42:15 am »
I am more inclined to think a windows 7 problem rather than a modem problem. Anyone else notice this behavior with windows 7?

68
Users / Re: Strange behavior with web browsing on beta2 - big problem
« on: December 08, 2009, 08:52:06 pm »
What's even stranger now is that it affects all of the windows 7 computers on the network, but not the windows XP.

69
Users / [SOLVED] Strange behavior with web browsing on beta2 - big problem
« on: December 08, 2009, 08:03:53 pm »
I noticed that after beta2 install, I can no longer get to several web sites that I use regularly. Most of the pages are .asp, and they all give a "bad request" or connection reset error. I can get to the pages fine if I bypass the core.

A example site is http://service.ringcentral.com/login.asp

Anyone have an idea? I am completely lost on this one.

70
Users / Re: PPTP VPN - iPhone VPN access
« on: December 08, 2009, 04:30:08 pm »
VNC and VPN are completely separate products.

71
Users / Re: Mythtv recordings are choppy in Xine
« on: December 08, 2009, 05:17:01 am »
My issue is not isolated to Xine, it is choppy in Myth as well. I just ordered an 8400GS to replace my 7200. I'll update afterwards.

72
Users / Re: MythTV - 4 simultaneous encoders from 2 tuners (hdhomerun)!
« on: December 08, 2009, 05:14:24 am »
note that multirec depends on the programs being on the same physical channel. ie one is on 4.1 and one is on 4.2.

I recorded 4 different HD shows from four different networks (5.1, 11.1, 17.1, 50.1), and they all recorded fine. So not sure if what you stated is accurate.

73
Users / Re: Mythtv recordings are choppy in Xine
« on: December 07, 2009, 09:31:33 pm »
Update: Video playback is fine in Mythtv, so it looks like the choppy/stopping is only in Xine.

74
Users / Re: MythTV - 4 simultaneous encoders from 2 tuners (hdhomerun)!
« on: December 07, 2009, 08:39:48 pm »
I also wonder if I could get more than 4, but I am too chicken to try :-\ I made the mistake of telling the wife, and she threatened me when I mentioned messing with it some more.

Pages: 1 ... 3 4 [5] 6 7 ... 20