LiveStream Requests and XML Listings

  Thread Rating:
  • 16 Votes - 4.25 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
johnneeblaz Offline
Junior Member
Posts: 22
Joined: Dec 2011
Reputation: 0
Post: #11
N/M
find quote
pm2i Offline
Member
Posts: 99
Joined: Nov 2011
Reputation: 11
Location: Canada
Post: #12
be_inspired Wrote:Please, could someone help me to achieve the xml file for Livestream?
I tried the original xml file that it is commented in the other thread but there is no way to work. I have been analyzing the source code of the web but I do not achieve how to reproduce the swf file.

http://www.aragontelevision.es/streaming_tele.html

Thank you very much

Here we go

<item>
<title>Aragon TV</title>
<link>rtmp://aragontv.fc.llnwd.net:443/aragontv/ playpath=stream_normal_abt swfurl=http://www.aragontelevision.es/externos/player_aragontv/plugins/LimelightStreamingPlugin.swf pageurl=http://www.aragontelevision.es/streaming_tele.html live=true swfvfy=true</link>
<thumbnail>none</thumbnail>
</item>
find quote
Optyx Offline
Junior Member
Posts: 9
Joined: Jan 2012
Reputation: 0
Post: #13
Can anyone please help with http://mivo.tv for the Indonesian community?

They have about 10-12 channels. Thanks heaps!Laugh
find quote
mediumdry Offline
Senior Member
Posts: 125
Joined: Jan 2010
Reputation: 0
Post: #14
Has anyone been able to get any of the channels from http://tv-stream.to/ to work in livestreams? I can't figure out how to get them working. My best guess this far has been
Code:
<item>
        <title>ARD test</title>
        <link>rtmp://tv-stream.to/channels/ playpath=ard swfurl=http://player.tv-stream.to/cplayer.swf swfvfy=true live=true pageurl=http$
        <thumbnail>none</thumbnail>
</item>
but that's not working.

Any help?
find quote
al101 Offline
Senior Member
Posts: 280
Joined: Feb 2011
Reputation: 22
Post: #15
mediumdry Wrote:Has anyone been able to get any of the channels from http://tv-stream.to/ to work in livestreams? I can't figure out how to get them working. My best guess this far has been
Code:
<item>
        <title>ARD test</title>
        <link>rtmp://tv-stream.to/channels/ playpath=ard swfurl=http://player.tv-stream.to/cplayer.swf swfvfy=true live=true pageurl=http$
        <thumbnail>none</thumbnail>
</item>
but that's not working.

Any help?

here u go
look here to learn how to do it.

Code:
<item>
        <title>ard</title>
        <link>rtmp://srv5.tv-stream.to:1935/live playpath=ard swfUrl=http://player.tv-stream.to/cplayer.swf pageUrl=http://tv-stream.to swfvfy=true live=true<link>
        <thumbnail>none</thumbnail>
</item>

Code:
<item>
        <title>pro7</title>
        <link>rtmp://srv3.tv-stream.to:1935/live playpath=pro7 swfUrl=http://player.tv-stream.to/cplayer.swf pageUrl=http://tv-stream.to/ swfvfy=true live=true<link>
        <thumbnail>none</thumbnail>
</item>

<item>
        <title>vox</title>
        <link>rtmp://srv5.tv-stream.to:1935/live playpath=vox swfUrl=http://player.tv-stream.to/cplayer.swf pageUrl=http://tv-stream.to/ swfvfy=true live=true<link>
        <thumbnail>none</thumbnail>
</item>

<item>
        <title>3sat</title>
        <link>rrtmp://srv3.tv-stream.to:1935/live playpath=3sat swfUrl=http://player.tv-stream.to/cplayer.swf pageUrl=http://tv-stream.to/ swfvfy=true live=true<link>
        <thumbnail>none</thumbnail>
</item>
find quote
kwik13a Offline
Member
Posts: 70
Joined: Jul 2011
Reputation: 0
Post: #16
Lots of good channels here .. however i couldn't get anything out of it it's VLC and don't have the plugins in my IE maybe someone wanna give it a shot

http://sovok.tv/viewvideo.php#ch123/
find quote
be_inspired Offline
Junior Member
Posts: 2
Joined: Jan 2012
Reputation: 0
Post: #17
pm2i Wrote:Here we go

<item>
<title>Aragon TV</title>
<link>rtmp://aragontv.fc.llnwd.net:443/aragontv/ playpath=stream_normal_abt swfurl=http://www.aragontelevision.es/externos/player_aragontv/plugins/LimelightStreamingPlugin.swf pageurl=http://www.aragontelevision.es/streaming_tele.html live=true swfvfy=true</link>
<thumbnail>none</thumbnail>
</item>

Thank you for your help, but I introduced your code into a xml file and read the file into the liveStreams and nothing happens when I click the channel. No error, no video . Just nothing.
find quote
castalla Offline
Fan
Posts: 610
Joined: Aug 2011
Reputation: 11
Post: #18
The Aragon tv code works for me - Eden beta on win7
find quote
Dasko Offline
Junior Member
Posts: 40
Joined: Nov 2011
Reputation: 0
Post: #19
Hey guys,

Can anyone explain how to find RTMP? I haven't been able to find any good guide on internet

Any tip? What is the easiest program to use?
find quote
kwik13a Offline
Member
Posts: 70
Joined: Jul 2011
Reputation: 0
Post: #20
need someone help to get the link for this to play on atv2 i can't seem to get it maybe some could

http://www.elahmad.com/tv/mbc.php

thanks
find quote
Post Reply