VLC (Server) re-stream Security Camera Feed Announcing the arrival of Valued Associate #679:...
Why not send Voyager 3 and 4 following up the paths taken by Voyager 1 and 2 to re-transmit signals of later as they fly away from Earth?
Relating to the President and obstruction, were Mueller's conclusions preordained?
Why is the change of basis formula counter-intuitive? [See details]
What does the writing on Poe's helmet say?
After Sam didn't return home in the end, were he and Al still friends?
Why datecode is SO IMPORTANT to chip manufacturers?
What does 丫 mean? 丫是什么意思?
Did Mueller's report provide an evidentiary basis for the claim of Russian govt election interference via social media?
Why is a lens darker than other ones when applying the same settings?
Caught masturbating at work
Found this skink in my tomato plant bucket. Is he trapped? Or could he leave if he wanted?
What is a more techy Technical Writer job title that isn't cutesy or confusing?
New Order #6: Easter Egg
How can a team of shapeshifters communicate?
Why shouldn't this prove the Prime Number Theorem?
Was Kant an Intuitionist about mathematical objects?
Did pre-Columbian Americans know the spherical shape of the Earth?
Why is std::move not [[nodiscard]] in C++20?
Why weren't discrete x86 CPUs ever used in game hardware?
A term for a woman complaining about things/begging in a cute/childish way
Tannaka duality for semisimple groups
Printing attributes of selection in ArcPy?
In musical terms, what properties are varied by the human voice to produce different words / syllables?
Why do early math courses focus on the cross sections of a cone and not on other 3D objects?
VLC (Server) re-stream Security Camera Feed
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)How do I find the video stream URL of my security DVR by myself?VLC RTP Streaming in FC12Extracting VLC IP Camera stream to raw H264 dataStream and save video broadcast on websiteHow do I find the video stream URL of my security DVR by myself?ffmpeg error when encoding h264 mp4 videoAttempting to stream two C920 Logitech Webcams From Fedora using GStreamer to Windows VLC ClientStream screen to Youtube with VLCPlaying three RTSP streams, through VLC, casted to televisionRTSP Stream to File With VLCFFMPEG h.264 stream to VLC from raw YUV444 produces black screen and audio noise
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
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
bumped to the homepage by Community♦ 5 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
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
bumped to the homepage by Community♦ 5 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
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 |
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
57.5k29186321
57.5k29186321
asked May 31 '12 at 2:28
AaronAaron
2612
2612
bumped to the homepage by Community♦ 5 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 5 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
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
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 |
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',
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%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
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 |
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 |
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
BowlesCRBowlesCR
2,557818
2,557818
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.
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