Internet cameras -
On Thu, Feb 18, 2010 at 1:03 AM, Bob Goodwin <bobgoodwin@wildblue.net> wrote:
Correction - Internet ports didn't copy first time so I added them.
On 17/02/10 09:10, Steven Stern wrote:
>
> When you use the camera from Windows, do you use a browser to view the
> image? *If so, can you find anything relevant in the page source?
>
> If not, what does netstat show while viewing the image? *It may use some
> port other than 80.
>
>
Yes, their software brings up IE and the video image is displayed in a
window there.
Source doesn't provide much of use that I can see.
* *<html>
* *<head>
* *<meta http-equiv="Content-Language" content="en-us">
* *<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
* *<title>Wireless IP Camera</title>
* *<base target="_self">
* *</head>
* *<frameset cols="*" framespacing="0" border="0" frameborder="0">
* *<frameset cols="*">
* *<frameset rows="50,22,86%">
* *<frame name="top" src="" scrolling="no" noresize
* *marginwidth="12" marginheight="15" target="_self">
* *<frame name="button" src="" target="main"
* *marginheight="12" scrolling="no" noresize>
* *<frame name="main" src="" target="_self">
* *</frameset>
* *</frameset>
* *<noframes>
* *<body>
* *</body>
* *</noframes>
* *</frameset>
I'm not sure how to use "netstat" to investigate this?
They do show two ports under LAN configuration, 4321, and 80.
* * *LAN
* *Network Type : * * *DHCP Static IP Address
* *IP Address :
* *Subnet Mask :
* *Gateway :
* *Primary DNS :
* *Secondary DNS :
* *Video Port : * * * *4321
* *HTTP Port : * * * * * * * * 80
Thanks.
Bob
--
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
This is default video port - 4321.
As far as I can see from this:
>* [0x7eff280011f8] access_mms access error: error: HTTP/1.1 401* Unauthorized
you could also try
vlc mms://192.168.1.51:4321
or
vlc mms://192.168.1.51:4321/streamname
But I am not sure about authorization options, so you better read user's manual, it's not that big.
~B
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
|