[FFmpeg-user] Streaming fbdev

Tomasz Łatka tomasz.latka89 at gmail.com
Thu Feb 20 10:15:25 CET 2014


Hi,

I'm new in ffmpeg. I want to stream linux framebuffer, but I have a 
problem when I want open fbdev:

/    int ret = 0;//
//    char* error = (char*)malloc(1024);//
//
//    const char *filename = "fbdev";//
//    av_register_all();//
//    AVFormatContext *avfc = avformat_alloc_context();//
//    ret = avformat_open_input(&avfc, filename, NULL, NULL);//
//    if (ret < 0)//
//    {//
//       av_strerror(ret, error, 1024);//
//       printf("\tERROR %s\n", error);//
//       abort();//
//    }/

I get a error "Invalid data found when processing input"

Any sugestions?

Thanks for the help.
Tomek


More information about the ffmpeg-user mailing list