View Single Post
  #9  
Old 10-16-2012, 05:29 AM
Darwin222 Darwin222 is offline
Junior Member
 
Join Date: Oct 2012
Posts: 12
Darwin222 is on a distinguished road
Default

Re: RTMPE Capturing help


The swf player used for the streaming is "http://webcast.uoa.gr/libs/www.flowplayer.org/flowplayer-3.2.7.swf". However it looks like there's a second swf player that manages the secure token:
Code:
<param value="config={
"plugins":{
"rtmp":{
"url":"flowplayer.rtmp-3.2.3.swf","netConnectionUrl":"rtmpe://webcast.gunet.gr/securestreamingrtp"}
,"secure":{
"url":"flowplayer.securestreaming-3.2.3.swf","token":"%23ed%25h0%23w@1"}
}
,"clip":{
"autoPlay":true,"autoBuffering":true,"provider":"rtmp","connectionProvider":"secure","live":true,"url":"ae50639515bac48420ea04335e67869484c91af8","scaling":"fit"}
,"playerId":"player","playlist":[{
"autoPlay":true,"autoBuffering":true,"provider":"rtmp","connectionProvider":"secure","live":true,"url":"ae50639515bac48420ea04335e67869484c91af8","scaling":"fit"}
]}
" name="flashvars">
Might that be the reason the stream is not captured correctly by rtmpdump?
Reply With Quote