Hello,
I am testing vlc mozilla plugin with rtsp server. I can play, pause, fast forward and set position of a rtsp source movie without a problem. But I have some other problems:
1. When I fast forward the movie I don't get the right position of the movie. The position is returned as the rtsp source was played with input rate 1 (normal play). After I set the rtsp stream to normal rate again then vlc returns the correct position of movie.
2. When I fast forward a movie and then I set input rate to 1 to get the normal playing speed again, VLC doesn't send the information to rtsp server and the speed remains the same. This works if I call pause and play again.
3. When I want to rewind a movie I set negative input rate (-2, -4, -8) and VLC always sends rate 31.25 to rtsp server and rtsp source is set to fast forward. I tested this with qt interface and rewind was working there. But I could just set it to -1.