[Linux] req: XBMC Live - install webcam for remote viewing?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Th3R00st3r Offline
Senior Member
Posts: 110
Joined: Nov 2008
Reputation: 0
Post: #1
Hi,

I have xbmc live installed on a REVO 1600 in my LV Room. I would like to hook a webcam up to this so I can view my living room remotely. This would be also be cool when they setup video conferencing from within XBMC. I have family and would like to video chat with them during the holidays from this PC.

For now, installing a webcam so I can view my lv room remotely will suffice. Can I do this?
find quote
jhsrennie Offline
Team-XBMC Developer
Posts: 7,237
Joined: Nov 2008
Reputation: 117
Location: Chester, UK
Post: #2
It depends how the webcam works.

Many standalone webcams supply streaming video, and in this case you just need to create a .strm file with the address of the webcam.

JR
find quote
darkscout Offline
Posting Freak
Posts: 2,148
Joined: Jul 2008
Reputation: 12
Post: #3
He's going the other way, if I read it correctly. He doesn't want to view a remote location on his XBMC. He wants to plug a USB camera into his Live and creep on people watching TV.

Install VLC and look at how to stream. It should be pretty easy. I got something basic working in a few minutes of testing.

[Image: aeKO.jpeg]
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
find quote
Th3R00st3r Offline
Senior Member
Posts: 110
Joined: Nov 2008
Reputation: 0
Post: #4
darkscout is correct.

Ha, not so much creep as much as keeping an eye on my teenage son and his friends hanging out at my house all day while I'm at work! haha. Oo

All joking aside, I would like to use it to stream video to friends and family that live out of state. It's a logitech webcam. I just didn't know how to set it up on an XBMC live terminal.
find quote
jschoen Offline
Senior Member
Posts: 119
Joined: Sep 2010
Reputation: 0
Location: Chalmette, Louisiana
Post: #5
I quick search gave me this. I have not actually done this, but it seems reasonable. The only other thing is that you will need to set up port forwarding on your router to the computer with the webcam. You could probably get more help by asking http://unix.stackexchange.com/ or http://askubuntu.com/.
find quote