B4A Question VideoView & url Encoded - victormedranop    Jul 18, 2016 HI, I have some issue trying to play and MP3 file. I donde this with other server and with my own music,
but know I received and URL encoded like this,
http://media.radioeternidad.com/Programas/Al%20Punto/0002%20-%20AP%20-%20Deberes%20miembros.mp3
I try, with no errors or warning. but no audio.
y use explorer with the same URL and work.
simple line code
vv.LoadVideo("http"... B4A Question B4A library for encoding video file from bitmap and audio files. - Michael Mejias (first post)    Nov 20, 2018 Thanks Erel!... B4A Library Bitmaps to Video - CaptKronos    Aug 9, 2018   (22 reactions) . For example, setting up a video encoding with a weird resolution can lock up your device, though... the encoderCodecs method.
Multiple videos can be generated simultaneously but remember to send... B4A Library libStreaming v1.3 - DonManfred    Apr 16, 2016   (19 reactions) ) As SessionBuilderWrapper
setVideoEncoder (encoder As Int) As SessionBuilderWrapper
Sets the default video encoder.
setVideoQuality (quality As VideoQuality) As SessionBuilderWrapper
Sets the video... B4A Question ExoPlayer not working on Amazon Fire TV - Erel (first post)    Feb 8, 2022 Try it with a different video. Maybe the TV doesn't support the specific video encoding.... B4J Library [B4j] Jave2 FFMPeg Library - stevel05 (first post)    Aug 29, 2022   (1 reaction)
this wrapper do not have objects for grabbing yet.
It wraps the Jave2 (Java Audio Video Encoder) library, so it is unlikely that any thing will be added.... B4i Question ffmpegencoder - ykucuk    Feb 24, 2023 Is there any library for using the FFmpeg encoder for editing video? ... B4J Question Save ip camera video - anOparator    Feb 1, 2023 Hello world, I'm wanting to Capture/Save video from ip camera(w/motion detection) to laptop instead of using a phone app. I've read B4J forum articles about avconv, jOpenCV, ffmpeg, and Jave2(Java Audio Video Encoder) library, :banghead. I know the camera ip address, can ping it, and asking for basic how-to advice. TIA... B4A Question mjpeg decoder - Erel (first post)    Dec 26, 2021   (1 reaction) I already told you that you will never get close to 60 fps without using a real video encoding. mjpeg is a simple sequence of full images.... B4A Library ExoPlayer - MediaPlayer / VideoView Alternative - Erel    Sep 21, 2021   (57 reactions)   tags: Code, Wewl, video, MediaPlayer ExoPlayer is an open source project that replaces the native MediaPlayer and VideoView types. https://google.github.io/ExoPlayer/ License: Apache 2.0 It supports more media formats, it is more powerful and more customizable. It is supported by Android 4.1+ (API 16+). 49700 There are two types: SimpleExoPlayer and SimpleExoPlayerView. SimpleExoPlayer is the internal engine, it is similar to... the interface. SimpleExoPlayer should be a process global variable. Example of video playback from an asset... Page: 1   2   3   4   5   6   7   |