On Thu, Nov 7, 2013 at 2:46 AM, Gabriele Giacone <[email protected]> wrote: > Ubuntu version is old 0.8.11~git20120629 like debian wheezy one. > Current Debian 0.8.11~git20130903-3 fixes that.
I'm using the latest version from the gnash repository for Ubuntu 10.04 LTS i386-- $ uname -a Linux ordinate 2.6.32-52-generic #114-Ubuntu SMP Wed Sep 11 19:00:15 UTC 2013 i686 GNU/Linux $ gnash -vv --version Gnash 0.8.10 (0.8.10-20120131-none) Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 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 Renderers: agg cairo Hardware Acceleration: none GUI: GTK Media handlers: gst ffmpeg Configured with: CFLAGS=-Wall -g -Werror-implicit-function-declaration -O2 CXXFLAGS=-g -O2 --host=i486-linux-gnu --build=i486-linux-gnu --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --infodir=/usr/share/info --with-plugins-install=system --disable-dependency-tracking --disable-testsuite --disable-rpath --enable-cygnal --enable-renderer=agg,cairo --enable-extensions=fileio,lirc,mysql --enable-jemalloc --enable-media=gst,ffmpeg --enable-gui=gtk,qt4 CXXFLAGS: -g -O2 -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -fvisibility-inlines-hidden Sounds like I should try this on a newer version of gnash under my Ubuntu 12.04 installation. > chithead reports that video started playing once you chose 240p > resolution. Can you confirm that? > > A workaround is switching to gstreamer media handler: > > $ echo "set MediaHandler gst" > ~/.gnashrc > > In command above replace "-M ffmpeg" with "-M gst". I don't have a ~/.gnashrc and I tried both "-M gst" with 360p and "-M ffmpeg" with 240p and observed no change in results... 18357:3] 32555 ERROR: Can't read file header 18357:3] 32555 ERROR: Unknown file type 18357:3] 32591 ERROR: Couldn't load library movie 'https://www.youtube.com/ptracking?pltype=contentugc&ptchn=undefined&oid=Fui4NOug_Ci324lNj82y1w&ei=QDp7UuaXE6vPggKSloGoAw&plid=AATqkM2YdS1ZKIHK&ptk=e-Muzyka&video_id=4xeivKv5sMs' Whereas, "-M gst" with 240p seg faults downstream of swfdec_gst_decoder_init() from libgnashmedia-0.8.10.so. Sorry, I don't have the debugging symbols. Program received signal SIGSEGV, Segmentation fault. 0x01163dc6 in g_slice_alloc () from /lib/libglib-2.0.so.0 (gdb) bt #0 0x01163dc6 in g_slice_alloc () from /lib/libglib-2.0.so.0 #1 0x01165982 in g_slist_prepend () from /lib/libglib-2.0.so.0 #2 0x010d5b40 in ?? () from /usr/lib/libgobject-2.0.so.0 #3 0x010d6c4c in g_object_newv () from /usr/lib/libgobject-2.0.so.0 #4 0x010d790c in g_object_new_valist () from /usr/lib/libgobject-2.0.so.0 #5 0x010d7a27 in g_object_new () from /usr/lib/libgobject-2.0.so.0 #6 0x01899f4f in gst_static_pad_template_get () from /usr/lib/libgstreamer-0.10.so.0 #7 0x031bc5b7 in ?? () from /usr/lib/gstreamer-0.10/libgstmad.so #8 0x010f137c in g_type_class_ref () from /usr/lib/libgobject-2.0.so.0 #9 0x010d76c3 in g_object_new_valist () from /usr/lib/libgobject-2.0.so.0 #10 0x010d7a27 in g_object_new () from /usr/lib/libgobject-2.0.so.0 #11 0x0187cdfc in gst_element_factory_create () from /usr/lib/libgstreamer-0.10.so.0 #12 0x009743ae in swfdec_gst_decoder_init () from /usr/lib/gnash/libgnashmedia-0.8.10.so #13 0x00962a7c in gnash::media::gst::AudioDecoderGst::setup(_GstCaps*) () from /usr/lib/gnash/libgnashmedia-0.8.10.so #14 0x009634d2 in gnash::media::gst::AudioDecoderGst::AudioDecoderGst(gnash::media::AudioInfo const&) () from /usr/lib/gnash/libgnashmedia-0.8.10.so #15 0x0096f4bc in gnash::media::gst::MediaHandlerGst::createAudioDecoder(gnash::media::AudioInfo const&) () from /usr/lib/gnash/libgnashmedia-0.8.10.so #16 0x00364af4 in gnash::NetStream_as::initAudioDecoder(gnash::media::AudioInfo const&) () from /usr/lib/gnash/libgnashcore-0.8.10.so #17 0x0036506e in gnash::NetStream_as::pushDecodedAudioFrames(unsigned int) () from /usr/lib/gnash/libgnashcore-0.8.10.so #18 0x00365537 in gnash::NetStream_as::refreshAudioBuffer() () from /usr/lib/gnash/libgnashcore-0.8.10.so #19 0x00365bb2 in gnash::NetStream_as::update() () from /usr/lib/gnash/libgnashcore-0.8.10.so #20 0x0025c800 in gnash::movie_root::executeAdvanceCallbacks() () from /usr/lib/gnash/libgnashcore-0.8.10.so #21 0x0025c938 in gnash::movie_root::advance() () from /usr/lib/gnash/libgnashcore-0.8.10.so #22 0x0808007d in gnash::Gui::advanceMovie(bool) () #23 0x0809f8a9 in ?? () #24 0x01145e5c in ?? () from /lib/libglib-2.0.so.0 #25 0x011456e5 in g_main_context_dispatch () from /lib/libglib-2.0.so.0 #26 0x011493d8 in ?? () from /lib/libglib-2.0.so.0 #27 0x01149917 in g_main_loop_run () from /lib/libglib-2.0.so.0 #28 0x00b8f3d9 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 #29 0x0809961e in gnash::GtkGui::run() () #30 0x0808a06f in gnash::Player::run(int, char**, std::string const&, std::string const&) () #31 0x08061814 in playFile(gnash::Player&, int, char**, std::string const&) () #32 0x08067e9a in main () _______________________________________________ Gnash-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnash-dev

