Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiritin committed Jan 30, 2025
1 parent 8ac88aa commit a810d77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/origin-conf.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
enabled on;
ffmpeg ./objs/ffmpeg/bin/ffmpeg;

@if(isset($twitchUrl))
@if(!empty($twitchUrl))
engine twitch_live {
enabled on;
vcodec libx264;
Expand All @@ -61,7 +61,7 @@
}
@endif

@if(isset($vrchatUrl))
@if(!empty($vrchatUrl))
engine vrchat_live {
enabled on;
vcodec libx264;
Expand All @@ -74,7 +74,7 @@
vpreset slow;
vparams {
bf 2; # B-Frames
g 30; #Keyframe
g 30; #Keyframe
}
acodec libfdk_aac;
abitrate 160;
Expand Down

0 comments on commit a810d77

Please sign in to comment.