Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
emadehsan committed May 25, 2018
1 parent e0c8d18 commit 68aee59
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@ let streamingUrl = await GaleCrater.transcode(filename, filepath);

You can append this `streamingUrl` with filename excluding extention plus `.ism/Manifest` for Smooth Streaming Protocol's manifest file. With `.ism/Manifest(format=m3u8-aapl)` for HLS's manifest. And with `.ism/Manifest(format=mpd-time-csf)` for DASH manifest.

Once you have the link to DASH Manifest, [you can test the Adaptive Bitrate streaming here](http://mediapm.edgesuite.net/dash/public/nightly/samples/dash-if-reference-player/index.html)

Once you have the link to DASH Manifest, [you can test the Adaptive Bitrate streaming here](http://mediapm.edgesuite.net/dash/public/nightly/samples/dash-if-reference-player/index.html)

## Larger File Upload
Files larger than 100 MBs are uploaded in chunks via [Azure Storage PUT Block Blobs (REST APIs)](https://docs.microsoft.com/en-us/rest/api/storageservices/put-block). Each chunk (block) can be at most 4 MB in size. Default is 4 in the code.

0 comments on commit 68aee59

Please sign in to comment.