胡斌

delete unused file,

fix the index of start_push example
... ... @@ -976,7 +976,7 @@ function getExplorerTitle() {
<option value="3 video=mov audio=mov rtmp://127.0.0.1/live/3"></option>
<option value="4 video=non audio=mov rtmp://127.0.0.1/live/4"></option>
<option value="5 video=doc audio=non rtmp://127.0.0.1/live/5"></option>
<option value="5 video=doc audio=mov rtmp://127.0.0.1/live/6"></option>
<option value="6 video=doc audio=mov rtmp://127.0.0.1/live/6"></option>
</datalist>
</td>
<td colspan="2"><button type="button" id="stop_push" onclick="javascript:onTestClick(this);">stop_push</button></td>
... ...
<manifest xmlns="http://ns.adobe.com/f4m/2.0">
<media href="http://localhost/hds-vod/sample1_150kbps.f4v.f4m" bitrate="150"/>
<media href="http://localhost/hds-vod/sample1_500kbps.f4v.f4m" bitrate="500"/>
<media href="http://localhost/hds-vod/sample1_700kbps.f4v.f4m" bitrate="700"/>
<media href="http://localhost/hds-vod/sample1_1000kbps.f4v.f4m" bitrate="1000"/>
<media href="http://localhost/hds-vod/sample1_1500kbps.f4v.f4m" bitrate="1500"/>
</manifest>
\ No newline at end of file
<manifest xmlns="http://ns.adobe.com/f4m/1.0">
<id>Dynamic Streaming</id>
<baseURL>rtmp://localhost/vod/</baseURL>
<mimeType>video/mp4</mimeType>
<streamType>recorded</streamType>
<media url="mp4:sample1_150kbps.f4v" bitrate="150"/>
<media url="mp4:sample1_500kbps.f4v" bitrate="500"/>
<media url="mp4:sample1_700kbps.f4v" bitrate="700"/>
<media url="mp4:sample1_1000kbps.f4v" bitrate="1000"/>
<media url="mp4:sample1_1500kbps.f4v" bitrate="1500"/>
</manifest>
\ No newline at end of file