openvidu-ipcameras: update cameras URLs

This commit is contained in:
pabloFuente 2022-10-04 13:12:39 +02:00
parent a216ab8bbb
commit 2d9c3ffda4

View File

@ -30,8 +30,9 @@ public class App {
static String OPENVIDU_SECRET;
static Map<String, String> IP_CAMERAS = new HashMap<String, String>() {
{
put("Big Buck Bunny", "rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov");
put("Parking URJC", "rtsp://openvidu:MY_SECRET@193.147.62.13:554/stream1");
put("Amsterdam", "http://92.110.185.114:8080/mjpg/video.mjpg");
put("Czech Republic", "http://185.137.146.14:80/mjpg/video.mjpg");
put("Japan bridge", "http://211.132.61.124:80/mjpg/video.mjpg");
}
};