LiveStream Requests and XML Listings

  Thread Rating:
  • 16 Votes - 4.25 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
jahruze23 Offline
Junior Member
Posts: 34
Joined: Feb 2012
Reputation: 0
Post: #411
hi i was wondering if anyone can get this channel for me! been trying for a while but to avail Sad

http://superusvox.com/index.php/more-channels/kids/hub
(This post was last modified: 2012-04-22 16:12 by jahruze23.)
find quote
mugge Offline
Junior Member
Posts: 5
Joined: Apr 2012
Reputation: 0
Post: #412
(2012-04-21 08:15)thatguy7669 Wrote:  
(2012-04-20 20:12)mugge Wrote:  hi
i cant get these channels to work, i dont know what is wrong.
this is my xml file:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<channels>

<channel>

<name>Spanish TV</name>
<thumbnail>http://wwp.greenwichmeantime.com/time-zone/south-america/venezuela/images-venezuela/flag-of-venezuela.jpg</thumbnail>

<items>



<item>
<title>Globovisión</title>
<link>rtmp://telesur.fms.visionip.tv/live/playpath=b2b-telesur-live-25f-4x3_3 swfUrl="http://embeddedplayer.visionip.tv/data/swf/player_5_3.swf" pageUrl="http://www.telesurtv.net/secciones/canal/senalenvivo.php" swfVfy=true live=true</link>
<thumbnail>http://www.lyngsat-logo.com/logo/tv/gg/globovision.jpg</thumbnail>
</item>

<item>
<title>Venevision</title>
<link>rtmp://ustream.fc.llnwd.net:1935/ustream/ustream_llnw_live_1_101166529 swfUrl=http://static-cdn1.ustream.tv/swf/live/viewer.rsl:184.swf pageUrl=http://www.ustream.tv swfVfy=1 live=true</link>
<thumbnail>http://www.lyngsat-logo.com/logo/tv/vv/venevision.jpg</thumbnail>
</item>


</items>

</channel>

</channels>

so if anybody can try it out or tell my what is wrong, i will be very happy


<item>
<title>Venevision</title>
<link>rtmp://flash93.ustream.tv:1935/ustreamVideo/9529056/streams/live swfUrl=http://static-cdn1.ustream.tv/swf/live/viewer.rsl:96.swf pageUrl=http://www.ustream.tv/channel/venvision swfVfy=1 live=1</link>
<thumbnail>http://www.lyngsat-logo.com/logo/tv/vv/venevision.jpg</thumbnail>
</item>

I couldn'tfind a playable link for your dailymotion-link.

I think there are a few plugins out there for xbmc that might handle dailymotion links.You'd have to check the other forums for that. Smile
thank you, but i cant get it to work, have anybody tried this?
find quote
dtsexpert Offline
Senior Member
Posts: 151
Joined: Feb 2012
Reputation: 2
Post: #413
Below is the rtmp dump for on of the CNN even live feed (occasional use, not 24/24 feed)
CNN has 4 stream like this. This is stream 2

url: rtmp://127.0.0.1:60001/live/turnerlivecnncnnlive2auto_1?exclusivename=cvp
app: live
flashVer: WIN 11,2,202,229
pageUrl: http://www.cnn.com/video/#/video/cvplive/cvpstream2
swfUrl: http://www.cnn.com/IMPORT/z.cdn.turner.com/xslo/cvp/core/player/CVP_2.2.2.4.swf?cnnResourceUrl=http://i.cdn.turner.com/cnn/.element/apps/cvp/3.0/cfg/videxp/en_US/cnn_ve_resources.xml&context=main&w=100h=100cvpSessionToken=raJhRCSBUDEB0m0qTq4ydpoN6&containerVersion=CNN UI Container v0.0.0.1&domId=cvp_1&profile=1&containerUrl=http://z.cdn.turner.com/cnn/.element/apps/cvp/3.0/cfg/videxp/container.xml&isEmbedContainer=false&autostart=true&configUrl=http://z.cdn.turner.com/cnn/.element/apps/cvp/3.0/cfg/videxp/config.xml&site=cnn
tcUrl: rtmp://127.0.0.1:60001/live
playPath: turnerlivecnncnnlive2auto_1?exclusivename=cvp

Try to put it together in xml to play in Livestream/LiveTV, so far no success. Hopefully someon can figure out how to make this work
thanks
find quote
tbl178 Offline
Junior Member
Posts: 21
Joined: Dec 2011
Reputation: 0
Post: #414
can someone make a xml file?
<!-- START OF THE PLAYER EMBEDDING TO COPY-PASTE -->
<div id='mediaplayer'></div>
<script type="text/javascript">
jwplayer('mediaplayer').setup({
'id': 'playerID',
'flashplayer': '/jwplayer/player.swf',
'width': '480',
'height': '360',
'provider': 'rtmp',
'file': 'sctv1.stream',
'streamer':'rtmp://112.197.2.16:1935/live',
'image': '/WebMedia/mediaplayer/sctvpicture.jpg',
'controlbar': 'over',
'allowFullscreen': 'true',
'autostart': 'true',
'plugins': {
'hd-2': {
'file': 'SDsctv1.stream'
},
'fullscreen': 'true'
}
});
</script>
<!--

'file': 'sctv1.stream',
'streamer':'rtmp://112.197.2.16:1935/live',
END OF THE PLAYER EMBEDDING -->
</div>
find quote
dtsexpert Offline
Senior Member
Posts: 151
Joined: Feb 2012
Reputation: 2
Post: #415
This is the Vietnamese SCTV1 from tv24.vn, I already have the xml file for all the SCTV channels.
Anyways, this is the xml for SCTV1

<item>
<title>SCTV 1 Ha`i</title>
<link>rtmp://112.197.2.16:1935/live/sctv1.stream playPath=sctv1.stream swfUrl=http://tv24.vn/jwplayer/player.swf pageUrl=http://tv24.vn/TV24/10/7/sctv1.html live=true timeout=60</link>
<thumbnail>http://4.bp.blogspot.com/-_py2zcV1OUU/TexjT58wesI/AAAAAAAAAUA/jEdkMWakm5E/s1600/sctv1.jpg</thumbnail>
</item>

(2012-04-25 01:41)tbl178 Wrote:  can someone make a xml file?
<!-- START OF THE PLAYER EMBEDDING TO COPY-PASTE -->
<div id='mediaplayer'></div>
<script type="text/javascript">
jwplayer('mediaplayer').setup({
'id': 'playerID',
'flashplayer': '/jwplayer/player.swf',
'width': '480',
'height': '360',
'provider': 'rtmp',
'file': 'sctv1.stream',
'streamer':'rtmp://112.197.2.16:1935/live',
'image': '/WebMedia/mediaplayer/sctvpicture.jpg',
'controlbar': 'over',
'allowFullscreen': 'true',
'autostart': 'true',
'plugins': {
'hd-2': {
'file': 'SDsctv1.stream'
},
'fullscreen': 'true'
}
});
</script>
<!--

'file': 'sctv1.stream',
'streamer':'rtmp://112.197.2.16:1935/live',
END OF THE PLAYER EMBEDDING -->
</div>
find quote
tbl178 Offline
Junior Member
Posts: 21
Joined: Dec 2011
Reputation: 0
Post: #416
(2012-04-25 02:42)dtsexpert Wrote:  This is the Vietnamese SCTV1 from tv24.vn, I already have the xml file for all the SCTV channels.
Anyways, this is the xml for SCTV1

<item>
<title>SCTV 1 Ha`i</title>
<link>rtmp://112.197.2.16:1935/live/sctv1.stream playPath=sctv1.stream swfUrl=http://tv24.vn/jwplayer/player.swf pageUrl=http://tv24.vn/TV24/10/7/sctv1.html live=true timeout=60</link>
<thumbnail>http://4.bp.blogspot.com/-_py2zcV1OUU/TexjT58wesI/AAAAAAAAAUA/jEdkMWakm5E/s1600/sctv1.jpg</thumbnail>
</item>

(2012-04-25 01:41)tbl178 Wrote:  can someone make a xml file?
<!-- START OF THE PLAYER EMBEDDING TO COPY-PASTE -->
<div id='mediaplayer'></div>
<script type="text/javascript">
jwplayer('mediaplayer').setup({
'id': 'playerID',
'flashplayer': '/jwplayer/player.swf',
'width': '480',
'height': '360',
'provider': 'rtmp',
'file': 'sctv1.stream',
'streamer':'rtmp://112.197.2.16:1935/live',
'image': '/WebMedia/mediaplayer/sctvpicture.jpg',
'controlbar': 'over',
'allowFullscreen': 'true',
'autostart': 'true',
'plugins': {
'hd-2': {
'file': 'SDsctv1.stream'
},
'fullscreen': 'true'
}
});
</script>
<!--

'file': 'sctv1.stream',
'streamer':'rtmp://112.197.2.16:1935/live',
END OF THE PLAYER EMBEDDING -->
</div>

does it work for you?? i have an xml file too but it not working anymore, try to update from the source and try yours, none working Sad
find quote
user786 Offline
Junior Member
Posts: 7
Joined: Apr 2012
Reputation: 0
Question  RE: LiveStreams - request stream help here! Post: #417
Can someone please help me make an xml file for this ?

http://184.154.57.230/cbcvideo/CBCTV.html

Is there a forum post anywhere that gives step by step instructions on how to go about making the xml files in case someone wants to take the time to learn ?

Thanks in advance for the help !

Here is the source for the link above it it helps you in anyway.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
<div id="webstunning_video_player" >
<!-- Press Ctrl+Shift+A to edit the player -->
<script src="Player_files/includes/swfobject_modified.js" type="text/javascript"></script>
<!-- saved from url=(0014)about:internet -->
<object id="WSplayer" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="600" height="450">
<param name="movie" value="Player_files/player.swf"/>
<param name="FlashVars" value="_objectID=WSplayer&amp;_configXMLPath=Player_files/config.xml&amp;_playListXML_Path=Player_files/playList.xml" />
<param name="wmode" value="transparent"/>
<param name="allowScriptAccess" value="always" />
<param name="swliveconnect" value="true" />
<param name="allowFullScreen" value="true" />
<param name="swfversion" value="8.0.0.0"/>
<param name="quality" value="high"/>
<!-- This param tag prompts users with Flash Player 7.0 and older to download the latest version of Flash Player. -->
<param name="expressinstall" value="Player_files/includes/expressInstall.swf"/>
<noscript>
The <a href="http://webstunning.com/flv-player/">flv player</a> for websites available on webstunning.com. All Rights Reserved
</noscript>
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object id="innerWSplayer" style="outline:none" type="application/x-shockwave-flash" data="Player_files/player.swf" width="600" height="450">
<!--<![endif]-->
<param name="FlashVars" value="_objectID=WSplayer&amp;_configXMLPath=Player_files/config.xml&amp;_playListXML_Path=Player_files/playList.xml" />
<param name="wmode" value="transparent"/>
<param name="allowScriptAccess" value="always" />
<param name="swliveconnect" value="true" />
<param name="allowFullScreen" value="true" />
<param name="swfversion" value="8.0.0.0"/>
<param name="quality" value="high"/>
<param name="expressinstall" value="Player_files/includes/expressInstall.swf"/>
<!-- The browser displays the following alternative content for users with Flash Player 7.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img border="0" src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Download flash player"/></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
<script type="text/javascript"> swfobject.registerObject("WSplayer") </script>
</div>
</body>
</html>
(This post was last modified: 2012-04-25 14:20 by user786.)
find quote
dtsexpert Offline
Senior Member
Posts: 151
Joined: Feb 2012
Reputation: 2
Post: #418
nothing wrong with the xml. the tv24.vn host is down, so the channels are not working.
When the channels don't work, I suggest you go to tv24.vn checking if they work or not. I can't control over this.

(2012-04-25 05:30)tbl178 Wrote:  
(2012-04-25 02:42)dtsexpert Wrote:  This is the Vietnamese SCTV1 from tv24.vn, I already have the xml file for all the SCTV channels.
Anyways, this is the xml for SCTV1

<item>
<title>SCTV 1 Ha`i</title>
<link>rtmp://112.197.2.16:1935/live/sctv1.stream playPath=sctv1.stream swfUrl=http://tv24.vn/jwplayer/player.swf pageUrl=http://tv24.vn/TV24/10/7/sctv1.html live=true timeout=60</link>
<thumbnail>http://4.bp.blogspot.com/-_py2zcV1OUU/TexjT58wesI/AAAAAAAAAUA/jEdkMWakm5E/s1600/sctv1.jpg</thumbnail>
</item>

(2012-04-25 01:41)tbl178 Wrote:  can someone make a xml file?
<!-- START OF THE PLAYER EMBEDDING TO COPY-PASTE -->
<div id='mediaplayer'></div>
<script type="text/javascript">
jwplayer('mediaplayer').setup({
'id': 'playerID',
'flashplayer': '/jwplayer/player.swf',
'width': '480',
'height': '360',
'provider': 'rtmp',
'file': 'sctv1.stream',
'streamer':'rtmp://112.197.2.16:1935/live',
'image': '/WebMedia/mediaplayer/sctvpicture.jpg',
'controlbar': 'over',
'allowFullscreen': 'true',
'autostart': 'true',
'plugins': {
'hd-2': {
'file': 'SDsctv1.stream'
},
'fullscreen': 'true'
}
});
</script>
<!--

'file': 'sctv1.stream',
'streamer':'rtmp://112.197.2.16:1935/live',
END OF THE PLAYER EMBEDDING -->
</div>

does it work for you?? i have an xml file too but it not working anymore, try to update from the source and try yours, none working Sad
find quote
user786 Offline
Junior Member
Posts: 7
Joined: Apr 2012
Reputation: 0
Post: #419
Here is the RTMP for the channel below....Can anyone help to turn this into an xml ?? THanks

rtmp://184.154.57.230/cbcvideo/cbcstream



(2012-04-25 14:13)user786 Wrote:  Can someone please help me make an xml file for this ?

http://184.154.57.230/cbcvideo/CBCTV.html

Is there a forum post anywhere that gives step by step instructions on how to go about making the xml files in case someone wants to take the time to learn ?

Thanks in advance for the help !

Here is the source for the link above it it helps you in anyway.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
<div id="webstunning_video_player" >
<!-- Press Ctrl+Shift+A to edit the player -->
<script src="Player_files/includes/swfobject_modified.js" type="text/javascript"></script>
<!-- saved from url=(0014)about:internet -->
<object id="WSplayer" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="600" height="450">
<param name="movie" value="Player_files/player.swf"/>
<param name="FlashVars" value="_objectID=WSplayer&amp;_configXMLPath=Player_files/config.xml&amp;_playListXML_Path=Player_files/playList.xml" />
<param name="wmode" value="transparent"/>
<param name="allowScriptAccess" value="always" />
<param name="swliveconnect" value="true" />
<param name="allowFullScreen" value="true" />
<param name="swfversion" value="8.0.0.0"/>
<param name="quality" value="high"/>
<!-- This param tag prompts users with Flash Player 7.0 and older to download the latest version of Flash Player. -->
<param name="expressinstall" value="Player_files/includes/expressInstall.swf"/>
<noscript>
The <a href="http://webstunning.com/flv-player/">flv player</a> for websites available on webstunning.com. All Rights Reserved
</noscript>
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object id="innerWSplayer" style="outline:none" type="application/x-shockwave-flash" data="Player_files/player.swf" width="600" height="450">
<!--<![endif]-->
<param name="FlashVars" value="_objectID=WSplayer&amp;_configXMLPath=Player_files/config.xml&amp;_playListXML_Path=Player_files/playList.xml" />
<param name="wmode" value="transparent"/>
<param name="allowScriptAccess" value="always" />
<param name="swliveconnect" value="true" />
<param name="allowFullScreen" value="true" />
<param name="swfversion" value="8.0.0.0"/>
<param name="quality" value="high"/>
<param name="expressinstall" value="Player_files/includes/expressInstall.swf"/>
<!-- The browser displays the following alternative content for users with Flash Player 7.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img border="0" src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Download flash player"/></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
<script type="text/javascript"> swfobject.registerObject("WSplayer") </script>
</div>
</body>
</html>
find quote
freak1 Offline
Senior Member
Posts: 200
Joined: Jan 2012
Reputation: 1
Post: #420
(2012-04-25 14:13)user786 Wrote:  Can someone please help me make an xml file for this ?

http://184.154.57.230/cbcvideo/CBCTV.html

Is there a forum post anywhere that gives step by step instructions on how to go about making the xml files in case someone wants to take the time to learn ?

Thanks in advance for the help !

Here is the source for the link above it it helps you in anyway.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
<div id="webstunning_video_player" >
<!-- Press Ctrl+Shift+A to edit the player -->
<script src="Player_files/includes/swfobject_modified.js" type="text/javascript"></script>
<!-- saved from url=(0014)about:internet -->
<object id="WSplayer" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="600" height="450">
<param name="movie" value="Player_files/player.swf"/>
<param name="FlashVars" value="_objectID=WSplayer&amp;_configXMLPath=Player_files/config.xml&amp;_playListXML_Path=Player_files/playList.xml" />
<param name="wmode" value="transparent"/>
<param name="allowScriptAccess" value="always" />
<param name="swliveconnect" value="true" />
<param name="allowFullScreen" value="true" />
<param name="swfversion" value="8.0.0.0"/>
<param name="quality" value="high"/>
<!-- This param tag prompts users with Flash Player 7.0 and older to download the latest version of Flash Player. -->
<param name="expressinstall" value="Player_files/includes/expressInstall.swf"/>
<noscript>
The <a href="http://webstunning.com/flv-player/">flv player</a> for websites available on webstunning.com. All Rights Reserved
</noscript>
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object id="innerWSplayer" style="outline:none" type="application/x-shockwave-flash" data="Player_files/player.swf" width="600" height="450">
<!--<![endif]-->
<param name="FlashVars" value="_objectID=WSplayer&amp;_configXMLPath=Player_files/config.xml&amp;_playListXML_Path=Player_files/playList.xml" />
<param name="wmode" value="transparent"/>
<param name="allowScriptAccess" value="always" />
<param name="swliveconnect" value="true" />
<param name="allowFullScreen" value="true" />
<param name="swfversion" value="8.0.0.0"/>
<param name="quality" value="high"/>
<param name="expressinstall" value="Player_files/includes/expressInstall.swf"/>
<!-- The browser displays the following alternative content for users with Flash Player 7.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img border="0" src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Download flash player"/></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
<script type="text/javascript"> swfobject.registerObject("WSplayer") </script>
</div>
</body>
</html>


This works fine, try it-

<item>
<title>CBC</title>
<link>rtmp://184.154.57.230/cbcvideo/ playpath=cbcstream swfurl=http://184.154.57.230/cbcvideo/Player_files/engine.swf pageurl=http://184.154.57.230/cbcvideo/CBCTV.html</link>
<thumbnail></thumbnail>
<item>

G-Box Midnight with XBMC Midnight Linux v0.2b by Static
i5 iMac 21.5"
ATV 1
Acer Aspire Netbook
42" LG SMART TV
iPhone 5/xbmc
"Please don't forget to rate my reputation if you are satisfied with my help."

[Image: avatar_1672.gif]
find quote
Post Reply