I solved it I think. I can't check it because sporza isn't streaming anything. I made a little tutorial.
Step1: paste this code (it's a bookmarklet, thanks chocolateboy) in your adressbar (you might need to write javascript in the beginning manually).
In the prompt paste your rmtpdump command (if you don't know how to do this see notes and example).
The javascript bookmarklet
- Code: Select all
javascript:var%20command%20=%20prompt(%27Please%20enter%20the%20rtmpdump%20command%20line%27,%27rtmpdump%20-v%20-r%20rtmp://example.org%20-s%20http://example.org%20-p%20http://example.org%27);if%20(command)%20{command%20=%20command.replace(/^.*?rtmpdump(?:\.exe)?\s+/i,%20%27%27).replace(/\s+$/,%20%27%27).replace(/[%22%27]/g,%20%27%27).replace(/(--?\w+)\s+(?!-)(\S+)/g,%20function(match,%20key,%20value)%20{%20return%20key%20+%20%27=%27%20+%20escape(value)%20}).replace(/\s+/g,%20%27&%27);document.write(%27rtmpdump://rtmp2pmsjs?%27%20+%20command);}
e.g. rtmpdump that I pasted (INPUT)
- Code: Select all
rtmpdump -r "rtmpt://vrt.live.flash.streampower.be/sporza" -y "vrt_sporza.net" -W "http://www.sporza.be/html/flash/common/streamsense_jwp-v1.swf" -v
Step2: move the WEB.conf to profile folder (for recent versions this is C:\ProgramData\PMS or C:\ProgramData\PMS-SHB) (more info
here)
Step3: Copy the OUTPUT into your WEB.conf file in the profile folder, but add "videostream.Web,Live=SPORZA," before it
e.g.
- Code: Select all
videostream.Web,Live=SPORZA,rtmpdump://rtmp2pmsjs?-r=rtmpt%3A//vrt.live.flash.streampower.be/sporza&-y=vrt_sporza.net&-W=http%3A//www.sporza.be/html/flash/common/streamsense_jwp-v1.swf&-v
step4: On your streamer of choice a folder "WEB" will appear. In there there are some other folder. In our example SPORZA will appear in the folder
LIVEstep5: HAVE FUN
Hope it helps. I wasted a lot of time figuring it all out (kind of a noob).
NOTES:
RMTPDUMP is a program that enables you to download streams from the internet. However to use it you will probably have to go into the source of the website and get some info (which is very complicated). If you want google rmtpdump and rmtpexplorer. Use rmtpexplorer to get the stream URL and use rmtpdump to rip a feed. Try this untill it works and THEN try to convert it like above.
You have to download PMS = PS3 Media Server