1

ネットワークカメラから画像を取得しようとしています。MJPEGを使用して実行できますが、ONVIFSDKを使用して実行できると誰かに言われました。本当?

よろしくお願いします、

4

1 に答える 1

1

動画取得の一部として、ONVIF は基本的に RTSP/RTP にリダイレクトします。

http://www.onvif.org/specs/stream/ONVIF-Streaming-Spec-v210.pdf

5
Live Streaming
  This section describes real-time streaming of video, audio and metadata. 
  There is no specific service associated with the real-time streaming. 
  The real-time configurations via Web Service commands are defined in the 
  Media Service and the ReceiverService.

5.1
Media stream protocol

5.1.1
Transport format
  Real-time Transport Protocol (RTP) is a media transfer protocol 
  (see Section 5.1.2). The following four sections describe RTP data transfer.
于 2012-10-23T10:18:35.870 に答える