Need help
#1
Hi all!

I have implemented a new DVDInputStreamRTSP.cpp that handled RTSP url's. I get the stream to play, pause and stop (also control the server with rtsp). Now I am working on FastForward and Rewind. What happens with FastForward is the following:
1. The stream starts playing
2. I press the "FF" button
3. The video player starts playing fast until the buffer empties (at least I think so)
4. Then the video freezes.
5. The server has in meanwhile changed the stream so that it sends only the key frames.
6. The problem is that nothing of these key frames can be seen on video. I have updated the DVDPlayer in a way that I Pause audio if RTSP stream is played. This is because the server sends only the key frames and no audio.
7. Then I press Play button again
8. Video starts playing correctly (so the FF worked on the server side)

My problem is how to enable the playing of key-frames and also how to tell the player not to do a fast-forward since the server already streams the correct ff stream.

In hope someone can help

Kind regards!
Reply

Logout Mark Read Team Forum Stats Members Help
Need help0