.strm file streaming issue apple tv2
#1
Hello,

have been trying to play the following live stream on my apple tv what I have done is pasted this stream on my desktop and then saving it as .strm file and then putting into my apple tv sharing other streams work but this keeps on giving a message " one or more items failed to play check log file for details"

I have also noticed that when I enter this url on my computer the stream doesnt start automatically there is a play button that has to be clicked on..
could that be teh reason ?? is there anyway to automate a play string when I try to save this file as .strm file ??


here is the live stream url...unfortunately this stram is only active on sundays between 10am and noon standard eastern time incase anybody wants to try..


the stream is as follows..

http://vovcanada.com/library/sunday-service-live/
Reply
#2
I'm honestly stabbing in the dark right now, but you can try one of these URLs:

http://static-cdn1.ustream.tv/swf/live/viewer:14.swf

http://static-cdn1.ustream.tv/swf/live/v...&vrsl=c:23

http://static-cdn1.ustream.tv/swf/live/v...rsl:23.swf
Reply
#3
Scott,

Thanks again for your invaluable asistance will try it next weekend stream only active on sundays will llet u know..thanks take care
Reply
#4
The link you've provided, http://vovcanada.com/library/sunday-service-live/, is the link to the web page, and XBMC can't play this because it's an HTML page not a video stream. You need to know the link to the video stream. There's no straightforward way to find the link to the stream because web sites generally make it hard for you to play streams without using their web site.

In this case a look at the HTML behind the web page reveals that the stream address is:

Code:
http://static-cdn1.ustream.tv/swf/live/viewer:14.swf?cid=5541/vishnu-mandir-videos-179216&vrsl=c:23

But, life never being simple, the stream uses compressed SWF and XBMC can't play compressed SWF. So you can't watch it in XBMC anyway. The best you could do is use the technique described in http://wiki.xbmc.org/index.php?title=HOW...nal_player to open the web page from XBMC.

JR
Reply
#5
Hello,

Thanks for your reply as per quote alook behind the web peg reveals In this case a look at the HTML behind the web page reveals that the stream address is:

http://static-cdn1.ustream.tv/swf/live/v...;vrsl=c:23
just curious where do you see this adress how to see that ??I dont understand please advise thank you..
Reply
#6
Anyways tried to set the playercore factory and htm file also in my advance setting added option to enable playing htm extensions the added the htm file to my apple tv under videos however when clicking on the file nothing happens...

here is my advance settings
http://static-cdn1.ustream.tv/swf/live/v...dir-videos url still smae thing...

as far as player I think I a using internet explorer isnt it ?? is this maybe where the problem is ??thx

<advancedsettings>
<fanartheight>540</fanartheight>
<thumbsize>256</thumbsize>
<network>
<cachemembuffersize>0</cachemembuffersize>
</network>
<video>
<timeseekforward>60</timeseekforward>
<timeseekbackward>-60</timeseekbackward>
<timeseekforward>15</timeseekforward>
<timeseekbackward>-15</timeseekbackward>
<timeseekforwardbig>600</timeseekforwardbig>
<timeseekbackwardbig>-600</timeseekbackwardbig>
</video>
<videoextensions>
<add>.htm</add>
</videoextensions>
<loglevel>1</loglevel>
</advancedsettings>


here is my coreplayerfactory settings..

playercorefactory>
<players>
<player name="IExplore" type="ExternalPlayer">
<filename>c:\Program Files\Internet Explorer\iexplore.exe</filename>
<args>-k "{1}"</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>

<rules action="prepend">
<rule name="htm" filetypes="htm" player="IExplore" />
</rules>
</playercorefactory>

here is my htm file..

<html>
<head>
<title>Redirect to Netflix</title>
<meta http-equiv="REFRESH" content="0;url=http://vovcanada.com/library/sunday-service-live/"> </head>
<body>
<p>Opening Netflix, please wait ...</p>
</body>
</html>

also had tried with http://static-cdn1.ustream.tv/swf/live/v...dir-videos

here is the debug log..

http://pastebin.com/efbmS9Vx
Reply
#7
silly rabbit, atv2 is arm not x86 and most certainly runs iOS and not windows. No way iexplore.exe is there .
Reply
#8
davilla Wrote:silly rabbit, atv2 is arm not x86 and most certainly runs iOS and not windows. No way iexplore.exe is there .

Does the ATV2 have a browser? I would have guessed not.

If the ATV2 does have a browser then the method you've used will work, but you need to replace "c:\Program Files\Internet Explorer\iexplore.exe" by the ATV2 browser executable.

JR
Reply
#9
Hello,

Sorry for this questions I dont even know if my atv has browser is there any way to find out ?? also is there any way to make this work with a different external player or anyway to add a browser to atv2..??thx for your assistance..
Reply
#10
there is no browser on the atv2 that you can use for an external player.
Reply

Logout Mark Read Team Forum Stats Members Help
.strm file streaming issue apple tv20