Hello developers,
I am facing one big issue with my application. AFAIK the
mediaplayer datasource should be Uri(or) FileDescriptor(or) Path. I
have loaded my Files to assets. So i used FileDescriptor as datasource
for my player. My problem is whenever i try to play any file the first
file from a
I am using MediaPlayer to play music through url. (streaming)
It is playing fine most of deivces.
But for some devices it works strangely.
Here is log.
--
09-22 14:4
Hi justin,
In media player Api of android we can start media player after
setting datasource as a fd.
So i opened filedescriptor of an inet socket and passed fd to
setdatasource for the mediapalyer..
But my application exit with the following crash
01-29 17:40:24.041: ERROR/MediaPlayerSer
Hi friends,
In my music app, i would like to play live streaming like radio
broadcasting with mediaplayer as
Mediaplayer mp = new Mediaplayer();
mp.setDataSource(LiveStreamingURL);
mp.prepare();
mp.start();
but after playing for few seconds it is stopped. I dont know how to
overcome it. Give me
Hello, I have a problem with mediaplayer. I have a simple video that
should be played from internet. Sound works, but I can't get the
video...
Code:
public void onCreate(Bundle icicle) {
Log.v(TAG,"onCreate");
super.onCreate(icicle);
reques
Hi,
I am using MediaPlayer to play videos through "rtsp" links.
It is playing fine on device, but I also want to show the Buffered
data in a ProgressBar.
But attaching onBufferingupdateListener to the player, I am only
getting values as 0 and 1 and that too for only 5-6 repititions.
However, I
6 matches
Mail list logo