sannies/mp4parser

Write MP4 file from RTSP stream

LucaBL opened this issue · 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!