Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Block Webcam?

  1. #1
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Block Webcam?

    Is it possible to block a webcam from the router or whatever? My sister keeps on using the freaking webcam and that is a great waste of bandwidth! Can I block the port or something?

    I can disable the webcam from the device manager of 'her' computer.. but I'd like that to be my last resort.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: Block Webcam?

    You can disable ports on the router's firewall. Check the router's configuration page, usually 192.168.2.1 or something similar.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  4. #3
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: Block Webcam?

    It's 192.168.1.1.. I know that. I was reading online and read that the port that yahoo uses for webcam is 5100.. is this for every application?

  5. #4
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: Block Webcam?

    I don't think so - you'll have to find out which one is used for her webcam.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  6. #5
    gaylo565's Avatar
    gaylo565 is offline Programming Professional
    Join Date
    May 2007
    Location
    flagstaff, az
    Posts
    268
    Rep Power
    21

    Re: Block Webcam?

    It is different for each application. Here is the range used:
    Webcam and Video Conversations TCP 80
    TCP/UDP 5000 - 65535
    some more advanced applications will actually open a new port if the one they are using is disabled. These applications typically have a smaller sub-range of available port numbers (usually about 10 or so.) If you know which programs she uses for her webcam it is easy enough. If you don't know what port to disable use the netstat command from the command line to view a list.

  7. #6
    Join Date
    May 2008
    Posts
    2,126
    Blog Entries
    1
    Rep Power
    33

    Re: Block Webcam?

    Or just write an application that subclasses her web cam program, and then prevent it from receiving any network data, and the connection will get dropped.

  8. #7
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: Block Webcam?

    Quote Originally Posted by gaylo565 View Post
    It is different for each application. Here is the range used:
    Webcam and Video Conversations TCP 80
    TCP/UDP 5000 - 65535
    some more advanced applications will actually open a new port if the one they are using is disabled. These applications typically have a smaller sub-range of available port numbers (usually about 10 or so.) If you know which programs she uses for her webcam it is easy enough. If you don't know what port to disable use the netstat command from the command line to view a list.
    Uhm. can I execute netstat from my laptop to monitor her computer?

    Quote Originally Posted by MeTh0Dz|Reb0rn View Post
    Or just write an application that subclasses her web cam program, and then prevent it from receiving any network data, and the connection will get dropped.
    Too complicated.

  9. #8
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42

    Re: Block Webcam?

    MeTh0Dz' solution would be the most optimal one, as one shan't care about the different ports the different applications are using. But well, if you're going to block ports, then you just have to find out which application she's using for the webcam, whether it's MSN Messenger, Skype, or whatever. When you know which application it is, you shall find out which port the particular application is using. Sometimes is the user able to change the port, and in that case you'll have to check her settings.
    Last edited by v0id; 07-25-2008 at 01:56 AM.

  10. #9
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: Block Webcam?

    I know what program she is using, I mean.. we live in the same house LOL! Uhm, but methodz method will not work, because if I block the network then she will not be able to chat. I just want to block the camera, not the whole program.

  11. #10
    Join Date
    May 2008
    Posts
    2,126
    Blog Entries
    1
    Rep Power
    33

    Re: Block Webcam?

    My method can still work, you will just have to do some research and identify which data is meant for the webcam, and which is meant for chat.

    Another method would be to write a filter driver, and put it in the device driver chain that her webcam uses. Then just tell it to drop all packets.

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [Ask] Webcam LAN
    By ayachub in forum Visual Basic Programming
    Replies: 0
    Last Post: 06-03-2010, 02:50 AM
  2. Webcam
    By MyPassionLinux in forum Linux Hardware
    Replies: 6
    Last Post: 02-05-2009, 06:08 AM
  3. how to use webcam
    By jatinder_44 in forum Visual Basic Programming
    Replies: 4
    Last Post: 07-14-2008, 10:47 AM
  4. WebCam and c++
    By petko10 in forum C and C++
    Replies: 2
    Last Post: 04-06-2008, 06:52 AM
  5. USB Webcam
    By m_l_w in forum Visual Basic Programming
    Replies: 1
    Last Post: 10-16-2007, 09:58 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts