I developed android app which is based on video listing,I face some problems that are,
1.When scroll a listview video need auto play
2.Need pause,stop,resume and full screen mode
3.Every time video is streaming
4.How to make cache videos and play without stream
Is there any Lib or reference link,and advance Thanks
i suggest ExoPlayer, here is a good sample
for caching, you can use VideoCache or OkHttpDataSource
Related
I am trying to Integrate Exoplayer with Xamarin but somehow I am able to play small size video which are located at cdn servers but for large file exoplayer goes to the ideal state and does not play video.
I have also tried Exoplayer Dash for mpd file using streaming servers but still not able to play large size videos in xamarin. Please help me understand where I am lacking.
I want to implement screencast feature in my Android app, i.e. Recording the audio and the screen video at the same time and converting it to a .mp4 file.
I got to know that there are some Media Codecs inbuilt in the Android SDK, but the issue with those ones is that I will need to record video and the audio separately and then stitch both of the elements together to create a complete video.
I want to know if a library exists which can directly record both the Audio and Video without the need to stitch them later on.
Thanks in advance!
this project can help you get started here
I want to put YouTube streaming video inside the app for Cardboard (for Android and iOS). I know the are plugins to do similar things such as "Easy Movie Texture" but they don't support YouTube streaming. I've found "Youtube Video Player" inside Unity Asset Store but I'm not entirely sure that it will work with CardboardMain.prefab (I mean properly splitting 360 video for two screens).
Please help with this issue.
Thanks.
You can do that using Easy Movie texture with Youtube Video Player you can get the just pass the result of Youtube Video Player to Easy Movie Texture video path, and will works like a charm :)
My application uses a simple VideoView .It uses an 3gp file from assetsbut all i can see is a blank screen and music of that video.
Would someone help me to display the video?
P.S-I am trying it on emulator?
Do not use emulator for testing video playback. Its ability to handle video playback is very limited. You should use actual device to play videos.
Check https://stackoverflow.com/a/3005928/1341006 by Commonsware for more details
Guys
I am new to android and want to write a simple application that plays a video in android using video view. I have written the code it is working but the view is not clear. It is blurred. What should I do?? Please Help.
Is there any alternative to video view to achieve that...?? I want to play the recorded video from android phones
There are two possibilities. Either the quality of the video might be low or you would have tried it in a emulator. Sometimes it is possible for emulator to have some problems with playing video which I have personally faced. So you have to try it in a real device.
And regarding alternative for videoview, there is no such alternatives available I believe. But still videoview should be simple to play a video.