<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Generate OfferSdp For Nest Battery Camera Version in Smart Home Developer Forum</title>
    <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Generate-OfferSdp-For-Nest-Battery-Camera-Version/m-p/209491#M302</link>
    <description>&lt;P&gt;If it's helpful, I was able to do the demo to completion that google/nest lists here: &lt;A href="https://device-access-sample.web.app/" target="_blank"&gt;https://device-access-sample.web.app/&lt;/A&gt; , but now I want to run curl commands from scratch on my end and don't know how to generate the "OfferSDP".&lt;/P&gt;</description>
    <pubDate>Sat, 30 Jul 2022 14:35:48 GMT</pubDate>
    <dc:creator>jsniff</dc:creator>
    <dc:date>2022-07-30T14:35:48Z</dc:date>
    <item>
      <title>Generate OfferSdp For Nest Battery Camera Version</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Generate-OfferSdp-For-Nest-Battery-Camera-Version/m-p/208997#M298</link>
      <description>&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Does anyone know how to generate a valid "OfferSdp"?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;It is not in the documentation below:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.google.com/nest/device-access/traits/device/camera-live-stream#generatewebrtcstream" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developers.google.com/nest/device-access/traits/device/camera-live-stream#generatewebrtcstream&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The only sample code response I saw was here but this is rly not straightforward and I was hoping for a simple CURL command, like all the other nest requests.&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/70360191/sdp-offer-webrtc" target="_blank"&gt;https://stackoverflow.com/questions/70360191/sdp-offer-webrtc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"OfferSDP" is a long string variable that NEST needs to be intaked to get an "AnswerSDP".&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 29 Jul 2022 16:27:14 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Generate-OfferSdp-For-Nest-Battery-Camera-Version/m-p/208997#M298</guid>
      <dc:creator>jsniff</dc:creator>
      <dc:date>2022-07-29T16:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Generate OfferSdp For Nest Battery Camera Version</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Generate-OfferSdp-For-Nest-Battery-Camera-Version/m-p/209491#M302</link>
      <description>&lt;P&gt;If it's helpful, I was able to do the demo to completion that google/nest lists here: &lt;A href="https://device-access-sample.web.app/" target="_blank"&gt;https://device-access-sample.web.app/&lt;/A&gt; , but now I want to run curl commands from scratch on my end and don't know how to generate the "OfferSDP".&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jul 2022 14:35:48 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Generate-OfferSdp-For-Nest-Battery-Camera-Version/m-p/209491#M302</guid>
      <dc:creator>jsniff</dc:creator>
      <dc:date>2022-07-30T14:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Generate OfferSdp For Nest Battery Camera Version</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Generate-OfferSdp-For-Nest-Battery-Camera-Version/m-p/218195#M337</link>
      <description>&lt;P&gt;I really want to be able to do this all in some python script/pipeline. No one has worked with Nest's stream from a battery operated version well then? Kind of frustrating that it's a different protocol than the wired version. Still stuck in generating the "OfferSDP" to get an "AnswerSDP".&lt;/P&gt;</description>
      <pubDate>Sun, 14 Aug 2022 10:58:25 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Generate-OfferSdp-For-Nest-Battery-Camera-Version/m-p/218195#M337</guid>
      <dc:creator>jsniff</dc:creator>
      <dc:date>2022-08-14T10:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Generate OfferSdp For Nest Battery Camera Version</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Generate-OfferSdp-For-Nest-Battery-Camera-Version/m-p/218885#M338</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I don’t think you can generate SDP just from your terminal as it would need a set of information about your system, audio/video playing capabilities and network interfaces when building this text. Your browser has all the necessary software stacks to provide these capabilities, and that’s how it is able to generate an offer/answer SDP.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;You can learn more about which information is stored in an SDP field on this &lt;/SPAN&gt;&lt;A href="https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Protocols#sdp" target="_blank"&gt;&lt;SPAN&gt;WebRTC Guide&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;, or use our &lt;/SPAN&gt;&lt;A href="https://developers.google.com/assistant/smarthome/tools/smart-home-webrtc-validator-tool" target="_blank"&gt;&lt;SPAN&gt;WebRTC Validator Tool&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; to generate one.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 17:17:45 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Generate-OfferSdp-For-Nest-Battery-Camera-Version/m-p/218885#M338</guid>
      <dc:creator>anishyadav</dc:creator>
      <dc:date>2022-08-15T17:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Generate OfferSdp For Nest Battery Camera Version</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Generate-OfferSdp-For-Nest-Battery-Camera-Version/m-p/219648#M343</link>
      <description>&lt;P&gt;This is good feedback and we may look further into the WebRTC/browser approach. But here's what we really want to do:&amp;nbsp;&lt;SPAN&gt;We are attempting to generate a generic offer SDP through aiortc (python class: &lt;A href="https://github.com/aiortc/aiortc" target="_blank" rel="noopener"&gt;https://github.com/aiortc/aiortc&lt;/A&gt;). We were hoping to send the generated offer SDP in python script, received an answer SDP in python script, and then have ffmpeg record the video stream described in the answer SDP to extract frames for video analysis. We are struggling with some of the steps in the pipeline, but does this seem like a pipeline that should be achievable?&amp;nbsp;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/136919"&gt;@anishyadav&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 16 Aug 2022 15:22:47 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Generate-OfferSdp-For-Nest-Battery-Camera-Version/m-p/219648#M343</guid>
      <dc:creator>jsniff</dc:creator>
      <dc:date>2022-08-16T15:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Generate OfferSdp For Nest Battery Camera Version</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Generate-OfferSdp-For-Nest-Battery-Camera-Version/m-p/225238#M377</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;A href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/136919" target="_blank"&gt;@anishyadav&lt;/A&gt;&amp;nbsp;anyway to achieve this pipeline more through a script I run through python code or similar?&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 Aug 2022 16:09:05 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Generate-OfferSdp-For-Nest-Battery-Camera-Version/m-p/225238#M377</guid>
      <dc:creator>jsniff</dc:creator>
      <dc:date>2022-08-24T16:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Generate OfferSdp For Nest Battery Camera Version</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Generate-OfferSdp-For-Nest-Battery-Camera-Version/m-p/402485#M939</link>
      <description>&lt;P&gt;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/197508"&gt;@jsniff&lt;/a&gt;&amp;nbsp;i have similar requirements like you had above. Did you solve this problem? What solution did you implement finally?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 11:17:30 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Generate-OfferSdp-For-Nest-Battery-Camera-Version/m-p/402485#M939</guid>
      <dc:creator>Srvking</dc:creator>
      <dc:date>2023-04-19T11:17:30Z</dc:date>
    </item>
  </channel>
</rss>

