• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

vudung45/HLS-GoogleDrive: HTTP Live Streaming utilizing Google Drive CDN

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

vudung45/HLS-GoogleDrive

开源软件地址(OpenSource Url):

https://github.com/vudung45/HLS-GoogleDrive

开源编程语言(OpenSource Language):

JavaScript 60.6%

开源软件介绍(OpenSource Introduction):

Live Streaming Service

  • The goal of this project is to utilize the underlying infrastructure of Google Drive to host our own live streaming service.
  • Why Google Drive?
    • With the right recipe, we can literally scale to unlimited storage
    • Google's underlying CDN is kinda OP already. Streaming performance should be decent.

TODOS:

  • Upload -> Process:
    • Allow user to upload raw video to our service. The video will then be broken down into chunks, and distributed across multiple google drive accounts
  • Streaming:
    • Dynamically generate m3u8 file for processed videos
    • Ensure that the link to the chunk is alive. Two possible solutions are: Passive Health Monitoring (Heartbeat), or just lazily checks on demand. The most optimal approach still needs to be verified. Ideally, lazy checks should yield the best consistency, however, the latency might be too much for live streaming.
  • Possible LIVE STREAMING feature ( Like Twitch Live, Facebook Live, Youtube Live)

Notes:

  • https://github.com/googleapis/google-api-nodejs-client (Nodejs package)
  • https://cloud.google.com/iam/docs/service-accounts:
    • Each google account can create ~100 service accounts. Each service account is basically a google account.
      • Pros:
        • No manual login required, private secret is generated once and can be used forever
        • 15gb of free storage per service account ( 15 * 100 = 1.5TB / google account )
      • Cons:
        • No offical support to access the account through google drive UI (not really a con but something to keep in mind)
        • Reliability ???
  • ffmpeg -i test_upload.mp4 -acodec copy -vcodec copy -f hls -hls_time 20 -hls_list_size 0 output.m3u8
  • http://127.0.0.1:3000/watch?uploadId=5e6f50257714840985965d52 -- video player
  • http://127.0.0.1:3000/uploadInfo/5e6f50257714840985965d52 -- UploadInfo Page

Upload/File management

architecture




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
grahamearley/FirestoreGoogleAppsScript: A Google Apps Script library for accessi ...发布时间:2022-06-11
下一篇:
peqing/GoogleIPRange发布时间:2022-06-11
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap