ffmpegwasm / ffmpeg.wasm

FFmpeg for browser, powered by WebAssembly
https://ffmpegwasm.netlify.app
MIT License
14.12k stars 827 forks source link

How to combine audio rtsp stream and video rtsp stream? #332

Open Gpwner opened 2 years ago

Gpwner commented 2 years ago

Is your feature request related to a problem? Please describe. I have a video rtsp stream and a audio stream,I wonder how to comine them in js. e.g. video:rtsp://10.44.200.69/live/video audio:rtsp://10.44.200.69/live/audio Describe the solution you'd like Just want to display the audio and related video and the same time in Front-end

SleepingForge commented 1 year ago

Can you tell me if playing a rtsp video is already possible?