I have a url to RTSP stream with authentication in H264 - MPEG-4 part 10 codec. Lik looks like this: rtsp://login:pass@xxx.xxx.xxx.xxx:557
Is there way to show video in HTML-page?
Is it require to use some decoding server like ffmpeg or vlc? Or we can put it to page directly?