Kodi Community Forum
4 Seconds of live stream only - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: 4 Seconds of live stream only (/showthread.php?tid=162009)



4 Seconds of live stream only - fade-e - 2013-04-10

hi all,

i have recently acquired an Apple TV2 and have been researching on how to add live streams. i have figured out how to do this, but i am having an issue with one site whereby i am only getting 4 seconds of stream before it stops and goes back to the menu. Thinking this was an issue with the Apple TV2 config, i installed XBMC on my laptop dn get the same issue.

the site is

http://www.dmi.ae/live.asp?lang=en

the extraced rtmp config is

Code:
<item>
    <title>Dubai TV - Only 4sec</title>
    <link>rtmp://dmiLiveDubaiTV.flash.internapcdn.net/dmiLiveDubaiTV/live_1 app=dmiLiveDubaiTV/live_1 swfUrl="http://vod.dmi.ae/bundles/endavoenhance/js/lib/jwplayer/jwplayer.flash.swf" pageUrl="http://vod.dmi.ae/jwplayer/player.htm" live=true playpath=dmilivedubaitv_4</link>
    <thumbnail>http://www.lyngsat-logo.com/logo/tv/dd/dubai_tv.jpg</thumbnail>
</item>

<item>
    <title>Sama Dubai - Only 4sec</title>
    <link>rtmp://dmiLiveSamaDubai.flash.internapcdn.net/dmiLiveSamaDubai/live_1 app=dmiLiveSamaDubai/live_1 swfUrl="http://vod.dmi.ae/bundles/endavoenhance/js/lib/jwplayer/jwplayer.flash.swf" pageUrl="http://vod.dmi.ae/jwplayer/player.htm?channel=samadubai" live=true playpath=dmilivesamadubai_4</link>
    <thumbnail>http://www.lyngsat-logo.com/logo/tv/ss/sama_dubai.jpg</thumbnail>
</item>

i am only new to this so am hoping someone might be able to enlighten me as to why this is occuring.

i should note that all the streams from this site only provide 4 seconds of stream before it dies.

cheers


RE: 4 Seconds of live stream only - fade-e - 2013-04-10

hi,

this thread can be closed as has been answered in another thread

http://forum.xbmc.org/showthread.php?tid=120418&page=226

cheers


RE: 4 Seconds of live stream only - rm65453 - 2013-09-12

I have the same problem so decided to post in this thread.

this was the original code.

<item>
<title>Colors</title>
<link>rtmp://141.8.244.56/live/ playpath=colll swfUrl=http://141.8.244.56/player/player.swf pageUrl=http://sportsembed.com/embed.php?v=colll&vw=600&vh=450&typeplayer=0&domain=pogotv.eu
</link>
<thumbnail>none</thumbnail>
</item>

gave me only 4 seconds of video

checked the thread mentioned above and changed the code to
<item>
<title>Colors</title>
<link>rtmp://141.8.244.56/live/ playpath=colll swfUrl=http://141.8.244.56/player/player.swf pageUrl=http://sportsembed.com/embed.php?v=colll&vw=600&vh=450&typeplayer=0&domain=pogotv.eu live=1 timeout=10 swfVfy=1
</link>
<thumbnail>none</thumbnail>
</item>

that only gave me 7 seconds of video. can anyone help me?


RE: 4 Seconds of live stream only - crusader88 - 2013-09-13

answer has already been posted in the forum use the search tool