Nativescript VideoRecorder
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 |
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
You can try : github.com/jibon57/nativescript-mediafilepicker
– jibon57
Dec 31 '18 at 4:09
add a comment |
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 Nov 19 '18 at 11:35
Frank NicklinFrank Nicklin
156
156
You can try : github.com/jibon57/nativescript-mediafilepicker
– jibon57
Dec 31 '18 at 4:09
add a comment |
You can try : github.com/jibon57/nativescript-mediafilepicker
– jibon57
Dec 31 '18 at 4:09
You can try : github.com/jibon57/nativescript-mediafilepicker
– jibon57
Dec 31 '18 at 4:09
You can try : github.com/jibon57/nativescript-mediafilepicker
– jibon57
Dec 31 '18 at 4:09
add a comment |
1 Answer
1
active
oldest
votes
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
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
Nov 19 '18 at 15:57
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
Nov 20 '18 at 0:59
Also try downgrading your NS to "version": "4.1.0"
– Narendra Mongiya
Nov 20 '18 at 1:09
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
Nov 20 '18 at 10:00
What you have pasted above is just a warning, the actual description of fatal JS exception seems missing. Can you post the complete error log?
– Manoj
Nov 20 '18 at 13:26
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
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
Nov 19 '18 at 15:57
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
Nov 20 '18 at 0:59
Also try downgrading your NS to "version": "4.1.0"
– Narendra Mongiya
Nov 20 '18 at 1:09
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
Nov 20 '18 at 10:00
What you have pasted above is just a warning, the actual description of fatal JS exception seems missing. Can you post the complete error log?
– Manoj
Nov 20 '18 at 13:26
add a comment |
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
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
Nov 19 '18 at 15:57
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
Nov 20 '18 at 0:59
Also try downgrading your NS to "version": "4.1.0"
– Narendra Mongiya
Nov 20 '18 at 1:09
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
Nov 20 '18 at 10:00
What you have pasted above is just a warning, the actual description of fatal JS exception seems missing. Can you post the complete error log?
– Manoj
Nov 20 '18 at 13:26
add a comment |
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 Nov 19 '18 at 14:33
Ian MacDonald
9,05111230
9,05111230
answered Nov 19 '18 at 11:42
ManojManoj
6,1232922
6,1232922
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
Nov 19 '18 at 15:57
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
Nov 20 '18 at 0:59
Also try downgrading your NS to "version": "4.1.0"
– Narendra Mongiya
Nov 20 '18 at 1:09
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
Nov 20 '18 at 10:00
What you have pasted above is just a warning, the actual description of fatal JS exception seems missing. Can you post the complete error log?
– Manoj
Nov 20 '18 at 13:26
add a comment |
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
Nov 19 '18 at 15:57
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
Nov 20 '18 at 0:59
Also try downgrading your NS to "version": "4.1.0"
– Narendra Mongiya
Nov 20 '18 at 1:09
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
Nov 20 '18 at 10:00
What you have pasted above is just a warning, the actual description of fatal JS exception seems missing. Can you post the complete error log?
– Manoj
Nov 20 '18 at 13:26
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
Nov 19 '18 at 15:57
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
Nov 19 '18 at 15:57
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
Nov 20 '18 at 0:59
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
Nov 20 '18 at 0:59
Also try downgrading your NS to "version": "4.1.0"
– Narendra Mongiya
Nov 20 '18 at 1:09
Also try downgrading your NS to "version": "4.1.0"
– Narendra Mongiya
Nov 20 '18 at 1:09
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
Nov 20 '18 at 10:00
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
Nov 20 '18 at 10:00
What you have pasted above is just a warning, the actual description of fatal JS exception seems missing. Can you post the complete error log?
– Manoj
Nov 20 '18 at 13:26
What you have pasted above is just a warning, the actual description of fatal JS exception seems missing. Can you post the complete error log?
– Manoj
Nov 20 '18 at 13:26
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
You can try : github.com/jibon57/nativescript-mediafilepicker
– jibon57
Dec 31 '18 at 4:09