java - Codename One: How to stream live video to YouTube Live -


i'm developing app need stream video captured smartphone's video camera (on iphones , android phones) directly youtube live.

i looked codename one's capture.capturevideo(actionlistener response) method must wait video stopped, file saved, , actionlistener called. obviously, can't work work because video has streamed output stream (to url given youtube live api) on continuous basis. there other way accomplish this? (what unofficial api, method override, input stream camera?) if not, codename 1 consider providing feature version upgrade market trend seems moving on live video streaming apps?

if cannot done codename one's api, way write native code android , ios. i've read article integrating native api , using freshdesk api example, pointers on how integrate youtube api purpose of streaming live video?

https://developers.google.com/youtube/v3/live/getting-started https://developers.google.com/youtube/v3/live/libraries https://developers.google.com/api-client-library/java/apis/youtube/v3 https://developers.google.com/youtube/v3/live/code_samples/ 

i don't see rest api within list of api's although there javascript api might use implement this. alternatively can use done freshdesk api. need embed native view live broadcast, can @ implementation of google maps see how embedded native widget.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -