RE: LiveStreams - request stream help here! - jahruze23 - 2012-04-22 16:11
hi i was wondering if anyone can get this channel for me! been trying for a while but to avail 
http://superusvox.com/index.php/more-channels/kids/hub
RE: LiveStreams - request stream help here! - mugge - 2012-04-22 17:53
(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. 
thank you, but i cant get it to work, have anybody tried this?
RE: LiveStreams - request stream help here! - dtsexpert - 2012-04-24 23:26
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
RE: LiveStreams - request stream help here! - tbl178 - 2012-04-25 01:41
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>
RE: LiveStreams - request stream help here! - dtsexpert - 2012-04-25 02:42
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>
RE: LiveStreams - request stream help here! - tbl178 - 2012-04-25 05:30
(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
RE: LiveStreams - request stream help here! - user786 - 2012-04-25 14:13
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&_configXMLPath=Player_files/config.xml&_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&_configXMLPath=Player_files/config.xml&_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>
RE: LiveStreams - request stream help here! - dtsexpert - 2012-04-25 14:16
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 
RE: LiveStreams - request stream help here! - user786 - 2012-04-25 14:50
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&_configXMLPath=Player_files/config.xml&_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&_configXMLPath=Player_files/config.xml&_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>
RE: LiveStreams - request stream help here! - freak1 - 2012-04-26 06:23
(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&_configXMLPath=Player_files/config.xml&_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&_configXMLPath=Player_files/config.xml&_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>
|