1
0
Fork 0
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:
Koen 2024-05-07 06:43:03 +00:00
parent 14662094e7
commit 9366a3a8f2

View file

@ -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
```