expectingtofly wrote: > Do we just need to put a sleep in there somehwhere? I'll have a look.
There is a sleep in the playhls.sh script. Perversely the faster the processor the bigger the sleep value. It seems the problem with using the shell script is that that stdout pipes are not connected by LMS when the playing application (vlc,ffmpeg/mplayer) starts and so that application shuts down immediately soince it can't conmnect its output so a sleep is needed to delay startup of the application. The best way to debug this problem is to use LMS logging player.source set to DEBUG and if possible run LMS from a shell prompt as then output from the playhls.sh script appears on display. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=53229 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
