After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 395793 - Doesn't playback after parsing playlist
Doesn't playback after parsing playlist
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Browser plugin (obsolete)
2.17.x
Other Linux
: Normal normal
: ---
Assigned To: totem-browser-maint
totem-browser-maint
: 395831 (view as bug list)
Depends on:
Blocks: 395858
 
 
Reported: 2007-01-12 14:15 UTC by Bastien Nocera
Modified: 2007-08-16 19:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
working-log.txt (56.70 KB, text/plain)
2007-01-12 17:33 UTC, Bastien Nocera
Details
non-working-log.txt (26.31 KB, text/plain)
2007-01-12 17:34 UTC, Bastien Nocera
Details

Description Bastien Nocera 2007-01-12 14:15:49 UTC
in 4.html

whether autostart="false" is present or not. It looks like the first item in the playlist is only opened, parsed but the first item isn't loaded.
Comment 1 Bastien Nocera 2007-01-12 16:43:11 UTC
(In reply to comment #0)
> in 4.html
> 
> whether autostart="false" is present or not.

Actually makes a difference, split in bug 395831

It plays, but doesn't show bugger all on screen. File plays fine in Totem.


** Message: ViewerReady
** Message: IsSchemeSupported scheme 'http': yes
** Message: totem_embedded_open_internal 'fd://0' is-browser-stream 1
** Message: BEFORE _open
** Message: AFTER _open (ret: 1)
** Message: Viewer state: PLAYING
** Message: OpenStream reply
** Message: NewStream mimetype 'video/x-ms-asf' URL 'http://localhost:12345/playlist.asx'
** Message: Should be dual type 'audio/x-ms-asx', making sure now
** Message: Is dual type 'audio/x-ms-asx'
** Message: Is playlist; need to wait for the file to be downloaded completely
** Message: StreamAsFile filename '/home/hadess/.mozilla/default/8a3ego8a.slt/Cache/EE70F366d01'
** Message: Setting the current playlist to /home/hadess/.mozilla/default/8a3ego8a.slt/Cache/EE70F366d01 (base: http://localhost:12345/4.html)
** Message: DestroyStream reason 0
** Message: URLNotify URL 'http://localhost:12345/playlist.asx' reason 0
added URI 'http://localhost:12345/leopard.mov' with title 'Test 1' genre '(null)'
added URI 'http://localhost:12345/frontrow-music.mov' with title 'Test 2' genre '(null)'
** Message: calling totem_embedded_open_playlist_item from totem_embedded_push_parser
** Message: eop 0 repeat: 0
** Message: totem_embedded_open_internal 'http://localhost:12345/leopard.mov' is-browser-stream 0
** Message: BEFORE _open
** Message: AFTER _open (ret: 1)
** Message: launching play

then nothing...
Comment 2 Bastien Nocera 2007-01-12 16:53:50 UTC
It's caused by the unclosed stdin.
Comment 3 Bastien Nocera 2007-01-12 17:04:29 UTC
Bad interaction with GStreamer.
If we try to feed it the playlist, at all, it will barf on the second instance...
Comment 4 Bastien Nocera 2007-01-12 17:33:44 UTC
Created attachment 80122 [details]
working-log.txt

working-log.txt, from playing back 2.html in the Totem browser test suite
Comment 5 Bastien Nocera 2007-01-12 17:34:23 UTC
Created attachment 80123 [details]
non-working-log.txt

non-working-log.txt, from playing back 4.html in the Totem browser plugin test suite.
Comment 6 Bastien Nocera 2007-01-17 12:41:39 UTC
*** Bug 395831 has been marked as a duplicate of this bug. ***
Comment 7 Bastien Nocera 2007-08-16 19:19:47 UTC
This is fixed now, as the viewer will open playlist items directly, rather than going through the browser.