I\'m building a web app that should play back an RTSP/RTP stream from a server http://lscube.org/projects/feng.
Does the HTML5 video/audio tag suppo
(but not really...)
HTML 5's tag is protocol agnostic—it does not care. You place the protocol in the src attribute as part of the URL. E.g.:
or maybe
That said, the implementation of the tag is browser specific. Since it is early days for HTML 5, I expect frequently changing support (or lack of support).
From the W3C's HTML5 spec (The video element):
User agents may support any video and audio codecs and container formats