[Asterisk-video] Re: Testing h324m loopback

Sergio Garcia Murillo sergio.garcia at fontventa.com
Tue Feb 27 03:13:03 MST 2007


From: "matteo brancaleoni" <mbrancaleoni at espia.it>
Sent: Tuesday, February 27, 2007 10:43 AM
> Hi,
> I've done:
> ffmpeg -i demo.avi -an -vcodec h263 -r 10 -s qcif -b 40k -g 50 -t 60
> video.mp4
>
> > mp4creator -hint=1 yourfile.mp4
>
> but when I start mp4creator, I have this error:
>
> MP4ERROR: MP4File::FindIntegerProperty: no such property -
> moov.trak[0].mdia.minf.stbl.stsd.*.esds.decConfigDescr.objectTypeId
> MP4ERROR: MP4File::FindIntegerProperty: no such property -
> moov.trak[1].mdia.minf.stbl.stsd.*.esds.decConfigDescr.objectTypeId

Those errors are normal, run mp4info video.mp4 to see if it has created both
tracks correctly.

>
> And of course the video is not played back with mp4play in * :
> [Feb 27 10:37:59] DEBUG[7090]: app_mp4.c:284 mp4_play:
> mp4play /tmp/video.mp4
> mp4play /tmp/video.mp4
> [Feb 27 10:37:59] DEBUG[7090]: app_mp4.c:308 mp4_play: found hint track
> 2
> found hint track 2
> [Feb 27 10:37:59] DEBUG[7090]: app_mp4.c:320 mp4_play: track 1 vide
> track 1 vide
> [Feb 27 10:37:59] DEBUG[7090]: app_mp4.c:308 mp4_play: found hint track
> 3
> found hint track 3
> [Feb 27 10:37:59] DEBUG[7090]: app_mp4.c:320 mp4_play: track 1 vide
> track 1 vide
> MP4ERROR: FindTrackId: Track index doesn't exist - track 2 type hint
>
> uhm
> I'm missing something ?
>

Also those traces are correct, except that I see 2 hint tracks for the same
video track.

Remove the log files in /tmp and run it again.
It should create a media_out_XXX.raw file for output video stream if
everything is correct,
rename it to .h263 and play it with vlc to see if it's correct.
If everything is fine thenh263 stream is been sent correctly to the handset
so it's not correctly
encoded yet.

Greetings
    Sergio




More information about the asterisk-video mailing list