You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							22 lines
						
					
					
						
							614 B
						
					
					
				
			
		
		
	
	
							22 lines
						
					
					
						
							614 B
						
					
					
				<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
    <title>RTMP Player</title>
 | 
						|
    <script type="text/javascript" src="swfobject.js"></script>
 | 
						|
    <script type="text/javascript">
 | 
						|
        var flashVars = {
 | 
						|
            streamer: 'rtmp://localhost/myapp',
 | 
						|
            file:'mystream'
 | 
						|
        };
 | 
						|
        var params = {};
 | 
						|
        params.allowfullscreen = "true";
 | 
						|
        var attributes = {};
 | 
						|
        swfobject.embedSWF("RtmpPlayer.swf", "rtmp-publisher", "640", "480", "9.0.0", null, flashVars, params, attributes);
 | 
						|
    </script>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
    <div id="rtmp-publisher">
 | 
						|
        <p>Flash not installed</p>
 | 
						|
    </div>
 | 
						|
</body>
 | 
						|
</html>
 | 
						|
 |