Facebook Twitter Instagram YouTube LinkedIn WhatsApp
    Facebook Twitter Instagram LinkedIn WhatsApp
    ZaveRizwanZaveRizwan
    Subscribe
    • Home
    • Features
      • Example Post
      • Typography
      • Contact
      • View All On Demos
    • Mobiles
    • Typography
    • Mobiles
      • Tech
      • Gadgets
      • Insights
    • Buy Now
    ZaveRizwanZaveRizwan
    Video Encoding

    How to enable File Transcoding notification?

    zaiveeBy zaiveeFebruary 6, 2023No Comments1 Min Read

    What is the use of file Transcoding notification?

    If you enable this option, The notification will send every minute after the file get transcoded. The notification are send to the URL that you provided in console as a json raw post data format.

    How to enable File Transcoding notification?

    1. Login to 5centsCDN console.
    2. Move to Zones and select HTTP or VoD push zone.
    3. Click the manage button nearest to your Push zone ID.
    4. On the redirected page, Click the CDN resource option.
    5. Scroll down the page and find the option “File Transcoding Notification (Web Hook)”
    6.  Provide a valid URL in the column. The notifications are sent to this URL.(eg: http(s)://yourdomain.com/notify)
    7. Click the save button.

    How can I implement in PHP?

    The PHP implementation, you can use this syntax

    <?php
    $data = file_get_contents(“php://input”);
    $json = json_decode($data);

    A sample Json response will be this format,

    [
    {
    “zoneid”:”100″,
    “duration”:”10702.000000″,
    “profile”:{
    “name”:”720p”
    },
    “files”:{
    “in”:”/filename.mp4″,
    “out”:”/mp4/filename_720p.mp4″,
    “thumbs”:[
    “/mp4/filename_720p_thumbs_0001.jpg”
    ]
    },
    “playbackurls”:{
    “files”:{
    “in”:”https://push-100.5centscdn.com/filename.mp4″,
    “out”:”https://push-100.5centscdn.com/mp4/filename_720p.mp4″,
    “thumbs”:[
    “https://push-100.5centscdn.com/mp4/filename_720p_thumbs_0001.jpg”
    ]
    }
    }
    }
    ]

    Related Posts

    What is the difference between single and combined transcoding?

    February 6, 2023

    The transcoded video file is invalid, Why?

    February 6, 2023

    What are the minimum requirement for File Transcoding?

    February 6, 2023
    Add A Comment

    Leave A Reply Cancel Reply

    © 2023 ZaveRizwan. Designed by ZaveRizwan.
    • Home
    • Tech
    • Gadgets
    • Mobiles
    • Buy Now

    Type above and press Enter to search. Press Esc to cancel.