google-code-export / flowplayer-core

Automatically exported from code.google.com/p/flowplayer-core
2 stars 0 forks source link

cannot play internap rtmp live stream #540

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
plugins: {
  rtmp: {
    url: 'flowplayer.rtmp-3.2.9.swf',
    netConnectionUrl: 'rtmp://jolokia.flash.internapcdn.net/jolokia/live_adaptive_1'
  },
  controls: {scrubber: false}
},
clip: {
  url: 'jolokia_adaptive1',
  live: true,
  subscribe: true,
  provider: 'rtmp'
}

What is the expected output? What do you see instead?
Expected: plays live stream
Instead: hangs

This embedded player works on the same stream with a smil and bwcheck config:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" 
codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#v
ersion=9,0,0,0" 
width="720"  
height="540"  
id="V2Player">  
<param name="allowScriptAccess" value="sameDomain" />  
<param name="allowFullScreen" value="true" />  
<param name="movie" 
value="http://http.vitalstreamcdn.com/flashskins/V2Player.swf" />  
<param name="quality" value="high" />  
<param name="flashvars"  
value="stream1=jolokia_adaptive1&stream2=jolokia_adaptive2&stream3=jolokia_adapt
ive3&autoPlay=True&serverAppInstName=rtmp://jolokia.flash.internapcdn.net/joloki
a/live_adaptive_1&debug=false" />  
<embed src="http://http.vitalstreamcdn.com/flashskins/V2Player.swf"  
flashvars="stream1=jolokia_adaptive1&stream2=jolokia_adaptive2&stream3=jolokia_a
daptive3&autoPlay=True&serverAppInstName=rtmp://jolokia.flash.internapcdn.net/jo
lokia/live_adaptive_1&debug=false"  
quality="high"  
width="720"  
height="540"  
name="V2Player"  
allowScriptAccess="sameDomain"  
allowFullScreen="true"  
type="application/x-shockwave-flash"  
pluginspage="http://www.macromedia.com/go/getflashplayer" /> 
</object>

See: http://flowplayer.org/forum/support.html?id=98501

Original issue reported on code.google.com by blacktrashproduct on 7 May 2012 at 10:53

GoogleCodeExporter commented 9 years ago
Hi it's a live stream and there is nothing publishing on this stream from the 
looks of it. I have advised many times that the stream simply isn't playing. 

See here

http://osmf.org/dev/1.6gm/StrobeMediaPlayback.html?src=rtmp://jolokia.flash.inte
rnapcdn.net/jolokia/live_adaptive_1/jolokia_adaptive1

Original comment by electrot...@gmail.com on 7 May 2012 at 5:53

GoogleCodeExporter commented 9 years ago
https://cdnwebcontent.https.internapcdn.net/CDNWebContent/ClientPortal/Docs/Thir
dParty_FlashPlayer_Integration.pdf

Their notes

As of June 20, 2011, the follow ing issues w ith Flow Player have been 
ide ntifie d:
• Does not appear to implement FCSubscribe methodology in a 
standar d w ay.  (Internap does not recommend the Flow Player for 
Live RTMP Streaming via standard link or SMIL file.)
• Some Internap SMIL files parsed by the flow player SMIL plugin 
may not proper ly even for V OD content.
• Does not have the ability to play HTTP Dynamic Files (F4M, 
F4 F)

Requires to call FCSubscribe, tried to enable the clip property subscribe and 
still not working. Basically this CDN is unsupported right now.

Original comment by electrot...@gmail.com on 7 May 2012 at 6:07

GoogleCodeExporter commented 9 years ago
I'll keep debugging further. 

Original comment by electrot...@gmail.com on 7 May 2012 at 6:12

GoogleCodeExporter commented 9 years ago
There is documentation issues with the rtmp  plugin

where it says subscribe for the clip config it should be

rtmpSubscribe

will setup a ticket for that. 

it now subscribes properly. 

Original comment by electrot...@gmail.com on 7 May 2012 at 6:50