swfsize and swfhash in XBMC
#1
I am working on a new version of SportsDevil and noticed that streami.tv has changed the swf player. Whenever I try to play a stream, it stops after some seconds. Someone told me that you need swfsize and swfhash as parameters. Indeed, it's working with rtmpdump. Unfortunately XBMC doesn't support these parameters.

Does anyone know a workaround or if these parameters are going to be added in the near future?
Reply
#2
bla
Reply
#3
you shouldn't need to calculate that stuff anymore. librtmp will do it for you. just include parameters like below.

swfurl=http://www.swfurl.com/flash.swf
swfvfy=true
Reply
#4
It's working now without any changes. Seems like streami has modified the flash player again.

@Bluecop: This approach didn't work a week ago. Neither with the newest rtmpdump nor with xbmc. Please see this post from http://stream-recorder.com.
Reply
#5
I see. what options are working now?

I was looking at the librtmp manpage and I don't see anything for swfsize or swfhash there.

I am only seeing those available in the rtmpdump manpage.

I would guess librtmp would need to be changed to include these options.
Reply
#6
Something like this:
Code:
rtmp://origin.streami.tv:1936/streami/ playpath=streamANAVIN-xepz live=true swfVfy=1 swfUrl=http://streami.tv/files/fp/flowplayer.commercial-3.2.7.swf pageUrl=http://streami.tv/embed/e2.php?h=425&w=728&n=aePflnafao7QqBNRLopdnlseBtqyCOhFTZdW3QaHB9JmHpsRBoLEwa3dM0aJwNmxxaHDfcdP%252B9UMcnzuL5cKOWxIJkZw%252FRmLKzr0bsyMHq6C2Bx%252F%252BWQ%252FTLw0c8mOGMTBDKVptc25eWqhX%252FozORk%253D
Reply
#7
I am still having this problem and it seems svfVfy is doing nothing.

I can't even download the .swf to manually calculate it like a forum post says online because it says 403 forbidden.
Reply
#8
Rainbow 
i have added these options (swfsize and swfhash) to librtmp long time ago. if you are on windows you can get the precompiled dll from the package provided in following thread. for other systems you can use the combined patch provided in package to compile it yourself.

Code:
http://stream-recorder.com/forum/can-download-latest-version-rtmpdump-source-binaries-t5533p8.html
Reply
#9
Hello please help

rtmp://cp108475.live.edgefcs.net:1935/live/ard_1_800@15782 app=live playpath=ard_1_800@15782ard_1_800@15782 swfUrl=http://www.wilmaa.com/player/main_v5.033.swf pageUrl=http://www.wilmaa.com swfsize=927444 swfhash=6c1be1765187eae0bc9af07d858fae59a0effd3c5b803d08db261ced2c5512bb swfVfy=true live=true timeout=10

it not working Sad
Reply
#10
Hello please help me

hier for VLC stream working
Code:
rtmpdump -v -r "rtmp://cp108475.live.edgefcs.net:1935/live/ard_1_800@15782" -a "live" -w "6c1be1765187eae0bc9af07d858fae59a0effd3c5b803d08db261ced2c5512bb" -x "927444" -y "ard_1_800@15782" |
please to rtmp xml help me

thank you
Reply

Logout Mark Read Team Forum Stats Members Help
swfsize and swfhash in XBMC1