live stream related collection
音視頻技術參考
https://github.com/gwuhaolin/blog/issues/5
https://read01.com/zD2OdO.html
https://github.com/ossrs/srs
https://imququ.com/post/html5-live-player-1.html
http://blog.ucloud.cn/?p=694
使用 flv.js 做直播
https://github.com/Bilibili/flv.js
https://github.com/gwuhaolin/blog/issues/3
https://github.com/gwuhaolin/livego
Stream Push Command
ffmpeg -re -f concat -safe 0 -i <(printf "file '$PWD/%s'\n" *.mp4) -c copy -f flv rtmp://localhost:1935/live/[name]
ffmpeg -f avfoundation -i "0" -vcodec h264 -acodec aac -f flv rtmp://localhost:1935/live/[name]
Nginx RTMP Module
https://github.com/arut/nginx-rtmp-module
Docker Nginx RTMP