Qian Zhang
Qian Zhang
for let mediaElement = rtsp.attach(document.getElementById('test_video')); I think it is outdated, you can try below js for example. js: node_modules/streamedian/streamedian.js then use this streamedian.js for input in rollup.config.js.
rollup grammar is upgraded, maybe you can try below format: export default { input: "test.js", output: { file: "example/test.min.js", format: "iife", name : 'Streamedian', sourcemap:true }, ....... } besides, you...
Have the same problem. +1