红卫兵
红卫兵
https://github.com/springfox/springfox.git springfox-schema/src/main/java/springfox/documentation/schema/TypeNameIndexingAdapter.java rowNum: 50-60 改了源码 private boolean checkTypeRegistration(String typeName, String typeId) { return this.knownNames.containsKey(typeId); } 然后替换Maven io.springfox springfox-schema 3.0.1-SNAPSHOT system ${basedir}/src/main/resources/libs/springfox-schema-3.0.1-SNAPSHOT.jar org.springframework.boot spring-boot-maven-plugin true
RTCPeerConnection
onsourceopen因为play()的原因会重复执行,sourceBuffer不要重复初始化, 判断mediaSource.sourceBuffers.length等于0的时候初始化! var mediaSource = new MediaSource(); mediaSource.onsourceopen = function () { if (mediaSource.sourceBuffers.length == 0) { var sourceBuffer = mediaSource.addSourceBuffer(mimeType); map.set(msg.session, sourceBuffer); sourceBuffer.onupdateend = function () { mediaSource.endOfStream(); video[0].play();...