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?