Avishaidev / camera-preview-video

cordova-plugin-camera-preview with video recording feature
3 stars 6 forks source link

Is this bugs fixed or still there? #5

Open Nat-raj opened 4 years ago

Nat-raj commented 4 years ago

@Avishaidev , I'm also trying the same concept to capture the video inside the app. but there is no plugin available for the cordova and Ionic. If you fixed this bugs, please suggest something us to work around the plugin or suggest other plugins also. Thanks in advance.

SylvanoTombo commented 4 years ago

@Nat-raj , I have already done something similar to your needs, but unfortunately, there is no plugin available for cordova and ionic.For my need, i used Media Capture APIs..Have you ever tried ?

Nat-raj commented 4 years ago

Thanks for your reply @SylvanoTombo , Yeah i have used the media capture plugin to record the video. But my client needs capture video inside the app without open the device camera app. same like instagram, whatsapp app video record option within app. Please suggest something relevant to this functionality.

SylvanoTombo commented 4 years ago

Hi @Nat-raj , I mean, not the ionic media capture plugin, but the related to webrtc one. Take a look at this link.

hvaughan3 commented 3 years ago

@SylvanoTombo Were you able to get MediaRecorder working in iOS? No matter what I tried, recording a video with MediaRecorder never produced any data once the recording was stopped. Android worked without issue though.

SylvanoTombo commented 3 years ago

@hvaughan3 , maybe it's about ios camera permission! i've used this plugin to request access to the ios camera