I am trying to play an rtsp stream using Mediaplayer on a Motorola xoom. This is not in a video container, just a straight rtsp stream.The code is pretty much the exact same as the MediaVideo_Demo as in the SDK sample projects. The video will show up but freeze after the first frame. The log errors in the console show up as AudioFlinger: write blocked, delayed for xxmsec (if ran in the emulator) or if I debug on the hardware in eclipse, I'll eventually see a lot saying "cache full". I've reduced the bitrate and frame rate.. I'm wondering is this a hardware limitation issue? Or does the api even allow for playing rtsp video without a file container?
feedback
|