View Single Post
  #8  
Old 02-10-2012, 08:44 AM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: Help me pls. Video download for rtmpdump.


Quote:
Originally Posted by bat999 View Post
Is the web page designed like this so that some browsers use rtmpe with flash and browsers that can't handle flash use http instead?
look at the webpage's source again:
Code:
modes: [
                        { type: "flash",
                          src: "http://isc.acunn.com/static/player/secureplayer.swf",
                          config: {
                            file: "acunn/b/yetenek-sizsiniz/1328730686.mp4",
                            image: "http://s.cdn.acunn.com/video/acunn/b/yetenek-sizsiniz/1328730686.mp4.jpg",
                            streamer: "rtmpe://main.eu.cdn.streamprovider.net:80/securestreaming",
                            provider: "rtmp"
                          }
                        },
                        { type: "html5",
                          config: {
                            file: "http://main.eu.cdn.streamprovider.net:1935/vod/_definst_/acunn/b/yetenek-sizsiniz/1328730686.mp4 /playlist.m3u8"
Yeah, HTML5!!
Reply With Quote