B4A Library ExoPlayer - MediaPlayer / VideoView Alternative - Erel    Dec 25, 2023   (58 reactions)   tags: Code, Wewl, video, MediaPlayer Edit: new version: https://www.b4x.com/android/forum/threads/exoplayer-media3-video-player.158204/
ExoPlayer is an open source project that replaces the native MediaPlayer and VideoView types.
https... B4i Tutorial VideoPlayer - Replaces VideoView - Erel    Mar 27, 2022   (2 reactions) iUI8 library v1.50 includes a new VideoPlayer view. It replaces VideoView from iMedia library.
Apple has deprecated the API that VideoView was based on. VideoPlayer is based on the newer... B4i Tutorial iMedia library - Camera and VideoView - Erel    Nov 19, 2017   (10 reactions) VideoView is an object that makes it quite simple to play local or remote videos.
The most important thing to remember about VideoView is that the object itself is not a View (unlike in... Italian B4J - VideoView - ivanomonti    Apr 17, 2020 Sempre io e che cavolo non vi lascio riposare hahahah colpa della pandemia e di tutti i fermi... ma ... B4A Library VitamioB4A - a B4A-wrapper of the vitamio-plugin (advanced videoview-library) - moster67    Mar 7, 2019   (4 reactions)   tags: Moster67 have been added and now mostly the subtitles-features of the VideoView-class are missing. Note: android.... The difference from the standard Android-VideoView is that VitamioB4A supports much more formats and... thing I read is that VOV may collect certain usage statistics. Example usage: The VideoView shows... is raised when playback is completed. Simple example of using VitamioB4A's VideoView: Sub Globals Dim vv As VideoView End Sub Sub Activity_Create(FirstTime As Boolean) vv.Initialize... B4i Question VideoView force to landscape view in portrait only app? - yonson    Mar 3, 2015 the videoview to rotate to landscape mode by bypassing the portrait only restriction somehow (this is what we... Wish Adding an error event to videoview? - wimpie3    Jul 3, 2014 Currently when a videoview cannot be played, an error message pops up on the screen. Is it possible to raise an error event instead? It appears that VideoView exposes a "setOnErrorListener" event in Java. I'd like to use the following trick in B4A: http://stackoverflow.com/questions/5097101/what-video-format-will-play-on-all-android-devices but that is not possible due to the lack of the error event.... B4A Library VideoView optimized for orientation-change - moster67    Jan 5, 2017   (11 reactions) This is really not a new library but a way to show how to to use VideoView optimized for orientation-change and make your VideoView-app behave more professionally. I have seen many apps showing a VideoView in portrait-mode and when you change the orientation into landscape-mode, the video... you can use a VideoView and change orientation making sure that: 1) video will not stop after...***************************************************************************************************************************************** ' VideoView example... B4A Library B4ATextureVideoView wrapper -another VideoView - moster67    Aug 22, 2016   (17 reactions) Here is another VideoView library.... This is a VideoView based on a TextureView instead of a SurfaceView (the standard VideoView in the Audio-library uses a SurfaceView). B4ATextureVideoView offers the same capabilities as the standard VideoView but, unlike the standard VideoView... take screenshots. You will find the same features as in the standard B4A-wrapper of VideoView although... the B4A-wrapper of the standard VideoView (Error, Prepared, Info) - you can get VideoWidth and VideoHeight... Other Xcode 9 / iOS 11 / B4i versions - Erel    Dec 12, 2017   (1 reaction) ://www.b4x.com/android/forum/threads/imedia-library-camera-and-videoview.46144/#content... Page: 1   2   3   4   5   6   |