Android Question Stream with ESP32-CAM

Hello,

I'm trying to stream video to my B4A project, but unsuccessfully. I've tried using WebView, ExoPlayer, SMM.... but none of them seem to function. I want to automatically start streaming video from, for example, 'http://192.168.1.1' after clicking a button. . Is this possible?

PS:
An IP address will start streaming immediately when entered into a browser, such as Chrome,Edge...
 
Hello,

I'm trying to stream video to my B4A project, but unsuccessfully. I've tried using WebView, ExoPlayer, SMM.... but none of them seem to function. I want to automatically start streaming video from, for example, 'http://192.168.1.1' after clicking a button. . Is this possible?

PS:
An IP address will start streaming immediately when entered into a browser, such as Chrome,Edge...
1709233211229.png
 

Attachments

  • TestStream.zip
    9.2 KB · Views: 32
Upvote 0

hatzisn

Well-Known Member
Licensed User
Longtime User
Hello,

I'm trying to stream video to my B4A project, but unsuccessfully. I've tried using WebView, ExoPlayer, SMM.... but none of them seem to function. I want to automatically start streaming video from, for example, 'http://192.168.1.1' after clicking a button. . Is this possible?

PS:
An IP address will start streaming immediately when entered into a browser, such as Chrome,Edge...

I have tried that too with my ESP32CAM but what I have got was nothing. The closer I could get was with the CCTV program by @Erel but I was not successful. On the contrary in iPhone webview, it streams correctly.
 
Upvote 0
Top