We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3d526 commit 219d46cCopy full SHA for 219d46c
sensorhub-service-swe/src/main/java/org/sensorhub/impl/service/sos/SOSServiceConfig.java
@@ -70,7 +70,5 @@ public SOSServiceConfig()
70
{
71
this.moduleClass = SOSService.class.getCanonicalName();
72
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"));
75
}
76
0 commit comments