Fixed cFFmpegIPCamSource

This commit is contained in:
Mikhail Grigorev 2014-09-29 15:54:18 +06:00
parent 4de9b5f4cf
commit d27e27b80e

View File

@ -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=',