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

Main Menu
Menu

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.

Show posts Menu

Topics - kyfalcon

#21
Users / Video intercom
November 23, 2011, 03:21:17 PM
Is it possible to hook a a few webcams used for skype up to a couple of MDs and use them as video intercoms? Or even as a baby monitor?
#22
Users / Live Tv Menu
November 21, 2011, 04:24:18 AM
Don't mean to nitpick, but the menu items for live tv have mixed case. Is this something in a table or config file? Some are capitalized and some aren't. Some are abbreviations and some aren't. I think this needs to be consistent. Maybe I'm too anal, but I think Having it all Capitalized would make the system look more professional.

Kevin
#23
Users / Penguin in the chair on startup
November 18, 2011, 09:36:40 PM
Don't know who put this change in, but I like it!
#24
Users / MPlayer
November 11, 2011, 03:20:34 PM
I did a total reinstall of 10.04 yesterday and noticed that MPlayer was not being installed on the core even though it was checked in the software section of the Media Director in the Web admin. I ended up doing an apt-get install Mplayer. Not sure if doing that would pull the needed version for LinuxMCE.
#25
Users / MythTV version
November 08, 2011, 12:44:28 AM
What version of Mythtv does 10.04 use? If it is not .24, is there anything keeping me from building my own version of .24 and using that? I need .24 for the support of the Ceton infinity capture card.

Any help is appreciated.

Please Thom don't be a hater :)
#26
Users / Can't get MCE_USB remotes to work on 10.04 MDs
September 27, 2011, 07:16:08 PM
Can't get my remotes to work on my 10.04 MDs. Anybody have any tricks?

Thanks,
Kevin
#27
Users / MD setup fails in 10.04
September 16, 2011, 04:03:33 PM
Getting Diskless setup failed on both of my MD's in 10.04.

Is this working?

I installed 10.04 on my core.
did apt-get update /upgrade

then ran Diskless_CreateTBZ.sh

when I boot the MD's I get "Diskless Setup Failed".

I checked fstab-diskless and it is correct.

Can I rerun Diskless_CreateTBZ.sh or do I need to start from scratch?

#28
Users / m2ts video in 10.04?
September 08, 2011, 10:55:06 PM
Is .m2ts video working in 10.04? In an old post I saw that Thom said it would be added back into 10.04. If it has been added back, is there any thing special needed to get this working? I have a Canon HD Video Camera that records AVCHD that I would love to watch on my system.

As always thanks!
#29
I tried to go into the web admin from my core on a new 10.04 install. Fill in the user/password and a blank screen comes up. When I hit refresh I get the drop downs but there is nothing in the left hand frame.

I need to swap my nics and remember doing this from the web admin.

Anyone else see this? Any ideas.
#30
Users / No Audio in Xine through HDMI
August 30, 2011, 10:24:46 PM
I have an MD running on an Zotac ZBOX. I have had it running just fine with video through HDMI and AUDIO thru fiber, but decided to eliminate some cables. I followed the instructions for adding asound.conf etc. I can hear sound though mplayer, but no go through Xine. I also do not get any output (sound,video) when sending the signal to my stereo amplifier first. Only way to get either of them is to send to straight to TV. I can see the boot sequence when going through the amp but once Linuxmce comes up I loose all video.

I can always go back to sound through fiber but that is a bit defeatist in purpose.

Any ideas?

Thanks,
Kevin
#31
Developers / Debug
June 10, 2011, 05:25:26 PM
Is there a way to run this in a debugger? Or do you just have to add a bunch of comments to the logs?
#32
I have downloaded linuxmce 10.04 onto a zip drive and am using this to mess with some of the code. When I try to build PlutoUtils I get some errors that I don't get on my 8.10 system. Am I missing a library or a new step for building in 10.04?

Here are the errors.

dcerouter_1018483:/mnt/device/34/linuxmce/src/PlutoUtils# make all
g++ -c -I./ -I../../ -I../ -I../DCE/ -I../../DCE -I../VIPShared/ -I../../VIPShared -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DUSE_LZO_DATAGRID -DKDE_LMCE -DDEBUG -DTHREAD_LOG -DLOG_ALL_QUERIES -I/usr/include/mysql -fPIC -Wall -g -ggdb3 -D_GNU_SOURCE DatabaseUtils.cpp -o DatabaseUtils.o
In file included from ../db_wrapper/db_wrapper.h:112,
                from DBHelper.h:23,
                from DatabaseUtils.h:27,
                from DatabaseUtils.cpp:18:
../db_wrapper/db_wrapper_mysql.h:7:25: error: mysql/mysql.h: No such file or directory
In file included from ../db_wrapper/db_wrapper.h:112,
                from DBHelper.h:23,
                from DatabaseUtils.h:27,
                from DatabaseUtils.cpp:18:
../db_wrapper/db_wrapper_mysql.h:17: error: expected constructor, destructor, or type conversion before '*' token
In file included from DatabaseUtils.h:27,
                from DatabaseUtils.cpp:18:
DBHelper.h:36: error: ISO C++ forbids declaration of 'MYSQL_RES' with no type
DBHelper.h:36: error: expected ';' before '*' token
DBHelper.h: In constructor 'PlutoSqlResult::PlutoSqlResult()':
DBHelper.h:37: error: class 'PlutoSqlResult' does not have any field named 'r'
DBHelper.h: In member function 'void PlutoSqlResult::ClearResults()':
DBHelper.h:44: error: 'r' was not declared in this scope
DBHelper.h:46: error: 'mysql_free_result' was not declared in this scope
DBHelper.h: At global scope:
DBHelper.h:64: error: ISO C++ forbids declaration of 'MYSQL' with no type
DBHelper.h:64: error: expected ';' before '*' token
In file included from DatabaseUtils.h:27,
                from DatabaseUtils.cpp:18:
DBHelper.h:164: error: 'MYSQL' has not been declared
DBHelper.h:180: error: ISO C++ forbids declaration of 'MYSQL_RES' with no type
DBHelper.h:180: error: expected ';' before '*' token
DatabaseUtils.cpp:579: error: expected ';' at end of input
DatabaseUtils.cpp:579: error: expected '}' at end of input
In file included from DatabaseUtils.h:27,
                from DatabaseUtils.cpp:18:
DBHelper.h: In constructor 'DBHelper::DBHelper()':
DBHelper.h:74: error: 'm_pDB' was not declared in this scope
DBHelper.h: In constructor 'DBHelper::DBHelper(std::string, std::string, std::string, std::string, int)':
DBHelper.h:97: error: 'm_pDB' was not declared in this scope
DBHelper.h: In destructor 'virtual DBHelper::~DBHelper()':
DBHelper.h:111: error: 'm_pDB' was not declared in this scope
DBHelper.h:112: error: 'mysql_close' was not declared in this scope
DBHelper.h:113: error: 'm_pDB' was not declared in this scope
DBHelper.h: In member function 'bool DBHelper::DBConnect(bool)':
DBHelper.h:133: error: 'm_pDB' was not declared in this scope
DBHelper.h:137: error: 'mysql_close' was not declared in this scope
DBHelper.h:140: error: 'm_pDB' was not declared in this scope
DBHelper.h:142: error: 'db_wrapper_init' was not declared in this scope
In file included from DatabaseUtils.h:27,
                from DatabaseUtils.cpp:18:
DBHelper.h:151: error: 'm_pDB' was not declared in this scope
DBHelper.h:151: error: 'mysql_real_connect' was not declared in this scope
DBHelper.h:154: error: 'mysql_error' was not declared in this scope
DBHelper.h: In member function 'void DBHelper::SetConnection(int*)':
DBHelper.h:166: error: 'm_pDB' was not declared in this scope
DBHelper.h: In member function 'std::string DBHelper::md5(std::string)':
DBHelper.h:173: error: 'MYSQL_ROW' was not declared in this scope
DBHelper.h:173: error: expected ';' before 'row'
DBHelper.h:174: error: 'class PlutoSqlResult' has no member named 'r'
DBHelper.h:174: error: 'db_wrapper_query_result' was not declared in this scope
DBHelper.h:174: error: 'row' was not declared in this scope
DBHelper.h:174: error: 'class PlutoSqlResult' has no member named 'r'
DBHelper.h:174: error: 'mysql_fetch_row' was not declared in this scope
DBHelper.h:177: error: 'row' was not declared in this scope
DBHelper.h: At global scope:
DBHelper.h:178: error: expected unqualified-id at end of input
make: *** [DatabaseUtils.o] Error 1
#33
Developers / SiriusXM
February 15, 2011, 07:01:59 PM
Sirius/XM now has the ability to listen via the web. The new page uses a flash plugin for playing a particular stream. There is a username/password box and then it allows you to choose a station much like a jukebox. After 90 minutes of listening it will ask you if you are still listening. Is there a way to incorporate this into Linuxmce similar to HULU? Also, the place I listen most I don't have a keyboard mouse. Is it possible to use the remote with flash? Is it possible to pre-populate the username/ password?

Thanks Kevin
#34
Users / Hauppauge PCIe internal component capture card
January 07, 2011, 10:18:31 PM
Anyone see this anouncement from CES?
Thom what do you think?

I would love to go the cable card route, but could survive with 2 of these. Does anyone think the a core could handle 2 of these at the same time? How would these do with live tv?
#35
Users / Screensaver stops when song ends
December 13, 2010, 06:07:19 PM
My screen saver on an MD stops transitioning whenever a song ends. I have deleted and re-added the MD and it still occurs. This MD is in an area where I entertain alot, so it is rather annoying to have to hit the menu or back button to get the pictures flowing again only to have them pause at the end of the next song. The system is a ZOTAC ZBOX. I have not noticed this on any other machines. Is there a setting I need to check? Any help is greatly appreciated.

Kevin
#36
Users / Joystick help needed.
November 25, 2010, 06:57:48 PM
I bought a new USB joystick for use with MAME. The direction stick works fine but none of the buttons cause the fire action. Is there a way to map the button presses? Or do I need to take this joystick back and try another.

Thx
#37
Users / KDE Desktop lock up
November 03, 2010, 05:48:52 PM
Something happened to my core. When I try to go to the KDE Desktop from my core the screen goes blue, I can move the mouse and that is all that happens. I am trying to update the alsa drivers on my new Zotac ZBox but am unable to proceed because of this issue. Any nudge in the right direction would be greatly appreciated.

Kevin
#38
Users / 3 quick questions.
February 08, 2010, 10:30:32 PM
Haven't had much luck finding a definitive answer 2 these 3 questions so thought I would ask them all here.

1. Can I view the mpeg url from my panasonic BL-C11A instead of intermitant jpegs.

2. Can I pick up the sound from this camera. ( want to use it in the nursery).

3. Will bluetooth keyboard and mouse work in linuxmce? 


Any help would be appreciated as my research time is getting more and more limited.

thanks.
#39
Users / Sound from/to Panasonic IP Camera
January 09, 2010, 06:39:42 PM
I have a Panasonic BL-C111A IP camera hooked up to my system. Is it possible to get the sound channel working with linuxmce? Is there a way to increase the jpeg capture frame rate so the picture isn't so choppy?


Thanks,
Kevin
#40
Users / Google Voice
January 08, 2010, 10:37:49 PM
Has anyone looked into using google voice as the telephony portal of linuxmce? Would it even be possible?