Results 5 comments of ysle

so based on the [relevant bootsrap docs](https://getbootstrap.com/docs/4.2/layout/overview/#responsive-breakpoints), it's like : ```js import VueMq from 'vue-mq' Vue.use(VueMq, { breakpoints: { xs: 576, sm: 768, md: 992, lg: 1200, xl: Infinity }...

well, You can force ffmpeg to maintain the output resolution, surely it isn't optimal but at least the RTMP could survive it.

got it as : ``` FROM jrottenberg/ffmpeg:6-alpine AS ffmpeg FROM node:18-alpine COPY --from=ffmpeg / / # + ... npm ci etc ```

this issue is still there, but it's more likely about the native-dns-packet.

as a workaround, change this : ``` Pace.prototype.clear = function clear() { this.charm.erase('line').up(1).erase('line').up(1).erase('line').write("\r"); }; ``` to ``` Pace.prototype.clear = function clear() { this.charm.erase('line').up(2).erase('line').up(1).erase('line').write("\r"); }; ```