pipelka / vdr-plugin-xvdr

DISCONTINUED - XVDR Plugin for VDR
GNU General Public License v2.0
43 stars 22 forks source link

ARM platform and byte alignment #70

Closed kentnielsen closed 11 years ago

kentnielsen commented 11 years ago

It seems this plugin suffers from byte alignment problem on ARM platform. Are you willing to look into it? I can provide testing and logs. Let me know if any addition DEBUG options should be enabled. If it helps at all, it was just fixed in vnsi plugin https://github.com/opdenkamp/xbmc-pvr-addons/commit/db8b2f6a3babfca5819ea83655df71b424b9d17b

pipelka commented 11 years ago

Hi, The whole message (packet) structure will be unified in future. Both client and server will use the same way to send & receive packets. There is no date when this will happen but it's on my todo.

Preliminary fixes are welcome but I wont develop this twice (now as fix and then as full solution).

Regards, Alex

kentnielsen commented 11 years ago

OK, I'll be hoping and waiting for the new message structure.
Thanks for reply!