Skip to content Skip to sidebar Skip to footer

Can I Use Mediaplayer Play Video From Stream Line

Here is my code. This code have to wait until Vdo is transferred then it can play How can i modify it to play video from stream line videoV = (SurfaceView) findViewById(R.id.

Solution 1:

Recording is possible, but you can't play streaming video directly without writing file. If you are going to play stream video directly from socket parcel file descriptor, Mediaplayer will throw a setDetaSourceFD exception because socket file fd is not seekable.


Post a Comment for "Can I Use Mediaplayer Play Video From Stream Line"