Skip to content

Commit

Permalink
Merge pull request #510 from 0chain/hm90121-patch-3
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Kishan-Dhakan authored Sep 8, 2023
2 parents 864c605 + 3e79e76 commit 72e575f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ zbox is a command line interface (CLI) tool to understand the capabilities of Z
- [Upload file with web streaming](#upload-file-with-web-streaming)
- [Multi Upload](#multi-upload)
- [Stream](#stream)
- [Live Streaming](#live-streaming)
- [Feed](#feed)
- [Download](#download)
- [Multi Download](#multi-download)
Expand Down Expand Up @@ -866,8 +867,9 @@ Status completed callback. Type = application/octet-stream. Name = sensitivedata

#####Upload file with web-streaming

Use upload command with optional web-streaming parameter to upload a video file in fragmented
mp4 format to support streaming from browser.
Use the [upload](https://github.com/0chain/zboxcli#upload) command with an optional web-streaming parameter to upload a video file in fragmented mp4 format. fmp4 file format can be easily played on a standard video player on mobile, desktop, and web.

Sample Command:

```
./zbox upload --web-streaming --localpath <absolute path to file>/samplevideo.mov --remotepath /myfile/ --allocation d0939e912851959637257573b08c748474f0dd0ebbc8e191e4f6ad69e4fdc7ac
Expand Down Expand Up @@ -923,11 +925,12 @@ Sample Command:
```
./zbox upload --allocation $alloc --multiuploadjson ./multi-upload.json
```

#### Stream

Use `stream` to capture video and audio streaming form local devices, and upload
Use `stream` to capture video and audio streaming from local devices, and upload

The user must be the owner of the allocation.You can request the file be encrypted before upload, and can send thumbnails with the file.
The user must be the owner of the allocation. You can request the file be encrypted before upload and can send thumbnails with the file.

| Parameter | Required | Description | Default | Valid values |
| ------------- | -------- | ------------------------------------------------------------ | ------- | ------------ |
Expand Down

0 comments on commit 72e575f

Please sign in to comment.