LinuxMCE Forums
May 24, 2013, 10:54:39 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 ... 5
1  LinuxMCE / Developers / Re: Building Dynamic Orbiters with JSON/AJAX/HTML5 on: March 26, 2013, 04:52:40 pm
Will it be fully compatible with LinuxMCE?

Can you describe the server-side architecture you are using?

What limitations, if any, should we expect to see in the finished version (relative to the current native orbiter feature set)?
2  ago control / Users / Re: Welcome on: October 25, 2012, 11:23:46 pm
Where is the source?
3  LinuxMCE / Users / Re: Linux MCE beating as the heart of whole house automation on: September 27, 2012, 07:07:17 pm
What spec?
The protocol information for the NX-8E.  Like this: https://www.drivehq.com/folder/p9084843/049711833.aspx

So, can I please, please, pleeeease have a page?
I don't think you really need permission to create this.  Just log in and do it.
4  LinuxMCE / Users / Re: Remotely ssh into a machine behind LMCE router on: July 13, 2012, 07:59:48 pm
You can forward a port (using the LMCE firefall config) to your desktop IP, which I wouldn't do.

Or, you could change your ssh tunnel to use the IP of the desktop machine, instead of the core loopback address

Code:
ssh -p 22 -L 5900:<internalIPofDesktop>:5900 <coreUser>@<externalIP>

This won't ssh straight to your desktop.  It will still ssh to the core.  But, the port forward will be to your desktop.  If you really needed to ssh to the desktop to run some commands, you could just ssh from the core to the desktop (no port forwarding req'd). 
5  LinuxMCE / Users / Re: MK802 Android4 MiniPC - Usage as Mediadirector on: July 11, 2012, 06:42:53 pm
Where may one get one of these devices?

Try these links:
http://www.aliexpress.com/product-fm/563764893-Freeshipping-Rikomagic-MK802-Mini-PC-Mini-Android4-0-dongle-android-IPTV-google-tv-smart-android-box-wholesalers.html
http://www.dealextreme.com/p/android-4-0-mini-pc-google-tv-player-w-wifi-allwinner-a10-cortex-a8-tf-hdmi-white-4gb-137012?item=2

Since we are discussing Allwinner A10 systems...here are a couple devices based on the same SoC that would make nice MDs, as well.

http://www.dealextreme.com/p/mele-1080p-android-2-3-internet-tv-set-top-box-w-wifi-optical-3-x-usb-hdmi-av-lan-sd-119913?item=2
http://www.dealextreme.com/p/mele-a2000-1080p-android-2-3-network-multi-media-player-w-sata-usb-hdmi-lan-vga-wifi-4gb-131566?item=2

As far as I can tell, though, all of these systems are not ready for true MD use due to VPU/GPU linux driver issues.  A lot of work needs to be done in that area (by the community at large) before it could be usable for us as an ubuntu based MD.

An all-android based solution (something like qOrbiter/qMediaPlayer) would probably provide the best performance.
6  LinuxMCE / Users / Re: Ill Catch yer shark... on: June 08, 2012, 04:54:19 pm
he says he prefers.PSD, suggesting he wants to present the submissions (ie no screenshots)


I assumed he preferred PSD so the QML would be easier to create (exported from PS).
7  LinuxMCE / Developers / Re: LinuxMCE with C# on: March 11, 2012, 06:13:15 pm
The socket you are sending stuff to is using the so called Proxy Orbiter. It is a kludge that was created for the web orbiter in the first place. A "real" orbiter doesn't talk to the socket of Proxy Orbiter, but sends and receives messages to dcerouter.

There is already a .NET implementation of touch orbiter, UnOrbiter.NET.  http://svn.linuxmce.org/trac.cgi/ticket/795  It is part of the kludge, though, so it probably doesn't help get you towards your goal.

You might be able to import the DCE libs into you C# project and go that route.
8  LinuxMCE / Users / Re: turn monitor touch screen on/off on: March 07, 2012, 06:17:23 pm
tschak made a device for this already.  It should work for you.


http://wiki.linuxmce.org/index.php/DPMS_Monitor
http://forum.linuxmce.org/index.php/topic,8729.0.html
9  LinuxMCE / Users / Re: NEWS: rc Time on: August 26, 2011, 09:03:14 pm
What changed between 10.04 to the rc1 version in regards to networking? 

You do realize that this is a RC for 0810, right?
10  LinuxMCE / Feature requests & roadmap / Re: Radio Thermostat Publishes API on: June 29, 2011, 12:55:51 pm
Docs available here:
http://radiothermostat.com/latestnews.html
(under advanced technical information)
11  LinuxMCE / Users / Re: PadOrbiter 2.0 on: March 10, 2011, 07:35:28 pm
Nice work Thom.  Your effort is appreciated.

I have the modified efi image corrected and ready to go with the LinuxMCE logo.  I'll verify it once I get my second unit (after un-bricking the first one  Grin).
12  LinuxMCE / Feature requests & roadmap / Re: Send audio from video to Squeezebox or simillar? on: February 24, 2011, 08:12:03 pm
because someone would like to continue listen to a movie while visiting the restroom...

It would also be very useful for watching sporting events, as you could still hear the play-by-play.
13  LinuxMCE / Users / Re: Ripping music and video from CD and DVD for future LinuxMCE system on: February 24, 2011, 06:29:40 pm
(ie RAID 5 has about 33% loss)

This is just plain wrong.

http://en.wikipedia.org/wiki/RAID_5#RAID_5_usable_size
14  LinuxMCE / Developers / Re: Recompile MythTV_PlugIn on: February 18, 2011, 07:34:59 pm
however, the plugins need special treatment, and can not typically be built without a full build pass.

-Thom

Good to know.
15  LinuxMCE / Users / Re: Multi-room Audio - a tad confused on: February 18, 2011, 07:08:25 pm
It will know because it registers to the Squeeze server with the MAC address used when launching the squeezeslave (-m).

You add the squeeze device to LinuxMCE and set it with the appropriate MAC address device data.
Pages: [1] 2 3 ... 5
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!