RTSP protocol with primefaces?

Asked

Viewed 202 times

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?

  • Not yet, HTML5 supports RTSP ?

  • See if it helps you: http://stackoverflow.com/questions/1735933/streaming-via-rtsp-or-rtp-in-html5

  • I’ll check, thank you !

  • The following error occurs Failed to load Resource: net::ERR_UNKNOWN_URL_SCHEME but the url is correct

  • I found this http://stackoverflow.com/questions/28553136/html5-video-rtsp-not-working

  • And you’ve found an alternative to work?

  • 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.

Show 3 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.