adding additional view to only Recording
Hi I would like to add additional view to only Local file Recording. is it possible ?
ex) stream : only camera view recording mp4 : camera view & any view
No, streaming and recording video can only be the same.
hi, thanks buliaoyin is it possible to customize code in my side ?
- override method etc
I want to implement multiple live streams, and save it like this.
User A screen - show User A camera, User B stream User B screen - show User B camera, User A stream
User A will recording capture for User A screen
may I know do you have any suggestion .. ?
Do you want to implement live streaming with RTC support? Or muti-perspective streaming?
Both of them were supported. For RTC support, you can refer to https://github.com/ksvc/KSYDiversityLive_Android/tree/master/Agora.
For muti-perspective streaming you can refer to https://github.com/ksvc/KSYDiversityLive_Android/tree/master/MultiPerspective.
If you really want to streaming/recording with different content, maybe open another KSYScreenStreamer(https://github.com/ksvc/KSYDiversityLive_Android/tree/master/KSYScreenStreamer) will help.
You can stream with only camera content, and record whole screen content with KSYScreenStreamer.
@buliaoyin
I just want to implement "muti-perspective" ( not only UserA screens. want to show UserA screen and User B screen in 1 screen )
thank you so much for your suggestion ! let me check ! :)