CameraLiveStream स्कीमा

Nest Cam (लेगसी) Nest Cam (आउटडोर या इनडोर, बैटरी) Floodlight के साथ Nest Cam Nest Cam (लेगसी){10 Doorbell Doorbell

sdm.devices.traits.CameraLiveStream

यह trait, ऐसे हर डिवाइस में होता है जिस पर लाइव स्ट्रीमिंग की सुविधा काम करती है.

फ़ील्ड

फ़ील्ड ब्यौरा डेटा टाइप
maxVideoResolution वीडियो की लाइव स्ट्रीम का ज़्यादा से ज़्यादा रिज़ॉल्यूशन. VideoResolution
videoCodecs लाइव स्ट्रीम के लिए इस्तेमाल किए जा सकने वाले वीडियो कोडेक. array(string)
वैल्यू: ["H264"]
audioCodecs लाइव स्ट्रीम के साथ काम करने वाले ऑडियो कोडेक. array(string)
वैल्यू: ["AAC"]
supportedProtocols इस डिवाइस पर काम करने वाले स्ट्रीमिंग प्रोटोकॉल. इस फ़ील्ड की वैल्यू से पता चलता है कि डिवाइस पर कौनसे निर्देश काम करते हैं. उदाहरण के लिए, अगर इस फ़ील्ड में WEB_RTC शामिल है, तो सिर्फ़ WEB_RTC कमांड काम करेंगे. array(string)
वैल्यू: ["RTSP", "WEB_RTC"]

वीडियो रिज़ॉल्यूशन (maxVideoरिज़ॉल्यूशन)

फ़ील्ड ब्यौरा डेटा टाइप
width इमेज के रिज़ॉल्यूशन की ज़्यादा से ज़्यादा चौड़ाई. इसे डाउनलोड यूआरएल में क्वेरी पैरामीटर के तौर पर भी इस्तेमाल किया जा सकता है. int32
जैसे: 640
height इमेज के रिज़ॉल्यूशन की ज़्यादा से ज़्यादा ऊंचाई. इसे डाउनलोड यूआरएल में क्वेरी पैरामीटर के तौर पर भी इस्तेमाल किया जा सकता है. int32
जैसे: 480

जीईटी अनुरोध और उसके जवाब का उदाहरण

अनुरोध

GET /enterprises/project-id/devices/device-id

जवाब

{
  "name" : "enterprises/project-id/devices/device-id",
  "traits" : {
    "sdm.devices.traits.CameraLiveStream" : {
      "maxVideoResolution" : {
        "width" : 640,
        "height" : 480
      },
      "videoCodecs" : ["H264"],
      "audioCodecs" : ["AAC"],
      "supportedProtocols" : ["WEB_RTC"]
    }
  }
}

निर्देश

GenerateRtspStream

Nest Cam (लेगसी) Nest Hub Max Nest Doorbell (लेगसी) 

RTSP लाइव स्ट्रीम का यूआरएल ऐक्सेस करने के लिए टोकन का अनुरोध करें.

RTSP लाइव स्ट्रीम के यूआरएल क्लाइंट के बीच शेयर नहीं किए जा सकते. किसी स्ट्रीम यूआरएल का इस्तेमाल, एक समय पर सिर्फ़ एक क्लाइंट कर सकता है. अगर एक से ज़्यादा क्लाइंट एक ही समय में एक ही कैमरे से स्ट्रीम करना चाहते हैं, तो हर क्लाइंट के लिए आरटीएसपी निर्देश भेजे जाने चाहिए. साथ ही, हर क्लाइंट को अपने स्ट्रीम यूआरएल का इस्तेमाल करना होगा.

BringRtspStream अनुरोध और जवाब

अनुरोध

POST /enterprises/project-id/devices/device-id:executeCommand
{
  "command" : "sdm.devices.commands.CameraLiveStream.GenerateRtspStream",
  "params" : {}
}

जवाब

{
  "results" : {
    "streamUrls" : {
      "rtspUrl" : "rtsps://someurl.com/CjY5Y3VKaTZwR3o4Y19YbTVfMF...?auth=g.0.streamingToken"
    },
    "streamExtensionToken" : "CjY5Y3VKaTZwR3o4Y19YbTVfMF...",
    "streamToken" : "g.0.streamingToken",
    "expiresAt" : "2018-01-04T18:30:00.000Z"
  }
}

GenRtspStream के रिस्पॉन्स फ़ील्ड

फ़ील्ड ब्यौरा डेटा टाइप
streamUrls आरटीएसपी लाइव स्ट्रीम के यूआरएल का मैप. object
streamExtensionToken आरटीएसपी लाइव स्ट्रीम के लिए, streamToken को बढ़ाने के लिए इस्तेमाल किया जाने वाला टोकन. string
उदाहरण: "CjY5Y3VKaTZwR3o4Y19YbTVfMF..."
streamToken आरटीएसपी लाइव स्ट्रीम ऐक्सेस करने के लिए टोकन. string
उदाहरण: "g.0.streamingToken"
expiresAt वह समय जब RFC 3339 फ़ॉर्मैट में, streamExtensionToken और streamToken, दोनों की समयसीमा खत्म हो जाती है. string
जैसे: "2018-01-04T18:30:00.000Z"

ExtendRtspStream

Nest Cam (लेगसी) Nest Hub Max Nest Doorbell (लेगसी) 

मान्य RTSP ऐक्सेस टोकन की समयसीमा खत्म होने से पहले, इसे बदलने के लिए नए RTSP लाइव स्ट्रीम यूआरएल ऐक्सेस टोकन का अनुरोध करें. इसका इस्तेमाल पिछले ExtendRtspStream कमांड अनुरोध से मान्य RTSP टोकन को बदलने के लिए भी किया जाता है.

कैमरे से लाइव स्ट्रीम किए जाने वाले सेशन सिर्फ़ पांच मिनट के लिए मान्य हैं. अगर आपको किसी लाइव स्ट्रीम की अवधि बढ़ानी है, तो उसके लिए जनरेट किए गए स्ट्रीम फ़ॉर्मैट के लिए, CameraLiveStream एट्रिब्यूट के ExtendFormatStream कमांड का इस्तेमाल करें.

ExtendRtspStream अनुरोध और जवाब

अनुरोध

POST /enterprises/project-id/devices/device-id:executeCommand
{
  "command" : "sdm.devices.commands.CameraLiveStream.ExtendRtspStream",
  "params" : {
    "streamExtensionToken" : "CjY5Y3VKaTZwR3o4Y19YbTVfMF..."
  }
}

जवाब

{
  "results" : {
    "streamExtensionToken" : "dGNUlTU2CjY5Y3VKaTZwR3o4Y1...",
    "streamToken" : "g.0.newStreamingToken",
    "expiresAt" : "2018-01-04T18:30:00.000Z"
  }
}

ExtendRtspStream अनुरोध फ़ील्ड

फ़ील्ड ब्यौरा डेटा टाइप
streamExtensionToken RTSP स्ट्रीमिंग टोकन को बढ़ाने का अनुरोध करने के लिए इस्तेमाल किया जाने वाला टोकन. string
उदाहरण: "CjY5Y3VKaTZwR3o4Y19YbTVfMF..."

ExtendRtspStream रिस्पॉन्स फ़ील्ड

फ़ील्ड ब्यौरा डेटा टाइप
streamExtensionToken किसी मौजूदा RTSP लाइव स्ट्रीम को देखने और स्ट्रीमिंग टोकन को बढ़ाने का अनुरोध करने के लिए टोकन. string
उदाहरण: "dGNUlTU2CjY5Y3VKaTZwR3o4Y1..."
streamToken नया टोकन, जिसका इस्तेमाल मौजूदा आरटीएसपी लाइव स्ट्रीम को ऐक्सेस करने के लिए किया जाएगा. string
उदाहरण के लिए: "g.0.newStreamingToken"
expiresAt वह समय जब RFC 3339 फ़ॉर्मैट में, streamExtensionToken और streamToken, दोनों की समयसीमा खत्म हो जाती है. string
जैसे: "2018-01-04T18:30:00.000Z"

StopRtspStream

Nest Cam (लेगसी) Nest Hub Max Nest Doorbell (लेगसी) 

मान्य RTSP ऐक्सेस टोकन को अमान्य करता है और उस ऐक्सेस टोकन से जुड़ी RTSP लाइव स्ट्रीम को रोक देता है.

StopRtspStream अनुरोध और जवाब

अनुरोध

POST /enterprises/project-id/devices/device-id:executeCommand
{
  "command" : "sdm.devices.commands.CameraLiveStream.StopRtspStream",
  "params" : {
    "streamExtensionToken" : "CjY5Y3VKaTZwR3o4Y19YbTVfMF..."
  }
}

जवाब

{}

StopRtspStream के लिए अनुरोध के फ़ील्ड

फ़ील्ड ब्यौरा डेटा टाइप
streamExtensionToken किसी मौजूदा आरटीएसपी लाइव स्ट्रीम को अमान्य करने के लिए इस्तेमाल किया जाने वाला टोकन. string
उदाहरण: "CjY5Y3VKaTZwR3o4Y19YbTVfMF..."

GenerateWebRtcStream

Nest Cam (लेगसी) Nest Cam (आउटडोर या इनडोर, बैटरी) Floodlight के साथ Nest Cam Nest Cam (इनडोर, वायर वाला) Nest Doorbell (बैटरी) Nest5 Doorbell (तार वाली)

किसी डिवाइस के लिए WebRTC की लाइव स्ट्रीम जनरेट करने की सुविधा.

WebRtcStream अनुरोध और जवाब जनरेट करें

अनुरोध

POST /enterprises/project-id/devices/device-id:executeCommand
{
  "command" : "sdm.devices.commands.CameraLiveStream.GenerateWebRtcStream",
  "params" : {
    "offerSdp" : "offerSdp"
  }
}

जवाब

{
  "results" : {
    "answerSdp" : "answerSdp",
    "expiresAt" : "2020-01-04T18:30:00.000Z",
    "mediaSessionId" : "QW_yv1uYh-WRDT6K8ZFuVywm5v..."
  }
}

GenWebRtcStream के अनुरोध के लिए फ़ील्ड

एक सफल लाइव स्ट्रीम जनरेट करने का तरीका जानने के लिए, हमारा सुझाव है कि आप वेब ऐप्लिकेशन का सैंपल इस्तेमाल करें. यह सैंपल मान्य offerSdp जनरेट करता है, जो Nest कैमरों के लिए एसडीपी ऑफ़र से जुड़ी सभी पाबंदियों को पूरा करता है.

Nest कैमरों के लिए एसडीपी ऑफ़र को इन पाबंदियों के मुताबिक बनाया जाना चाहिए:

  • सिर्फ़ यूनिफ़ाइड फ़ॉर्मैट इस्तेमाल किया जा सकता है. प्लान B का इस्तेमाल नहीं किया जा सकता.
  • ऑफ़र में सभी मीडिया लाइन (m=) मौजूद होनी चाहिए और वे इसी क्रम में होनी चाहिए:
    1. ऑडियो ट्रैक अपलोड करने की सुविधा इस्तेमाल करें
    2. वीडियो
    3. ऐप्लिकेशन
  • Trickle ICE काम करता है. हालांकि, ऐसा करना ज़रूरी नहीं है.
  • ऑडियो के लिए सिर्फ़ Opus कोडेक काम करता है.
  • ऑडियो सेटिंग को a=recvonly पर सेट किया जाना चाहिए (सिर्फ़ पाएं).
  • ऑफ़र \r\n या \n के नए वर्ण के साथ खत्म होना चाहिए.

मान्य ऑफ़र का उदाहरण देखें

फ़ॉर्मैट नहीं किया गया:

v=0\r\no=- 2214114893783582286 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE 0 1 2\r\na=extmap-allow-mixed\r\na=msid-semantic: WMS\r\nm=audio 9 UDP/TLS/RTP/SAVPF 111 63 103 104 9 0 8 106 105 13 110 112 113 126\r\nc=IN IP4 0.0.0.0\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=ice-ufrag:6ReD\r\na=ice-pwd:QBmcZYd/t+InpMVkxQEEXnE4\r\na=ice-options:trickle\r\na=fingerprint:sha-256 DD:7E:6F:CD:B8:13:4E:37:D2:92:6D:8E:30:FB:FE:13:29:C9:F8:FD:78:0B:C4:59:42:61:BC:CF:02:91:6B:3C\r\na=setup:actpass\r\na=mid:0\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid\r\na=recvonly\r\na=rtcp-mux\r\na=rtpmap:111 opus/48000/2\r\na=rtcp-fb:111 transport-cc\r\na=fmtp:111 minptime=10;useinbandfec=1\r\na=rtpmap:63 red/48000/2\r\na=fmtp:63 111/111\r\na=rtpmap:103 ISAC/16000\r\na=rtpmap:104 ISAC/32000\r\na=rtpmap:9 G722/8000\r\na=rtpmap:0 PCMU/8000\r\na=rtpmap:8 PCMA/8000\r\na=rtpmap:106 CN/32000\r\na=rtpmap:105 CN/16000\r\na=rtpmap:13 CN/8000\r\na=rtpmap:110 telephone-event/48000\r\na=rtpmap:112 telephone-event/32000\r\na=rtpmap:113 telephone-event/16000\r\na=rtpmap:126 telephone-event/8000\r\nm=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 100 101 122 102 121 127 120 125 107 108 109 35 36 124 119 123 118 114 115 116 37\r\nc=IN IP4 0.0.0.0\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=ice-ufrag:6ReD\r\na=ice-pwd:QBmcZYd/t+InpMVkxQEEXnE4\r\na=ice-options:trickle\r\na=fingerprint:sha-256 DD:7E:6F:CD:B8:13:4E:37:D2:92:6D:8E:30:FB:FE:13:29:C9:F8:FD:78:0B:C4:59:42:61:BC:CF:02:91:6B:3C\r\na=setup:actpass\r\na=mid:1\r\na=extmap:14 urn:ietf:params:rtp-hdrext:toffset\r\na=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:13 urn:3gpp:video-orientation\r\na=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay\r\na=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type\r\na=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing\r\na=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space\r\na=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid\r\na=extmap:10 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id\r\na=extmap:11 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id\r\na=recvonly\r\na=rtcp-mux\r\na=rtcp-rsize\r\na=rtpmap:96 VP8/90000\r\na=rtcp-fb:96 goog-remb\r\na=rtcp-fb:96 transport-cc\r\na=rtcp-fb:96 ccm fir\r\na=rtcp-fb:96 nack\r\na=rtcp-fb:96 nack pli\r\na=rtpmap:97 rtx/90000\r\na=fmtp:97 apt=96\r\na=rtpmap:98 VP9/90000\r\na=rtcp-fb:98 goog-remb\r\na=rtcp-fb:98 transport-cc\r\na=rtcp-fb:98 ccm fir\r\na=rtcp-fb:98 nack\r\na=rtcp-fb:98 nack pli\r\na=fmtp:98 profile-id=0\r\na=rtpmap:99 rtx/90000\r\na=fmtp:99 apt=98\r\na=rtpmap:100 VP9/90000\r\na=rtcp-fb:100 goog-remb\r\na=rtcp-fb:100 transport-cc\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 nack pli\r\na=fmtp:100 profile-id=2\r\na=rtpmap:101 rtx/90000\r\na=fmtp:101 apt=100\r\na=rtpmap:122 VP9/90000\r\na=rtcp-fb:122 goog-remb\r\na=rtcp-fb:122 transport-cc\r\na=rtcp-fb:122 ccm fir\r\na=rtcp-fb:122 nack\r\na=rtcp-fb:122 nack pli\r\na=fmtp:122 profile-id=1\r\na=rtpmap:102 H264/90000\r\na=rtcp-fb:102 goog-remb\r\na=rtcp-fb:102 transport-cc\r\na=rtcp-fb:102 ccm fir\r\na=rtcp-fb:102 nack\r\na=rtcp-fb:102 nack pli\r\na=fmtp:102 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42001f\r\na=rtpmap:121 rtx/90000\r\na=fmtp:121 apt=102\r\na=rtpmap:127 H264/90000\r\na=rtcp-fb:127 goog-remb\r\na=rtcp-fb:127 transport-cc\r\na=rtcp-fb:127 ccm fir\r\na=rtcp-fb:127 nack\r\na=rtcp-fb:127 nack pli\r\na=fmtp:127 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42001f\r\na=rtpmap:120 rtx/90000\r\na=fmtp:120 apt=127\r\na=rtpmap:125 H264/90000\r\na=rtcp-fb:125 goog-remb\r\na=rtcp-fb:125 transport-cc\r\na=rtcp-fb:125 ccm fir\r\na=rtcp-fb:125 nack\r\na=rtcp-fb:125 nack pli\r\na=fmtp:125 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f\r\na=rtpmap:107 rtx/90000\r\na=fmtp:107 apt=125\r\na=rtpmap:108 H264/90000\r\na=rtcp-fb:108 goog-remb\r\na=rtcp-fb:108 transport-cc\r\na=rtcp-fb:108 ccm fir\r\na=rtcp-fb:108 nack\r\na=rtcp-fb:108 nack pli\r\na=fmtp:108 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42e01f\r\na=rtpmap:109 rtx/90000\r\na=fmtp:109 apt=108\r\na=rtpmap:35 AV1/90000\r\na=rtcp-fb:35 goog-remb\r\na=rtcp-fb:35 transport-cc\r\na=rtcp-fb:35 ccm fir\r\na=rtcp-fb:35 nack\r\na=rtcp-fb:35 nack pli\r\na=rtpmap:36 rtx/90000\r\na=fmtp:36 apt=35\r\na=rtpmap:124 H264/90000\r\na=rtcp-fb:124 goog-remb\r\na=rtcp-fb:124 transport-cc\r\na=rtcp-fb:124 ccm fir\r\na=rtcp-fb:124 nack\r\na=rtcp-fb:124 nack pli\r\na=fmtp:124 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=4d0032\r\na=rtpmap:119 rtx/90000\r\na=fmtp:119 apt=124\r\na=rtpmap:123 H264/90000\r\na=rtcp-fb:123 goog-remb\r\na=rtcp-fb:123 transport-cc\r\na=rtcp-fb:123 ccm fir\r\na=rtcp-fb:123 nack\r\na=rtcp-fb:123 nack pli\r\na=fmtp:123 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640032\r\na=rtpmap:118 rtx/90000\r\na=fmtp:118 apt=123\r\na=rtpmap:114 red/90000\r\na=rtpmap:115 rtx/90000\r\na=fmtp:115 apt=114\r\na=rtpmap:116 ulpfec/90000\r\na=rtpmap:37 flexfec-03/90000\r\na=rtcp-fb:37 goog-remb\r\na=rtcp-fb:37 transport-cc\r\na=fmtp:37 repair-window=10000000\r\nm=application 9 UDP/DTLS/SCTP webrtc-datachannel\r\nc=IN IP4 0.0.0.0\r\na=ice-ufrag:6ReD\r\na=ice-pwd:QBmcZYd/t+InpMVkxQEEXnE4\r\na=ice-options:trickle\r\na=fingerprint:sha-256 DD:7E:6F:CD:B8:13:4E:37:D2:92:6D:8E:30:FB:FE:13:29:C9:F8:FD:78:0B:C4:59:42:61:BC:CF:02:91:6B:3C\r\na=setup:actpass\r\na=mid:2\r\na=sctp-port:5000\r\na=max-message-size:262144\r\n

फ़ॉर्मैट किया गया:

v=0
o=- 2214114893783582286 2 IN IP4 127.0.0.1
s=-
t=0 0
a=group:BUNDLE 0 1 2
a=extmap-allow-mixed
a=msid-semantic: WMS
m=audio 9 UDP/TLS/RTP/SAVPF 111 63 103 104 9 0 8 106 105 13 110 112 113 126
c=IN IP4 0.0.0.0
a=rtcp:9 IN IP4 0.0.0.0
a=ice-ufrag:6ReD
a=ice-pwd:QBmcZYd/t+InpMVkxQEEXnE4
a=ice-options:trickle
a=fingerprint:sha-256 DD:7E:6F:CD:B8:13:4E:37:D2:92:6D:8E:30:FB:FE:13:29:C9:F8:FD:78:0B:C4:59:42:61:BC:CF:02:91:6B:3C
a=setup:actpass
a=mid:0
a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid
a=recvonly
a=rtcp-mux
a=rtpmap:111 opus/48000/2
a=rtcp-fb:111 transport-cc
a=fmtp:111 minptime=10;useinbandfec=1
a=rtpmap:63 red/48000/2
a=fmtp:63 111/111
a=rtpmap:103 ISAC/16000
a=rtpmap:104 ISAC/32000
a=rtpmap:9 G722/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:106 CN/32000
a=rtpmap:105 CN/16000
a=rtpmap:13 CN/8000
a=rtpmap:110 telephone-event/48000
a=rtpmap:112 telephone-event/32000
a=rtpmap:113 telephone-event/16000
a=rtpmap:126 telephone-event/8000
m=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 100 101 122 102 121 127 120 125 107 108 109 35 36 124 119 123 118 114 115 116 37
c=IN IP4 0.0.0.0
a=rtcp:9 IN IP4 0.0.0.0
a=ice-ufrag:6ReD
a=ice-pwd:QBmcZYd/t+InpMVkxQEEXnE4
a=ice-options:trickle
a=fingerprint:sha-256 DD:7E:6F:CD:B8:13:4E:37:D2:92:6D:8E:30:FB:FE:13:29:C9:F8:FD:78:0B:C4:59:42:61:BC:CF:02:91:6B:3C
a=setup:actpass
a=mid:1
a=extmap:14 urn:ietf:params:rtp-hdrext:toffset
a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
a=extmap:13 urn:3gpp:video-orientation
a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
a=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay
a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type
a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing
a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space
a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid
a=extmap:10 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id
a=extmap:11 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id
a=recvonly
a=rtcp-mux
a=rtcp-rsize
a=rtpmap:96 VP8/90000
a=rtcp-fb:96 goog-remb
a=rtcp-fb:96 transport-cc
a=rtcp-fb:96 ccm fir
a=rtcp-fb:96 nack
a=rtcp-fb:96 nack pli
a=rtpmap:97 rtx/90000
a=fmtp:97 apt=96
a=rtpmap:98 VP9/90000
a=rtcp-fb:98 goog-remb
a=rtcp-fb:98 transport-cc
a=rtcp-fb:98 ccm fir
a=rtcp-fb:98 nack
a=rtcp-fb:98 nack pli
a=fmtp:98 profile-id=0
a=rtpmap:99 rtx/90000
a=fmtp:99 apt=98
a=rtpmap:100 VP9/90000
a=rtcp-fb:100 goog-remb
a=rtcp-fb:100 transport-cc
a=rtcp-fb:100 ccm fir
a=rtcp-fb:100 nack
a=rtcp-fb:100 nack pli
a=fmtp:100 profile-id=2
a=rtpmap:101 rtx/90000
a=fmtp:101 apt=100
a=rtpmap:122 VP9/90000
a=rtcp-fb:122 goog-remb
a=rtcp-fb:122 transport-cc
a=rtcp-fb:122 ccm fir
a=rtcp-fb:122 nack
a=rtcp-fb:122 nack pli
a=fmtp:122 profile-id=1
a=rtpmap:102 H264/90000
a=rtcp-fb:102 goog-remb
a=rtcp-fb:102 transport-cc
a=rtcp-fb:102 ccm fir
a=rtcp-fb:102 nack
a=rtcp-fb:102 nack pli
a=fmtp:102 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42001f
a=rtpmap:121 rtx/90000
a=fmtp:121 apt=102
a=rtpmap:127 H264/90000
a=rtcp-fb:127 goog-remb
a=rtcp-fb:127 transport-cc
a=rtcp-fb:127 ccm fir
a=rtcp-fb:127 nack
a=rtcp-fb:127 nack pli
a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42001f
a=rtpmap:120 rtx/90000
a=fmtp:120 apt=127
a=rtpmap:125 H264/90000
a=rtcp-fb:125 goog-remb
a=rtcp-fb:125 transport-cc
a=rtcp-fb:125 ccm fir
a=rtcp-fb:125 nack
a=rtcp-fb:125 nack pli
a=fmtp:125 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f
a=rtpmap:107 rtx/90000
a=fmtp:107 apt=125
a=rtpmap:108 H264/90000
a=rtcp-fb:108 goog-remb
a=rtcp-fb:108 transport-cc
a=rtcp-fb:108 ccm fir
a=rtcp-fb:108 nack
a=rtcp-fb:108 nack pli
a=fmtp:108 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42e01f
a=rtpmap:109 rtx/90000
a=fmtp:109 apt=108
a=rtpmap:35 AV1/90000
a=rtcp-fb:35 goog-remb
a=rtcp-fb:35 transport-cc
a=rtcp-fb:35 ccm fir
a=rtcp-fb:35 nack
a=rtcp-fb:35 nack pli
a=rtpmap:36 rtx/90000
a=fmtp:36 apt=35
a=rtpmap:124 H264/90000
a=rtcp-fb:124 goog-remb
a=rtcp-fb:124 transport-cc
a=rtcp-fb:124 ccm fir
a=rtcp-fb:124 nack
a=rtcp-fb:124 nack pli
a=fmtp:124 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=4d0032
a=rtpmap:119 rtx/90000
a=fmtp:119 apt=124
a=rtpmap:123 H264/90000
a=rtcp-fb:123 goog-remb
a=rtcp-fb:123 transport-cc
a=rtcp-fb:123 ccm fir
a=rtcp-fb:123 nack
a=rtcp-fb:123 nack pli
a=fmtp:123 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640032
a=rtpmap:118 rtx/90000
a=fmtp:118 apt=123
a=rtpmap:114 red/90000
a=rtpmap:115 rtx/90000
a=fmtp:115 apt=114
a=rtpmap:116 ulpfec/90000
a=rtpmap:37 flexfec-03/90000
a=rtcp-fb:37 goog-remb
a=rtcp-fb:37 transport-cc
a=fmtp:37 repair-window=10000000
m=application 9 UDP/DTLS/SCTP webrtc-datachannel
c=IN IP4 0.0.0.0
a=ice-ufrag:6ReD
a=ice-pwd:QBmcZYd/t+InpMVkxQEEXnE4
a=ice-options:trickle
a=fingerprint:sha-256 DD:7E:6F:CD:B8:13:4E:37:D2:92:6D:8E:30:FB:FE:13:29:C9:F8:FD:78:0B:C4:59:42:61:BC:CF:02:91:6B:3C
a=setup:actpass
a=mid:2
a=sctp-port:5000
a=max-message-size:262144
फ़ील्ड ब्यौरा डेटा टाइप
offerSdp एसडीपी का ऑफ़र, खास तौर पर उस लोकल डिवाइस के लिए जिस पर WebRTC की लाइव स्ट्रीम दिखेगी. string
उदाहरण: "offerSdp"

GenWebRtcStream के रिस्पॉन्स फ़ील्ड

answerSdp का इस्तेमाल, जवाब मिलने के 30 सेकंड के अंदर लाइव स्ट्रीम जनरेट करने के लिए किया जाना चाहिए. ऐसा न करने पर, इसकी समयसीमा खत्म हो जाएगी. अगर समयसीमा खत्म हो जाती है, तो नया answerSdp पाने के लिए, GenerateWebRtcStream कमांड को फिर से लागू करें.

लाइव स्ट्रीम के लिए WebRTC चैनल खोलते समय, पक्का करें कि आपने डेटा चैनल के साथ-साथ वीडियो चैनल भी बनाया हो.

फ़ील्ड ब्यौरा डेटा टाइप
answerSdp डिवाइस के साथ इस्तेमाल किया जाने वाला SDP जवाब, जिस पर WebRTC की लाइव स्ट्रीम दिखेगी. string
उदाहरण: "answerSdp"
expiresAt RFC 3339 फ़ॉर्मैट में, WebRTC की लाइव स्ट्रीम को ऐक्सेस करने की समयसीमा खत्म होने का समय. string
जैसे: "2020-01-04T18:30:00.000Z"
mediaSessionId जनरेट की गई WebRTC लाइव स्ट्रीम का मीडिया सेशन आईडी. string
उदाहरण: "QW_yv1uYh-WRDT6K8ZFuVywm5v..."

ExtendWebRtcStream

Nest Cam (लेगसी) Nest Cam (आउटडोर या इनडोर, बैटरी) Floodlight के साथ Nest Cam Nest Cam (इनडोर, वायर वाला) Nest Doorbell (तार वाली)   तार वाला   

अनुरोध करें कि WebRTC की मौजूदा लाइव स्ट्रीम के ऐक्सेस की समयसीमा खत्म होने से पहले, उसे बढ़ाने का अनुरोध किया जाए.

WebRTC स्ट्रीम को सिर्फ़ तार से चलने वाले कैमरों पर ही बढ़ाया जा सकता है. बैटरी से चलने वाले कैमरे को वायर से चलने वाला कैमरा माना जाता है, जब डिवाइस को चार्ज करने के लिए प्लग इन किया जाता है. अगर कैमरा बैटरी पावर पर है, तो चालू WebRTC स्ट्रीम को बढ़ाने के अनुरोध को अनदेखा कर दिया जाएगा.

कैमरे से लाइव स्ट्रीम किए जाने वाले सेशन सिर्फ़ पांच मिनट के लिए मान्य हैं. अगर आपको किसी लाइव स्ट्रीम की अवधि बढ़ानी है, तो उसके लिए जनरेट किए गए स्ट्रीम फ़ॉर्मैट के लिए, CameraLiveStream एट्रिब्यूट के ExtendFormatStream कमांड का इस्तेमाल करें.

ExtendWebRtcStream अनुरोध और जवाब

अनुरोध

POST /enterprises/project-id/devices/device-id:executeCommand
{
  "command" : "sdm.devices.commands.CameraLiveStream.ExtendWebRtcStream",
  "params" : {
    "mediaSessionId" : "QW_yv1uYh-WRDT6K8ZFuVywm5v..."
  }
}

जवाब

{
  "results" : {
    "expiresAt" : "2018-01-04T18:30:00.000Z",
    "mediaSessionId" : "QW_yv1uYh-WRDT6K8ZFuVywm5v..."
  }
}

ExtendWebRtcStream अनुरोध फ़ील्ड

फ़ील्ड ब्यौरा डेटा टाइप
mediaSessionId WebRTC लाइव स्ट्रीम के मीडिया सेशन आईडी की अवधि बढ़ाई जाएगी. string
उदाहरण: "QW_yv1uYh-WRDT6K8ZFuVywm5v..."

ExtendWebRtcStream रिस्पॉन्स फ़ील्ड

फ़ील्ड ब्यौरा डेटा टाइप
expiresAt RFC 3339 फ़ॉर्मैट में, WebRTC लाइव स्ट्रीम को ऐक्सेस करने की समयसीमा खत्म होने का नया समय. string
जैसे: "2018-01-04T18:30:00.000Z"
mediaSessionId WebRTC लाइव स्ट्रीम का मीडिया सेशन आईडी, जिसे बढ़ाया गया था. string
उदाहरण: "QW_yv1uYh-WRDT6K8ZFuVywm5v..."

StopWebRtcStream

Nest Cam (लेगसी) Nest Cam (आउटडोर या इनडोर, बैटरी) Floodlight के साथ Nest Cam Nest Cam (इनडोर, वायर वाला) Nest Doorbell (बैटरी) Nest5 Doorbell (तार वाली)

यह नीति, सही WebRTC मीडिया सेशन को अमान्य करती है और उस सेशन से जुड़ी WebRTC की लाइव स्ट्रीम को रोक देती है.

StopWebRtcStream अनुरोध और जवाब

अनुरोध

POST /enterprises/project-id/devices/device-id:executeCommand
{
  "command" : "sdm.devices.commands.CameraLiveStream.StopWebRtcStream",
  "params" : {
    "mediaSessionId" : "QW_yv1uYh-WRDT6K8ZFuVywm5v..."
  }
}

जवाब

{}

StopWebRtcStream के लिए अनुरोध के फ़ील्ड

फ़ील्ड ब्यौरा डेटा टाइप
mediaSessionId WebRTC लाइव स्ट्रीम को बंद करने के लिए, मीडिया सेशन आईडी. string
उदाहरण: "QW_yv1uYh-WRDT6K8ZFuVywm5v..."

गड़बड़ियां

इस trait के संबंध में, ये गड़बड़ी कोड दिखाए जा सकते हैं:

गड़बड़ी संदेश RPC समस्या हल करना
दरवाज़े की घंटी को निर्देश देने की सुविधा काम नहीं करती. FAILED_PRECONDITION बैटरी से चलने वाली दरवाज़े की घंटी पर WebRTC स्ट्रीम को बढ़ाया नहीं जा सकता. अगर दरवाज़े की घंटी पर की जाने वाली किसी स्ट्रीम को शुरुआती सेशन की अवधि के बाद भी देखना है, तो मौजूदा स्ट्रीम को रोकें और नई स्ट्रीम जनरेट करें.
अनुमति नहीं दी गई. PERMISSION_DENIED user ने developer निर्देश लागू करने के लिए, पार्टनर कनेक्शन मैनेजर (पीसीएम) में डिवाइस के लेवल की ज़रूरी अनुमतियां नहीं दी हैं.

WebRTC की लाइव स्ट्रीम जनरेट करते समय, इस गड़बड़ी का मतलब यह भी हो सकता है कि offerSdp में दी गई ऑडियो सेटिंग गलत है.

एपीआई से जुड़े गड़बड़ी कोड की पूरी सूची देखने के लिए, एपीआई से जुड़े गड़बड़ी कोड का रेफ़रंस देखें.