User guide
52 Chapter 5
Streaming Server
Version 3.1
Embedding streamable content in a web page
You can display an MPEG-4 streamed file directly into an HTML page.
To embed streamable content in a web page, two solutions are available:
1. Use an anchor element pointing to an M4E file:
<a href="yourfile.m4e">My content</a>
where yourfile.m4e contains:
url=rtsp://nameoftheserver/yourfile.mp4
2. Or use an anchor with an RTSP URL:
<a href="e-rtsp://nameoftheserver/yourfile.mp4">My content</a>