Skip to content

Commit 682d24d

Browse files
committed
fixed image url in test html
1 parent 92310a7 commit 682d24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
file: "rtmp://localhost/myapp?carg=1/mystream?sarg=2"
1111
}
1212
],
13-
image: "http://localhost:8080/bg.jpg",
13+
image: "bg.jpg",
1414
autostart: false,
1515
width: 640,
1616
height: 480,

0 commit comments

Comments
 (0)