diff --git a/extract-playlist.php b/extract-playlist.php index 36c1f35..263d26d 100644 --- a/extract-playlist.php +++ b/extract-playlist.php @@ -773,9 +773,7 @@ if ( $ext === '.mp3' ) { } else { die( "Unexpected file extension $ext\n" ); } -if ( $ext === '.mp3' ) { - $segments = consolidate( $target, $segments ); -} +$segments = consolidate( $target, $segments ); /* foreach ( $segments as $key => $segment ) { diff --git a/fmp4.html b/fmp4.html index 95df6ce..471044d 100644 --- a/fmp4.html +++ b/fmp4.html @@ -24,13 +24,14 @@ +

Current behavior:

Browsers that play the VP9 track will get sharp video, those that play the MJPEG track will get blurry video. Audio should sound the same either way.