psketch wrote: > FYI - the old plugin didn't give me any similar problems - has the write > routine changed between 1.2 and 1.3 - maybe that can point us in the > right direction. Anything you'd like to me test/log?
How the data is passed from the plugin to the LMS player streaming system is quite similar between RTMP.pm and HLS.pm. In both cases the data is provided via a 'sysread' function which LMS calls when it wants data - the plugin doesn't write itself, it just buffers up data to be read. But this appears to be working fine. I think the problem is a result of extreme 'burstiness' of the data during startup, causing something in the socketwrapper/transcoding thing to get upset. ------------------------------------------------------------------------ utgg's Profile: http://forums.slimdevices.com/member.php?userid=40900 View this thread: http://forums.slimdevices.com/showthread.php?t=53229 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
