diff --git a/README.md b/README.md index 783376b..048d287 100644 --- a/README.md +++ b/README.md @@ -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 }, @@ -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 },