mostly improvements
[distro-setup] / distro-end
index acc1507d18283fc0ae72a6b7155a04edb8a4142d..16fc7a5b0afbcfe6e46291c24ce4edbf3a1e744d 100755 (executable)
@@ -2009,6 +2009,18 @@ esac
 
 ### end bitcoin
 
+### begin live streaming ###
+
+# comparing nginx rtmp to icecast
+# `mpv --cache=no` had about 2.5 sec latency vs 4 seconds.
+# Then I discovered this command which had about .5 sec latency:
+#ffplay -f live_flv -fast -x 1280 -y 720 -fflags nobuffer -flags low_delay -strict experimental -vf "setpts=N/60/TB" -af "asetpts=N/60/TB" -noframedrop -i rtmp://url_here
+#
+pi nginx libnginx-mod-rtmp
+
+
+### end live streaming ###
+
 ### begin gh ####
 
 # from https://raw.githubusercontent.com/cli/cli/trunk/docs/install_linux.md