Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Noarkhh committed Sep 2, 2024
1 parent 46318bc commit cc53dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```

<!-- livebook:{"branch_parent_index":0} -->
Expand Down

0 comments on commit cc53dc4

Please sign in to comment.