Skip to content

Commit

Permalink
TTK-27383: Change encoder routes
Browse files Browse the repository at this point in the history
  • Loading branch information
albacodina committed Dec 2, 2024
1 parent 5784d8e commit 0339f49
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Resources/config/encoders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pumukit_hard_video_editor:
type: store
host: 127.0.0.1
description: Local master server
dir_out: "%kernel.project_dir%/public/storage/masters"
dir_out: "%pumukit.masters%"
app: ffmpeg
rel_duration_size: 1
rel_duration_trans: 1
Expand Down Expand Up @@ -51,8 +51,8 @@ pumukit_hard_video_editor:
type: download
host: 127.0.0.1
description: Local download server
dir_out: "%kernel.project_dir%/public/storage/downloads"
url_out: "/storage/downloads"
dir_out: "%pumukit.downloads%"
url_out: "%pumukit.downloads_url%"
app: ffmpeg
rel_duration_size: 1
rel_duration_trans: 1
Expand Down Expand Up @@ -81,8 +81,8 @@ pumukit_hard_video_editor:
type: download
host: 127.0.0.1
description: Local download server
dir_out: "%kernel.project_dir%/public/storage/downloads"
url_out: "/storage/downloads"
dir_out: "%pumukit.downloads%"
url_out: "%pumukit.downloads_url%"
app: ffmpeg
rel_duration_size: 1
rel_duration_trans: 1
Expand Down

0 comments on commit 0339f49

Please sign in to comment.