Skip to content

Commit

Permalink
Don't normalize aws path
Browse files Browse the repository at this point in the history
  • Loading branch information
Karolk99 committed May 13, 2024
1 parent 5a96434 commit e6f487d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ config :jellyfish,
divo: "docker-compose.yaml",
divo_wait: [dwell: 1_500, max_tries: 50]

config :ex_aws, :http_client, Jellyfish.Component.HLS.HTTPoison
config :ex_aws,
http_client: Jellyfish.Component.HLS.HTTPoison,
normalize_path: false

config :bundlex, :disable_precompiled_os_deps, apps: [:membrane_h264_ffmpeg_plugin, :ex_libsrtp]

Expand Down

0 comments on commit e6f487d

Please sign in to comment.