I am banging my head against the wall on this one. As an overview, the MythTV in 11.2 uses MythNetwork protocol 50, and every nuvexport I can find still uses MythNetwork protocol 40.
mythbackend --version
MythTV Version : Unknown
MythTV Branch : branches/release-0-22-fixes
Network Protocol : 50
Library API : 0.22.20091023-1
QT Version : 4.4.3
Options compiled in:
linux release using_oss using_alsa using_pulse using_jack using_backend using_dvb using_firewire using_frontend using_hdhomerun using_hdpvr using_iptv using_ivtv using_joystick_menu using_libfftw3 using_lirc using_mheg using_opengl_video using_opengl_vsync using_qtwebkit using_v4l using_x11 using_xrandr using_xv using_xvmc using_xvmc_vld using_xvmcw using_bindings_perl using_bindings_python using_opengl using_vdpau using_ffmpeg_threads using_libavc_5_3 using_live using_mheg
nuvexport
Incompatible protocol version (40 != 50) at /usr/lib/perl5/vendor_perl/5.10.0/MythTV.pm line 642.
Use of uninitialized value in string ne at /usr/lib/perl5/vendor_perl/5.10.0/MythTV.pm line 368.
Unable to connect to mythbackend, is it running?
Yes, mythbackend is running.
I went so far as to change the version in MythTV.pm to 50, just to see what would happen. What happened was nuvexport only picked up two out of about 20 shows, and rejected ffmpeg. It did like mencoder though.
I’ve tried nuvexport from the Packman repos, compiling it from source, and checked out the most current version from SVN. All the same.
I have no idea how to fix nuvexport to read MythNetwork protocol 50.
Is anyone running nuvexport on OpenSuse 11.2 64-bit, MythTV .22? Any ideas?