bugGnash - The GNU Flash player - Bugs: bug #20461, Can't see youtube video in...

 
 

bug #20461: Can't see youtube video in standalone player (but can hear sound!)

Submitter:  Martin Guy <martinwguy>
Submitted:  Thu 12 Jul 2007 12:00:22 PM UTC
   
 
Category:  video Severity:  5 - Blocker
Release:  None Status:  Fixed
Privacy:  Public Assigned to:  udog
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Mon 30 Jul 2007 08:46:22 AM UTC, comment #23: 

I took the liberty of committing the patch.

Tomas Groth <tgc>
Sun 29 Jul 2007 03:08:02 AM UTC, comment #22: 

UdoG, your pleasure ...

Sandro Santilli <strk>
Group Member
Sun 29 Jul 2007 02:59:20 AM UTC, comment #21: 

04:57 < asac> strk_: well it fixed the non modern gst case ... and won't change the modern gst case ... so commit appears pretty safe. Go ahead!

Alexander Sack <asac>
Fri 27 Jul 2007 03:12:49 PM UTC, comment #20: 

Yes! That fixed the problem!
Is it safe to commit this to CVS?

Udo Giacomozzi <udog>
Group Member
Fri 27 Jul 2007 12:54:37 PM UTC, comment #19: 

Udo, please test the patch I attached.

Thanks,

 - Alexander

Alexander Sack <asac>
Fri 27 Jul 2007 07:26:34 AM UTC, comment #18: 

Nope, no difference with current CVS.

I'm pretty sure it's the patch I mentioned. I compared full CVS checkouts prior and after that commit and there's clearly a difference.

Udo Giacomozzi <udog>
Group Member
Thu 26 Jul 2007 10:47:01 PM UTC, comment #17: 

Just a quick thought: Earlier today/ yesterday a patch which fixes a use of a uninitialized variable in the code in question was committed, maybe it was related to this bug, so please try again with latest CVS.

Tomas Groth <tgc>
Thu 26 Jul 2007 06:43:12 PM UTC, comment #16: 

I tracked the problem down to this commit:

Log message:
        Applied patch by Alexander Sack :
       
                * configure.ac: detect usable pbutils for automatic installation of
                  missing codecs.
                * server/asobj/NetStreamGst.cpp: try installing missing codecs
                  as needed.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3577&r2=1.3578
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.343&r2=1.344
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/NetStreamGst.cpp?cvsroot=gnash&r1=1.54&r2=1.55


Anyone who understands the patch?

Udo Giacomozzi <udog>
Group Member
Thu 26 Jul 2007 04:00:17 PM UTC, comment #15: 

valgrind should tell you if it's a problem with the bounds.
The more of us might be just luckier.

Sandro Santilli <strk>
Group Member
Thu 26 Jul 2007 01:28:40 PM UTC, comment #14: 

Any other idea? Anything I could check?

Udo Giacomozzi <udog>
Group Member
Thu 26 Jul 2007 08:34:19 AM UTC, comment #13: 

I don't think this is related to the bounds, because then more of us would have this issue.

Tomas Groth <tgc>
Wed 25 Jul 2007 01:35:39 PM UTC, comment #12: 

My gut feeling is that it's the video_character_instance bounds patch having introduced this. Thomas already fixed a related bug for the embedded video case.

Sandro Santilli <strk>
Group Member
Wed 25 Jul 2007 01:33:58 PM UTC, comment #11: 

News: 0.8.0 works!

I attached debug output for this version. Hope that gives you more information...

$ gui/gnash --version
Gnash 0.8.0
Copyright (C) 2005-2007 Free Software Foundation, Inc.
Gnash comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of Gnash under the terms of the GNU General
Public License.  For more information, see the file named COPYING.
Build options 0.8.0
   Target:
   Renderer: agg   GUI: gtk   Media handler: gst


(file #13466)

Udo Giacomozzi <udog>
Group Member
Wed 25 Jul 2007 12:56:24 PM UTC, comment #10: 

I have gstreamer 0.10.10.
Debug information attached as requested.

Haven't tested with 0.8.0. Have to compile it first, then I'll tell you.

Not that I did change anything to the host's configuration, but how can I check that GST has the codec required for the video?

$ gui/gnash --version
Gnash cvs
Copyright (C) 2005-2007 Free Software Foundation, Inc.
Gnash comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of Gnash under the terms of the GNU General
Public License.  For more information, see the file named COPYING.
Build options cvs
   Target:
   Renderer: agg   GUI: gtk   Media handler: gst
   Configured with: --disable-debugger --enable-renderer=agg --enable-gui=gtk --disable-cygnal --enable-media=GST --with-pixelformat=RGB24,BGRA32,RGBA32 --enable-fps-debug
Gstreamer version is: 0.10.10.

(file #13465)

Udo Giacomozzi <udog>
Group Member
Wed 25 Jul 2007 12:48:43 PM UTC, comment #9: 

I tried "*,2", and I don't get any warnings/errors at all, so i'm assuming that something is wrong with you gstreamer installation. I have gstreamer 0.10.13 installed.

Tomas Groth <tgc>
Wed 25 Jul 2007 12:37:22 PM UTC, comment #8: 

I tried "*,2" myself (and it works here).

The only warning I get during playback (rms singing, trimmed to 12 seconds) is:

0:00:01.378459000 30971 0x85f8f18 WARN              jacksink gstjackaudiosink.c:363:gst_jack_ring_buffer_open_device:<autoaudiosink0-actual-sink-jackaudio> error: Cannot connect to the Jack server (status 17)

Then, when video finishes (but remember that it's trimmed using dd, brute force), I get a lot of these warnings:

0:00:14.159413000 30971 0x8313f00 WARN                   mad gstmad.c:1385:gst_mad_chain: mad_header_decode had an error: lost synchronization


So, no "too short" message at all for me.
gnash --version reports:

Gstreamer version is: 0.10.12


Sandro Santilli <strk>
Group Member
Wed 25 Jul 2007 12:29:41 PM UTC, comment #7: 

Udo, do you have this problem with 0.8.0 too ?

Sandro Santilli <strk>
Group Member
Wed 25 Jul 2007 12:22:26 PM UTC, comment #6: 

I know the using GST_DEBUG=*,3" gives alot of output, but it is needed to see what is wrong. If you could pipe all the input to a file and attach it to this bug report it would be great. I'm not sure what to make of the output, but i hope more output will help.

Tomas Groth <tgc>
Wed 25 Jul 2007 11:52:51 AM UTC, comment #5: 

"*,3" gave me too much information, so I tried with "*,2" and I get  these warnings at startup:

0:00:04.232489000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for camstudio
0:00:04.233007000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for qdraw
0:00:04.233236000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for xl
0:00:04.233518000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for loco
0:00:04.233734000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for wnv1
0:00:04.233988000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for aasc
0:00:04.234203000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for fraps
0:00:04.234455000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:893:gst_ffmpeg_codecid_to_caps: No caps found for codec_id=1
0:00:04.235358000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:893:gst_ffmpeg_codecid_to_caps: No caps found for codec_id=86016
0:00:04.235655000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for mp3adu
0:00:04.235911000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for mp3on4
0:00:04.236632000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for ffvhuff
0:00:04.236980000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for snow
0:00:04.248954000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for mdec
0:00:04.249277000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for roqvideo
0:00:04.249586000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for interplayvideo
0:00:04.250447000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for vqavideo
0:00:04.250669000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for idcinvideo
0:00:04.250886000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for 8bps
0:00:04.251230000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for flic
0:00:04.251744000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for vmdvideo
0:00:04.251966000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for vmdaudio
0:00:04.252513000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for zmbv
0:00:04.252731000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for sonic
0:00:04.254531000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for ws_snd1
0:00:04.254805000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:893:gst_ffmpeg_codecid_to_caps: No caps found for codec_id=86022
0:00:04.255292000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for truespeech
0:00:04.255710000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for avs
0:00:04.256074000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for mmvideo
0:00:04.259401000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for ingenient
0:00:04.260139000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for mmf
0:00:04.261193000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for psxstr
0:00:04.261431000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for RoQ
0:00:04.261694000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for ipmovie
0:00:04.261919000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for wc3movie
0:00:04.262148000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for wsaud
0:00:04.262366000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for wsvqa
0:00:04.262602000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for film_cpk
0:00:04.262825000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for idcin
0:00:04.263199000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for vmd
0:00:04.263427000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for mm
0:00:04.263945000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for ffm
0:00:04.264173000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for nut
0:00:04.264525000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for sol
0:00:04.264752000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for ea
0:00:04.265000000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for nsv
0:00:04.265228000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for daud
0:00:04.265470000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for voc
0:00:04.265785000 11886 0x8463668 WARN                ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for avs



Then:

12080] 13:52:43: Pausing pipeline on startPlayback
12080] 13:52:43: DEBUG: NetStream environment stack not empty at end of processStatusNotifications
0:00:04.352897000 11886 0x809d1f8 WARN                   mad gstmad.c:1378:gst_mad_chain: mad_header_decode had an error: input buffer too small (or EOF)
0:00:04.353269000 11886 0x809d1f8 WARN                   mad gstmad.c:1378:gst_mad_chain: mad_header_decode had an error: input buffer too small (or EOF)


The last message is printed continously when the video "plays". For those situations when the player freezes I see that message exactly twice before it freezes.

Does this tell you anything?

Udo Giacomozzi <udog>
Group Member
Wed 25 Jul 2007 09:26:19 AM UTC, comment #4: 

This sound really weird, I'm using the code from your script and can't reproduce. Since when have you had this issue?
I don't think this the hidden video is a NetStream issue, but to test if gstreamer is complaining you can add "GST_DEBUG=*,3 " in front of the "gui/gnash ..." line.

Tomas Groth <tgc>
Wed 25 Jul 2007 09:11:10 AM UTC, comment #3: 

Yes, I can. Sound stops and resumes correctly.

Skipping forward leads to all kinds of weird errors, however.

This is the script I use to test:

--------------------------8<------------------------
#!/bin/sh
url="http://youtube.com/watch?v=xJOGq5XTojo"
swf=$(wget --quiet -O - "$url" | grep -F player2.swf | cut -d \" -f 2)
echo SWF = $swf
gui/gnash -v $* "http://youtube.com$swf"
--------------------------8<------------------------

Note sometimes the player just freezes before starting to play and the player window becomes unresponsive.


What other video movie could I test?


gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
(the one that still fails "make check"; all other movies run fine, however)

Udo Giacomozzi <udog>
Group Member
Tue 24 Jul 2007 09:32:29 PM UTC, comment #2: 

I can't reproduce this with neither gl or agg, ffmpeg or gst using standalone player. You say audio plays fine, can you pause the playback and resume?

Tomas Groth <tgc>
Tue 24 Jul 2007 03:59:22 PM UTC, comment #1: 

I attached a new screenshot (current HEAD, problem still persists). Have a look at the progress bar which shows both current position and buffer status.


Udo Giacomozzi <udog>
Group Member
Thu 12 Jul 2007 12:00:22 PM UTC, original submission:  

Udo says:

Can you play YouTube videos using the standalone player (not plugin)?

I see the player controls, the FLV movie is being loaded, the
progress bar advances and I even hear the sound, but no video. Do you
have the same problems?

I use this little script:

-----8<---------------------------------------------------------------
#!/bin/sh
url="http://youtube.com/watch?v=xJOGq5XTojo"
swf=$(wget --quiet -O - "$url" | grep -F player2.swf | cut -d \" -f 2)
gui/gnash -v $* "http://youtube.com$swf"
-----8<---------------------------------------------------------------




$ make dumpconfig

Building in directories: libbase libgeometry libamf server backend utilities gui testsuite po   plugin extensions
Some directories may be excluded from the build
Linux DebianLaptop 2.6.18-4-686 #1 SMP Wed Apr 18 09:55:10 UTC 2007 i686 GNU/Linux
g++ -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --with-tune=i686 --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
CXXFLAGS: -g -O2 -pthread     -W     -Wall     -Wcast-align     -Wcast-qual     -Wpointer-arith     -Wreturn-type

Image decoding support...
       JPEG_CFLAGS is
       JPEG_LIBS is -ljpeg
       PNG_CFLAGS is
       PNG_LIBS is
Audio decoding support...
       GSTREAMER_CFLAGS is -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2
       GSTREAMER_LIBS is -Wl,--export-dynamic -pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lxml2 -lglib-2.0
GUI Toolkit decoding support...
       SDL_CFLAGS is
       SDL_LIBS is
       GTK2_CFLAGS is -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12
       GTK2_LIBS is -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
       PANGO_CFLAGS is -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
       PANGO_LIBS is -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
       ATK_CFLAGS is -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
       ATK_LIBS is -latk-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
       X11_CFLAGS is -I/usr/include
       X11_LIBS is -lX11 -lXinerama -lXext -lSM -lICE
Support libraries...
       INCLTDL
       LIBLTDL -lltdl
       GLIB_CFLAGS is -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
       GLIB_LIBS is -lglib-2.0
       Z_CFLAGS is
       Z_LIBS is -lz
       LIBXML_CFLAGS is -I/usr/include/libxml2
       LIBXML_LIBS is -lxml2
       FREETYPE2_CFLAGS is -I/usr/include/freetype2
       FREETYPE2_LIBS is -lfreetype -lz
       FONTCONFIG_CFLAGS is
       FONTCONFIG_LIBS is -lfontconfig
       PTHREAD_CFLAGS is -pthread
       PTHREAD_LIBS is -lpthread
       CURL_CFLAGS is
       CURL_LIBS is -L/usr/lib -lcurl
       BOOST_CFLAGS is -I/usr/include
       BOOST_LIBS is -lboost_date_time -lboost_thread
       MING_VERSION_CODE 00040005
       MING_LIBS -L/usr/local/lib -lz -lm -lungif -lpng -lming
       MING_CFLAGS -I/usr/local/include
       MAKESWF /usr/local/bin/makeswf
       MTASC /usr/bin/mtasc
       MTASC CLASSPATH /usr/bin/std
Graphics support...
       CAIRO_CFLAGS is -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12
       CAIRO_LIBS is -lcairo
       AGG_CFLAGS is -I/usr/include/agg2
       AGG_LIBS is -lagg_pic
A blank value for CFLAGS means the header is installed in the
default system header location. All the LIBS should have a
legit value

Configurable options are:
Media handler: gst
Renderer engine: agg
GUI: gtk2
Extensions:





$ ./youtube_test.sh
19763] 11:18:24: Verbose output turned on
19763] 11:18:24: No rendering flags specified, using rcfile

(<unknown>:19763): Gtk-WARNING **: Locale not supported by C library.
       Using the fallback 'C' locale.
19763] 11:18:24: Checking support for MIT-SHM...
19763] 11:18:24: NOTICE: MIT-SHM available (version 1.1)!
19763] 11:18:24: Created top level window
19763] 11:18:24: ERROR: Couldn't find pixmap file: GnashG.png

* (<unknown>:19763): WARNING *: Couldn't find pixmap file: GnashG.png
19763] 11:18:24: X server pixel format is (R16:8, G8:8, B0:8, 32 bpp)
19763] 11:18:24: X server is using BGRA32 pixel format
19763] 11:18:24: framebuffer pixel format is BGRA32
19763] 11:18:24: Base url set to: http://youtube.com/player2.swf?hl=en&BASE_YT_URL=http://youtube.com/&video_id=xJOGq5XTojo&l=193&t=OEgsToPDskJ-wi4cj3V_gQTS6ubMuZhn&soff=1&sk=q8FsIowkJ8mn_hrEbmkyIgC
19763] 11:18:24: SECURITY: Load from host youtube.com granted (default).
19763] 11:18:25: Movie http://youtube.com/player2.swf?hl=en&BASE_YT_URL=http://youtube.com/&video_id=xJOGq5XTojo&l=193&t=OEgsToPDskJ-wi4cj3V_gQTS6ubMuZhn&soff=1&sk=q8FsIowkJ8mn_hrEbmkyIgC (SWF7) added to library
19763] 11:18:25: GTK-AGG: Using shared memory image
19763] 11:18:25: initialized AGG buffer <0xb69dd000>, 666000 bytes, 450x370, rowsize is 1800 bytes
19763] 11:18:26: frame load advancement (from 4294967295 to 1)
19763] 11:18:26: ERROR: At end of stream, still no 'LogWindow' symbol found in m_exports (28 entries in it, follow)
19763] 11:18:26: frame load advancement (from 4294967295 to 1)
19763] 11:18:26: ERROR: At end of stream, still no 'LogWindowScrollbar' symbol found in m_exports (28 entries in it, follow)
19763] 11:18:26: DEBUG: video_stream_instance 0x82e3198 ctor
19763] 11:18:26: ERROR: Unimplemented: localconnection_send
19763] 11:18:26: ERROR: Unimplemented: sharedobject_getlocal
19763] 11:18:26: ERROR: Unimplemented: MovieClip.attachAudio()
19763] 11:18:26: ERROR: Unimplemented: localconnection_send
19763] 11:18:26: DEBUG: gnash::as_value gnash::netconnection_new(const gnash::fn_call&) enter
19763] 11:18:26: DEBUG: static gnash::as_value gnash::NetConnection::connect_method(const gnash::fn_call&) enter
19763] 11:18:26: SECURITY: Load from host youtube.com granted (default).
19763] 11:18:26: Connecting to movie: http://youtube.com/get_video?video_id=xJOGq5XTojo&t=OEgsToPDskJ-wi4cj3V_gQTS6ubMuZhn
19763] 11:18:26: SECURITY: Load from host youtube.com granted (default).
19763] 11:18:27: Connection etablished to movie: http://youtube.com/get_video?video_id=xJOGq5XTojo&t=OEgsToPDskJ-wi4cj3V_gQTS6ubMuZhn
19763] 11:18:27: Pausing pipeline on startPlayback

Martin Guy <martinwguy>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #13496:  no-modern-pbutils.patch added by asac (669B - text/x-patch - does this help for you?)
file #13466:  youtube_debug-0-8-0.txt.gz added by udog (21KiB - application/gzip)
file #13465:  youtube_debug.txt.gz added by udog (35KiB - application/gzip)
file #13454:  youtube2.png added by udog (13KiB - image/png)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by asac (Updated the item)
  • -email is unavailable- added by tgc (Posted a comment)
  • -email is unavailable- added by udog (Updated the item)
  • -email is unavailable- added by strk (Updated the item)
  • -email is unavailable- added by martinwguy (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 11 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-07-30 tgc StatusNone Fixed
        Open/ClosedOpen Closed
    2007-07-29 strk Assigned toNone udog
    2007-07-27 asac Attached File- Added no-modern-pbutils.patch, #13496
    2007-07-25 udog Attached File- Added youtube_debug-0-8-0.txt.gz, #13466
    2007-07-25 udog Attached File- Added youtube_debug.txt.gz, #13465
    2007-07-24 strk Severity3 - Normal 5 - Blocker
    2007-07-24 udog Attached File- Added youtube2.png, #13454
        Severity5 - Blocker 3 - Normal
    2007-07-24 strk Severity3 - Normal 5 - Blocker
    2007-07-12 strk Carbon-Copy- Added udog

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code