Nativescript VideoRecorder
up vote
-1
down vote
favorite
Just wondering why Nativescript haven't developed a Video recorder plugin as they have done with the Nativesckipt-Camera plugin or why in fact the camera plugin does not do video as well. I know there are options out there such as Nativescript-videorecorder, but seems to be an obvious omission of standard plugins for Nativescript.
nativescript
add a comment |
up vote
-1
down vote
favorite
Just wondering why Nativescript haven't developed a Video recorder plugin as they have done with the Nativesckipt-Camera plugin or why in fact the camera plugin does not do video as well. I know there are options out there such as Nativescript-videorecorder, but seems to be an obvious omission of standard plugins for Nativescript.
nativescript
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
Just wondering why Nativescript haven't developed a Video recorder plugin as they have done with the Nativesckipt-Camera plugin or why in fact the camera plugin does not do video as well. I know there are options out there such as Nativescript-videorecorder, but seems to be an obvious omission of standard plugins for Nativescript.
nativescript
Just wondering why Nativescript haven't developed a Video recorder plugin as they have done with the Nativesckipt-Camera plugin or why in fact the camera plugin does not do video as well. I know there are options out there such as Nativescript-videorecorder, but seems to be an obvious omission of standard plugins for Nativescript.
nativescript
nativescript
asked 2 days ago


Frank Nicklin
155
155
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
2
down vote
The NativeScript plugin for video recording is named nativescript-videorecorder
. You can find it on npm, github, or the NativeScript marketplace.
Make it available for use in your project by running the following command:
tns add plugin nativescript-videorecorder
2
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Wilq
2 days ago
Yes I've tried that, but having issues with iOS. I'm using JS core and not Typescript so struggling to implement this plugin. I've tried recoding the TS examples, but its crashing out. I'm getting the following error:- CONSOLE WARN file:///app/tns_modules/nativescript-videorecorder/videorecorder.js:81:14: Objective-C class name "UIImagePickerControllerDelegateImpl" is already in use - using "UIImagePickerControllerDelegateImpl1" instead. ***** Fatal JavaScript exception - application has been terminated. *****
– Frank Nicklin
2 days ago
which version of nativescript-videorecorder are you using? Have you tried with 3.0.0-alpha.11 ? Also could you share your {NS} version?
– Narendra Mongiya
2 days ago
Also try downgrading your NS to "version": "4.1.0"
– Narendra Mongiya
2 days ago
I cannot downgrade NS to 4.1.0 because of other requirements. I'm running NS 5.0.1 at the moment. Are you saying that this plugin is not compatible with this version.
– Frank Nicklin
2 days ago
|
show 1 more comment
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
The NativeScript plugin for video recording is named nativescript-videorecorder
. You can find it on npm, github, or the NativeScript marketplace.
Make it available for use in your project by running the following command:
tns add plugin nativescript-videorecorder
2
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Wilq
2 days ago
Yes I've tried that, but having issues with iOS. I'm using JS core and not Typescript so struggling to implement this plugin. I've tried recoding the TS examples, but its crashing out. I'm getting the following error:- CONSOLE WARN file:///app/tns_modules/nativescript-videorecorder/videorecorder.js:81:14: Objective-C class name "UIImagePickerControllerDelegateImpl" is already in use - using "UIImagePickerControllerDelegateImpl1" instead. ***** Fatal JavaScript exception - application has been terminated. *****
– Frank Nicklin
2 days ago
which version of nativescript-videorecorder are you using? Have you tried with 3.0.0-alpha.11 ? Also could you share your {NS} version?
– Narendra Mongiya
2 days ago
Also try downgrading your NS to "version": "4.1.0"
– Narendra Mongiya
2 days ago
I cannot downgrade NS to 4.1.0 because of other requirements. I'm running NS 5.0.1 at the moment. Are you saying that this plugin is not compatible with this version.
– Frank Nicklin
2 days ago
|
show 1 more comment
up vote
2
down vote
The NativeScript plugin for video recording is named nativescript-videorecorder
. You can find it on npm, github, or the NativeScript marketplace.
Make it available for use in your project by running the following command:
tns add plugin nativescript-videorecorder
2
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Wilq
2 days ago
Yes I've tried that, but having issues with iOS. I'm using JS core and not Typescript so struggling to implement this plugin. I've tried recoding the TS examples, but its crashing out. I'm getting the following error:- CONSOLE WARN file:///app/tns_modules/nativescript-videorecorder/videorecorder.js:81:14: Objective-C class name "UIImagePickerControllerDelegateImpl" is already in use - using "UIImagePickerControllerDelegateImpl1" instead. ***** Fatal JavaScript exception - application has been terminated. *****
– Frank Nicklin
2 days ago
which version of nativescript-videorecorder are you using? Have you tried with 3.0.0-alpha.11 ? Also could you share your {NS} version?
– Narendra Mongiya
2 days ago
Also try downgrading your NS to "version": "4.1.0"
– Narendra Mongiya
2 days ago
I cannot downgrade NS to 4.1.0 because of other requirements. I'm running NS 5.0.1 at the moment. Are you saying that this plugin is not compatible with this version.
– Frank Nicklin
2 days ago
|
show 1 more comment
up vote
2
down vote
up vote
2
down vote
The NativeScript plugin for video recording is named nativescript-videorecorder
. You can find it on npm, github, or the NativeScript marketplace.
Make it available for use in your project by running the following command:
tns add plugin nativescript-videorecorder
The NativeScript plugin for video recording is named nativescript-videorecorder
. You can find it on npm, github, or the NativeScript marketplace.
Make it available for use in your project by running the following command:
tns add plugin nativescript-videorecorder
edited 2 days ago


Ian MacDonald
8,37911230
8,37911230
answered 2 days ago
Manoj
2,6241816
2,6241816
2
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Wilq
2 days ago
Yes I've tried that, but having issues with iOS. I'm using JS core and not Typescript so struggling to implement this plugin. I've tried recoding the TS examples, but its crashing out. I'm getting the following error:- CONSOLE WARN file:///app/tns_modules/nativescript-videorecorder/videorecorder.js:81:14: Objective-C class name "UIImagePickerControllerDelegateImpl" is already in use - using "UIImagePickerControllerDelegateImpl1" instead. ***** Fatal JavaScript exception - application has been terminated. *****
– Frank Nicklin
2 days ago
which version of nativescript-videorecorder are you using? Have you tried with 3.0.0-alpha.11 ? Also could you share your {NS} version?
– Narendra Mongiya
2 days ago
Also try downgrading your NS to "version": "4.1.0"
– Narendra Mongiya
2 days ago
I cannot downgrade NS to 4.1.0 because of other requirements. I'm running NS 5.0.1 at the moment. Are you saying that this plugin is not compatible with this version.
– Frank Nicklin
2 days ago
|
show 1 more comment
2
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Wilq
2 days ago
Yes I've tried that, but having issues with iOS. I'm using JS core and not Typescript so struggling to implement this plugin. I've tried recoding the TS examples, but its crashing out. I'm getting the following error:- CONSOLE WARN file:///app/tns_modules/nativescript-videorecorder/videorecorder.js:81:14: Objective-C class name "UIImagePickerControllerDelegateImpl" is already in use - using "UIImagePickerControllerDelegateImpl1" instead. ***** Fatal JavaScript exception - application has been terminated. *****
– Frank Nicklin
2 days ago
which version of nativescript-videorecorder are you using? Have you tried with 3.0.0-alpha.11 ? Also could you share your {NS} version?
– Narendra Mongiya
2 days ago
Also try downgrading your NS to "version": "4.1.0"
– Narendra Mongiya
2 days ago
I cannot downgrade NS to 4.1.0 because of other requirements. I'm running NS 5.0.1 at the moment. Are you saying that this plugin is not compatible with this version.
– Frank Nicklin
2 days ago
2
2
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Wilq
2 days ago
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Wilq
2 days ago
Yes I've tried that, but having issues with iOS. I'm using JS core and not Typescript so struggling to implement this plugin. I've tried recoding the TS examples, but its crashing out. I'm getting the following error:- CONSOLE WARN file:///app/tns_modules/nativescript-videorecorder/videorecorder.js:81:14: Objective-C class name "UIImagePickerControllerDelegateImpl" is already in use - using "UIImagePickerControllerDelegateImpl1" instead. ***** Fatal JavaScript exception - application has been terminated. *****
– Frank Nicklin
2 days ago
Yes I've tried that, but having issues with iOS. I'm using JS core and not Typescript so struggling to implement this plugin. I've tried recoding the TS examples, but its crashing out. I'm getting the following error:- CONSOLE WARN file:///app/tns_modules/nativescript-videorecorder/videorecorder.js:81:14: Objective-C class name "UIImagePickerControllerDelegateImpl" is already in use - using "UIImagePickerControllerDelegateImpl1" instead. ***** Fatal JavaScript exception - application has been terminated. *****
– Frank Nicklin
2 days ago
which version of nativescript-videorecorder are you using? Have you tried with 3.0.0-alpha.11 ? Also could you share your {NS} version?
– Narendra Mongiya
2 days ago
which version of nativescript-videorecorder are you using? Have you tried with 3.0.0-alpha.11 ? Also could you share your {NS} version?
– Narendra Mongiya
2 days ago
Also try downgrading your NS to "version": "4.1.0"
– Narendra Mongiya
2 days ago
Also try downgrading your NS to "version": "4.1.0"
– Narendra Mongiya
2 days ago
I cannot downgrade NS to 4.1.0 because of other requirements. I'm running NS 5.0.1 at the moment. Are you saying that this plugin is not compatible with this version.
– Frank Nicklin
2 days ago
I cannot downgrade NS to 4.1.0 because of other requirements. I'm running NS 5.0.1 at the moment. Are you saying that this plugin is not compatible with this version.
– Frank Nicklin
2 days ago
|
show 1 more comment
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53373787%2fnativescript-videorecorder%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown