<br clear="all"><br>-- <br>┌─────────────────────────┐<br>│ Narendra Sisodiya ( नरेन्द्र सिसोदिया )<br>│ Society for Knowledge Commons<br>│ Web : <a href="http://narendra.techfandu.org">http://narendra.techfandu.org</a><br>
└─────────────────────────┘Dear all,<br>
I downloaded big buck movie in video format. when i use <br>
<br>
<video src="Big_Buck_Bunny_Trailer_400p.ogg" controls="controls"><br>
your browser does not support the video tag<br>
</video><br>
<br>
It show me , video + audio<br>
<br>
but when I use <br>
<br>
<audio src="Big_Buck_Bunny_Trailer_400p.ogg" controls="controls"><br>
your browser does not support the video tag<br>
</audio><br>
<br>
It only play audio..<br>
<br>
I have tested in Firefox <br>
<br>
Now my question is, <br>
If i use <audio/> tag with src as a video file, then<br>
<br>
1) Do firefox stream whole video file and play only audio part<br>
OR<br>
2) Do firefox stream only audio part of the file and play it.<br>
<br>
I want to know, is there any bandwidth advantage with <audio/> tag over <video> tag ?<br>
<br>
If I am unable to explain, do let me know, I will try again...<br>
<br>
<br>
<br>