LinuxMCE Forums
May 25, 2013, 06:18:19 am GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
  Home Help Search Chat Login Register  
  Show Posts
Pages: 1 2 3 [4] 5 6 7
46  LinuxMCE / Users / AUS HDHomerun EPG on: October 13, 2010, 12:59:36 pm
Hey All,

I have got a couple of the HDHomeruns and was wondering how do you get the EPG stuff in Australia to work, I was trying to do it using oztivo via the setup but it kept trying to run /usr/bin/tv_grab_ar

Any help would be appreciated.

Cheers
Slampt
47  LinuxMCE / Developers / Re: Touch Orbiter for WinCE 5.0 - Why not port it to your favourite Device/OS? on: October 04, 2010, 12:10:44 am
What Posde said Tongue

Nah, I hardly spent much time on it, I just grabbed the code that mihajzm submitted and made a few changes.
So far I find it way more responsive than the native one. Where is the source for the native one? I can't find it in SVN.

Cheers
Slampt
48  LinuxMCE / Developers / Re: Touch Orbiter for WinCE 5.0 - Why not port it to your favourite Device/OS? on: October 03, 2010, 10:34:06 am
I have been developing on my n810, I have made some slight changes too the mini2440 code to get it to work nicely on the n810 (so far so good).
Now I just need to build the deb package.  I will tidy up a few things then submit it to track so someone can add it to the svn (if they like).

Cheers
Slampt
49  LinuxMCE / Developers / Re: Touch Orbiter for WinCE 5.0 - Why not port it to your favourite Device/OS? on: October 02, 2010, 12:50:46 pm
Hey Coley

I don't suppose you could upload what you have done re: n800 to SVN, I am playing with the source for the mini2440 by mihajzm but as your previous post indicates you have already started to create the deb package. Otherwise I will continue with what I am doing Smiley

Cheers
Slampt
50  LinuxMCE / Installation issues / Re: 810 internet install failed on: February 14, 2010, 03:19:19 am
I too had this problem the other day using the net install.
I haven't done any research yet as to why but I will tomorrow.

Slampt
51  LinuxMCE / Developers / Re: [Solved] Dealextreme (cheap) IP Camera help on: February 10, 2010, 03:48:18 am
Sorry Kooma,

I have been rather busy so haven't had time to reply.
I basically created a GSD using one of existing templates as a guide.
I have tried submitting the Templates but have yet to hear from anyone about it being accepted or not.

If you get stuck let me know and I will try and write something up when I get home from work.

Cheers
Slampt
52  LinuxMCE / Users / Re: DS9490R 1-wire interface. Is it working? Anyone using one? on: February 03, 2010, 09:10:13 am
When do you think it would of become corrupt, I have copies of MCE dating back a fair bit.

Cheers
Slampt
53  LinuxMCE / Users / Ducted Aircon integration on: February 01, 2010, 04:43:06 am
Hi all,

I was just wondering if anyone (in AU) has looked into integrating ducted aircon with their LMCE setup?
I am looking at both evap and reverse cycle (Evap is all or nothing and Reverse Cycle is Zoned).

I have been looking at the Z-WAVE Thermostats available in the USA but I can not figure out if that would work as a drop in replacement here, and if it can what modules it would support.

Cheers
Slampt
54  LinuxMCE / Developers / Re: [Solved] Dealextreme (cheap) IP Camera help on: January 02, 2010, 01:03:22 pm
Ok,

I have just updated the wiki with the working ruby code, but Plugnplay still doesn't work.

I have also updated a section for another cheap DX camera (IP-400)

Cheers

Slampt
55  LinuxMCE / Developers / Re: [Solved] Dealextreme (cheap) IP Camera help on: December 31, 2009, 04:19:46 am
Just an update,
I quickly tested the code, but for some reason the auth part isn't working.
If I telnet to the Camera and run it manually like so

telnet 192.168.80.218 80
GET /cgi-bin/action?action=snapshot HTTP/1.0
Accept: */*
Authorization: Basic "YWRtaW46YWRtaW4="

HTTP/1.0 200 OK
Date: Tue, 03 Apr 1984 01:53:38 GMT
Server: Boa/0.94.14rc18-ipcam
Accept-Ranges: bytes
Connection: close
Saved 33156 bytes to /tmp/s/snapshot.jpg.
Content-type: image/jpeg
Content-Length: 33156

etc

But if I try and view the image through the linuxmce web admin, tcpdump shows this.

14:18:50.480366 IP dcerouter.35688 > 192.168.80.218.www: P 1:103(102) ack 1 win 92
E....
@.@.F3..P...P..h.PU.:.|...P..\....GET /cgi-bin/action?action=snapshot
 HTTP/1.0
Accept: */*
Authorization: Basic YWRtaW46YWRtaW4=


14:18:50.481030 IP 192.168.80.218.www > dcerouter.35688: . ack 103 win 2920
E..(p.@.@.....P...P..P.h|...U.;.P..hV.........
14:18:50.489427 IP 192.168.80.218.www > dcerouter.35682: . ack 2 win 2920
E..(..@.@.q...P...P..P.b{.x.Pr..P..h..........
14:18:50.489958 IP 192.168.80.218.www > dcerouter.35682: F 1:1(0) ack 2 win 2920
E..(..@.@.q...P...P..P.b{.x.Pr..P..h..........
14:18:50.489987 IP dcerouter.35682 > 192.168.80.218.www: . ack 2 win 92
E..(..@.@.....P...P..b.PPr..{.x.P..\....
14:18:50.491760 IP 192.168.80.218.www > dcerouter.35688: P 1:181(180) ack 103 win 2920
E...p.@.@..$..P...P..P.h|...U.;.P..h~F..<HTML><HEAD><TITLE>401 Unauthorized</TITLE></HEAD>
<BODY><H1>401 Unauthorized</H1>
Your client does not have permission to get URL /cgi-bin/action from this server.
</BODY></HTML>

As mentioned I have pasted the Code to the wiki, any help would be great.  I didn't have this problem when I first created the template, but for some reason I do now Sad

Slampt
56  LinuxMCE / Developers / Re: [Solved] Dealextreme (cheap) IP Camera help on: December 31, 2009, 02:03:38 am
Ok I have added the code that "should" work to the wiki

http://wiki.linuxmce.org/index.php/IPC-1002

I haven't tested it yet because I don't have the cameras with me at the moment.  Will get them back next week some time.  I also have a handful of other stationary/dome style cameras I want to try and test too.

Slampt
57  LinuxMCE / Users / Re: Finally, Z Wave in Australia on: December 31, 2009, 01:32:40 am
I had a quick chat with smarthome.com.au the other day, they have started shipping them, and a few people have ordered (from what they tell me).
They also expect to have some in wall dimmers etc available in the new year!

Cheers
Slampt
58  LinuxMCE / Users / Re: Finally, Z Wave in Australia on: December 22, 2009, 02:03:14 am
That's hot!
I can't wait to get me some of that gear! Tongue
Hopefully they will release thermostats too!

Slampt
59  LinuxMCE / Users / Re: Certain MKVs not working on: October 15, 2009, 03:22:08 am
Have you tried renaming the file to .m2ts and changing its meta data type to LinuxMCE Bluray Disc... this will cause mplayer to play it instead... although you won't be able to pause, rewind, etc.

Sorry for the delay Colin, I have tried the above, this trick used to work for me in 0710, but I haven't been able to get it to work in 0810.
I will have to investigate more, I don't think mplayer is actually getting called when I try this.
ATM I am just jumping into KDE desktop and running mplayer from the cli (the the mkvs work when I do this) Smiley

Slampt
60  LinuxMCE / Users / Certain MKVs not working on: October 04, 2009, 01:14:14 pm
Hey all, not sure if anyone can help here (this is a xine issue I think).
I have some mkvs (legacy) from when I used another media platform. However I can not seem to get them to play with Xine.
The error I get is
ebml: read error

If I crank up KDE desktop I can get it to work under Mplayer, unfortunately the little trick of renaming it to *.evo doesn't seem to work under 810 anymore. Anyone with xine clue able to lend a hand?

Thanks
Slampt
Pages: 1 2 3 [4] 5 6 7
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!