Jump to content
  • 0

How to change or edit rtmp streamkey


Amit
 Share

Question

Hi friends,

I would like to know how we can edit or create our own rtmp streamkey in antmedia community edition?

Because like if we change of vps/server we can then create the exact rtmp stream url which is already saved on the clients obs.So we only have to update our hosttname ip.

Example:
If we create a live rtmp live stream we get like this:

rtmp://hostname.domain.com/LiveApp/044233814503127265555420

I want this to change to like;

rtmp://hostname.domain.com/LiveApp/mystreamname

Link to comment
Share on other sites

  • Answers 7
  • Created
  • Last Reply

Top Posters For This Question

Top Posters For This Question

7 answers to this question

Recommended Posts

  • 0

Hi,

I tried this for example to create stream id " shrutitv"
  curl -X POST -H "Content-Type: application/json" "https://{domain:port}/{application}/rest/v2/broadcasts/create"-d '{"streamId":"{shrutitv}"}' 

but it doesnt work.
Can you please set the correct command here. 

 

Link to comment
Share on other sites

  • 0

I tried so also

 curl -X POST -H "Content-Type: application/json" "https://my.domain.com:5443/LiveApp/rest/v2/broadcasts/create"  -d '"streamId":"shrutitv"}' 

But still no succes,im running the latest ams 2.2.1 community version..
Please help with this command.

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...