How to create video player activity

Asked

Viewed 26 times

-3

I am currently using the Kotlin programming language in the application but if someone has some documentation or example code in java has no problem regarding the question below

I would like to create a video player for the user to watch a video normally, but with the option of:

  • Forward and back a few seconds of the video
  • Proceed to the next episode and return to the previous episode

Would anyone know how to make a custom video player that way??

Example this video play

Exemplo esse play de vídeo

I wonder if someone has some example with the above functions, to mount the video player

  • Please edit the question to limit it to a specific problem with sufficient detail to identify an appropriate answer.

  • I’m sorry if I wasn’t so direct, but I was wondering if anyone has an example of any video player that has how to go forward and return 10 seconds of the video and go forward and return the episode. I did some research and did not find a video player in this format. I would like some example to create the same, like the photo, I do not have any source code

1 answer

-3

You can use media player in windows if you are windows user. and on Linux you can use some of these (the options for your distribution if applicable):

VLC Media Player. ... XBMC - Kodi Media Center. ... Miro Music and Video Player. ... Smplayer. ... MPV Player. ... Gnome Videos. ... Bomi (Cmplayer) ... Banshee Music and Video Player etc...

  Se você pretende criar um app com tais caracteristicas é necessário aprender uma linguagem de programação orientada a objetos tipo python ou C# assim por diante. Aconselho o python por ser rico em bibliotecas para tal objetivo.

I hope I help you ! Good luck

  • Please add more details to expand your response, such as a working code or documentation quotes.

  • Yes, as marked in the flag, I am currently working on the android part, with java/Kotlin, and I would like some source code, some documentation that would give me some guidance to make the video advance and return 10 seconds and that could go forward and return the episode

Browser other questions tagged

You are not signed in. Login or sign up in order to post.