Video over HTTP with Firefox

Eleonors

n3wb
Jul 24, 2025
8
0
Italy
Hi,

I can't reach the following via HTTP:

http://IP:PORT/cgi-bin/CGIProxy.fcgi?cmd=snapPicture&usr=admin&pwd=PASSWORD

A Foscam FI9900P running Mozilla Firefox. Can you tell me the solution?
Thanks
 
I believe that URL is for a snapshot, not a MJPEG video stream.
Try this:

Code:
http://Camera-IP:88/videostream.asf?usr=admin&pwd=admin

OR

http://admin:admin@Camera-IP:88/videostream.asf?

If the HTTP port is 88 (like most Focams) you have to include it in the URL; if not and the default HTTP port is 80 it can be left off.
 
404 not fund
Your string gives an error, is it possible that the camera does not support mpeg streaming over http?
FI9900P

Immagine 2025-09-18 210253.jpg
 
Last edited:
404 not fund
Your string gives an error, is it possible that the camera does not support mpeg streaming over http?
FI9900P

View attachment 228327
Yes, it's possible, I don't have that camera. Can you open the camera's embedded webGUI with the IP?
Something like :

Code:
http://Camera-IP

or

http://Camera-IP:88

Also, do you know how to discover what ports are enabled and open?
 
Yes, the Web GUI is enabled, but it no longer works with modern browsers.
I know exactly which port to use, because Firefox lets me view screenshots; it's just the real-time video that doesn't display.
 
Yes, the Web GUI is enabled, but it no longer works with modern browsers.
I know exactly which port to use, because Firefox lets me view screenshots; it's just the real-time video that doesn't display.
Gee,. that could have been handy info in your first post....:cool:
 
Just an FYI in case you weren't aware (and you may be aware but not want to or can't accommodate anything but a browser to play video) but Foscam's user manual for the FI9900P states it can play a RTSP stream to VLC using the following URL's :

Code:
rtsp:/username:password@Camera-IP:88/videoMain

OR

rtsp:/username:password@Camera-IP:88/videoSub

NOTE: Place 2 "/" after "RTSP:" as the forum won't allow 2 to be displayed consecutively here.
 
  • Like
Reactions: looney2ns
Thank you for listening. Unfortunately, the FI9900P is not compatible with this system, but the G4C works perfectly. I've now placed a file on my desktop that calls VLC with this internal M3U string.

Code:
#EXTM3U
rtsp:/admin:[email protected]:89/videoSub

Just as you advised, thanks.