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?
vlc-media-player video-streaming h.264 surveillance
add a comment |
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?
vlc-media-player video-streaming h.264 surveillance
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
add a comment |
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?
vlc-media-player video-streaming h.264 surveillance
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
vlc-media-player video-streaming h.264 surveillance
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
add a comment |
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
add a comment |
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
add a comment |
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
add a comment |
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
add a comment |
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
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
edited Mar 20 '17 at 10:17
Community♦
1
1
answered Dec 4 '14 at 8:48
BowlesCR
2,527718
2,527718
add a comment |
add a comment |
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.
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%2fsuperuser.com%2fquestions%2f430845%2fvlc-server-re-stream-security-camera-feed%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
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