I need to make "almost" a clone of this app https://sportcam.app/ to stream to YouTube. I'm not looking to play videos.
I need to know if B4X can:
0. Connect to the YouTube account (do not request it again) like vMix does (this is solved with OAuth2).
1. Check the list of upcoming events (with the right API, it's not actually the problem, but it's an important step)
2. Open the camera (previously select whether front or rear camera)
3. Show what the camera sees in a panel-type component (other components are added to the screen such as the score, minutes of play, etc.)
4. Press a button and transmit
- I asked the question to a user who knows with ffmpeg, who has not connected to B4X since last year
- I search GitHub for a Java project, the most recent one is 9 years old.
Does anyone think it is possible to create a library for my needs?
I need to know if B4X can:
0. Connect to the YouTube account (do not request it again) like vMix does (this is solved with OAuth2).
1. Check the list of upcoming events (with the right API, it's not actually the problem, but it's an important step)
2. Open the camera (previously select whether front or rear camera)
3. Show what the camera sees in a panel-type component (other components are added to the screen such as the score, minutes of play, etc.)
4. Press a button and transmit
- I asked the question to a user who knows with ffmpeg, who has not connected to B4X since last year
- I search GitHub for a Java project, the most recent one is 9 years old.
Does anyone think it is possible to create a library for my needs?