GNOME Bugzilla – Bug 333561
totem-mozilla-viewer fails to play stream from http://www.tv.ee
Last modified: 2006-03-30 22:56:20 UTC
Please describe the problem: Totem fails to play any stream from http://www.tv.ee Steps to reproduce: 1. Go to http://www.tv.ee 2. click on any of the news feeds, this should pop up a new window with stream 3. enjoy the multimedia experience Actual results: No player interface is shown. Expected results: Player interface is shown and the video is displayed. Does this happen every time? Yes Other information:
This is console output: mode 1 argv[0] type application/x-mplayer2 argv[1] pluginspage http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin& argv[2] filename playasx.asp?videoid={0EF1A980-D261-41A2-929D-9F185139DF8D} argv[3] src playasx.asp?videoid={0EF1A980-D261-41A2-929D-9F185139DF8D} argv[4] name MediaPlayer argv[5] autostart 1 argv[6] showpositioncontrols 1 argv[7] showaudiocontrols 1 argv[8] showtracker 1 argv[9] showdisplay 0 argv[10] showgotobar 0 argv[11] showcaptioning 0 argv[12] animationatstart 0 argv[13] enablecontextmenu 1 argv[14] showcontrols 1 argv[15] showstatusbar 1 argv[16] transparentatstart 0 argv[17] height 303 argv[18] width 324 CMD line: /usr/libexec/totem-mozilla-viewer --xid 44102388 --width 324 --height 303 --url playasx.asp?videoid={0EF1A980-D261-41A2-929D-9F185139DF8D} fd://0 ** Message: totem_embedded_open 'fd://0' ** Message: error: Only a subtitle stream was detected. Either you are loading a subtitle file or some other type of text file, or the media file was not recognized. ** Message: stop Die scriptable instance
contains asx playlists. eventually it ends at a real mms:// uri like: mms://videoserver.tilde.ee/Console/seitse210306.wmv which gives: ** Message: don't know how to handle video/x-wmv, wmvversion=(int)3, framerate=(fraction)10000000/333667, width=(int)320, height=(int)240, bitrate=(int)210806, codec_data=(buffer)4e391a01 for which I don't have a plugin yet. Audio plays fine.
I get the same "Only a subtitle stream was detected. Either you are loading a subtitle file or some other type of text file, or the media file was not recognized." error here. I'm not sure what it means.
It means we got an .asx playlist (which will be recognised as text/plain, which decodebin thinks is a subtitle file on its own without a movie stream). Not sure if the fault is with totem or not.
Totem mozilla viewer bug (doesn't parse playlists). *** This bug has been marked as a duplicate of 171884 ***