sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.74k stars 563 forks source link

Write MP4 file from RTSP stream #448

Open LucaBL opened 2 years ago

LucaBL commented 2 years ago

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!