Added option for streamname to the player.
This commit is contained in:
parent
f98b790986
commit
733868aa70
2 changed files with 4 additions and 4 deletions
|
@ -36,9 +36,6 @@ namespace Converters {
|
|||
if (it->second.fragments.size()){
|
||||
it->second.fragments.rbegin()->setDuration(it->second.fragments.rbegin()->getDuration() - it->second.lastms);
|
||||
}
|
||||
if (it->second.lastms / 1000){
|
||||
it->second.bps /= (it->second.lastms / 1000);
|
||||
}
|
||||
}
|
||||
|
||||
//append the revised header
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue