Change filter in HD cams update service

Chnage the filter to include streams from wowza servers
This commit is contained in:
0xboobface 2018-10-25 00:01:59 +02:00
parent 0bcea4e753
commit 54381c1676
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public class HDCamsUpdateService extends PaginatedScheduledService {
return client.getModels().stream()
.filter(m -> m.getPreview() != null)
.filter(m -> m.getStreamUrl() != null)
.filter(m -> m.getStreamUrl().contains("/x-hls/"))
.filter(m -> m.getStreamUrl().contains("mfc_a_"))
.filter(m -> {
try {
return m.isOnline();