user2934930
user2934930

Reputation: 1146

RTSP player performance

I am struggling with rtsp playing performance i tried android mediaplayer to play the rtsp link but the delay is about 5 second. Then i came to know about Gstreamer and ffmpeg i have started exploring the gstreamer library to create a rtsp player there is a post on android which says that you can get the performance of <500ms delay.

So is there is any work done on android to acheive that performance or i have to create it by myself

Upvotes: 0

Views: 535

Answers (1)

grzebyk
grzebyk

Reputation: 1034

Take a look at this ffmpeg to android solution. At the bottom of the page you will find link to the tutorials with simple implementation. After some minor edits you should be able to get playback with delay <500 ms.

Upvotes: 0

Related Questions