ffmpeg - avformat_open_input return value, error code on NaCl Module -
i'm trying port ffmpeg nacl module.
so far, module linked ffmpeg , sdl libraries.
it can play yuv format video directed load memory , copy yuvoverlay buffer (it's easy).
now, want use ffmpeg decode video, when call function avformat_open_input returns -5
when input url string, such rtmp://
or mmsh://
; returns -1052488119
when input file name, such /saved/tmp
(i mount file system - html5fs).
there questions:
- what means of -5 , -1052488119?
- if file can't open avformat_open_input, possible input type buffer not file name or url string?
if i'm not question or description, can tell me. if doing same thing or having same problem, can discuss together.
thanks, jar
there ffmpeg
port in naclports. maybe useful you?
Comments
Post a Comment