[Howto] use videojs with HLS (videojs-contrib-hls.js)

posted in: computer | 0

checkout the live-example from http://jsbin.com/liwecukasi/edit?html,output The live-example code is: <!DOCTYPE html> <html> <head> <meta charset=utf-8 /> <title>videojs-contrib-hls embed</title> <link href=”https://cdnjs.cloudflare.com/ajax/libs/video.js/5.10.2/alt/video-js-cdn.css” rel=”stylesheet”> <script src=”https://cdnjs.cloudflare.com/ajax/libs/video.js/5.10.2/video.js”></script> <script src=”https://cdnjs.cloudflare.com/ajax/libs/videojs-contrib-hls/3.0.2/videojs-contrib-hls.js”></script> </head> <body> <h1>Video.js Example Embed</h1> <video id=”my_video_1″ class=”video-js vjs-default-skin” controls preload=”auto” width=”640″ height=”268″ data-setup='{}’> <source … Continued

[Howto] debug Horde Groupware

posted in: computer | 0

If you receive this webserver-error while querying the horde website [core:notice] [pid 18909:tid 34391285760] AH00052: child pid 18911 exit signal Bus error (10) it is an error in the processing of the horde *.php files, which often cause the killing … Continued