From 9366a3a8f248c620795099a9116c1bd1e7073f36 Mon Sep 17 00:00:00 2001 From: Koen Date: Tue, 7 May 2024 06:43:03 +0000 Subject: [PATCH] Update README.md --- clients/terminal-dotnet/FCastClient.Cli/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/clients/terminal-dotnet/FCastClient.Cli/README.md b/clients/terminal-dotnet/FCastClient.Cli/README.md index 146f8b2..6962443 100644 --- a/clients/terminal-dotnet/FCastClient.Cli/README.md +++ b/clients/terminal-dotnet/FCastClient.Cli/README.md @@ -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 +``` \ No newline at end of file