KSYStreamer_Android icon indicating copy to clipboard operation
KSYStreamer_Android copied to clipboard

adding additional view to only Recording

Open dirablue opened this issue 8 years ago • 5 comments

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

dirablue avatar Sep 10 '17 17:09 dirablue

No, streaming and recording video can only be the same.

buliaoyin avatar Sep 11 '17 02:09 buliaoyin

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 .. ?

dirablue avatar Sep 11 '17 05:09 dirablue

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.

buliaoyin avatar Sep 11 '17 07:09 buliaoyin

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 avatar Sep 11 '17 07:09 buliaoyin

@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 ! :)

dirablue avatar Sep 11 '17 09:09 dirablue