Dveloper Posted February 8 Share Posted February 8 ERROR: The method received in the request-line is known by the origin server but not supported by the target resource I got this error in starting broadcast API: const response = await axios.get( `${process.env.Livestream_URL}/${process.env.Livestream_App}/rest/v2/broadcasts/${streamId}/start`, { headers: { accept: "application/json", "content-type": "application/x-www-form-urlencoded", Authorization: process.env.Bearer_Token, }, } ); Link to comment Share on other sites More sharing options...
0 Yash Posted February 8 Share Posted February 8 Hi @Developer I hope you are doing well. Stream start is a POST method Rest Api and as far as I see, it is a GET request in your API. You can check https://antmedia.io/rest/#/BroadcastRestService/startStreamSourceV2 Link to comment Share on other sites More sharing options...
0 Developer Posted February 8 Share Posted February 8 Yash please contact me at my whatsapp ... Because I am stuck in this task... 0331-8347850 this is my WhatsApp number..... Link to comment Share on other sites More sharing options...
0 Yash Posted February 8 Share Posted February 8 @Developer Please let us know where exactly you are having issue. Additionally, we can schedule a meeting to go over your questions. Link to comment Share on other sites More sharing options...
0 Developer Posted February 8 Share Posted February 8 Thanks yash for your corporate... Tomorrow I will go to the office and try this if I will any issue then I will pin u here... 1 Link to comment Share on other sites More sharing options...
Question
Dveloper
ERROR: The method received in the request-line is known by the origin server but not supported by the target resource
I got this error in starting broadcast
API:
Link to comment
Share on other sites
Top Posters For This Question
2
2
1
Popular Days
Feb 8
5
Top Posters For This Question
Yash 2 posts
Developer 2 posts
Dveloper 1 post
Popular Days
Feb 8 2023
5 posts
Popular Posts
Developer
Thanks yash for your corporate... Tomorrow I will go to the office and try this if I will any issue then I will pin u here...
4 answers to this question
Recommended Posts