Skip to content

Commit

Permalink
bbb
Browse files Browse the repository at this point in the history
  • Loading branch information
philcluff committed May 2, 2019
1 parent 9ea333d commit f7ef0c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Here's a simple SASH manifest, with 1 audio track and 1 video track, using fragm
"mime_type" : "video/mp4",
"segment_template" : {
"duration": 1.960,
"init": "http://example.com/ace6123d-021d-41e2-bc31-4a082df189f9/$rendition$/init.m4f",
"media": "http://example.com/ace6123d-021d-41e2-bc31-4a082df189f9/$rendition$/segment$number$.m4f",
"init": "http://example.com/big-buck-bunny/$rendition$/init.m4f",
"media": "http://example.com/big-buck-bunny/$rendition$/segment$number$.m4f",
"start_number": 0,
"end_number" : 154
},
Expand All @@ -54,8 +54,8 @@ Here's a simple SASH manifest, with 1 audio track and 1 video track, using fragm
"mime_type" : "video/mp4",
"segment_template": {
"duration": 1.996,
"init": "http://example.com/ace6123d-021d-41e2-bc31-4a082df189f9/$rendition$/init.m4f",
"media": "http://example.com/ace6123d-021d-41e2-bc31-4a082df189f9/$rendition$/segment$number$.m4f",
"init": "http://example.com/big-buck-bunny/$rendition$/init.m4f",
"media": "http://example.com/big-buck-bunny/$rendition$/segment$number$.m4f",
"start_number": 0,
"end_number": 154
},
Expand Down

0 comments on commit f7ef0c9

Please sign in to comment.