Hi team.
I need to build a program that runs as a rtsp server. The program serves an mp4 file as rtsp source, and a VLC app can stream the rtsp.
For implementing the server, I followed this project android-rtsp-server. I managed to make this project work and I can stream the rtsp source using VLC app.
Now I need to build a rtsp player. I’ve tried the sample from tutorial4 for android, the player could play/pause the rtsp stream, but it could not get the stream duration nor seeking to a position. Meanwhile the VLC app can do it.
So, how can I implement the seeking to a position for a rtsp source? Could someone give me some orientations, please?
Best regards!