Jump to content
  • 1

Vod names use stream id not stream names


capoeira
 Share

Question

I recently upgraded ant media server from 2.4.3 to the latest version and I noticed VOD names use stream id as a name instead of stream name like it was before, this isn't a big deal though it's much less clearer for the eye when browsing the vod library who recorded each stream as all I can see is a random string for a name. It's especially surprising since stream id is already shown in the "Type" of recording when browsing vod lib. I didn't see this mentioned in a changelog and I was wondering if I can change it back it the settings somewhere?

 

15.11.2022_11-05-00_M9uDih.png

Edited by capoeira
  • Like 1
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Hi @capoeira,

Thank you for great feedback! We thought it was easier to understand this way. Could you please add an issue to Github for that? You can add an issue in here: https://github.com/ant-media/Ant-Media-Server/issues For a now, I can recommend build with your changes from AMS angular source code. Here are steps that you need to follow:

1- Clone this library: https://github.com/ant-media/Ant-Media-Management-Console

2- Just run "npm install" command in this project

3- Change source code according to your requirement with IDE like visual studio code.

4- Build project with "ng build --prod" command. 

5- Copy "dist" folder files to /usr/local/antmedia/webapps/root/ folder.   

Best Regards,

Selim

Link to comment
Share on other sites

  • 0

Hi @capoeira

Have a good day. I've checked my answer. I realized that it's not really clear.

Let me give an update for development phase:

You should make comment or remove this line in src/app/app.page/app.page.component.html: https://github.com/ant-media/Ant-Media-Management-Console/blob/master/src/app/app.page/app.page.component.html#L945

When you comment/remove it, you will see as attached.

Best Regards,

Selim

Screenshot 2022-11-23 at 14.13.25.png

Link to comment
Share on other sites

 Share

×
×
  • Create New...