From 682d24d682d9c58b594f7f0f0fe032b49bf9b22e Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Sat, 6 Apr 2013 20:30:40 +0400 Subject: [PATCH] fixed image url in test html --- test/www/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/www/index.html b/test/www/index.html index 4a42153..a1125fc 100644 --- a/test/www/index.html +++ b/test/www/index.html @@ -10,7 +10,7 @@ file: "rtmp://localhost/myapp?carg=1/mystream?sarg=2" } ], - image: "http://localhost:8080/bg.jpg", + image: "bg.jpg", autostart: false, width: 640, height: 480,