IoT - live video streaming from devicesLive-stream video from one android phone to another over WiFiRe-stream live video feedCross Platform Live StreamCan AWS IoT device shadows work when communicating with device over HTTP(S)?iOS upload live streamingLive video streaming serviceIoT Gateway and Cloud Server messagingLive streaming from Windows IoT Raspberry pi 3 c#nodejs IoT device to device communicationHow to distribute reads of an MQTT topic from AWS Iot over multiple consumers?

Extending prime numbers digit by digit while retaining primality

Why does independence imply zero correlation?

Counterfeit checks were created for my account. How does this type of fraud work?

What is the oldest commercial MS-DOS program that can run on modern versions of Windows without third-party software?

Is declining an undergraduate award which causes me discomfort appropriate?

What happened to Hopper's girlfriend in season one?

What triggered jesuits' ban on infinitesimals in 1632?

Boss wants someone else to lead a project based on the idea I presented to him

Is the continuity test limit resistance of a multimeter standard?

Am I legally required to provide a (GPL licensed) source code even after a project is abandoned?

Why isn't my calculation that we should be able to see the sun well beyond the observable universe valid?

Dmesg full of I/O errors, smart ok, four disks affected

Are there any individual aliens that have gained superpowers in the Marvel universe?

What was the first third-party commercial application for MS-DOS?

In Mistborn, why can metal in people's bodies be affected by Allomancy sometimes?

What does it cost to buy a tavern?

Justifying Affordable Bespoke Spaceships

Is the specular reflection on a polished gold sphere white or gold in colour?

Is there any proof that high saturation and contrast makes a picture more appealing in social media?

How do internally carried IR missiles acquire a lock?

Draw a symmetric alien head

How does DC work with natural 20?

Why does std::string_view create a dangling view in a ternary expression?

"Correct me if I'm wrong"



IoT - live video streaming from devices


Live-stream video from one android phone to another over WiFiRe-stream live video feedCross Platform Live StreamCan AWS IoT device shadows work when communicating with device over HTTP(S)?iOS upload live streamingLive video streaming serviceIoT Gateway and Cloud Server messagingLive streaming from Windows IoT Raspberry pi 3 c#nodejs IoT device to device communicationHow to distribute reads of an MQTT topic from AWS Iot over multiple consumers?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








-1















I have a requirement which requires live streaming solution. Here is the requirement.



There will be 5000 IoT devices. Each device is capable of streaming live video. There will be about 1000 users. Each user can own 1 or multiple devices. Whenever the user wants to view live streaming of a device they own they should be able to do so. So if user1 owns device1 only user1 should be able to view the live streaming from this device and no one else. The user credentials and device mappings are stored in a database. The device is connected to the server using MQTT protocol and the users connect to the server using HTTPS REST API.



How do I go about implementing the server for this. What protocol should I use?



I have been searching for a solution on the internet. I came across Amazon Media Live but it seemed limited in that I could only have 100 inputs per channel and 5 channels. Also the documentation states that the streaming inputs must already be streaming when channel is started. But my requirement is more like the streaming source would initiate streaming whenever required.



Does anyone have any idea on how to use AWS MediaLive for this task or if I should use MediaLive at all.



Peer to peer streaming of video from the device to the user's app is also a possibility. Assume the embedded device has linux os on it is there a viable peer to peer solution for this problem where the device stream the video to multiple user on mobile apps directly. I have no been able to find any such solutions on the internet.










share|improve this question
























  • This question is far too broad to get a good answer.

    – hardillb
    Mar 25 at 8:51

















-1















I have a requirement which requires live streaming solution. Here is the requirement.



There will be 5000 IoT devices. Each device is capable of streaming live video. There will be about 1000 users. Each user can own 1 or multiple devices. Whenever the user wants to view live streaming of a device they own they should be able to do so. So if user1 owns device1 only user1 should be able to view the live streaming from this device and no one else. The user credentials and device mappings are stored in a database. The device is connected to the server using MQTT protocol and the users connect to the server using HTTPS REST API.



How do I go about implementing the server for this. What protocol should I use?



I have been searching for a solution on the internet. I came across Amazon Media Live but it seemed limited in that I could only have 100 inputs per channel and 5 channels. Also the documentation states that the streaming inputs must already be streaming when channel is started. But my requirement is more like the streaming source would initiate streaming whenever required.



Does anyone have any idea on how to use AWS MediaLive for this task or if I should use MediaLive at all.



Peer to peer streaming of video from the device to the user's app is also a possibility. Assume the embedded device has linux os on it is there a viable peer to peer solution for this problem where the device stream the video to multiple user on mobile apps directly. I have no been able to find any such solutions on the internet.










share|improve this question
























  • This question is far too broad to get a good answer.

    – hardillb
    Mar 25 at 8:51













-1












-1








-1








I have a requirement which requires live streaming solution. Here is the requirement.



There will be 5000 IoT devices. Each device is capable of streaming live video. There will be about 1000 users. Each user can own 1 or multiple devices. Whenever the user wants to view live streaming of a device they own they should be able to do so. So if user1 owns device1 only user1 should be able to view the live streaming from this device and no one else. The user credentials and device mappings are stored in a database. The device is connected to the server using MQTT protocol and the users connect to the server using HTTPS REST API.



How do I go about implementing the server for this. What protocol should I use?



I have been searching for a solution on the internet. I came across Amazon Media Live but it seemed limited in that I could only have 100 inputs per channel and 5 channels. Also the documentation states that the streaming inputs must already be streaming when channel is started. But my requirement is more like the streaming source would initiate streaming whenever required.



Does anyone have any idea on how to use AWS MediaLive for this task or if I should use MediaLive at all.



Peer to peer streaming of video from the device to the user's app is also a possibility. Assume the embedded device has linux os on it is there a viable peer to peer solution for this problem where the device stream the video to multiple user on mobile apps directly. I have no been able to find any such solutions on the internet.










share|improve this question
















I have a requirement which requires live streaming solution. Here is the requirement.



There will be 5000 IoT devices. Each device is capable of streaming live video. There will be about 1000 users. Each user can own 1 or multiple devices. Whenever the user wants to view live streaming of a device they own they should be able to do so. So if user1 owns device1 only user1 should be able to view the live streaming from this device and no one else. The user credentials and device mappings are stored in a database. The device is connected to the server using MQTT protocol and the users connect to the server using HTTPS REST API.



How do I go about implementing the server for this. What protocol should I use?



I have been searching for a solution on the internet. I came across Amazon Media Live but it seemed limited in that I could only have 100 inputs per channel and 5 channels. Also the documentation states that the streaming inputs must already be streaming when channel is started. But my requirement is more like the streaming source would initiate streaming whenever required.



Does anyone have any idea on how to use AWS MediaLive for this task or if I should use MediaLive at all.



Peer to peer streaming of video from the device to the user's app is also a possibility. Assume the embedded device has linux os on it is there a viable peer to peer solution for this problem where the device stream the video to multiple user on mobile apps directly. I have no been able to find any such solutions on the internet.







amazon-web-services iot live-streaming






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 25 at 8:51









hardillb

26.4k73664




26.4k73664










asked Mar 25 at 6:50









serbia99serbia99

459318




459318












  • This question is far too broad to get a good answer.

    – hardillb
    Mar 25 at 8:51

















  • This question is far too broad to get a good answer.

    – hardillb
    Mar 25 at 8:51
















This question is far too broad to get a good answer.

– hardillb
Mar 25 at 8:51





This question is far too broad to get a good answer.

– hardillb
Mar 25 at 8:51












2 Answers
2






active

oldest

votes


















0














For anyone in future doing something similar, I did some more research on the internet and it seems like Amazon Kinesis Video Streams does what is required. I have not implemented anything yet but hopefully it will work well for the requirements.






share|improve this answer






























    0














    You can use DXS (Data Stream Exchange system), and also you can look at this tech talk which will explain you how to do it
    https://www.youtube.com/watch?v=DoDzfRU4rEU&list=PLZWI9MjJG-V_Y52VWLPZE1KtUTykyGTpJ&index=2&t=0s






    share|improve this answer























      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
      );



      );













      draft saved

      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55332520%2fiot-live-video-streaming-from-devices%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      0














      For anyone in future doing something similar, I did some more research on the internet and it seems like Amazon Kinesis Video Streams does what is required. I have not implemented anything yet but hopefully it will work well for the requirements.






      share|improve this answer



























        0














        For anyone in future doing something similar, I did some more research on the internet and it seems like Amazon Kinesis Video Streams does what is required. I have not implemented anything yet but hopefully it will work well for the requirements.






        share|improve this answer

























          0












          0








          0







          For anyone in future doing something similar, I did some more research on the internet and it seems like Amazon Kinesis Video Streams does what is required. I have not implemented anything yet but hopefully it will work well for the requirements.






          share|improve this answer













          For anyone in future doing something similar, I did some more research on the internet and it seems like Amazon Kinesis Video Streams does what is required. I have not implemented anything yet but hopefully it will work well for the requirements.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 25 at 11:53









          serbia99serbia99

          459318




          459318























              0














              You can use DXS (Data Stream Exchange system), and also you can look at this tech talk which will explain you how to do it
              https://www.youtube.com/watch?v=DoDzfRU4rEU&list=PLZWI9MjJG-V_Y52VWLPZE1KtUTykyGTpJ&index=2&t=0s






              share|improve this answer



























                0














                You can use DXS (Data Stream Exchange system), and also you can look at this tech talk which will explain you how to do it
                https://www.youtube.com/watch?v=DoDzfRU4rEU&list=PLZWI9MjJG-V_Y52VWLPZE1KtUTykyGTpJ&index=2&t=0s






                share|improve this answer

























                  0












                  0








                  0







                  You can use DXS (Data Stream Exchange system), and also you can look at this tech talk which will explain you how to do it
                  https://www.youtube.com/watch?v=DoDzfRU4rEU&list=PLZWI9MjJG-V_Y52VWLPZE1KtUTykyGTpJ&index=2&t=0s






                  share|improve this answer













                  You can use DXS (Data Stream Exchange system), and also you can look at this tech talk which will explain you how to do it
                  https://www.youtube.com/watch?v=DoDzfRU4rEU&list=PLZWI9MjJG-V_Y52VWLPZE1KtUTykyGTpJ&index=2&t=0s







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Mar 25 at 15:23









                  Shivansh PuriShivansh Puri

                  32




                  32



























                      draft saved

                      draft discarded
















































                      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.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55332520%2fiot-live-video-streaming-from-devices%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

                      Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                      Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                      Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript