The Flv Streaming Tutorial


feb 8, 2007 by HK
For stream the FLV video you need a coder HD Flv Adobe Flash Encoder
and the Last adobe Flash Player
" HD Video Encoder for Adobe Flash "
That you can to download here http://www2.sothink.com/download/fvencoder.zip
-
Tutoriel below is made with Sothink Video Encoder but it also applies has of another coders.
-
1 install and start the coder
-
Select the video , like below
Player Demo Sothink Video Encoder
---------------------------------------------------------------------------------------------------
Encoder Demo

--3 You can crop if need

--4 Click Next ,
Here you can modify the Sceen Size, the Bitrate and the sound quality
take care has not to exceed the bitrate your subscription in this case 300kbps

--5 Click on Next,
Your video must be encodé like this in FLV and FLASH
the file flash is the metafile who will launch the video FLV
after selected your parameters click on next

Select a player for your page

Click on Next for encod

You obtain

Connect and Upload the file SWF and the file FLV on your server FLV www.stream music.net
avec les informations fournis dans l'Email des parametres www.stream music.net
-------------------------------------------------------------------------
-- 6 copy the code of page htm of your video update the location of the SWF file
for example below the video "Chemical Brothers - Hey Boy Hey Girl.swf" is in the repertory “flv”
----------------------------------------------------------------------
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="354" height="332" align="middle">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="/flv/Chemical Brothers - Hey Boy Hey Girl.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#ffffff">
<param name="allowFullScreen" value="true">
<embed src="/flv/Chemical Brothers - Hey Boy Hey Girl.swf" quality="high" align="middle" bgcolor="#ffffff" width="354" height="240" allowFullScreen="true" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</object>
-----------------------------------------------------
What gives you @ 300kbps
label below

The code below------------------------------------
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" align="middle">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="/flv/Chemical Brothers - Block Rockin' Beats stream .swf">
<param name="quality" value="high">
<param name="bgcolor" value="#ffffff">
<param name="allowFullScreen" value="true"><param name="PLAY" value="false">
<param name="Auto rewind" value="true"><param name="LOOP" value="false">
<embed src="/flv/Chemical Brothers - Block Rockin' Beats stream .swf" width="320" height="240" loop="false" align="middle" quality="high" bgcolor="#ffffff" allowfullscreen="true" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" play="false">
</object>

------------------------------------------------------------------------------------------------------