Read rtmp live streaming vido data using java code
问题 My requirement is that How to read and create mp4 file from live stream video URL. I have did many R&D's for this topic but failed to get any answer. Following link also not useful to me. When I run ffmpeg command given in this question, it gives me an exception. I want to use FFMPEG, not xuggle library Thanks. 回答1: Following is the java method which you can use to read data from rtmp url with the integration of FFMPEG library. public static void liveRtmpFeed() throws IOException,