thanh-nguyen-kim / Unity_Android_Screen_Recorder

A simpler demo record screen plugin for record Android Screen
GNU General Public License v3.0
101 stars 36 forks source link

Help with public static void ShareAndroid #21

Open soundmartell opened 3 years ago

soundmartell commented 3 years ago

Hello, could you please add in the README.md how to use the NativeShare (public static void ShareAndroid) for sharing a video? By the way, I am using the plugin in Unity and it is recording well in a Note 10 plus devise. I had to comment: //androidRecorder.Call("setupVideo", width, height,bitrate, fps,audioEnable,VideoEncoder.H264.ToString());//this line manual sets the video record setting. You can use the defaut setting by comment this code block

  Otherwise I get errors: "Some features  are not supported by your device.

I will appreciate any help with Sharing the video. Best regards and thanks.