video

  1. Ibrahim Saleh

    Android Question Video Streaming with HTTPServer

    Hello Community, I have been researching this for a while now, but could not find any solution in B4A. I would like to stream a video found on users phone using http server. Now i think the HTTPServer lib is limited some how cuz it doesnt allow me to access the outputstream. Also this stream...
  2. sentechnologies

    Android Question Youtube videos list with thumbnail in an activity

    How to list an youtube channel videos list with thumbnail in an activity.
  3. sentechnologies

    B4J Question How to play a HLS or RTMP Streaming url in B4J

    i want to design an application for RaspberryPi to play HLS or RTMP Streaming videos in full screen. i don't know how to start it with B4J. Help me with sample code.
  4. E

    Wish Transcription/subtitling of B4X tutorial videos

    re: https://www.b4x.com/android/forum/threads/where-do-i-find-a-b4xtable-reference-user-guide-or-help-file.109782/#post-685816 YouTube has an automatic transcription/subtitling feature, but apparently it has to be enabled by the video uploader (news to me - I thought all videos were done by...
  5. KZero

    Android Question playback video frames

    Hi, i want to stream encrypted live video between 2 devices over the internet (without using RTMP or RTSP servers) i used CamEx to extract camera frames bytes and encoded it to H264 using android MediaCodec i want to playback these byte arrays or inputstream using exo player - i couldn't...
  6. G

    German Betatester gesucht

    Hallo, ich benötige einige Betatester, da ich nur einen begrenzten Pool von Geräten zum Testen habe. Wer Interesse am Motorsport hat, sollte mal in die App schauen. Diese erstellt Videos, in denen schon während der Aufnahme die wichtigsten Dynamikdaten wie Geschwindigkeit , Rundenzeiten...
  7. S

    B4A Class Camera Intent, Picture and Video

    Hello, This is a class (clsCameraIntent) inspired by this thread. It adds Video support. One line of code in your activity to call the camera intent One Callback sub in your activity to get the dirame and filename of the picture/video taken/recorded Demo Project with class in zip attached SpSp
  8. Mashiane

    B4J Tutorial [BANanoWebix] Lesson 23 WixVideo

    Ola The video component allows one just to do that, show videos. Whilst one is able to set the height & width of their videos, this does not have much properties. One is able to set autoplay and controls for visibility. Here we add a row to the page and then add the video to that page...
  9. walterf25

    B4J Question BaNano JavaScript

    Hello everyone, first of all i apologize if this question is somewhat stupid, i honestly don't have much experience with HTML or JavaScript, i started playing around with BaNano library, I started wrapping the WebRTC library for android, but I wanted to see if i could create the WebRTC server...
  10. Lucas Eduardo

    Android Question get image from a video

    Hello, i am trying to get image from a video. I did it when i recorded a video and went back to app, but when i use the ContentChooser i can't do this. How can i get the image from a video after i choose this image with ContentChooser? Here is my code to get the image after i record a video...
  11. Tayfur

    B4J Library [B4X] jPictureBox (image rotate & zoom / movie resize)

    Hello all; This is as image and basic movie viewer. it can enlarge or reduce the size of the pictures and movies. It can rotate only pictures to the right or left. You can also make full screen.The Contex menu is available in the menu itself, but you can add your own. I added an example; its...
  12. M

    Wish ESP32 Camera Module Support

    I'm sure some of you have seen some of the youtube clips of the ESP32 Camera Module (if not you can check out a few here). The demos are intriguing and open up a world of possibilities. I have a project in mind to use an ESP32 and the Camera module triggered from a PIR sensor and snap a picture...
  13. E

    B4J Question Hide Video Last Frame

    Dim name As String name = "v" & question_number & ".mp4" Log(name) 'mp.Initialize("mp", File.GetUri(File.DirApp, name)) mpV.Initialize("mpV", File.GetUri(File.DirApp & "\Video" , name)) mv=jo.InitializeNewInstance("javafx.scene.media.MediaView",Array As Object(mpV))...
  14. Mark Baars

    B4J Question Playing a video in B4J

    Hello, I am looking for a way to play full motion video in my B4J application (mp4 or ogv). I have searched the forums and found information on libraries for B4A and B4I but none for B4J. Does it exist? And where should I look for it? Any help would be appreciated. Thank you, Mark
  15. Roger C

    Android Question Use Camera to record video and stream video at the same time

    Hi All, I've been searching the forum to see if it is possible to, at the same time, record a Full HD video to the device (as you normally do when shooting video) AND at the same time stream the video (lower fps and resolution is ok) to a browser or any other device. Could be an Android device...
  16. Massy

    Italian Aggiunta nuova app al corso intermedio di B4A

    AGGIUNTO LO SVILUPPO DI UNA APP CALCOLATRICE AL CORSO INTERMEDIO DI B4A Ciao a tutti, circa un mese fa ho lanciato un nuovo corso su B4A per lo sviluppo di una app Timer per gli Scacchi, il corso inizialmente doveva essere monotematico, ovvero prevedeva solo lo sviluppo di una app, ma ora ho...
  17. A

    Android Question Video online not work

    Hi. I try use the code to watch videos online, but the code not work: #Region Project Attributes #ApplicationLabel: B4A Example #VersionCode: 1 #VersionName: 'SupportedOrientations possible values: unspecified, landscape or portrait. #SupportedOrientations: unspecified...
  18. Alexander Stolte

    Android Question Camera2 App crash on video with front camera

    Hello, i use this example, because there is the error too. If you swtich to video mode and then to the front camera, then record a video and stop the video. The Error is on line 134 in the "CamEx2" class. The following error message: Logger connected to: samsung SM-G935F --------- beginning...
  19. Shivito1

    Android Question Exoplayer Full screen

    I found the following https://geoffledak.com/blog/2017/09/11/how-to-add-a-fullscreen-toggle-button-to-exoplayer-in-android/ I opened the ExoPlayer.xml and can not find the tags specified in the instructions from the geoffledak sites instructions. ................... Update question I need to...
  20. Massy

    Android Tutorial Corso B4A crea una app col tuo sito web

    Ciao a tutti, ho creato un corso in italiano su piattaforma B4A per creare una app con un sito web, il corso è per principianti e guida l'utente dal download e l'impostazione di B4A, del JDK e dell'Android SDK fino alla pubblicazione della app nel Google Play Store. Eccovi un link con COUPON...
Top