Jump to content

Recommended Posts

Do you have any ideas on verifying if an IP camera is streaming a MJPEG, MPEG4, or H.264 video via Internet? Is there a handy software as viewer for testing this?

 

rgds, dove

Share this post


Link to post
Share on other sites

other than using the IP camera manufacturers API's/Procedures, perhaps save a very short clip then get the file specs and its Video compression.

Share this post


Link to post
Share on other sites
other than using the IP camera manufacturers API's/Procedures, perhaps save a very short clip then get the file specs and its Video compression.

 

 

Ah yeah, a good method to do it the another way. By the way, are the format of streaming and recording essentially the same?

 

Thanks, dove

Share this post


Link to post
Share on other sites

Dove, most IP Camera manufacturers provide some form of SDK/API/OCX, you should be able to utilize that somehow, if not for the compression at least to save a really short clip. Personally Ive never worked with any of the IP Camera/Server APIs so cant say though. With DVR OCXs I have used though is as simple as just saying SaveToFile then Stop it after X amount of seconds .. grab the file and its properties using your own code and then look for the Video Compression.

Share this post


Link to post
Share on other sites

Unfortunately this will not always work. In fact a lot of vendors use proprietary streaming protocols that can not be viewed by standard players like VLC. Only via their own GUI or SDK.

 

- First and easiest approch is than to just ask the vendor

- Second you could use a network sniffer (like wireshark) to look at the traffic and identify the protocol this way.

 

By the way saving a part of a stream with the vendor specific player can be missleading as some vendors store a video in a different format than they use for streaming.

Share this post


Link to post
Share on other sites

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

×