• Destroy a stream

    Destroy a stream. https://www.pushrcdn.com/api/v3/streams/destroy Methods POST Parameters Field Type Description id integer Id of the stream Headers Field Type Description APIKEY string Your account API…

  • DVR recordings

    List all DVR recordings of a stream. https://www.pushrcdn.com/api/v3/streams/dvr Methods GET Parameters Field Type Description id integer Id of the stream Headers Field Type Description APIKEY…

  • Stream details

    Get the details and the current status of a stream. https://www.pushrcdn.com/api/v3/streams/details Methods GET Parameters Field Type Description id integer Id of the stream Headers Field…

  • List streams

    Get a list of all streams in the account. https://www.pushrcdn.com/api/v3/streams/list Methods GET Parameters None. curl -H "Accept: application/json" \ -H "Content-Type: application/json" \ -H "APIKEY:…

  • Create RTMP stream

    Create a new live stream. PUSHR will provide RTMP link to which you'd be sending the feed and will configure a live transcoder which will…