This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to display video content from multiple sources.

<%@page import="com.streamezzo.odp.utils.RspUtils" %>
<%
int screenWidth = userAgent.getScreenWidth();
int screenHeight = userAgent.getScreenHeight();
%>
" colorBits="8"
lengthBits="16" resolution="2" idBits="16" scaleBits="15"
encodingType="0"/>
<%
// Possible video sources
String urlLocal = "res/spiderman.3gp";
String urlHTTP = "http://devel.streamezzo.com/mbonn/video/samplevideo/5e.3gp";
String urlRTSP = "rtsp://qtss.streamezzo.com:554/broadcast/fashiontv_mp4_240_180_aach";
%>
| Attachment | Size |
|---|---|
| Video_sources.swz | 902.1 KB |