From 02ad5d021bbb0899dcdf18d5ad3818ee6ddf4141 Mon Sep 17 00:00:00 2001 From: Simon Crowle <sgc@it-innovation.soton.ac.uk> Date: Tue, 13 Feb 2018 11:18:44 +0000 Subject: [PATCH] Fixes test video URL --- test/streaming/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/streaming/manual.md b/test/streaming/manual.md index 547d43c..7d88ae0 100644 --- a/test/streaming/manual.md +++ b/test/streaming/manual.md @@ -30,7 +30,7 @@ The following command brings up the services `vagrant --infra=streaming up` * clmc-service: configured with influx, kapacitor, chornograf -* apache1@DC1, apache2@DC2: configured with apache and a test video located at http://192.168.50.11:80/test-video/stream.mpd on the internal vbox network adn at http://localhost:8890/test-video/stream.mpd if accessing from the host machine +* apache1@DC1, apache2@DC2: configured with apache and a test video located at http://192.168.50.11:80/test_video/stream.mpd on the internal vbox network adn at http://localhost:8890/test-video/stream.mpd if accessing from the host machine ## Manual test on Windows -- GitLab