firatagdas / qtffmpegwrapper

Automatically exported from code.google.com/p/qtffmpegwrapper
Other
0 stars 0 forks source link

RTSP decoding #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi All,
 this isn't really an issue.
I try to decode an rtsp stream. If I pass the rtsp url to av_open_input_file() 
in QVideoDecoder::openFile() I can see the first frame. 
The problem is that I cannot go ahead with the frames. I always see the same 
frame.

I think the problem is that the rtsp stream is not seekable. 

Is it possible to implement a function that give me the next frame available 
with this wrapper?

Thank you 

Regards

Original issue reported on code.google.com by sala....@gmail.com on 24 Nov 2010 at 3:56

GoogleCodeExporter commented 9 years ago
I don't know about RTSP stream. Have you found a solution since then?
Can you play or transcode the rtsp stream with ffmpeg or ffplay? (command line 
program). If not, then it's an issue with ffmpeg. If yes, then it's an issue 
with the wrapper we should look into.

Original comment by droggen on 13 Jan 2011 at 12:32