it should just take video server url. should buffer and start playing video.
are there any libraries available for playing a video with buffering ?
How to implement custom video player with media controls similar to youtube?
Related
I am making an tv app and the app is playing HLS media streaming using exoplayer.
when app starts it's playing default streaming link. i want to make functionality like if, i click different button it will play different streaming connected link with the button.
I am using java.
I tried button click listener event first release() the exoplayer then set the media player again
then add media item prepare the exoplayer and paly the exoplayer. its not working
I have an Exoplayer example in my android TV application which stream udp url like below
udp://232.196.x.x:xxxx
the streaming working well but the video is playing without any audio or any sound.
i need to select the default audio track using DefaultTrackSelector
My requirement is to stream video using HTML5 player in android.
I referred this link to stream the -> WebView and HTML5
.
It's streaming properly but there is no option to play, pause and seek the video position.
How can I hide the surface view of youtube player to make it as a audio player, Actually I want to play youtube video as in audio phase in my app?Any buddy have an idea
I am just wondering if you can make your own Media Player for videos. I want to make some video player just like the one they use on Vevo app. I notice it buffers faster than the normal Media Player.