I'm 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 a way to display the RTSP protocol with primefaces?