View Single Post
  #1  
Old 09-21-2011, 10:04 PM
bosbosty bosbosty is offline
Junior Member
 
Join Date: Sep 2011
Posts: 9
bosbosty is on a distinguished road
Default

yala.fm: Need help downloading video stream


plz any can help i get crazy
i want to download videos frm this url hxxp://yala.fm/en#%2Fen%2Fartists%2Fnajwa-karam-5ca102f9cf515c5eeb006b2cbf7ca917%2Fvideos%2F36065

and this is the source code

Code:
    "key": "#@cfb4007dfa6100c4a6a",
    "plugins": {
        "rtmp": {
            "url": "flowplayer.rtmp-3.2.3.swf"
        },
        "sharing": {
            "email": {
                "message": "",
                "subject": "Watch this music video on Yala.fm",
                "template": "{1}"
            },
            "url": "flowplayer.sharing-3.2.1.swf",
            "buttons": {
                "overColor": "#1798af"
            },
            "share": {
                "shareUrl": "http://yala.fm/en/artists/najwa-karam-5ca102f9cf515c5eeb006b2cbf7ca917/videos/36065"
            },
            "embed": {
                "configUrl": "http://yala.fm/en/videos/a54d6dbae4e146cb22377ca2f89443cc/embed.js"
            }
        },
        "controls": {
            "scrubberBarHeightRatio": 0.35,
            "volumeSliderHeightRatio": 0.35,
            "sliderBorder": "none",
            "buttonColor": "none",
            "url": "flowplayer.controls-yala-3.2.3.swf",
            "volumeSliderColor": "#153c44",
            "fullscreen": true,
            "buttonOverColor": "none",
            "timeBorderRadius": 0,
            "playlist": false,
            "scrubber": true,
            "timeBgHeightRatio": 0.5,
            "download": false,
            "volumeBorder": "none",
            "play": true,
            "background": "#000000 url(http://asset0.yala.fm/images/controls.jpg?1316550408) repeat-x bottom center",
            "scrubberHeightRatio": 0.35,
            "volumeBarHeightRatio": 0.35,
            "height": 40,
            "autoHide": true,
            "durationColor": "#1798af",
            "shareTwitter": false,
            "backgroundGradient": "none",
            "bufferColor": "#153c44",
            "shareFace": false,
            "volume": true,
            "progressColor": "#1798af",
            "timeColor": "#1798af",
            "zIndex": 1,
            "volumeColor": "#1798af"
        },
        "dock": {
            "right": 70,
            "height": "50",
            "top": 10,
            "horizontal": true
        }
    },
    "playlist": [
      {'url': 'http://stream.yala.fm/96/124/3410926611/NajwaKaramBahebakWalaa.jpg'},{
          "provider": "rtmp",
          "scaling": "fit",
          "autoPlay": false,
          "bufferLength": 5,
          "autoBuffering": false,
          "image": true,
          "pageUrl": "http://yala.fm/en/artists/najwa-karam-5ca102f9cf515c5eeb006b2cbf7ca917/videos/36065",
          "netConnectionUrl": "rtmpte://yala.rtmp.vdoencode.e.ig1-cdn.com/l/96/124/3410926611/1",
          "url":  "mp4:NajwaKaramBahebakWalaa_2.mp4"
      }
    ],
    "logo": {
        "url": "http://asset0.yala.fm/images/logo_player.png?1316550408",
        "left": 20,
        "displayTime": 0,
        "top": 20,
        "fullscreenOnly": false
i tried RTMPdump but it gives me this error : Handshake error

Reply With Quote