Skip to content

Commit

Permalink
https://github.com/WWBN/AVideo-Encoder/issues/543
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Oct 11, 2024
1 parent 51082fa commit 0a3321f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions objects/Streamer.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ function setPass($pass)
$config = new Configuration();
if (version_compare($config->getVersion(), '4.0') < 0) {
$pass = substr($pass, 0, 45);
}else{
$pass = substr($pass, 0, 255);
}
$this->pass = $pass;
}
Expand Down

0 comments on commit 0a3321f

Please sign in to comment.