mp4parser
mp4parser copied to clipboard
Write MP4 file from RTSP stream
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!