miguel.chillitupa Posted April 3 Share Posted April 3 I have a user that wants to access in a structured way to the streaming from the cameras, example: instead of using: http://myserver.com/LiveApp/play.html?name=4442244542204804544 can I config something like: http://myserver.com/LiveApp/play.html?name=File01 or something like http://myserver.com/LiveApp/play.html?tag=File01 Link to comment Share on other sites More sharing options...
0 lastpeony Posted April 21 Share Posted April 21 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 Link to comment Share on other sites More sharing options...
0 lastpeony Posted April 3 Share Posted April 3 You can change streams name and its ids using REST or web panel as you wish then pass it those to name or id query to watch the stream Link to comment Share on other sites More sharing options...
0 Connessione Posted April 4 Share Posted April 4 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 More sharing options...
0 miguel.chillitupa Posted April 19 Author Share Posted April 19 On 4/3/2023 at 3:41 AM, lastpeony said: You can change streams name and its ids using REST or web panel as you wish then pass it those to name or id query to watch the stream is there an example on how to achieve this? Link to comment Share on other sites More sharing options...
0 miguel.chillitupa Posted April 19 Author Share Posted April 19 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 More sharing options...
Question
miguel.chillitupa
I have a user that wants to access in a structured way to the streaming from the cameras, example:
instead of using: http://myserver.com/LiveApp/play.html?name=4442244542204804544
can I config something like: http://myserver.com/LiveApp/play.html?name=File01 or something like http://myserver.com/LiveApp/play.html?tag=File01
Link to comment
Share on other sites
Top Posters For This Question
3
2
1
Popular Days
Apr 3
2
Apr 19
2
Apr 4
1
Apr 21
1
Top Posters For This Question
miguel.chillitupa 3 posts
lastpeony 2 posts
Connessione 1 post
Popular Days
Apr 3 2023
2 posts
Apr 19 2023
2 posts
Apr 4 2023
1 post
Apr 21 2023
1 post
Posted Images
5 answers to this question
Recommended Posts