I am trying to play a video i have saved in my project. I have download this
(an .mp4 test video) then created a folder within my project called vid on the root of the project.
I'm new to Android development, I'm trying to play an MP4 video from the RAW folder but, although I likely read every answer here and browsed for hours on google, I couldn't make it work.
My current code is (called on the onCreate() method)
VideoView vv = (VideoView)findViewById(R.id.video_container);
int vID = getResources().getIdentifier("video1", "raw", getPackageName());
Uri uri = Uri.parse(
Hi all,
can someone help me how t play video in full-Screen android.
my video play but not in fullScreen.
here is my code;
MainActivity.java
--------------------
public
class MainActivity extends Activity {
@Override
publicvoid onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
VideoView vd = (VideoView) findViewById(R.id.V
I try to stream video with this link with code below :
VideoView mVideoView;
MediaController mMediaController = new MediaController(this);
mVideoView = (VideoView)findViewById(R.id.videoView1);
mVideoView.setMediaController(mMediaController);
mVideoView.setVideoURI(Uri.parse("http://ref10.vn.aditmedia.net:8080/video?channel=1004&token=6436488"));
mVideoView.start();
But i can't stre
I'm using VLC as an RTSP server, and I'd like to have my Android device (Samsung Galaxy Tab 2 10.1") view the stream. It works fine if I use VPlayer, but trying to use the VideoView class it does not work.
Hi, i found code of application, which (in theory) receives video stream and shows on VideoView object.
The problem is that my video has 8 minutes and the progressbar just shows 1,20 minutes!
public class MainActivity extends Activity {
VideoView v;
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
v = (VideoView) findViewById(R.id.videoview);
String url = "android.resource://"+getPackageName()+"/" +
I am new to Android Developement. i am working on app where ihave 32 video files (total size for all files is near 600 mb) . Now when i run the app in Device it play first 16 videos files and after that its shows only name of Video Files so when i click on any video after 16 Video files nothing happen.
I am new to server side development.I would like work on an application that application I need to record a video on helix server from my android device through my application.I have installed helix server on Windows server PC.
In my android application I am trying to upload recording video on helix server.I have implemented my application for record video on SDCARD but i would like to record that