08-31-2009 07:10 AM
Hi All,
I have seen an RTSP example at the link
Here the Data Source instance is passed to the Player. And inside DataSource class, used the SourceStream class; where it override the read() and other methods.
So now,I want to play the File stored in the SDCard by using DataSource. Its playing nicely, but taking stoppage inbetween for few minutes, as if its buffering.
So I wanna to run it continously without stopping...
09-25-2009 11:45 AM
hi,
did you get it to work without the stop time ? and if yes, how?
Thanks in advance
09-26-2009 07:20 AM
Hi,
You can override read() of SourceStream.
I hope it will solve your issue