Самая популярная программа для видеонаблюдения ispy. полное руководство для чайников
Содержание:
- KYLE — iSpy на французском
- Command Line Access
- Connecting to your Xiaomi IP camera*
- What is ANPR ?
- Install Instructions
- HTTP Server Access
- Available commands
- Connecting to your iOS IP camera*
- KYLE — iSpy на английском
- MP4, ASF, RTSP and other IP Camera Sources via VLC
- Dodgy Connection
- Функционал – основные и дополнительные возможности программы
KYLE — iSpy на французском
Mec baise …
Qu’est-ce qui ne va pas Kyle?
Mec… ces enfants, mec, disent de la merde, ça me rend fou
Mec … baise les enfants bro. Regarde autour de vous, regarde la vie
Mec tu as raison.
Mec… Tu vois, tu vois ces putes là ?
Ouais
Tu vois ces arbres mec? Tu vois cette eau?
Je suppose que c’est bon
Viens mec, tu va tellement plus apprécier mec
Mecu sais quoi … tu as raison
Tu as raison j’ai raison, Je ne me rappelle pas une fois où j’ai eu tort
Mec merci Lil Boat
Hey mec, c’est pour ça que je suis là
Je n’ai pas été haut…
Bon peut-être un p’tit peu, bébé je n’veux pas t’mentir
Je sais que quand tu m’envoies des messages, je ne réponds pas toujours
Eh bien t’es pas un ange non plus, tu ne peux même pas voler
J’ai remarqué, tu crois tout savoir
Toute cette ombre qui vient sur moi, je me demande qui l’a lancée
Ils ne peuvent pas voir la vision, gars, ils doivent être hors mise au point
C’est un vrai album frère, je me demande qui l’a écrit, oh merde
Otay, prie les négros de s’en aller
Y’a toujours un tas de clowns derrière ca, on dirait le Cirque du Soleil
C’est pas l’album non plus, c’est juste quelques phrases
Cette merde toujours froide, quand elle va sortir ça va être un putain de jour de neige
Ayy, le mec est bon et il le sait, il ne le dit pas, il le montre
Je suis juste comme Derozan, si je shoote, ça rentre
J’me la coule douce dans Cali, rends-les si mouillés qu’ils aient besoin de ‘coasters’
J’ai eu un selfie avec Oprah, je l’ai juste jamais postée
Et je suis heureux, je n’ai pas froncé les sourcils depuis 2006
Et j’ai pas crie une fois depuis 2001, mon appart ressemble à un parc d’attraction alors que chez toi c’est pas la joie
Tu peux revenir quand même chez moi, même si ta copine est pas un canon, ça ira
On va finir sur une bonne note
J’espionne avec mon petit œil
Une fille que je peux avoir car elle n’a pas trop de likes
Une fille aux cheveux bouclés dont je pourrais en faire ma femme
Attends, ça veut dire pour toujours, toujours, attends un peu, laisse tomber
Oh , j’espionne avec mes petits yeux
Une fille que je peux avoir car elle n’a pas trop de likes
Une fille aux cheveux bouclés dont je pourrais en faire ma femme
Attends, ça veut dire pour toujours, toujours, attends un peu, laisse tomber
Oh je, j’espionne avec mes petits yeux
J’espionne, j’espionne avec mes petits yeux
Oh je, j’espionne avec mes petits yeux
J’espionne, j’espionne avec mes petits yeux
Oh, je …
Elle dit qu’elle a 21 ans, j’vais peut-être devoir vérifier ça
Toutes mes garces viennent par pair comme des boules dans mon casse-croûte
Je me rappelle avoir parcouru la ville en Berline
Lookin ‘pour un problème avec mes jeunes lutins
Je vais envoyer un modèle à la maison avec son cou lancinant
J’ai fait beaucoup d’argent ça ne s’arrête pas
J’ai mes frères sur mon dos comme le nom
Je me souviens avoir dit à tout le monde que je ne pouvais pas être apprivoisé
Wouah, six mois après j’ai snappé et maintenant je suis dans le game
allait des fausses chaînes au diamant dans une autre voie
Je suis parti de «tu peux m’emmener là ?» à enjamber la voie
Je suis parti de «Putain ce negro foireux» à souviens toi de mon nom
Alors je me souviens de toutes les personnes qui se foutaient de moi
Ils sont allés au collège maintenant tous les niggas sont des histoires
Améliorés d’or à diamant dans mes dents
chevauchant profondément dans le fourgon, comme si nous recherchions un mystère (Raggy!)
Alors te fous pas de moi
Nan, récemment je vis dans le luxe
Boat et Kyle collés ensemble comme des touches de piano
Et sur la mère de ma mère je ne baiserai pas avec une garce sans capote
J’espionne avec mon petit œil
Une fille que je peux avoir car elle n’a pas trop de likes
Une fille aux cheveux bouclés dont je pourrais en faire ma femme
Attends, ça veut dire pour toujours, toujours, attends un peu, laisse tomber
Oh je, j’espionne avec mes petits yeux
Une fille que je peux avoir car elle n’a pas trop de likes
Une fille aux cheveux bouclés dont je pourrais en faire ma femme
Attends, ça veut dire pour toujours, toujours, attends un peu, laisse tomber
Oh je, j’espionne avec mes petits yeux
J’espionne, j’espionne avec mes petits yeux
Oh je, j’espionne avec mes petits yeux
J’espionne, j’espionne avec mes petits yeux
Oh, je …
Command Line Access
Command line access is useful for interfacing iSpy with external triggers (like trip wires/ temperature sensors etc) and other running applications.
Before you start using command line access you will need to know the ID of the camera or microphone that you want to control. The ID is provide in the title bar of the «edit camera» or «edit microphone» control AFTER you have added it to the iSpy surface.
You can run these commands on alert by entering ispy.exe as the execute file field and then the command string as the argument field for example: commands «togglealertmode,2,4» (including quotes) (as of v5.5.0.0)
The command format follows the pattern «Command Text,Object Type ID (1 for microphones or 2 for cameras),ObjectID». The most common commands you will need are switching on and off cameras and microphones and triggering record:
Switching on a camera by command line:
ispy.exe commands «bringonline,2,0»
This will switch on a camera, with an ID of «0».Switching off a camera by command line:
ispy.exe commands «takeoffline,2,0»
This will switch off a camera, with an ID of «0».To control microphones, change the Type ID to a 1:
ispy.exe commands «bringonline,1,0″You can switch all objects on or off using the commands:
ispy.exe commands «allon» OR ispy.exe commands «alloff»You can enable record on detect/alert/off for all objects:
ispy.exe commands «recordondetecton» OR ispy.exe commands «recordonalerton» OR ispy.exe commands «recordingoff»Or specific objects:
ispy.exe commands «recordondetecton,1,0» etcYou can enable alerts for all objects:
ispy.exe commands «alerton» OR ispy.exe commands «alertoff»Or specific objects:
ispy.exe commands «alerton,1,0» etcRecording a camera by command line:
ispy.exe commands «record,2,0»
This will record on a camera, with an ID of «0». Note that recording will also activate cameras.Stop record:
ispy.exe commands «recordstop,2,0»
This will stop recording on a camera, with an ID of «0».Record all:
ispy.exe commands «record»
This will record all objects.Shutdown:
ispy.exe commands «shutdown»
This will shutdown ispy.Snapshot:
ispy.exe commands «snapshot,2,0»
This will save a video still to the grabs directory of the selected camera.Tilt Up a Kinect Device:
ispy.exe commands «kinect_tilt_up,2,0»
This will tilt the kinect device up (with an ID of «0»).Tilt Down a Kinect Device:
ispy.exe commands «kinect_tilt_down,2,0»
This will tilt the kinect device down (with an ID of «0»).Toggle the alert mode (movement/ no movement or sound/ no sound):
ispy.exe commands «togglealertmode,2,0»
Useful to receive alerts when movement or sound stops and then when it starts again.Trigger the Plugin
ispy.exe commands «triggerplugin,2,0»
Triggers the associated plugin to process the next frame (only works when the alerts mode is set to trigger)You can issue multiple commands at once using a pipe delimiter:
ispy.exe commands «takeoffline,2,0|bringonline,2,1|takeoffline,1,0»
— This will switch off the camera with ID 0, switch on the camera with ID 1 and switch off the microphone with ID 0.You may also want to trigger recording from trip wires or other sensors. To do this you’d use:
ispy.exe commands «recordswitch,2,0» — to switch recording on or off for a camera with ID 0 (recording will continue until you send a command to stop it).You may also want to trigger alerts from trip wires or other sensors. To do this you’d use:
ispy.exe commands «alert,2,0» — to trigger an alert for a camera with ID 0. Note that alert triggers only work when the camera alert type is set to movement detected or sound detected for a microphone.
Connecting to your Xiaomi IP camera*
Try the following connection options in iSpy or Agent to connect to your Xiaomi IP camera. If an FFMPEG option is available we recommend you try that first as it will often be faster and include audio support. You can also try the VLC plugin in iSpy if the FFMPEG option isn’t working.
The settings for Xiaomi cameras are built right into our surveillance software — click «Add» then «IP camera with wizard» to automatically setup your Xiaomi cameras.
Start typing in the «Make» box to find your camera. If your camera is not listed then click «Get Latest List» in settings or when on the add camera wizard. If you need to modify the URL then add or edit the Xiaomi camera and you can modify the connection type and URL in the video source dialog (button is top of the first tab).
Tip: Click a model to generate a URL for your camera
Models | Type | Protocol | Path | Audio | Talk Model | Cookies | Flags |
---|---|---|---|---|---|---|---|
FFMPEG | rtsp:// | /ch0.h264 | Possible | None | |||
VLC | rtsp:// | ch0_0.h264 | Possible | None | |||
VLC | rtsp:// | live/ch00_0 | Possible | None | |||
VLC | rtsp:// | ch0_0.h264 | Possible | None | |||
VLC | rtsp:// | live/ch00_0 | Possible | None | |||
FFMPEG | rtsp:// | ch0_0.h264 | Possible | None | |||
VLC | rtsp:// | ch0_0.h264 | Possible | None | |||
VLC | rtsp:// | ch0_0.h264 | Possible | None | |||
FFMPEG | rtsp:// | /ch0.h264 | Possible | None | |||
VLC | rtsp:// | ch0_0.h264 | Possible | None | |||
FFMPEG | rtsp:// | ch0_0.h264 | Possible | None | |||
MJPEG | http:// | videofeed | No | None | |||
MJPEG | http:// | videofeed | No | None | |||
MJPEG | http:// | videofeed | No | None | |||
VLC | rtsp:// | live/ch00_0 | Possible | None | |||
MJPEG | http:// | videofeed | No | None | |||
JPEG | http:// | image.jpg | No | None | |||
VLC | rtsp:// | ch0_0.h264 | Possible | None | |||
FFMPEG | rtsp:// | /ch0.h264 | Possible | None | |||
JPEG | http:// | snapshot.cgi?user=&pwd= | No | None | |||
MJPEG | http:// | videofeed | No | None | |||
FFMPEG | rtsp:// | live/ch00_0 | Possible | None | |||
FFMPEG | rtsp:// | /user=admin_password=tlJwpbo6_channel=1_stream=0.sdp | Possible | None | |||
MJPEG | http:// | video?profile= | No | None | |||
MJPEG | http:// | videofeed | No | None | |||
MJPEG | http:// | videofeed | No | None | |||
MJPEG | http:// | videofeed | No | None | |||
VLC | rtsp:// | live/ch00_0 | Possible | None | |||
VLC | rtsp:// | ch0_0.h264 | Possible | None | |||
FFMPEG | rtsp:// | /ch0.h264 | Possible | None | |||
FFMPEG | rtsp:// | /ch0.h264 | Possible | None | |||
FFMPEG | rtsp:// | ch0_0.h264 | Possible | None | |||
VLC | rtsp:// | ch0_0.h264 | Possible | None | |||
FFMPEG | rtsp:// | /ch0.h264 | Possible | None |
Page:
1
* iSpyConnect has no affiliation, connection, or association with Xiaomi’s products. The connection details provided here are crowd sourced from the community and may be incomplete, inaccurate or both. We provide no warranty that you will be successful using these connection URLs or that Xiaomi products are compatible with iSpy.
Other makes starting with X
X | X ZhangX10XaimoiXanbooXblitzXblockXdhXenocamXentaXfinityXgodyXiaomiXin LingXineronXinfiXingchuangXinglingXinsanXipcamXkaXmartoXmeyeXonzXperiaX-priceX-securityXseriesXshcamXtremeproXts CorpXtsyXvisionXvrXxcameraXxkXyclop |
---|
All rights reserved. No part of this database may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or mechanical methods, without the prior written permission of the publisher, except in the case of brief quotations embodied in critical reviews and certain other noncommercial uses permitted by copyright law.
What is ANPR ?
ANPR stands for Automatic Number Plate Recognition. Depending on where you are in the world this may also be called Automatic License Plate Recognition or Car Plate Recognition or just License Plate Recognition (LPR).
ANPR is the process by which computers can recognise license plates. This can be useful in many scenarios for example:
- Automatically opening gates/ doors for authorised vehicles
- Alerting on unrecognised vehicles parking in your car spot or driveway
- Alerting on unrecognised vehicles parking in reserved spots
- Traffic monitoring and recognition
- Car Park usage monitoring
iSpy has a plugin for ANPR that extracts license plates with an 85-95% success rate.
Download 32 bit
USD $49.95
Install Instructions
- Download the plugin and extract the zip file to the plugins directory, (c:\program files\ispy\ispy\plugins)
- Restart iSpy
- Edit your camera, choose the alerts tab, select LPR in the drop down and click the «…» button to configure it.
- Drag out an area to monitor for number plates in the main window. Select your country and other options on the right
- Tip: To cut down on CPU use you can tell ispy to only scan for plates when it detects movement — on the alerts tab check the box under the alert type dropdown marked «When Motion Detected». You can also set it up to scan on a trigger — select «On Trigger» and use the http or command line interface (look for «triggerplugin») to trigger the plugin
- If you need help integrating it with your own software please contact us
Settings
- Drag out an area to monitor for plates in the main window.
- Overlay Results: Draw rectangles and detected plates on the live video stream
- Country: Select your country (iSpyLPR has been optimised for different countries). This plugin does not currently work on USA plates
- Min Confidence: The minimum level of confidence required to trigger a successful plate notification
- Display: Display the detected confidence level on screen
- Min Samples: The minimum number of successful identical results to trigger a successful plate notification
- Scan Interval: The time in ms between scans
- Min Characters: The minimum number of characters on the plate
- Max Char Height: The maximum height of characters (in px)
- Normalise Plates: Replace commonly misidentified characters
Integration
This tab lets you integrate ispy/ LPR with your own code/ software. The detected plates are sent to your batch files or http end points. All detected plates are sent regardless of whether they are in your alert list or not.
- Location Name: The name of the location, eg: Car Port 1
- URL: The HTTP URL to POST results to. iSpyLPR will post a JPEG image (called grab.jpg) along with the «plate», «area» and «location» in the querystring. The area is a CSV of numbers corresponding to a rectangle (x,y,w,h). This makes it easy to integrate iSpyLPR with your own backend software.
- Code example for retrieving results from the HTTP POST (c#):
string plate = Request.QueryString; string[] xywh = Request.QueryString.ToString().Split(','); string location = Request.QueryString; Bitmap bmp = new Bitmap(Request.Files.InputStream); //integrate plate, area, location and plate image with your systems bmp.Dispose();
- Executable: Call an executable or batch file with the detected plate and a path to the saved image (useful for gate opening software/ scripts)
- Folder: Choose a folder to save captured images of license plates
- Filename: Enter a template for the generated filenames. For example {PLATE}.jpg. You can also use {DATE} or {TIME}
-
Create CSV File: Create a CSV file in the grabs folder called «plates.csv» with the following format:
DATE, TIME, PLATE, IMAGE FILENAME
Alert
The plugin will generate an alert on the camera when a plate is detected that is either in the list or not in the list.
- In List: Trigger an alert if the detected plate is in this list. An example list is: ABC123,BCD234,CDE345. Do not use new line or quotes in the CSV string.
- Not In List: Trigger an alert if the detected plate is not in this list (leave blank to disable)*
- Continuous Alerts: Continuously alert whilst the plate is visible instead of raise one alert when a plate is first recognised.
*By default, iSpy will only generate an alert every 180 seconds. You can modify this from the alerts tab when editing the camera.
About
Plugin version information and license activation. To license the ALPR plugin you need to use this tab and generate a license key.
HTTP Server Access
HTTP access is useful for interfacing Agent with external triggers (like trip wires/ temperature sensors etc), other running applications and moderate to high-end IP cameras that have their own motion detection code built in (useful to reduce the CPU load of ispy on your computer).
Before you start using HTTP access you will need to know the ID of them camera or microphone that you want to control.
The HTTP format follows the pattern «http://IPADDRESS:PORT/command.cgi?cmd=COMMAND&ot=OBJECT_TYPE&oid=OBJECT_ID
The IP address is the IP address of the computer running Agent. The PORT is the local server port that Agent is using. You can set this in Server Settings on the web portal. The default is 8090. OBJECT_TYPE is either 1 for a microphone or 2 for a camera. The OBJECT_ID is provided in the objects list when you click on a Server in the web portal.
Available commands
These commands can be called over HTTP. For example |
|
Command | Notes |
---|---|
recordswitch | Starts or stops recording depending on the current state. Returns «recording,OK» or «notrecording,OK» |
alert | Trigger the alert on the specified object. Returns «OK» |
record | Starts recording on the specified object. Returns «recording,OK» |
recordstop | Stops recording on the specified object. Returns «notrecording,OK» |
ping | Returns «OK» — use this to check the ispy server is alive |
allon | Switch all objects on. Returns «OK». |
alloff | Switch all objects off. Returns «OK». |
recordondetecton | Switches on Record on Detect mode (switches off Record on Alert mode) |
snapshot | Take a frame snapshot of the specified camera and save it to the grabs directory |
recordonalerton | Switches on Record on Alert mode (switches off Record on Detect mode) |
recordingoff | Switches off all recording modes |
alerton | Enables alerts |
alertoff | Disables alerts |
applyschedule | Apply schedule to all objects |
switchon | Enable object |
switchoff | Disable object |
Connecting to your iOS IP camera*
Try the following connection options in iSpy or Agent to connect to your iOS IP camera. If an FFMPEG option is available we recommend you try that first as it will often be faster and include audio support. You can also try the VLC plugin in iSpy if the FFMPEG option isn’t working.
The settings for iOS cameras are built right into our surveillance software — click «Add» then «IP camera with wizard» to automatically setup your iOS cameras.
Start typing in the «Make» box to find your camera. If your camera is not listed then click «Get Latest List» in settings or when on the add camera wizard. If you need to modify the URL then add or edit the iOS camera and you can modify the connection type and URL in the video source dialog (button is top of the first tab).
Tip: Click a model to generate a URL for your camera
Models | Type | Protocol | Path | Audio | Talk Model | Cookies | Flags |
---|---|---|---|---|---|---|---|
MJPEG | http:// | videofeed | No | None | |||
JPEG | http:// | image.jpg | No | None | |||
MJPEG | http:// | live?camera=&fps=5&quality=75&resolution=x | No | None | |||
MJPEG | http:// | videofeed | No | None | |||
JPEG | http:// | image.jpg | No | None | |||
JPEG | http:// | image.jpg | No | None |
Page:
1
* iSpyConnect has no affiliation, connection, or association with iOS’s products. The connection details provided here are crowd sourced from the community and may be incomplete, inaccurate or both. We provide no warranty that you will be successful using these connection URLs or that iOS products are compatible with iSpy.
Other makes starting with i
I | i balli/o datai3DVRiBabyiBridoiCam+icameraicamiiCaniCatchicleariCMSiconnectiControlicpicpeiCraigicyboxideanextiDVRi-FamilyiGETiipciLinkillustra 610imegeiminicami-mobileimotionin-2904incoSKYiNextProinfeoninfotechingrasysinomegainscapedatainspireinsteonintelligentinternecioGearionionodesiOSioteoCamip 1000ip wamatoip Wifiip633iPad IPCameraipamiParkingsipcam androidipcam centralipcam-opritipelaipgeekiPhoneiphone camipipipmart-designiPodipod touchipo-vf1mp-iriPowerippcamipsmartircamirmasirodaisecureiSEEiseeteciShareiSmartismart gateismartviewiSmartViewProiSnatchiStreamiTechiueyeiukiViewivisioniWatchiWatch 8CH-ADVRi-WatcheriwitnessixtrimaiZett |
---|
All rights reserved. No part of this database may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or mechanical methods, without the prior written permission of the publisher, except in the case of brief quotations embodied in critical reviews and certain other noncommercial uses permitted by copyright law.
KYLE — iSpy на английском
Man, fuck
What’s wrong Kyle?
Man, these kids, man, talkin’ shit, makin’ me feel bad
Man, fuck them kids, bro! Look around, bro, look at life
Man, you’re right
Mmm, you see? You see these fine bitches over here?
Yeah, woah…
You see these trees man? You see this water?
I guess it is okay
Come on, man, you got so much more to appreciate, man
Man you know what, y-you’re right…
You damn right I’m right, I can’t remember a time I was god-damn wrong
Man, thanks, Lil’ Boat
Hey man, that’s what I’m here for
I ain’t been gettin’ high…
Well maybe a little, baby I don’t wanna lie
I know when you text me girl, I don’t always reply
Well you’re not an angel either, you can’t even fly
I notice, you think that you know shit
All this shade that’s comin’ at me, I wonder who throws it
They can’t see the vision, boy they must be out of focus
That’s a real hot album homie, I wonder who wrote it, oh shit
Otay, pray them niggas go away
Always hella clowns around it look like Cirque Du Soleil
This is not the album either, these are just the throwaways
This shit still so cold when it drop, it’s gonna be a mothafuckin’ snow day
Ayy, boy is good and he knows it, he don’t say it, he shows it
I’m just like DeRozan, if I shoot it, it goes in
I am in Cali just coastin’, get ’em so wet they need coasters
I got a selfie with Oprah, I just ain’t never post it
And I’m in my happy place posted, I ain’t frown since ’06
I ain’t cried since ’01, my pad like Six Flags and your house is no fun
You can come back to mine though, your friend ain’t cute but it’s fine though
We gon’ end on a high note
I spy with my little eye
A girlie I can get ’cause she don’t get too many likes
A curly-headed cutie I can turn into my wife
Wait, that means forever, ever, hold up, never mind
Oh, I spy with my little eye
A girlie I can get ’cause she don’t get too many likes
A curly-headed cutie I can turn into my wife
Wait, that means forever, ever, hold up, never mind
Oh I, I spy with my little eye
I spy, I spy with my little eye
Oh I, I spy with my little eye
I spy, I spy with my little eye
Oh I…
She said she 21, I might have to I.D. that
All my bitches come in pairs like balls in my nutsack
I remember ridin’ around the city in a Hatchback
Lookin’ for a problem with my young goblins
I’ma send a model home with her neck throbbin’
I done made so much money that it’s non-stoppin’
Got my brothers on my back like the last name
I remember tellin’ everyone I couldn’t be tamed
Woah, six months later I had snapped and now I’m in the game
Went from fake chains to diamonds in another lane
Went from «Can you take me here?» to skrrting out the lane
Went from «Damn this nigga lame» to remember my name
So I remember all the people who ain’t fucked with me
They went to college, now all them niggas is history
Upgraded from gold to diamonds in my teeth
Riding deep in the van, like we lookin’ for a mystery (Raggy!)
So don’t fuck with me
No, lately I been livin’ like luxury
Boat and Kyle stick together like piano keys
And on my mother’s mother I won’t fuck a bitch without a damn rubber
I spy with my little eye
A girlie I can get ’cause she don’t get too many likes
A curly-headed cutie I can turn into my wife
Wait, that means forever, ever, hold up, never mind
Oh, I…I spy with my little eye
A girlie I can get ’cause she don’t get too many likes
A curly-headed cutie I can turn into my wife
Wait, that means forever, ever, hold up, never mind
Oh I, I spy with my little eye
I spy, I spy with my little eye
Oh I, I spy with my little eye
I spy, I spy with my little eye
Oh I…
MP4, ASF, RTSP and other IP Camera Sources via VLC
Many IP cameras publish both audio and video feeds in other stream formats — like MP4 or ASF or RTSP. iSpy can connect to all these using the VLC plugin. To use VLC you will need to download and install it, then restart iSpy and select VLC when adding a camera. The URL to connect to your camera feeds should be available in the manual that came with your camera or on request from the manufacturer.
VLC takes usernames and passwords directly in the URL so you need to enter the URL of your video feed formatted like this:
http://USERNAME:PASSWORD@IPADDRESS/PATH-TO-VIDEO-FEEDFor example:
http://admin:password@192.168.1.4/video.asf
You can pass many other arguments in to get VLC to format your stream in different ways although the default commands that are provided in iSpy should allow you to connect to anything. For more information see http://www.videolan.org/doc/streaming-howto/en/ch03.html
Reconnect Every: Some sources will only stream for a set amount of time. Enter a value here to force VLC to reconnect to the camera on an interval (recording won’t be affected) — or enter 0 to disable (default).
Read more: Connecting to devices and other sources with VLC
Dodgy Connection
The connection works for a while (a day or so) then drops out
The number one cause for this is a dynamic IP address for your iSpy computer. For your router to forward ports onto the iSpy computer it needs to be setup with a static IP address on your local network. DHCP networks sometimes re-assign IP addresses every 24 hours. If the IP address of your computer changes that will break the port forwarding rule and remote access will break as well.
Your router may have reset and forgotten the port forward. Run the network troubleshooter in iSpy web settings. That can sometimes fix this problem automatically.
I login and at random see different content or see that my server is offline
You have multiple computers connected to iSpyConnect using the same account details. If your subscription type doesn’t support this then you’ll only see the last one that pinged our servers.
You have multiple computers connected on the same WAN port. iSpy uses the WAN port to identify distinct servers. Make sure that each iSpy computer you have connected to iSpyConnect is using a different WAN port in web settings. This applies even if the computers are on different networks or IP addresses.
Функционал – основные и дополнительные возможности программы
На главной странице приложения можно посмотреть пользовательскую статистику и местоположение мониторингового устройства на карте. Более детальные данные GPS размещаются в разделах с одноименными наименованиями.
Помимо основных разделов, на боковую панель отдельным списком вынесены все мессенджеры, что очень удобно для пользователя и отличает программу mSpy от конкурентов.
Вы также можете просматривать историю браузера, электронную почту и др., осуществлять блокировку или устанавливать ограничения.
Как упоминалось ранее, программа mSpy поддерживается на нерутованных устройствах (Android) и без Jailbreak (iOS). Однако некоторый функционал при этом отсутствует или ограничен. В дополнение существует ряд требований, с которыми стоит ознакомиться в обязательном порядке.
Варианты | Android | iOS | ||
Требования | Функционал | Требования | Функционал | |
Rooted/Jailbreak |
Совместимо с версиями iOS 7 — 9.1. Обязательное подключение к интернету IPhone или iPad. Мониторинговое устройство должно быть взломано. Физический доступ к устройству для установки обязателен. |
Мониторинг и блокировка коммуникационных приложений (Snapchat, Viber, WhatsApp, Telegram и др.). Местоположение по GPS / гео-фехтование. Сообщения (включая недавно удаленные). Полный доступ к телефонным звонкам (входящие/исходящие). Просмотр списка контактов, блокировка нежелательных. Полный доступ к электронной почте. Просмотр истории и закладок в браузерах. Оповещения о ключевых словах с дополнительной блокировкой. Календарь. Wipeout-устройства. |
||
не-Rooted/
не- Jailbreak |
Полнофункциональный Android версии 4 и новее. Обязательное подключение к Сети. Физический доступ для установки. Отсутствие мониторинга, мессенджеров. |
Мониторинг и блокировка Snapchat, Skype,
Facebook, Viber, Line, WhatsApp, Telegram. Текущее положение по GPS /гео-фехтование. Мониторинг сообщений (включая недавно удаленные) и телефонных вызовов (входящих и исходящих). Доступ к списку контактов с возможностью блокировки любого. Читать электронные письма (входящие/исходящие). История браузеров и доступ к закладкам. Оповещения о ключевых словах. Необязательная блокировка. Календарь Wipeout-устройств. |
Совместим со всеми версиями iOS. Обязательное подключение к интернету. Отсутствие необходимости в физическом доступе, при условии, что есть учетные данные iCloud (Apple ID и пароль). Отсутствие активации iCloud и включенная двухфакторная аутентификация/двухэтапная проверка потребуют физический доступ к отслеживаемому устройству. |
Мониторинг всех вызовов. Просмотр и блокировка всех контактов. Отправленные/полученные сообщения СМС, WhatsApp и т.д. История и закладки браузеров. Мероприятия. Ноты. Используемые и установленные приложения. |
Перед тем как установить mSpy, следует проверить совместимость приложения с устройством. Для определения версии вашего смартфона потребуется произвести несколько простых манипуляций. На платформе «Андроид» выполните следующее:
- откройте меню телефона;
- перейдите в основные «Настройки системы»;
- пролистайте вниз до конца;
- выберите пункт «О телефоне»;
- далее – «версия ОС».
Предварительно, перед установкой mSpy на «Айфон», следует определить и совместимость приложения и устройства. Для того чтобы сделать это на платформе iOS, потребуется произвести аналогичные действия. А именно следующий алгоритм:
- зайдите в «Настройки»;
- выберите «Общие»;
- во вкладке нажмите «О программе»;
- опустите бегунок в самый низ;
- переходите на «Номер версии».
Определить версию IOS можно также через ITUNES. Для этого вам необходимо сделать следующее:
- запустить iTunes на ПК (установить необходимое ПО можно с веб-сайта Apple);
- подключить iDevice посредством USB-кабеля;
- iPhone или iPad должен отобразиться в разделе «Устройства»;
- далее выбирайте его в приложении;
- серия iOS устройства будет отображаться рядом с версией ПО во вкладке «Сводка», которая располагается в правой части окна iTunes.
После того как вы выполните требования и определитесь с совместимостью, можно будет переходить к установке приложения.