Frage von JensJReinke:Hello s.alle,
here it comes quite a beginner question s.alle experts:
I would like to make a video file (360x240 format, length: 13 minutes, DivX-encoded AVI with 80 MB) on my own website as a video stream for visitors is available. As role models I have for example the websites of the zdfs or the head of the ARD, which is synonymous streaming video via Windows Media Player or RealPlayer to offer.
A real video server, I have not, however, should my HTML server for a kind of "pseudo" streaming fast enough. I have no idea, unfortunately, only of ...
1) ... the format which the video must have in order to be streamingfähig.
2.) ... whether the video onto the server and upload to the player can say "the backlash from", or if there is even more HTML code around it is necessary.
3.) ... how about the latest Windows Media Player or RealPlayer on a web site can integrate.
About Answers to these questions and any help in this direction, I would be grateful.
Many greetings,
jjr
Antwort von Markus:
Hello,
following HTML code I have taken. Please do not ask about details, I'm not a web designer. ;-)
[code: 1:2446023511] <p class="std_page">
Text describing the video.
</ p>
<div>
<style>
. (video
width: 600px;
height: 514px;
background-color: # c0c0c0;
margin-left: 6px;
)
</ style>
</ head>
<body>
<object>
<param>
<param>
<param>
<a> Start Windows Media File </ a>
</ object>
</ div> [/ code: 1:2446023511]
Antwort von JensJReinke:
Hello,
all clear, thank you, this has helped me already.
Many greetings