mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
Update README.md
This commit is contained in:
parent
14662094e7
commit
9366a3a8f2
1 changed files with 5 additions and 0 deletions
|
@ -51,3 +51,8 @@ cat dash.mpd | ./fcast -h localhost play --mime_type application/dash+xml
|
|||
# Set speed to double
|
||||
./fcast -h localhost setspeed -s 2.0
|
||||
```
|
||||
|
||||
If you want to use commands using `dotnet run` do it as follows:
|
||||
```
|
||||
dotnet run -- -h localhost play --mime_type video/mp4 --url http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4 -t 10 -s 1.0
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue