-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test with image file used for RTSP stream
- Loading branch information
1 parent
ad20804
commit 2f1785b
Showing
3 changed files
with
39 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"NetworkAdapters" : ["awdl0","eth0", "wlan0", "en0"], | ||
"IpAddress" : "192.168.1.185", | ||
"ServicePort" : 8081, | ||
"Username" : "admin", | ||
"Password" : "admin", | ||
"CameraType" : "testsrc", | ||
"CameraDevice" : "", | ||
"RTSPAddress" : "", "//":"Normally left blank. Used to set RTSP Server Address", | ||
"RTSPPort" : 8554, | ||
"RTSPName" : "h264", | ||
"MulticastEnabled" : false, "MulticastEnabledComment" : "## Multicast is not supported for USB camera", | ||
"RTSPMulticastName" : "h264m", | ||
"MulticastAddress" : "224.0.0.1", | ||
"MulticastPort" : "10001", | ||
"RTSPServer" : 3, "RtspServerComment" : "## Select RTSP Server > 1:RPOS RTSP Server 2:V4L2 RTSP Server by mpromonet (auto selected if MulticastEnabled=true) 3:GStreamer", | ||
"PTZDriver" : "pelcod", "PTZDriverComment": "## valid values are none,tenx,pelcod,visca and pan-tilt-hat", | ||
"PTZOutput" : "none", "PTZOutputComment": "## values are none (eg Tenx), serial and tcp", | ||
"PTZSerialPort" : "", | ||
"PTZSerialPortSettings" : { "baudRate":2400, "dataBits":8, "parity":"none", "stopBits":1 }, | ||
"PTZOutputURL": "127.0.0.1:9999", | ||
"PTZCameraAddress": 1, | ||
"DeviceInformation" : { | ||
"Manufacturer" : "RPOS Test Card", | ||
"Model" : "Test Card", | ||
"HardwareId" : "" | ||
}, | ||
"logLevel" : 3, "logLevelComment": "## LogLevels are > 1:Error 2:Warning 3:Info 4:Debug", | ||
"logSoapCalls" : false | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.