nest-api - 在 VLC 播放器中嵌套摄像头视频流

标签 nest-api

我从 friend 那里得到了一个公开的共享巢穴摄像头地址。
我不想使用网络浏览器观看视频,而是想使用 VLC 播放器进行视频流。这种方式允许我使用 VLC 的许多其他功能对视频进行视频分析。
怎么做?

最佳答案

我能够通过以下步骤做到这一点:

  • 转到公共(public)视频共享 URL。它应该是这样的:
    http://video.nest.com/live/pSgnOZ0s4t

  • If you use developer tool on chrome and see network traffic ....look for a URL with .m3u8 in the end... it will be something like this:

    https://stream-delta.dropcam.com/nexus_aac/37451e60aeac457f9800704f1662147e/playlist.m3u8

  • Once you get that open that file in a text editor....you will get something like this inside the file

  • #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-STREAM-INF:BANDWIDTH=400816,CODECS="avc1.77.31,mp4a.40.2",RESOLUTION=1280x720
    chunklist_w391480529.m3u8
    

    The stream URL is then

    https://stream-delta.dropcam.com/nexus_aac/37451e60aeac457f9800704f1662047e/chunklist_w391480529.m3u8

    1. Once you have this then install livestreamer to extract video like this:
    livestreamer "hls://https://stream-delta.dropcam.com/nexus_aac/37451e60aeac457f9800704f1662047e/chunklist_w391480509.m3u8" best -o nest_video.ts
  • 这会将文件保存到您的磁盘。

  • 我用它来避免嵌套感知订阅。不幸的是,他们为这项服务收取了很多费用。当有人可以将视频保存到磁盘并上传到便宜的云选项时......

    关于nest-api - 在 VLC 播放器中嵌套摄像头视频流,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44714480/

    相关文章:

    nest-api - Nest API是否提供湿度信息?

    javascript - 从 Nest api 获取数据不再起作用

    java - 具有 OAuth 的 Firebase Java 提供程序

    java - 从远程 Android 应用程序打开/关闭 Nest

    camera - Nest Camera 的 API 文档在哪里?

    nest-api - android-NestDK 卡住了 pincode

    java - 将结构设置为自动离开

    ios - 给定一个实时流的深层链接,我如何在我的 iOS 应用程序中显示这个实时流?

    python - 无法放入嵌套