Hi, I'm having this problem compiling the plugin and wonder if you could help me.
Could also any of the developers comment on the future of this plugin?. I think it's a very good idea.
Thanks, luis
make[1]: Entering directory `/home/vdr/ies-1.4.0/vdr-1.4.0/PLUGINS/ src/softdevice2net-0.0.1' g++ -g -O2 -Wall -Woverloaded-virtual -c -DUSE_MMX -DUSE_MMX2 - DPLUGIN_NAME_I18N='"softdevice2net"' -D_GNU_SOURCE -I../../../../DVB/ include -I../../../include -I../../../../DVB/include -I/usr/include/ ffmpeg/ -I/usr/lib/libavformat video-net.c video-net.c: In member function `AVStream* cFBVideoOut::add_video_stream(AVFormatContext*, int)': video-net.c:39: error: cannot convert `AVCodecContext**' to `AVCodecContext*' in assignment video-net.c:49: error: 'struct AVCodecContext' has no member named 'frame_rate' video-net.c:50: error: 'struct AVCodecContext' has no member named 'frame_rate_base' video-net.c: In member function `void cFBVideoOut::open_video (AVFormatContext*, AVStream*)': video-net.c:102: error: cannot convert `AVCodecContext**' to `AVCodecContext*' in assignment video-net.c: In member function `void cFBVideoOut::write_video_frame (AVFormatContext*, AVStream*, AVFrame*)': video-net.c:177: error: cannot convert `AVCodecContext**' to `AVCodecContext*' in assignment video-net.c: In member function `void cFBVideoOut::close_video (AVFormatContext*, AVStream*)': video-net.c:210: error: cannot convert `AVCodecContext**' to `AVCodecContext*' for argument `1' to `int avcodec_close (AVCodecContext*)' video-net.c: At global scope: video-net.c:222: warning: 'fb_mutex' defined but not used make[1]: *** [video-net.o] Error 1