0
I am trying to implement with primefaces to accept the RTSP protocol:
<p:media value="rtsp://myUrl" width="190" height="250">
<f:param name="autoPlay" value="false" />
</p:media>
Is there any way to display the RTSP protocol with primefaces ?
http://www.primefaces.org/showcase/ui/multimedia/media.xhtml
Have you tried using the Html5 video tag?
– adelmo00
Not yet, HTML5 supports RTSP ?
– Edson Cezar
See if it helps you: http://stackoverflow.com/questions/1735933/streaming-via-rtsp-or-rtp-in-html5
– adelmo00
I’ll check, thank you !
– Edson Cezar
The following error occurs Failed to load Resource: net::ERR_UNKNOWN_URL_SCHEME but the url is correct
– Edson Cezar
I found this http://stackoverflow.com/questions/28553136/html5-video-rtsp-not-working
– Edson Cezar
And you’ve found an alternative to work?
– adelmo00
A few changes native, but they are desktops, I’m thinking of using Activex, I’m searching, but it looks like it’s going to be discontinued.
– Edson Cezar