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.










share|improve this question


























    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.










    share|improve this question
























      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.










      share|improve this question













      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 2 days ago









      Frank Nicklin

      155




      155
























          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





          share|improve this answer



















          • 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











          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',
          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
          });


          }
          });














           

          draft saved


          draft discarded


















          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








          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





          share|improve this answer



















          • 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















          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





          share|improve this answer



















          • 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













          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





          share|improve this answer














          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






          share|improve this answer














          share|improve this answer



          share|improve this answer








          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














          • 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


















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          MongoDB - Not Authorized To Execute Command

          in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith

          Npm cannot find a required file even through it is in the searched directory