Thread: i24NEWS Live
View Single Post
  #9  
Old 01-27-2019, 01:29 AM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: i24NEWS Live


Maybe something can be put together from these parameters:

http://play.tv/live-tv/908/i24-news-english/?popup=1

Code:
      App.Data = App.Data || {}
      App.Data = {
    "playerParameters": {
        "initialize": "http://play.tv/player/initialize/i24-news-english/",
        "play": "http://play.tv/player/play/i24-news-english/",
        "lang": "en",
        "autoPlay": true,
        "assets": {
            "player": "http://play.tv/assets/swf/player.swf",
            "clipboard": "http://play.tv/assets/swf/zeroclipboard.swf"
        },
        "tracking": {
            "label": "i24 News English"
        },
        "features": {
            "progress": {
                "enabled": false,
                "options": {
                    "url": "http://play.tv/player/broadcast/i24-news-english/",
                    "preload": {
                        "progress": "",
                        "startAt": "",
                        "endAt": "",
                        "program": {
                            "title": "",
                            "genre": "",
                            "subgenre": ""
                        }
                    }
                }
            },
            "requireCheck": {
                "enabled": false,
                "options": {
                    "url": "http://play.tv/player/check/"
                }
            },
            "channelLogo": {
                "enabled": false
            },
            "whiteLabel": {
                "enabled": false
            },
            "volume": {
                "enabled": true
            },
            "bitrate": {
                "enabled": true
            },
            "popup": {
                "enabled": true,
                "options": {
                    "url": "http://play.tv/live-tv/908/i24-news-english/?popup=1"
                }
            },
            "switchHd": {
                "enabled": false
            },
            "sales": {
                "enabled": false,
                "options": {
                    "url": "http://play.tv/nos-offres/",
                    "first": {
                        "url": "http://play.tv/nos-offres/pack-premium/",
                        "alias": "pack-premium"
                    },
                    "second": {
                        "url": "http://play.tv/nos-offres/pack-informations/",
                        "alias": "pack-informations"
                    }
                }
            },
            "export": {
                "enabled": true,
                "options": {
                    "embedCode": "<iframe width=\"610\" height=\"384\" src=\"http://play.tv/player/embed/i24-news-english/\" allowfullscreen=\"true\" webkitallowfullscreen=\"true\" mozallowfullscreen=\"true\"></iframe>",
                    "linkTo": "http://play.tv/live-tv/908/i24-news-english/"
                }
            },
            "facebook": {
                "enabled": true,
                "options": {
                    "url": "http://play.tv/player/share/i24-news-english/"
                }
            },
            "twitter": {
                "enabled": true,
                "options": {
                    "url": "http://play.tv/player/share/i24-news-english/"
                }
            }
        }
    },
    "uniroll": {
        "flashUrl": "https://play.tv/uniroll/assets/swf/uniroll-0.16.4.swf",
        "requestUrl": "https://play.tv/uniroll/request/",
        "version": "0.16.4",
        "zoneUid": "prerollliveplaytvuk",
        "requestParams": {
            "tid": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJpYXQiOjE1NDg1NzY2ODEsImN1c3RvbUNvbnRlbnQiOiJ7XCJhY2NvdW50SWRcIjowLFwiY2hhbm5lbElkXCI6OTA4LFwiZG9tYWluXCI6XCJwbGF5LnR2XCIsXCJpc1NlY3VyZVwiOnRydWUsXCJpc1Rlc3RcIjpmYWxzZSxcInVzZXJJcFwiOlwiODYuMTgyLjU0LjIxMVwiLFwidmVyc2lvblwiOlwiMC4xNi40XCIsXCJ6b25lVWlkXCI6XCJwcmVyb2xsbGl2ZXBsYXl0dnVrXCIsXCJjb25maWdcIjpmYWxzZX0ifQ.KxeSB9JCSANQP8DE4zP9KrDWkjcF7GK_efK_4hFZh3DVBaSxHFlBxuRKe4jUbLEpDBI27XPOiwMaW-5NUS7w5A"
        },
        "forceHtmlVideo": true
    },
    "streamLanguage": "fr",
    "uniadsParameters": {
        "adblocker": "adb=1",
        "lang": "en",
        "channelId": 908,
        "appZone": "play-tv-uk.preroll",
        "features": {
            "rollAds": {
                "enabled": true
            },
            "skipAds": {
                "enabled": false,
                "options": {
                    "url": "http://play.tv/nos-offres/pack-premium/",
                    "alias": "pack-premium"
                }
            }
        }
    }
}
Reply With Quote