Skip to content

Commit 219d46c

Browse files
committed
Removed hard-coded references to video serializers (need to be added in
config)
1 parent dc3d526 commit 219d46c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sensorhub-service-swe/src/main/java/org/sensorhub/impl/service/sos/SOSServiceConfig.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,5 @@ public SOSServiceConfig()
7070
{
7171
this.moduleClass = SOSService.class.getCanonicalName();
7272
this.endPoint = "/sos";
73-
this.customFormats.add(new SOSCustomFormatConfig("video/mp4", "org.sensorhub.impl.service.sos.video.MP4Serializer"));
74-
this.customFormats.add(new SOSCustomFormatConfig("video/x-motion-jpeg", "org.sensorhub.impl.service.sos.video.MJPEGSerializer"));
7573
}
7674
}

0 commit comments

Comments
 (0)