Ok... I was so worried about the software, that needed someone to point out the 
codec issue. Thank you !

The "ignoring" probably is about the audio stream, isn't it ?

[mov,mp4,m4a,3gp,3g2,mj2 @ 0xb7f475d0]negative ctts, ignoring

Most of time I have been using a video with avc1/mp4, with ffplay this one 
shows the "ignoring" message.

With a h264/mpga ffplay doesn't show the ignoring and I can hear the audio.


But...

1) Neither the FusionSound or the DirectFB-extra put the fusionsound libs on 
/usr/local/lib/directfb-1.1.0/interfaces. I did it myself, copying from the 
build directory of fusionsound.

2) With directfb I can also hear the audio now, but the video and audio freezes 
several times, for 5 or 10 secs, and after that completely hangs. I can leave 
the fullscreen mode of the application only with crtl+f7, and after that the 
whole computer hangs.


For now, I am prefering the ffmpeg because the video shows up smoothly than 
with xine, that has some flickering.

Are these problems (ffmpeg hang and xine flicker) solved with some 
configuration ? framebuffer ? "flags" or "caps" settings on the application ?

















-----Original Message-----
From:   Claudio Ciccani [mailto:[EMAIL PROTECTED]
Sent:   Fri 3/28/2008 11:29 AM
To:     Hugo Cesar Crohare Lavalle
Cc:     directfb-users@directfb.org
Subject:        Re: [directfb-users] no audio with ffmpeg


Il giorno ven, 28/03/2008 alle 10.40 -0300, Hugo Cesar Crohare Lavalle
ha scritto:
> Claudio,
> 
> Thank for your help, but it is still not working.
> 
> I installed FusionSound-1.1.1 (./configure, make and make install), then 
> installed again DirectFB-1.1.1 and DirectFB-extra-1.1.0.
> 

It seems that the audio stream is not found. 
Do you hear sound when playing with ffplay?

> 
> 
> *** The configure of FusionSound produces the following output:
> 
> Build options:
>   Version                   1.1.1
>   Install prefix            /usr/local
>   Config files in           /usr/local/etc
>   Build shared libs         yes
>   Build static libs         no
>   Build Module              yes
>   Build Voodoo Sound        no
>   Build Examples            yes
>   Build Tools               yes
>   Module directory          ${exec_prefix}/lib/
>   CPPFLAGS                  -D_GNU_SOURCE 
>   CFLAGS                    -Wall -O3 -ffast-math -pipe  
> -Werror-implicit-function-declaration
>   FUSION_CFLAGS             -D_REENTRANT -I/usr/local/include/directfb  
>   FUSION_LIBS               -L/usr/local/lib -lfusion -ldirect -lpthread  
> 
> Misc options:
>   IEEE floats:              no
>   Precision:                yes
>   Linear filter:            yes
>   Multichannel:             yes
> 
> Building Drivers:
>   OSS                       yes
>   ALSA                      yes
>   WAVE                      yes
> 
> Building Music Providers:
>   Timidity                  
>   Wave                      yes
>   Ogg/Vorbis                yes
>   MAD                       yes
>   CD-DA                     yes
>   FFmpeg                    yes
>   Playlist                  yes
> 
> 
> 
> 
> *** When building DirectFB-extra-1.1.0, it shows some warnings about ffmpeg:
> 
> ....
> 
> idirectfbvideoprovider_ffmpeg.c: In function 'put_packet':
> idirectfbvideoprovider_ffmpeg.c:279: warning: dereferencing type-punned 
> pointer will break strict-aliasing rules
> idirectfbvideoprovider_ffmpeg.c: In function 'get_packet':
> idirectfbvideoprovider_ffmpeg.c:294: warning: dereferencing type-punned 
> pointer will break strict-aliasing rules
> idirectfbvideoprovider_ffmpeg.c: In function 'flush_packets':
> idirectfbvideoprovider_ffmpeg.c:312: warning: dereferencing type-punned 
> pointer will break strict-aliasing rules
> idirectfbvideoprovider_ffmpeg.c: In function 'release_events':
> idirectfbvideoprovider_ffmpeg.c:352: warning: dereferencing type-punned 
> pointer will break strict-aliasing rules
> idirectfbvideoprovider_ffmpeg.c: In function 
> 'IDirectFBVideoProvider_FFmpeg_AttachEventBuffer':
> idirectfbvideoprovider_ffmpeg.c:1456: warning: dereferencing type-punned 
> pointer will break strict-aliasing rules
> idirectfbvideoprovider_ffmpeg.c: In function 
> 'IDirectFBVideoProvider_FFmpeg_DetachEventBuffer':
> idirectfbvideoprovider_ffmpeg.c:1478: warning: dereferencing type-punned 
> pointer will break strict-aliasing rules
> idirectfbvideoprovider_ffmpeg.c: In function 'Construct':
> idirectfbvideoprovider_ffmpeg.c:1715: warning: dereferencing type-punned 
> pointer will break strict-aliasing rules
> 
> ....
> 
> checking for FusionSound... found
> 
> ....
> 
> Building Video Providers:
>   AviFile                no
>   Flash                  no
>   Libmpeg3               no
>   OpenQuicktime          no
>   Xine                   no
>   Swfdec                 no
>   FFmpeg                 yes
> 
> 
> 
> 
> *** Running the application (in this case, DFBSee):
> 
> (*) Direct/Interface: Loaded 'FFmpeg' implementation of 
> 'IDirectFBVideoProvider'.
> [mov,mp4,m4a,3gp,3g2,mj2 @ 0xb0bba5d0]negative ctts, ignoring
> (*) Direct/Thread: Running 'FFmpeg Input' (DEFAULT, 22938)...
> (*) Direct/Thread: Running 'FFmpeg Video' (DEFAULT, 22939)...
> 
> 
> 
> 
> 
> Hugo Lavalle
> 
> 
> 
> -----Original Message-----
> From: Claudio Ciccani [mailto:[EMAIL PROTECTED]
> Sent: Fri 3/28/2008 9:25 AM
> To:   Hugo Cesar Crohare Lavalle
> Cc:   directfb-users@directfb.org
> Subject:      Re: [directfb-users] no audio with ffmpeg
> 
> 
> Il giorno gio, 27/03/2008 alle 17.01 -0300, Hugo Cesar Crohare Lavalle
> ha scritto:
> > Hi,
> > 
> >     When I use ffmpeg as video provider, the video is ok, even better than 
> > with xine, but with no audio. (With xine audio is ok).
> >     Does anybody knows any solution ?
> >     
> 
> Download and install FusionSound.
> 
> http://directfb.org/downloads/Core/FusionSound-1.1.1.tar.gz
> 
> -- 
> Claudio Ciccani
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> http://directfb.org
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> directfb-users mailing list
> directfb-users@directfb.org
> http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
> 
-- 
Claudio Ciccani
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://directfb.org







_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to