synopsis
- rtmpt + ssl
ngx_rtmpt_proxy_module.so
ngx_rtmp_module.so
- ssl certificate
- 利用 ffmpeg 傳送給 rtmpts://{host}/demo/video
Spare No Effort, Leave No Regret
ngx_rtmpt_proxy_module.so
ngx_rtmp_module.so
rtmps://
轉送到 rtmp:1935
,加入 ssl,進行驗證。mobile/web 端,透過 fb 進階 oauth 的方式,mobile/web 的 登入/註冊 當然 web 可以透過簡易的方式,透過 javascript 取得授權的 token,但此方法不在這邊討論
官方 : https://developers.facebook.com/docs/facebook-login/manually-build-a-login-flow
response_type=token
,但返回的 token 會夾帶在 fragment(hashtag) 中,可透過 js 取得(因為在 url 的解析中,無法直接取得 fragment 的參數)。從 2009 年開始,從 blogger -> 其他的服務 -> HEXO -> blogger -> logdown, 從浪費時間,到專注核心(寫文、po 文),決定了託管(server+頁面的管理)會比較輕鬆,最後選擇了 logdown 沒想到 logdown 也會有服務出問題,甚至讓我覺得可能會中斷服務,讓我覺得挺可惜 最後還是又回到了 github 中,不過這次用的服務是
jekyll
You’ll find this post in your _posts
directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve
, which launches a web server and auto-regenerates your site when a file is updated.