Let's see if you can give me a hand.
I have an IP camera that serves images to a VLC player using the RTSP protocol. Now I need to embed the VLC player in an Angular component so that it is displayed on the web, but I can't do it.
I have searched this website for all the related questions but I have not found the answers or perhaps I have not known how to implement them since I am still a junior in programming.
Possible data to take into account: Camera: -Tapo C500 -Angular: 17.0.9 -VLC Media Player: 3.0.20
Among other ways, I have tried the following:
VLC component: https://www.npmjs.com/package/vlc-player
git example: https://gist.github.com/mpgn/4229a08ffdc69e7a4e28
git example: https://github.com/tuxity/angular-vlc
Thanks so much for your time and effort.