what codec are required to watch the live stream on following link
NoOp
glgxg at sbcglobal.net
Sat May 7 16:08:28 UTC 2011
On 05/07/2011 12:06 AM, Tapas Mishra wrote:
> At the same time instant I took two different snapshots for a live
> streaming link
>
> 1) Snapshot on Ubuntu 10.04 64 bit here the stream is not visible
> http://www.flickr.com/photos/48996087@N07/5683379905/in/photostream
>
> 2) and here is a snapshot in Windows XP here you can see the stream
> http://www.flickr.com/photos/48996087@N07/5683389113/in/photostream
>
> What codec is needed I am using Lucid 64 bit.
> The link is www.somnath.org/live-darshan.aspx
>
> ----------
> Tapas
>
The problems is that the site uses incorrect code:
<script language="VBSCRIPT">Sub cmdStandAlone_onclick
If isobject(WMP) Then
If WMP.playstate > 0 Then
WMP.Close()
End If
location.href = "mms://119.160.192.171/New"
End If
and
<script language="Javascript">if( g_bNetscape )
{
document.writeln( "<APPLET mayscript code=WMPNS.WMP name=WMP1
width=300 height=200 MAYSCRIPT >" );
}
</script><object id="WMP"
classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6"><param name="Name"
value="WMP1"></param><param name="URL"
value="mms://119.160.192.171/New"></param></object></p></td>
</tr>
This is the same problem you had previously with the other site:
http://comments.gmane.org/gmane.linux.ubuntu.user/234381
You can view by entering the mms uri in your browser and selecting
either totem, VLC, mplayer or smplayer etc to play. Unless the site code
is fixed, non-IE browsers will have issues. I recommend that you ask on
the FireFox groups:
http://support.mozilla.com/en-US/home?as=u
or
https://answers.launchpad.net/ubuntu/+source/firefox
More information about the ubuntu-users
mailing list