mirror of
https://github.com/Laex/Delphi-OpenCV.git
synced 2024-11-15 15:55:53 +01:00
Fixed cFFmpegIPCamSource
This commit is contained in:
parent
4de9b5f4cf
commit
d27e27b80e
@ -45,10 +45,7 @@ const
|
||||
// Äàííûå âçÿòû ñ ñàéòà http://myttk.ru/media/webcam/ ñ ïîìîùüþ Wireshark
|
||||
// Ïðîâåðåíû ñ ïîìîùüþ rtmpdump - http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm
|
||||
// protocol: 0 - http, 1 - https, 2 - rtsp
|
||||
SampleCameraList: Array [0 .. 6] of String = (
|
||||
'alias=Chelyabinsk - Kirova|' + 'ip=stream1.is74.ru|' + 'port=1935|' + 'protocol=2|' + 'uri=/live/kirovka_1.mp4|' +
|
||||
'reconnectdelay=1500|' + 'username=|' + 'password=',
|
||||
|
||||
SampleCameraList: Array [0 .. 5] of String = (
|
||||
'alias=Ekaterinburg - Area 1905|' + 'ip=80.78.116.125|' + 'port=1935|' + 'protocol=2|' + 'uri=/rtplive/5goda_hd.stream|' +
|
||||
'reconnectdelay=1500|' + 'username=|' + 'password=',
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user