How can i customize stream video source?
My case:
I have started a stream channel Agora recorded and save to S3 I got this video's source
=> How can i use this video to start a livestream?
refer to our native demo to implement custom video source.
refer to our native demo to implement custom video source.
what folder and file? i don't have much experience about native
https://github.com/AgoraIO/API-Examples/blob/master/Android/APIExample/app/src/main/java/io/agora/api/example/examples/advanced/PushExternalVideo.java
https://github.com/AgoraIO/API-Examples/blob/master/Android/APIExample/app/src/main/java/io/agora/api/example/examples/advanced/PushExternalVideo.java
why is native :D ? is this impossible on react native, right?
https://github.com/AgoraIO/API-Examples/blob/master/Android/APIExample/app/src/main/java/io/agora/api/example/examples/advanced/PushExternalVideo.java
is it possible when i combined this native code with react native code??
ReactNative not support byte array, so you should implement it on the native layer.