Jump to content

Recommended Posts

Posted (edited)

IE 'comes with wine in ubuntu'? I dunno what version of Ubuntu you're using but it can't be an official release if your wine package includes IE as I'm sure MS wouldn't be too pleased with that!

 

I've not tried IE under wine but appdb says that IE6 is about the only one that runs in any kind of semi-usable way, which is kinda sad/strange when Office (2007 at least) and Photoshop work so well under wine these days.

 

However, there does seem to be a FF ActiveX plugin although I've not tried it:

 

Esker Software

 

We have some Axis IP cameras and I have successfully recorded its raw stream to HD with vlc under Linux like so:

 

cvlc rtsp://user:[email protected]/axis-media/media.amp :sout='#std{access=file,mux=ts,dst=/home/dan/Videos/test.avi}'

 

I'd expect that command would only be sure to work for Axis cameras and of course you'd need to replace user and password and the dummy IP address/ output path

 

EDIT

 

Thats how you'd record from the terminal but if you just wanted to view an Axis IP camera under VLC you would use VLC's open network stream feature, select RTSP and then enter the

 

rtsp://user:[email protected]/axis-media/media.amp

 

Bit. As before, that says 'user : password' but without any spaces if the forum is parsing the : and p together as a smiley again!

Edited by danboid
Posted
As before, that says 'user : password' but without any spaces if the forum is parsing the : and p together as a smiley again!

...or just use the CODE tags! ;)

 

cvlc rtsp://user:[email protected]/axis-media/media.amp :sout='#std{access=file,mux=ts,dst=/home/dan/Videos/test.avi}'

rtsp://user:[email protected]/axis-media/media.amp

  • 2 weeks later...
Posted (edited)

I run CCTV on my personal property at home. I use software known as "Motion" on my Linux server (even made a YouTube guide for it

. I've been down the ZoneMinder road... I love that software so much... but frequently with my 1 mpx outdoor CCTV network based camera, I would come home to find ZM had lost connection to it and populated thousands of errors in the error log. It began happening frequently enough that I decided to find alternatives, especially since I wanted my CCTV software to be a bit more reliable. Motion was the winning ticket. The nice thing about ZoneMinder is you can tailor it so much... but with a home renovation and a wedding coming up, I cared more about getting drywall done than playing games with software... since Motion worked beautifully for me, I haven't looked back. Despite it not having a GUI for setting it up, it's config file is rather easy to use. Plus config files make for easy backups of my settings, which is a total win for me.

 

Getting more on topic, hate to drop the bomb here since you already have a CCTV setup, but when I was searching for CCTV cameras/software/etc., if the platform supported IE only, I immediately looked elsewhere. If the manufacturer was not competent enough to support other far more popular browsers, then I wasn't going to bother with them. That being said, by buying just the cameras (no DVR or NVR) and using Motion on my server, I circumvented that entire situation all together. While Motion does not have a GUI for setting things up, it does have a "webcam server" to allow you to go to the IP address of the camera and view the feed right in a web browser.

 

IE in Linux is going to be a tough break. Last I heard, IE6 is the last one that is supported in Linux through Wine. I hear there are IE-esque plugins available for Firefox and Chrome that mimic IE's operation, but I'm not sure how well they work. Likewise, I agree, VLC (and Totem) are solid options as they support live streams. That's actually how I check my cameras... I have an LCD monitor hooked into my server, which is right next to my desktop system... so when I'm on my desktop, I turn the server monitor on and right there is Totem which I leave running @ fullscreen with my backdoor camera feed. It makes it nice because I'm often downstairs in the office area with the music ramped up, and seeing the back door allows me to see if anybody comes by to visit when I don't hear the door bell. The only thing I'm trying to figure out is how I can get a "tiled" setup to be viewing multiple streams within VLC or Totem, such as this image:

1823805_hikvision1-1.jpg

 

The streams in particular are going to depend on exactly what you're capturing. My camera supports 3 streams... H264, MPEG4, and MJPG. Because of that, I have to make sure I know which stream is doing what. Within my camera interface I can select the streams accordingly, so I can say:

 

stream1 = 1280x800, 30fps, H264

stream2 = 1280x800, 30fps, MPEG4

stream3 = 640x480, 15fps, MPEG4

 

etc... It also tells me within the interface that I am to use the "live1.sdp" extension on the URL, with the number refering to the stream preset as I said above. So if my IP is 192.168.1.10, and I want to view stream 2 in VLC:

 

rtsp://192.168.1.10/live2.sdp

 

and I'd see it accordingly. If I had a username/password on the camera, VLC/Totem comes up first asking for it, then I see the feed. You can also utilize the MJPG stream, which is motion JPG... meaning a series of JPG pictures snapped consistently to create the video feed... If I understand correctly, MJPG is one of the simplest and most supported ways to capture video feed. No ridiculous patents or licensing or whatever it is that H264 is riddled with. In the case of the MJPG URL, I believe for me it is something like:

 

http://192.168.1.10/video4.mjpg

 

(as I understand, H264/MPEG4 = rtsp, while MJPG = http... could be wrong though, but if I recall, I think that's what I used)

 

The key is, these streams will be different from one camera to another, to another, to another, etc. You may need to do some digging in the user manual (if you don't have it, see if you can find a PDF version online... that's how I lucked out), or worst case scenario, give the company a call and ask. Either way, VLC/Totem should do the trick fine for viewing feeds. It's just the URL that sounds like the tricky part.

 

Fun FYI - One thing I love about network cameras is I can forward them through my router, so within IP Cam Viewer on my Android phone (not sure what apps [if any] exist for iPhone) I can save my cameras within the app. That way I can look on my phone to see if my puppy has destroyed another pillow, basket, or any other random object he can sink his teeth into. :D

Edited by JaSauders
Posted

Ill explain how the cctv here works... It's an IP Camera system made by QVIS. The cameras are plugged into the QVIS. We access the web interface to view the cameras for example we go to http://192.168.1.1 then the web interface asks for a login. Once logged in we are presented with the 8 Camera screens. The address in the address bar doesn't change, it stays as the IP. If you visit the web interface for the first time you are asked to install the Active X content - then switch to compatibility mode to view the web interface. I've looked in the settings on the box itself and on the web interface and I can find no information on how about accessing the cameras from anything but the web interface.

 

As daft as this sounds the QVIS box is built on Linux, but it seems you cant use anything but Internet Explorer to view the Cameras in the Web Interface.

Posted

Are the cameras connected to the box with regular BNC connections, and then the actual DVR itself has an ethernet port (and therefore an IP address) for you to access? Or are the cameras true network based cameras where they draw their own IP addresses via DHCP and then the box is configured for those cameras addresses specifically?

 

If the cameras are BNC based, but the box is network based, I'm not sure how you can draw the stream. If they are network based, I would think SOMEHOW you should be able to. My cameras are true network cameras (Vivotek) and are even POE based, but I had to dig in the manual to find the exact URL's to use... and even that took me a degree of patience and reading I didn't know I had.

  • 4 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...