Dynamic Relay & MP3 alias | |
In this example we will use SMIL, dynamic relaying and MP3
alias through Icecast server to establish a combined stream,
consisting of video from one source and audio from another.
In the section
<smil xmlns:qt="http://www.apple.com/quicktime/resources/smilextensions" qt:autoplay="true"> <head> <layout> <root-layout width="320" height="240"/> <region id="videoregion" width="320" height="240"/> </layout> </head> <body> <par > <video src="http://location1.org/cgi-bin/relay.128.m" region="videoregion" qt:immediate-instantiation="true"/> <audio src="icy://xs1.freeb92.net:7999/live" qt:immediate-instantiation="true"/> </par> </body> </smil> |
Open_Source_Streaming_Platform
Server_Side
Content_Production_Side
Dynamic_Relaying_of_RTSP_Servers
OSSA_Streaming_Protocol |
|