Android live video streaming delay -


i'm trying play axis video stream on rtsp in videoview on htc desire hd. there delay of 7 seconds on video when play on htc desire hd.

is there way reduce delay?

i have tried play video stream on computer vlc , works delay of 0,5 seconds. when reduced framerate, bitrate , resolution delay still stays @ 7 seconds. have tried functions prepareasync , seekto not them work.

has got live video working videoview wrapper or mediaplayer?

as far can tell looking through gingerbread (android 2.3.3) source code implementing mediaplayer (which videoview based on), there no way change buffer settings. mediaplayer seems inherently designed playback, gaps , errors must avoided @ costs. live streaming video chat, low latency more important gaps , errors.

there effort port gstreamer android, should provide tools doing low-latency video streaming.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -