> > Hi Everyone, >> > > Hope you all will be fine and doing great. >> >> I am currently working on manipulating RTSP Streaming URL >> Programatically, but I am not getting able to do at all. I actually want to >> capture Streams from RTSP URL at run time and want to convert to some >> format (.wav, .mp4 ... etc.) on fly meanwhile streaming is in progress. >> This is my sample RTSP URL: rtsp://---.---.---.---/archive/83145efb4c8091 >> >> For example when streaming is in progress I want to make Media file after >> each 5 seconds so when streaming will get end I will have Media files of 5 >> seconds of streaming. >> >> Can you please guide me that how I can do all this: >> >> a. Fetching RTSP Streams in my Application >> b. Convert this streams (of 5 Seconds) >> c. Storing it in some format >> >> P.S. I have tried a lot to do this using the followings: >> >> a. Quicktime Java Library (QTJ) >> b. VLC Java Library (VLCJ) >> c. Java Media Framework (JMF) >> >> But I couldn't even fetch the streams in my application. I have posted >> this question on Stack Overflow as well: Manipulating and Processing >> Live Streaming using RTSP Streaming URL inside Web Application >> <http://stackoverflow.com/questions/27548415/manipulating-and-processing-live-streaming-using-rtsp-streaming-url-inside-web-a> >> >> But Unfortunately couldn't get any help. >> >> And one Important thing that I have streamed successfully using VLC and >> Quicktime Media player installed in my machine with Windows OS. >> >> Can you please guide me that how I can do all this using ffmpeg library >> as it's already has consumed a lot of time. I simply want to fetch stream >> from RTSP URL (Sample RTSP URL: >> rtsp://---.---.---.---/archive/83145efb4c8091) and save in media file. >> > P.S. I have setup ffmpeg library in my machine.
> >> > Thanks for your time. Hope to listen from you soon. >> >> Best Regards, >> Bilal Ahmed Yaseen >> > _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel