From 85ae36dc26c3466527c4d7266ae138a601c5a337 Mon Sep 17 00:00:00 2001 From: Jakub Pisarek <99591440+sgfn@users.noreply.github.com> Date: Thu, 13 Jul 2023 16:07:18 +0200 Subject: [PATCH] Fix Jellyfish port used in example --- .gitignore | 5 ++++- examples/rtsp_to_hls.exs | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9af12605..ebd22a2c 100644 --- a/.gitignore +++ b/.gitignore @@ -180,4 +180,7 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk -# End of https://www.gitignore.io/api/c,vim,linux,macos,elixir,windows,visualstudiocode \ No newline at end of file +# End of https://www.gitignore.io/api/c,vim,linux,macos,elixir,windows,visualstudiocode + +# Default Jellyfish output directory +jellyfish_output diff --git a/examples/rtsp_to_hls.exs b/examples/rtsp_to_hls.exs index 3dc9f4af..491eb9ee 100644 --- a/examples/rtsp_to_hls.exs +++ b/examples/rtsp_to_hls.exs @@ -6,7 +6,7 @@ defmodule Example do require Logger @jellyfish_hostname "localhost" - @jellyfish_port 4000 + @jellyfish_port 5002 @jellyfish_token "development" def run(stream_uri) do