stream

  1. Star-Dust

    B4J Library SD_Streaming (DEMO)

    This library is developed in JAVA and is a wrapper of the VLCj library. Is based on the code by @moster67 (see here). It has been reworked to obtain an h.264 streaming from the pc cam, streaming of an mp4 video and finally of the desktop and a portion of it, You must have VLC installed in your...
  2. Star-Dust

    B4J Library SD_VideoStreaming (DEMO)

    This library is a rework of the SD_Streaming library which is itself based on a source from @moster67. You must also download SD_Streaming from here with all its dependencies to work. NOTE To the SD_Streaming library it adds a few functions to make some methods simple. In particular, it is not...
  3. Star-Dust

    B4J Video Conference / Video Streaming (RTSP H.264) / and webRTC

    This is my umpteenth videoconference production between two PCs. In the past I have tried streaming moving images in MPEG and streaming separate audio. It was running very slow and only suitable for local networks. Now I'm testing with H264 audio / video compression and the transmission is...
  4. alis1200

    Android Question Camera stream on RTMP protocol

    Hello To create a live stream, you need to transfer the content from a source such as a camera, screen or a file to the client device through one of the streaming protocols in the form of packets, in the client device with exactly the same protocol as the transfer operation was done with it, we...
  5. captain hawak

    Android Question View the latest frame of the video exo player

    hi i need to play lastest fram video stream in exo player for desktop screen sharing I do not want old frames to be displayed
  6. S

    iOS Question Run a Sub in background thread without blocking the UI (Asynchronous)

    Hello everyone. Maybe someone can help with advice. I am developing a chat. I want that when the application starts, a request is sent and received a JSON file with all messages in order to update all chats. But while this function is being executed, the interface stops responding to clicks. I...
  7. captain hawak

    Android Question show video stream live in panel

    hi i need show my video live from tcp c# to my app android panel and tested (videoview,exoplayer..) and no work from this link(http://192.168.43.23:8080) but i test from km player or mx player or web browser good worked this live stream video.
  8. B

    Android Question Difficulty converting bytes to images

    Hi Erel had previously installed a CCTV source: https://www.b4x.com/android/forum/threads/server-cctv-server.37382/#content I edited these sources for further practice so that images from one client are sent in bytes to the server and from the server are sent to another client, and in another...
  9. B

    Android Question Play file via network

    Hi everyone, i need to play some file (*.mp3/*.mp4) via network, and i found this thread: https://www.b4x.com/android/forum/threads/how-do-i-play-a-music-file-from-a-network-server.28506/#post-165736 where @Erel suggest to download the file with SMB and then play with MediaPlayer; but the thread...
  10. solutionhacker

    Android Question Agora.IO SDK for Android

    Hello, is there any chance that Agora.IO (realtime videochat solution) will be implemented for B4A/B4i ? We have users interested in keeping connected remotely and Agora.IO offers a generous free tier. Thanks!
  11. 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...
  12. sentechnologies

    Android Question How to play blob stream url in exoplayer?

    anyone help me to play this url in exoplayer blob:http://www.zengatv.com/a38705eb-1d0e-490c-97a5-a01229c5ab10
  13. L

    Android Question Wait For Error. WeakReference NullPointerException

    Hi everyone, I developed in my app the comunication with a fiscal printer. I do it opening a socket and writing the comands in the stream. I load the comands in a strings array and then I write them to the fiscal printer in a loop. I have to wait the response from the fiscal printer (with the...
  14. Chris160179

    Wish ESP8266 Audio MP3 decoder

    Hello everybody, I found a Project on git hub witch uses the esp8266 to Play / stream mp3 Audio. May be there is some one how translate this Project to a B4r Library:) Thank you https://github.com/espressif/ESP8266_MP3_DECODER
  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...
Top