Skip to content

Commit

Permalink
Add content type (BUffer): video/x-matroska
Browse files Browse the repository at this point in the history
  • Loading branch information
marmei committed May 16, 2020
1 parent a6a9b90 commit 38333d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buffer.go
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ func connectToStreamingServer(streamID int, playlistID string) {
}

// Video Stream (TS)
case "video/mpeg", "video/mp4", "video/mp2t", "video/m2ts", "application/octet-stream", "binary/octet-stream", "application/mp2t":
case "video/mpeg", "video/mp4", "video/mp2t", "video/m2ts", "application/octet-stream", "binary/octet-stream", "application/mp2t", "video/x-matroska":

var fileSize int

Expand Down

0 comments on commit 38333d6

Please sign in to comment.