View Single Post
  #1  
Old 12-08-2012, 06:18 AM
laptop2006 laptop2006 is offline
Junior Member
 
Join Date: Apr 2012
Posts: 12
laptop2006 is on a distinguished road
Default

Help: How to get the streaming link and add channel in rmtpGUI


Hi,

I want to get the streaming link from this website : http://tv24.vn.tivi365.net/sctv1.php

And add this channel into rtmpGUI like this:

<stream>
<title>SCTV1</title>
<info resolution="" bitrate="" />
<swfUrl></swfUrl>
<link></link>
<pageUrl></pageUrl>
<playpath></playpath>
<language></language>
<advanced></advanced>
</stream>

I have tried like this but it doesn't work:

<stream>
<title>SCTV1</title>
<info resolution="" bitrate="" />
<swfUrl>http://www.tv24.vn/getflash.ashx</swfUrl>
<link>rtmpe://112.197.2.11:1935/live</link>
<pageUrl>http://tv24.vn.tivi365.net/sctv1.php</pageUrl>
<playpath>sctv1.stream</playpath>
<language>VN</language>
<advanced></advanced>
</stream>

Please help me!

Thanks a lot
Reply With Quote