| Author |
Message |
kebana
Guest
|
Posted:
Fri Oct 22, 2004 6:09 pm Post subject:
live stream on webpage |
|
|
How can i put my live stream on a webpage?
I have tried many things but it won't work.
Please somebody help me!
With friendly greets
Kebana
|
|
| Back to top |
|
 |
Neil Smith [MVP Digital M
Guest
|
Posted:
Fri Oct 22, 2004 8:53 pm Post subject:
Re: live stream on webpage |
|
|
1) What have you tried
2) err, yes, that's it. What have you tried ?
Cheers - Neil
On Fri, 22 Oct 2004 07:09:02 -0700, kebana
<kebana@discussions.microsoft.com> wrote:
| Quote: | How can i put my live stream on a webpage?
I have tried many things but it won't work.
Please somebody help me!
With friendly greets
Kebana |
|
|
| Back to top |
|
 |
Kebana
Guest
|
Posted:
Wed Oct 27, 2004 1:05 pm Post subject:
Re: live stream on webpage |
|
|
We have tried to open the url from windows media encoder in a webpage in a
windows media player form. But it faild everytime.
And we don't know another way to do it. :(
I hope you know something else!
With friendly Greets Kebana
"Neil Smith [MVP Digital Media]" wrote:
| Quote: | 1) What have you tried
2) err, yes, that's it. What have you tried ?
Cheers - Neil
On Fri, 22 Oct 2004 07:09:02 -0700, kebana
kebana@discussions.microsoft.com> wrote:
How can i put my live stream on a webpage?
I have tried many things but it won't work.
Please somebody help me!
With friendly greets
Kebana
|
|
|
| Back to top |
|
 |
Neil Smith [MVP Digital M
Guest
|
Posted:
Wed Oct 27, 2004 9:57 pm Post subject:
Re: live stream on webpage |
|
|
Why don't we start by you posting your HTML code, to save any further
guesswork ;-))
BTW - what's a windows media player form ? You lost me there !
Cheers - Neil
On Wed, 27 Oct 2004 02:05:06 -0700, Kebana
<Kebana@discussions.microsoft.com> wrote:
| Quote: | We have tried to open the url from windows media encoder in a webpage in a
windows media player form. But it faild everytime.
And we don't know another way to do it. :(
I hope you know something else!
With friendly Greets Kebana
"Neil Smith [MVP Digital Media]" wrote:
1) What have you tried
2) err, yes, that's it. What have you tried ?
Cheers - Neil
On Fri, 22 Oct 2004 07:09:02 -0700, kebana
kebana@discussions.microsoft.com> wrote:
How can i put my live stream on a webpage?
I have tried many things but it won't work.
Please somebody help me!
With friendly greets
Kebana
|
|
|
| Back to top |
|
 |
kebana
Guest
|
Posted:
Fri Oct 29, 2004 5:14 pm Post subject:
Re: live stream on webpage |
|
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Nieuwe pagina 2</title>
</head>
<body>
<img src="http://E109A12:1056/" width="352" height="288" class="image">
<embed src="http://E109A12:1056/.asf" width="145" height="58"
autostart="false">
</body>
</html>
this is the html code it's not much but we don't know what else to use.
the source is the ip witch the media encoder has givin us.
I hope you can help me!
btw: sorry for my language use. (i'm from belguim)
with friendly greets Kebana
"Neil Smith [MVP Digital Media]" wrote:
| Quote: | Why don't we start by you posting your HTML code, to save any further
guesswork ;-))
BTW - what's a windows media player form ? You lost me there !
Cheers - Neil
On Wed, 27 Oct 2004 02:05:06 -0700, Kebana
Kebana@discussions.microsoft.com> wrote:
We have tried to open the url from windows media encoder in a webpage in a
windows media player form. But it faild everytime.
And we don't know another way to do it. :(
I hope you know something else!
With friendly Greets Kebana
"Neil Smith [MVP Digital Media]" wrote:
1) What have you tried
2) err, yes, that's it. What have you tried ?
Cheers - Neil
On Fri, 22 Oct 2004 07:09:02 -0700, kebana
kebana@discussions.microsoft.com> wrote:
How can i put my live stream on a webpage?
I have tried many things but it won't work.
Please somebody help me!
With friendly greets
Kebana
|
|
|
| Back to top |
|
 |
Neil Smith [MVP Digital M
Guest
|
Posted:
Fri Oct 29, 2004 11:00 pm Post subject:
Re: live stream on webpage |
|
|
OK sure - the embed is wrong, wrong wrong. There's no way to know,
when you tell an embed what it's source is, what the content type
should be and what program should handle it !
Try this, see if it helps. BTW leave off the /.asf (slash-dot-asf), it
isn't needed to connect to the encoder and will probably cause an
error.
<object id="MPlayer1" name="MPlayer1" width="320" height="200"
classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6">
<param name="url" value="http://E109A12:1056" />
<param name="autoStart" value="true" />
<param name="uiMode" value="none">
</object>
Also to note : I see you are loading an image from the *same* URL
http://E109A12 and PORT : 1056 <img src="http://E109A12:1056/"
width="352" height="288" class="image">
This will not work. Windows media encoder *OR* a web server may
operate on a port on a specific machine. You cannot have 2 servers
using the same port on one machine. Make sure your web server which
delivers the image is using a common port like port 80 or port 8080.
Cheers - Neil
On Fri, 29 Oct 2004 06:14:01 -0700, kebana
<kebana@discussions.microsoft.com> wrote:
| Quote: | html
head
meta http-equiv="Content-Type" content="text/html; charset=windows-1252"
title>Nieuwe pagina 2</title
/head
body
img src="http://E109A12:1056/" width="352" height="288" class="image"
embed src="http://E109A12:1056/.asf" width="145" height="58"
autostart="false"
/body
/html
this is the html code it's not much but we don't know what else to use.
the source is the ip witch the media encoder has givin us.
I hope you can help me!
btw: sorry for my language use. (i'm from belguim)
with friendly greets Kebana
"Neil Smith [MVP Digital Media]" wrote:
Why don't we start by you posting your HTML code, to save any further
guesswork ;-))
BTW - what's a windows media player form ? You lost me there !
Cheers - Neil
On Wed, 27 Oct 2004 02:05:06 -0700, Kebana
Kebana@discussions.microsoft.com> wrote:
We have tried to open the url from windows media encoder in a webpage in a
windows media player form. But it faild everytime.
And we don't know another way to do it. :(
I hope you know something else!
With friendly Greets Kebana
"Neil Smith [MVP Digital Media]" wrote:
1) What have you tried
2) err, yes, that's it. What have you tried ?
Cheers - Neil
On Fri, 22 Oct 2004 07:09:02 -0700, kebana
kebana@discussions.microsoft.com> wrote:
How can i put my live stream on a webpage?
I have tried many things but it won't work.
Please somebody help me!
With friendly greets
Kebana
|
|
|
| Back to top |
|
 |
|
|
|
|