We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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?
URL("http://...").openStream()
Thank you!