From cc53dc4cd00f05920504dcc565d5c0e6ea1bba7f Mon Sep 17 00:00:00 2001 From: noarkhh Date: Wed, 28 Aug 2024 15:19:23 +0200 Subject: [PATCH] Bump deps --- examples.livemd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples.livemd b/examples.livemd index ab2864c..8c1de99 100644 --- a/examples.livemd +++ b/examples.livemd @@ -118,9 +118,9 @@ rtsp_port = 8554 udp_rtcp_port: rtp_server_port + 1 ) -Boombox.run(input: "rtsp://localhost:#{rtsp_port}/livestream", output: {:hls, hls_out_dir}) +Boombox.run(input: "rtsp://localhost:#{rtsp_port}/livestream", output: "#{hls_out_dir}/index.m3u8") -GenServer.stop(server) +Membrane.RTSP.Server.stop(server) ```