├── README.md ├── run_live_vp9_ffmpeg_chk_generation.sh ├── run_live_vp9_ffmpeg_dash_mpd_generation.sh ├── short_bbb.mp4 ├── start_dash_abr_live_stream.sh ├── start_hls_abr_live_stream.sh ├── start_hls_abr_live_stream_file_loop.sh ├── start_hls_low_latency_live_stream.sh ├── start_http_server.sh └── start_mpeg_dash_low_latency_live_stream.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leandromoreira/live-stream-from-desktop/HEAD/README.md -------------------------------------------------------------------------------- /run_live_vp9_ffmpeg_chk_generation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leandromoreira/live-stream-from-desktop/HEAD/run_live_vp9_ffmpeg_chk_generation.sh -------------------------------------------------------------------------------- /run_live_vp9_ffmpeg_dash_mpd_generation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leandromoreira/live-stream-from-desktop/HEAD/run_live_vp9_ffmpeg_dash_mpd_generation.sh -------------------------------------------------------------------------------- /short_bbb.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leandromoreira/live-stream-from-desktop/HEAD/short_bbb.mp4 -------------------------------------------------------------------------------- /start_dash_abr_live_stream.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leandromoreira/live-stream-from-desktop/HEAD/start_dash_abr_live_stream.sh -------------------------------------------------------------------------------- /start_hls_abr_live_stream.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leandromoreira/live-stream-from-desktop/HEAD/start_hls_abr_live_stream.sh -------------------------------------------------------------------------------- /start_hls_abr_live_stream_file_loop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leandromoreira/live-stream-from-desktop/HEAD/start_hls_abr_live_stream_file_loop.sh -------------------------------------------------------------------------------- /start_hls_low_latency_live_stream.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leandromoreira/live-stream-from-desktop/HEAD/start_hls_low_latency_live_stream.sh -------------------------------------------------------------------------------- /start_http_server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leandromoreira/live-stream-from-desktop/HEAD/start_http_server.sh -------------------------------------------------------------------------------- /start_mpeg_dash_low_latency_live_stream.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leandromoreira/live-stream-from-desktop/HEAD/start_mpeg_dash_low_latency_live_stream.sh --------------------------------------------------------------------------------