Jump to content
  • 0

Is there a way to create a friendly url from streamings?


miguel.chillitupa
 Share

Question

  • Answers 5
  • Created
  • Last Reply

Top Posters For This Question

5 answers to this question

Recommended Posts

  • 0
On 4/19/2023 at 7:49 AM, miguel.chillitupa said:

is there an example on how to achieve this?

You can either simply type in the stream name while creating it on the Ant Media web panel, or you can use the REST API method to update any properties of a broadcast, such as the name in your case. Here is the link to the REST API documentation for updating a broadcast:

https://antmedia.io/rest/#/BroadcastRestService/updateBroadcast

image.thumb.png.c81ee80d965f804bf979cc4ce2997a61.png

Link to comment
Share on other sites

  • 0

1. You can build your own wrapper page that takes params the way you want and calls the actual page the way it expects. Much like a proxy.

2. you can do dynamic url rewriting on server 

3. you can build your own playback page 

Link to comment
Share on other sites

  • 0
On 4/4/2023 at 6:52 AM, Connessione said:

1. You can build your own wrapper page that takes params the way you want and calls the actual page the way it expects. Much like a proxy.

2. you can do dynamic url rewriting on server 

3. you can build your own playback page 

Is there some documentation about how to do that?

Link to comment
Share on other sites

 Share

×
×
  • Create New...