Hi there,
I am trying to load a playlist item with the file property pointing to a url that returns a SMIL file with multibitrate rtmp streams:
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
<head>
<meta base="rtmp://cp98428.edgefcs.net/ondemand/?auth=daEaIa9cJc2b5aBaccSd1bua_bEdCb4cmdE-bpkhLh-vga-Ixn&slist=vod/&aifp=vod"/>
</head>
<body>
<ref src="http://ad.au.doubleclick.net/pfadx/video.programs.sbs.com.au%2F%3Btype%3Dpreroll%3Bsz%3D530x298" type="text/xml" no-skip="true">
</ref>
<switch>
<video src="MP4:vod/DOC_FE_Brick_City_Ep_9_Ga_57_556231_1500K.mp4" system-bitrate="1478210" height="360" width="640"/>
<video src="MP4:vod/DOC_FE_Brick_City_Ep_9_Ga_57_556231_1000K.mp4" system-bitrate="1050586" height="360" width="640"/>
<video src="MP4:vod/DOC_FE_Brick_City_Ep_9_Ga_57_556231_512K.mp4" system-bitrate="512000"/>
<video src="MP4:vod/DOC_FE_Brick_City_Ep_9_Ga_57_556231_128K.mp4" system-bitrate="128000"/>
<ref src="MP4:vod/DOC_FE_Brick_City_Ep_9_Ga_57_556231_128K.mp4" title="Brick City S2 Ep9 - Game On" abstract="With the help of a local pastor, Jiwe attempts to organize a Blood vs Crip peace truce basketball game, but authorities in Newark have serious reservations." copyright="SBS Production" dur="2707000ms" guid="0b5122bca1099c9b6af3f6ee7b3f5680" categories="Channel::Channel,Genre::Documentary,Genre::Factual,Factual/Politics and Current Affairs,Section::Section,Section::Section/Programs" keywords="Documentary, factual, politics, amercia, united states" ratings="urn%3Awww.acma.gov.au%3Atv:pg" type="video/mp4">
<param name="episodeNumber" value="9"/>
<param name="pilatDealcode" value="146325"/>
<param name="programName" value="Brick City"/>
</ref>
</switch>
</body>
</smil>
I have the playlistItem's provider set to 'rtmp' and a flashvar for rtmp.loadbalance=true.
The connection succeeds, but play fails with a bizarre msg 'Invalid tincan object name (stream ID: 1).'
Any help very much appreciated.
Full log output below
JWPLAYERPLAYLISTLOADED ([PlaylistEvent type="jwplayerPlaylistLoaded" index="0" id="flashVideoPlayer" client="FLASH MAC 10,3,181,34" version="5.8.2011" message="null"])
JWPLAYERPLAYLISTITEM ([PlaylistEvent type="jwplayerPlaylistItem" index="0" id="flashVideoPlayer" client="FLASH MAC 10,3,181,34" version="5.8.2011" message="null"])
LOAD (Loading PlaylistItem: [PlaylistItem file=http://www.sbs.com.au/api/video_feed/smil/?id=2188353337&context=ps3 provider=rtmp])
JWPLAYERVIEWCLICK ([ViewEvent type="jwplayerViewClick" data="null" id=flashVideoPlayer client=FLASH MAC 10,3,181,34 version=5.8.2011])
JWPLAYERVIEWPLAY ([ViewEvent type="jwplayerViewPlay" data="null" id=flashVideoPlayer client=FLASH MAC 10,3,181,34 version=5.8.2011])
JWPLAYERPLAYERSTATE ([PlayerStateEvent type="jwplayerPlayerState" oldstate="IDLE" newstate="BUFFERING" id="flashVideoPlayer" client="FLASH MAC 10,3,181,34" version="5.8.2011" message="null"])
JWPLAYERMEDIABUFFER ([MediaEvent type="jwplayerMediaBuffer" bufferPercent="0" position="0" id="flashVideoPlayer" client="FLASH MAC 10,3,181,34" version="5.8.2011"])
JWPLAYERCOMPONENTHIDE ([ComponentEvent type="jwplayerComponentHide" component="[object DockComponent]" boundingRect=(x=0, y=0, w=0, h=0) id=flashVideoPlayer client=FLASH MAC 10,3,181,34 version=5.8.2011])
JWPLAYERMEDIALOADED ([MediaEvent type="jwplayerMediaLoaded" id="flashVideoPlayer" client="FLASH MAC 10,3,181,34" version="5.8.2011"])
JWPLAYERMEDIAMETA ([MediaEvent type="jwplayerMediaMeta" objectEncoding="0" level="status" description="Connection succeeded." data="" code="NetConnection.Connect.Success" id="flashVideoPlayer" client="FLASH MAC 10,3,181,34" version="5.8.2011"])
JWPLAYERMEDIAMETA ([MediaEvent type="jwplayerMediaMeta" level="error" clientid="lAIwo8ql" description="Invalid tincan object name (stream ID: 1)." code="NetStream.Play.Failed" id="flashVideoPlayer" client="FLASH MAC 10,3,181,34" version="5.8.2011"])
JWPLAYERCOMPONENTSHOW ([ComponentEvent type="jwplayerComponentShow" component="[object DockComponent]" boundingRect=(x=0, y=0, w=0, h=0) id=flashVideoPlayer client=FLASH MAC 10,3,181,34 version=5.8.2011])
JWPLAYERCOMPONENTHIDE ([ComponentEvent type="jwplayerComponentHide" component="[object DockComponent]" boundingRect=(x=0, y=0, w=0, h=0) id=flashVideoPlayer client=FLASH MAC 10,3,181,34 version=5.8.2011])
Do you have a link?