View Single Post
  #1  
Old 03-03-2008, 02:49 PM
Ronaldo
 
Posts: n/a
Default

Record rtmp stream from bwin


I have a problem.
Sorry for my bad English.
I have link of bwin in rtmp
(rtmp://betandwin.fc.llnwd.net/a744/bre) I want converts it for .swf to be able to place in my site.

They know as to make?

If to know would like that me say-without the code already in HTML.

They exist a site that already has.
they have one thus playlist:

Code:
<? xml version= " 1,0 " encoding= " utf-8 "? >
<playlist version= " 1 " xmlns= " http://xspf.org/ns/0/ " >
    <trackList>
        <track>
            <title>LIVEFOOT.info</title>
            <channel>LIVEFOOT.info</channel>
            <location>rtmp://betandwin.fc.llnwd.net/a744/</location>
            <identifier>kbsdprmbkopngoncvopt5rdkncgop4mnfpqaxdgslgpeornhgd1zapjuryuinfg8ckbepopkfbvkgoepsmdlfpedmgpfps</identifier>

            <encryptation>SSL AES</encryptation>
            <fakeurl>rtmp://betandwin.fc.llnwd.net/a744/</fakeurl>
            <bandwith>128</bandwith>
            <ips>*</ips>
            <meta rel="type">rtmp</meta>
        </track>

    </trackList>
</playlist>
PLEASE HELP IS IMPORTANT
Reply With Quote