VLC (Server) re-stream Security Camera Feed











up vote
5
down vote

favorite












I purchased a Swann Home Security DVR system and was hoping for some help on how to duplicate the streaming video on my server.



In order to get their web view (streaming video in the browser) to work, I had to install the following plugins:



HiDvrPlugin.dmg for mac.
Hidvrocx.cab for Windows.


I was originally thinking it was a sign of some form of DRM? Maybe. Maybe not.



HTML wise, the following code is in the source of the safari version of the web view:



<embed pluginspage="SurveilClient.dmg" width="10px" height="10px" type="application/x-scplugin" id="MacDiv" style="height: 592px; width: 720px; left: 278px; top: 61px; ">


It seems to be the main display area.



Using wireshark, I am able to see that the video stream is on port 9000. However, I have no idea what type of stream it is. I've tried opening it in VLC with no such luck.



http://dvr_ip:9000
tcp://dvr_ip:9000


My hope was to do the following to redistribute the feed



vlc dvr_ip:9000 --sout h264-version-on-localhost:3000


TLDR; Trying to re-distribute a stream from a security camera (can't tell the format) using vlc (re-distribute via h.264 / HTML5). Not sure how to accomplish this. Is it possible that the software has some type of DRM that only the plugins can decode?










share|improve this question
























  • Any joy solving this? I've just hit exactly the same problem and using an IE ActiveX plugin just makes me shudder...
    – Basic
    Jan 9 '14 at 16:42










  • are you able to view the stream locally via VLC?
    – CodeMonkey
    Jan 10 '14 at 22:35










  • Many of these DVR solutions have some proprietary streaming going on that makes it only work with their player. Exporting the video should work as normal as they're in a standard container. Are the cameras you use IP cameras, or UNC?
    – Kinnectus
    May 21 '14 at 21:27















up vote
5
down vote

favorite












I purchased a Swann Home Security DVR system and was hoping for some help on how to duplicate the streaming video on my server.



In order to get their web view (streaming video in the browser) to work, I had to install the following plugins:



HiDvrPlugin.dmg for mac.
Hidvrocx.cab for Windows.


I was originally thinking it was a sign of some form of DRM? Maybe. Maybe not.



HTML wise, the following code is in the source of the safari version of the web view:



<embed pluginspage="SurveilClient.dmg" width="10px" height="10px" type="application/x-scplugin" id="MacDiv" style="height: 592px; width: 720px; left: 278px; top: 61px; ">


It seems to be the main display area.



Using wireshark, I am able to see that the video stream is on port 9000. However, I have no idea what type of stream it is. I've tried opening it in VLC with no such luck.



http://dvr_ip:9000
tcp://dvr_ip:9000


My hope was to do the following to redistribute the feed



vlc dvr_ip:9000 --sout h264-version-on-localhost:3000


TLDR; Trying to re-distribute a stream from a security camera (can't tell the format) using vlc (re-distribute via h.264 / HTML5). Not sure how to accomplish this. Is it possible that the software has some type of DRM that only the plugins can decode?










share|improve this question
























  • Any joy solving this? I've just hit exactly the same problem and using an IE ActiveX plugin just makes me shudder...
    – Basic
    Jan 9 '14 at 16:42










  • are you able to view the stream locally via VLC?
    – CodeMonkey
    Jan 10 '14 at 22:35










  • Many of these DVR solutions have some proprietary streaming going on that makes it only work with their player. Exporting the video should work as normal as they're in a standard container. Are the cameras you use IP cameras, or UNC?
    – Kinnectus
    May 21 '14 at 21:27













up vote
5
down vote

favorite









up vote
5
down vote

favorite











I purchased a Swann Home Security DVR system and was hoping for some help on how to duplicate the streaming video on my server.



In order to get their web view (streaming video in the browser) to work, I had to install the following plugins:



HiDvrPlugin.dmg for mac.
Hidvrocx.cab for Windows.


I was originally thinking it was a sign of some form of DRM? Maybe. Maybe not.



HTML wise, the following code is in the source of the safari version of the web view:



<embed pluginspage="SurveilClient.dmg" width="10px" height="10px" type="application/x-scplugin" id="MacDiv" style="height: 592px; width: 720px; left: 278px; top: 61px; ">


It seems to be the main display area.



Using wireshark, I am able to see that the video stream is on port 9000. However, I have no idea what type of stream it is. I've tried opening it in VLC with no such luck.



http://dvr_ip:9000
tcp://dvr_ip:9000


My hope was to do the following to redistribute the feed



vlc dvr_ip:9000 --sout h264-version-on-localhost:3000


TLDR; Trying to re-distribute a stream from a security camera (can't tell the format) using vlc (re-distribute via h.264 / HTML5). Not sure how to accomplish this. Is it possible that the software has some type of DRM that only the plugins can decode?










share|improve this question















I purchased a Swann Home Security DVR system and was hoping for some help on how to duplicate the streaming video on my server.



In order to get their web view (streaming video in the browser) to work, I had to install the following plugins:



HiDvrPlugin.dmg for mac.
Hidvrocx.cab for Windows.


I was originally thinking it was a sign of some form of DRM? Maybe. Maybe not.



HTML wise, the following code is in the source of the safari version of the web view:



<embed pluginspage="SurveilClient.dmg" width="10px" height="10px" type="application/x-scplugin" id="MacDiv" style="height: 592px; width: 720px; left: 278px; top: 61px; ">


It seems to be the main display area.



Using wireshark, I am able to see that the video stream is on port 9000. However, I have no idea what type of stream it is. I've tried opening it in VLC with no such luck.



http://dvr_ip:9000
tcp://dvr_ip:9000


My hope was to do the following to redistribute the feed



vlc dvr_ip:9000 --sout h264-version-on-localhost:3000


TLDR; Trying to re-distribute a stream from a security camera (can't tell the format) using vlc (re-distribute via h.264 / HTML5). Not sure how to accomplish this. Is it possible that the software has some type of DRM that only the plugins can decode?







vlc-media-player video-streaming h.264 surveillance






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 31 '12 at 4:11









Synetech

56.9k29183317




56.9k29183317










asked May 31 '12 at 2:28









Aaron

2612




2612












  • Any joy solving this? I've just hit exactly the same problem and using an IE ActiveX plugin just makes me shudder...
    – Basic
    Jan 9 '14 at 16:42










  • are you able to view the stream locally via VLC?
    – CodeMonkey
    Jan 10 '14 at 22:35










  • Many of these DVR solutions have some proprietary streaming going on that makes it only work with their player. Exporting the video should work as normal as they're in a standard container. Are the cameras you use IP cameras, or UNC?
    – Kinnectus
    May 21 '14 at 21:27


















  • Any joy solving this? I've just hit exactly the same problem and using an IE ActiveX plugin just makes me shudder...
    – Basic
    Jan 9 '14 at 16:42










  • are you able to view the stream locally via VLC?
    – CodeMonkey
    Jan 10 '14 at 22:35










  • Many of these DVR solutions have some proprietary streaming going on that makes it only work with their player. Exporting the video should work as normal as they're in a standard container. Are the cameras you use IP cameras, or UNC?
    – Kinnectus
    May 21 '14 at 21:27
















Any joy solving this? I've just hit exactly the same problem and using an IE ActiveX plugin just makes me shudder...
– Basic
Jan 9 '14 at 16:42




Any joy solving this? I've just hit exactly the same problem and using an IE ActiveX plugin just makes me shudder...
– Basic
Jan 9 '14 at 16:42












are you able to view the stream locally via VLC?
– CodeMonkey
Jan 10 '14 at 22:35




are you able to view the stream locally via VLC?
– CodeMonkey
Jan 10 '14 at 22:35












Many of these DVR solutions have some proprietary streaming going on that makes it only work with their player. Exporting the video should work as normal as they're in a standard container. Are the cameras you use IP cameras, or UNC?
– Kinnectus
May 21 '14 at 21:27




Many of these DVR solutions have some proprietary streaming going on that makes it only work with their player. Exporting the video should work as normal as they're in a standard container. Are the cameras you use IP cameras, or UNC?
– Kinnectus
May 21 '14 at 21:27










1 Answer
1






active

oldest

votes

















up vote
0
down vote













Someone has already found that Swann uses a proprietary protocol on port 9000: How do I find the video stream URL of my security DVR by myself?



That said, the folks over at iSpy seem to have an extensive list of alternate places you might be able to find the stream in a normal format: http://www.ispyconnect.com/man.aspx?n=Swann






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    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%2fsuperuser.com%2fquestions%2f430845%2fvlc-server-re-stream-security-camera-feed%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
    0
    down vote













    Someone has already found that Swann uses a proprietary protocol on port 9000: How do I find the video stream URL of my security DVR by myself?



    That said, the folks over at iSpy seem to have an extensive list of alternate places you might be able to find the stream in a normal format: http://www.ispyconnect.com/man.aspx?n=Swann






    share|improve this answer



























      up vote
      0
      down vote













      Someone has already found that Swann uses a proprietary protocol on port 9000: How do I find the video stream URL of my security DVR by myself?



      That said, the folks over at iSpy seem to have an extensive list of alternate places you might be able to find the stream in a normal format: http://www.ispyconnect.com/man.aspx?n=Swann






      share|improve this answer

























        up vote
        0
        down vote










        up vote
        0
        down vote









        Someone has already found that Swann uses a proprietary protocol on port 9000: How do I find the video stream URL of my security DVR by myself?



        That said, the folks over at iSpy seem to have an extensive list of alternate places you might be able to find the stream in a normal format: http://www.ispyconnect.com/man.aspx?n=Swann






        share|improve this answer














        Someone has already found that Swann uses a proprietary protocol on port 9000: How do I find the video stream URL of my security DVR by myself?



        That said, the folks over at iSpy seem to have an extensive list of alternate places you might be able to find the stream in a normal format: http://www.ispyconnect.com/man.aspx?n=Swann







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Mar 20 '17 at 10:17









        Community

        1




        1










        answered Dec 4 '14 at 8:48









        BowlesCR

        2,527718




        2,527718






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • 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.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • 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%2fsuperuser.com%2fquestions%2f430845%2fvlc-server-re-stream-security-camera-feed%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

            AnyDesk - Fatal Program Failure

            How to calibrate 16:9 built-in touch-screen to a 4:3 resolution?

            QoS: MAC-Priority for clients behind a repeater