X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=distro-end;fp=distro-end;h=16fc7a5b0afbcfe6e46291c24ce4edbf3a1e744d;hp=acc1507d18283fc0ae72a6b7155a04edb8a4142d;hb=89a1a98bb918fdf856d34900610413c79e32897e;hpb=e168eaa6f27cc556b7edfb9148f80905d26e21f6 diff --git a/distro-end b/distro-end index acc1507..16fc7a5 100755 --- a/distro-end +++ b/distro-end @@ -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