Page 1 of 1

Streaming IP Camera

Posted: 22 Feb 2008 04:22
by r1weedee
Hi everybody, iam weedee from indonesia, iam newbie here!
i need help,

i want to make a streaming service using IP Camera, i use SONY SNC-Z20P

Image

, according to my plan i want use VLC to stream IP Camera output, multicast for internet access customer, i have 5 IP Camera, that i put each IP address in server, so the customer can access it through a website!
please give me a solutions...!

i appreciate all of u'r favour, thanks!

Re: Streaming IP Camera

Posted: 22 Feb 2008 18:45
by VLC_help
http://forum.videohelp.com/topic259354.html
instead of Directshow use Network tab to open your cams stream.

Re: Streaming IP Camera

Posted: 26 Feb 2008 04:35
by r1weedee
thanks a lot, but i'am still in problem here, the trouble is, my IP Cam sony SNC-Z20P already have interface software itself, when we try to access it through IP address, then we will met the output of video and the interface

Image

Image

so, how can i capture the video output, then i stream with VLC?

Re: Streaming IP Camera

Posted: 26 Feb 2008 15:04
by VLC_help
Look the sourcecode of that webpage, it should point you to right place.

Re: Streaming IP Camera

Posted: 03 Mar 2008 02:59
by r1weedee
still, can't solve my problem..

here the page source of http://xxx.xxx.xxx.xxx/home/homeS.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML LANG="EN">
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META HTTP-EQUIV="Content-Script-Type" CONTENT="text/javascript">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<TITLE>SNC-Z20 HOME</TITLE>
<SCRIPT LANGUAGE="JavaScript1.2" SRC="/command/inquiry.cgi?inqjs=sysinfo" TYPE="text/javascript"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
document.title = TitleBar;
//-->
</SCRIPT>
</HEAD>
<FRAMESET ROWS="67,*" COLS="*" FRAMEBORDER="NO" BORDER="0" FRAMESPACING="0">
<FRAME SRC="bar.html" SCROLLING="NO" NAME="sonyhome3" NORESIZE MARGINHEIGHT="4" MARGINWIDTH="0">
<FRAMESET COLS="190,*">
<FRAMESET ROWS="70,265,190,*" FRAMEBORDER="0" BORDER="0" FRAMESPACING="0">
<FRAME SRC="changer.html" NAME="changer" SCROLLING="AUTO" NORESIZE MARGINWIDTH="0">
<FRAME SRC="dummy.html" NAME="controler" SCROLLING="AUTO" NORESIZE MARGINWIDTH="0">
<FRAME SRC="dummy.html" NAME="trigger" SCROLLING="AUTO" NORESIZE MARGINWIDTH="0">
<FRAME SRC="dummy.html" NAME="dummy" SCROLLING="NO" NORESIZE>
</FRAMESET>
<FRAME SRC="SViewer.html" NAME="sview" SCROLLING="AUTO" NORESIZE>
</FRAMESET>
<NOFRAMES>
<BODY>
<P>&nbsp;</P>
</BODY>
</NOFRAMES>
</FRAMESET>
</HTML>

then here the properties from video frame :

Image

Re: Streaming IP Camera

Posted: 03 Mar 2008 18:18
by VLC_help
SViewer.html have you looked sources of that?

Re: Streaming IP Camera

Posted: 27 Oct 2009 07:26
by 0blivious
Hi. Im also using a Sony IP Camera RZ25P. Im having the same problem. I want to use VLC Player to stream output from the webcam but it doesnt work. VLC Player returns with an error, "No suitable decoder module: VLC does not support the audio or video format "undf". " Im required to use UDP for this operation, tried a few dozen times and it doesnt work. Please help!

Re: Streaming IP Camera

Posted: 27 Oct 2009 15:14
by VLC_help
0blivious: You figured out the actual video URL? (you can use wireshark in case HTML debugging ain't something you want to do)

Re: Streaming IP Camera

Posted: 28 Oct 2009 06:41
by 0blivious
Hi. Yes i have used wireshark and tried reconstructing the html file. Though, i have still no idea what is the actual video url. Here is what the page with the webcam footage code looks like.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html">
<META HTTP-EQUIV="Content-Script-Type" CONTENT="text/javascript">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<TITLE>Sony Network Camera SNC-RZ25</TITLE>
<STYLE TYPE="text/css">
<!--
DIV.param1{position:relative;
font-variant: small-caps;
top:-8px;
left:0px;}
-->
</STYLE>
<SCRIPT TYPE="text/javascript" SRC="./plugins.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript1.2" SRC="/command/inquiry.cgi?inqjs=system&inqjs=camera" TYPE="text/javascript"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
document.title=TitleBar;
var chkflg=0;
var winName;
function setOpen(){
if(chkflg==1){
if(winName.closed==false) winName.close();
}
else chkflg=1;
winName=window.open("l4/advance.html","set_rz25","width=800,height=620,"+
"resizable=1,scrollbars=1,status=1");
}
function imageSelect(){
document.open();
if(VideoStd=="pal"){
document.write("<IMG src='../image/blue/logo_small_snc_rz25p.gif' height='13'>");
}
else{
document.write("<IMG src='../image/blue/logo_small_snc_rz25n.gif' height='13'>");
}
document.close();
}
//-->
</SCRIPT>
</HEAD>
<BODY bgcolor="#4B6EB6" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<DIV CLASS="param1">
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<TR>
<TD width="190">
<IMG SRC="../image/blue/ipela.gif">
<SCRIPT TYPE="text/javascript">
<!--
imageSelect();
//-->
</SCRIPT>
</TD>
<TD width="45" align="center">
<A href="javascript:void(0)" onClick="setOpen()">
<IMG border="0" src="../image/blue/tool.gif" width="38" height="31"></A>
</TD>
<TD width="55"><A href="javascript:void(0)" onClick="setOpen()">
<DIV style="font-size:smaller;">Setting</DIV>
</A></TD>
<TD width="45" align="center">
<A href="index.html" target="_top">
<IMG border="0" src="../image/blue/home.gif" width="38" height="31"></A>
</TD>
<TD width="55"><A href="index.html">
<DIV style="font-size:smaller;">Home</DIV>
</A></TD>
<TD width="45" align="center">
<A href="../download/SncVideoPlayer.exe">
<IMG border="0" src="../image/blue/download.gif" width="38" height="31"></A>
</TD>
<TD width="55"><A href="../download/SncVideoPlayer.exe">
<DIV style="font-size:smaller;">Player</DIV>
</A></TD>
<TD>&nbsp;</TD>
</TR>
</TABLE>
</DIV>
<SCRIPT TYPE="text/javascript">
activateAViewerAuto ();
</SCRIPT>
</BODY>
</HTML>

Please reply me asap. Much Appreciated!

Re: Streaming IP Camera

Posted: 28 Oct 2009 12:32
by VLC_help
I can't see any video element in that HTML source code you pasted.

Re: Streaming IP Camera

Posted: 29 Oct 2009 06:27
by 0blivious
Is there an example of what i should look for?

Re: Streaming IP Camera

Posted: 29 Oct 2009 12:52
by VLC_help
RTP/RTSP protocol from wireshark should be easiest thing in most cases.

Re: Streaming IP Camera

Posted: 25 Feb 2010 07:06
by RajkumarGS
Hi,

Could you please help to setup IP Camera as to view in a webpage.
My questions is here
viewtopic.php?f=4&t=72432

Thanks
»Raj

Re: Streaming IP Camera

Posted: 26 Feb 2011 00:53
by Mukatai
hi,

Try this adress in vlc :

rtsp://ip_adx/media/video1


From -->> http://www.soleratec.com/rtsp/rtsp_list ... manufact=1

@+