No streaming on my site

Report and discuss bugs here!
Post Reply
Frank E.
Posts: 10
Joined: Sat Jan 07, 2012 12:32 pm

No streaming on my site

Post by Frank E. »

I want to stream my webcam on my site.
So I have installed Yawcam.
Everything configurated well. So there is a nice preview.

But still there is nothing to see on my local network and on Internet. See below.

The console shows this:
[17:43] Yawcam started
[17:43] Settings loaded
[17:43] Language: English
[17:43] Ftp-output started
[17:43] Http-output started
[17:43] Stream-output started
[17:43] Could not connect to ftp-server! FTP Error: 530 User cannot log in.
[17:43] UPNP: Could not find any UPNP devices!
[17:43] UPNP: Could not find any UPNP devices!
[17:43] Settings saved
[17:44] Could not connect to ftp-server! FTP Error: 530 User cannot log in.
[17:45] Settings saved
[17:45] Could not connect to ftp-server! FTP Error: 530 User cannot log in.[17:45] Settings saved
[17:52] Ftp-output stopped
[17:52] Http-output stopped
[17:52] Http-output started
[17:52] UPNP: Could not find any UPNP devices!
The online check is OK. So Green
-----------------------
What is my Url:
Http: http://213.148.228.168:8888
Stream: http://213.148.228.168:8081

You and viewers inside your network (behind your router) can see your webcam on these addresses:

Http: http://192.168.1.100:8888/local.html
Stream: http://192.168.1.100:8081/local.html

So also OK
____________

I have used this code for my site:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Yawcam</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<div align="center">
<p><strong><font size="5" face="Verdana, Arial, Helvetica, sans-serif"><font size="5" face="Verdana, Arial, Helvetica, sans-serif">My
webcam!</f
ont></font></strong> </p>
<p>
<APPLET CODE="YawApplet.class" ARCHIVE="YawApplet.jar" CODEBASE="http://213.148.228.168:8081" WIDTH="320" HEIGHT="240">
<param name="Host" value="213.148.228.168">
<param name="Port" value="8081">
<param name="Zoom" value="true">
</APPLET>
</p>
<p><a href="http://www.yawcam.com" target="_blank"> <font size="2" face="Verdana, Arial, Helvetica, sans-seri
f">www.yawcam.com</font></a></p>
</div>
</body>
</html>

In the root of my site there are present:
YawApplet.class
YawApplet.jar
index.html

Still nothing to see on Local network or Internet. http://www.factual.nl/video/index.html

Who can help me futher with Streaming with Yawcam?

Frank E.
Post Reply