mp4parser icon indicating copy to clipboard operation
mp4parser copied to clipboard

Write MP4 file from RTSP stream

Open LucaBL opened this issue 4 years ago • 0 comments

Hi, would it be possible to write a mp4 file by getting video/audio data from an address with rtsp protocol?

It seems I should be able to get an InputStream from a http url with URL("http://...").openStream(), but how do I make it work with RTSP?

Thank you!

LucaBL avatar Nov 26 '21 08:11 LucaBL