Hi, august wrote: > Hey, > > I noticed that the gmerlin player (both gmerlin and gmerlin_play) > cannot play files that I CAN play with my own test code written using > gmerlin_avdecoder > > this is strange. > > here is the output: > > gmerlin_play /home/august/Videos/bratislava_by_bike/outputSD30.mp4 > [pluginregistry] Error: dlopen failed for > /usr/local/lib/gmerlin/plugins/b_ogg.so: > /usr/local/lib/gmerlin/plugins/b_ogg.so: undefined symbol: > th_comment_init > [pluginregistry] Error: dlopen failed for > /usr/local/lib/gmerlin/plugins/e_theora.so: > /usr/lib/libtheoraenc.so.1: undefined symbol: theora_version_string > [pluginregistry] Error: Opening > /home/august/Videos/bratislava_by_bike/outputSD30.mp4 with "Still > image input plugin" failed > /home/august/Videos/bratislava_by_bike/outputSD30.mp4:1: parser error > : Document is empty > > ^ > /home/august/Videos/bratislava_by_bike/outputSD30.mp4:1: parser error > : Start tag expected, '<' not found > > ^ > [pluginregistry] Error: Opening > /home/august/Videos/bratislava_by_bike/outputSD30.mp4 with "Parser > for gmerlin EDLs" failed > [pluginregistry] Error: Opening > /home/august/Videos/bratislava_by_bike/outputSD30.mp4 with "Image > video input plugin" failed > [i_mikmod] Error: Cannot find mikmod executable > [pluginregistry] Error: Opening > /home/august/Videos/bratislava_by_bike/outputSD30.mp4 with "mikmod > input plugin" failed > [gmerlin_player] Error: Cannot open > /home/august/Videos/bratislava_by_bike/outputSD30.mp4 > ^C
You installed gmerlin-avdecoder *before* installing gmerlin. This means you have only the library but not the gmerlin plugins. Rerunning ./configure; make; make install for gmerlin-avdecoder should solve this. Burkhard ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Gmerlin-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gmerlin-general
