GNOME Bugzilla – Bug 395793
Doesn't playback after parsing playlist
Last modified: 2007-08-16 19:19:47 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.
(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...
It's caused by the unclosed stdin.
Bad interaction with GStreamer. If we try to feed it the playlist, at all, it will barf on the second instance...
Created attachment 80122 [details] working-log.txt working-log.txt, from playing back 2.html in the Totem browser test suite
Created attachment 80123 [details] non-working-log.txt non-working-log.txt, from playing back 4.html in the Totem browser plugin test suite.
*** Bug 395831 has been marked as a duplicate of this bug. ***
This is fixed now, as the viewer will open playlist items directly, rather than going through the browser.