Custom Live Stream from APIS is not working

I have zoom pro account which is needed for custom live streaming.

Steps followed:-

  1. Update live stream details for meeting using PATCH https://api.zoom.us/v2/meetings/{meeting_id}/livestream api
    req payload:
    {
    ‘stream_url’: ‘http://guru-10937bc9.localhost.run/live_stream/97263181491’,
    ‘stream_key’: ‘contact@gnani.ai’,
    ‘page_url’: ‘http://guru-10937bc9.localhost.run/live_stream_page/97263181491
    }
    response: 204

http://guru-10937bc9.localhost.run/live_stream_page/97263181491 -> responds with 200 ok
http://guru-10937bc9.localhost.run/live_stream/97263181491 -> resonds with 200 ok

  1. Start live stream for meeting using PATCH https://api.zoom.us/v2/meetings/97263181491/livestream/status api
    req payload:
    {
    “action”: “start”,
    “settings”: {
    “active_speaker_name”: False,
    “display_name”: “inc”
    }
    }
    response: 204

Expected Behaviour:-
Live stream should be started and live streaming should be sent to the mentioned urls in update live stream api

Actual Behaviour:-
At the top it displays LIVE preparing and after a long it displays a toast saying unable to live stream, you need to restart streaming

If I manually press on Stream on Custom Live Streaming Service zoom page opens and displays Invalid input parameters. (2) Error

Screenshots

Hey @vishnuvardhan12137

Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question. :slightly_smiling_face:

Checkout these related threads that may have the answer you are looking for:

If these threads did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.

Thanks,
DeveloperBot

The issue was, I should’ve used RMTP instead of HTTP

1 Like

Hey @vishnuvardhan12137,

I’m glad to hear that you resolved your issues! If you encounter any further issues or questions, please don’t hesitate to reach out.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.