lispEn 2022-12-13 16:36:29
454

HTTP live streaming example with Common lisp


HLS.js is a JavaScript library that implements an HTTP Live Streaming client. It relies on HTML5 video and MediaSource Extensions for playback.

https://github.com/video-dev/hls.js


Hunchentoot is a web server written in Common Lisp and at the same time a toolkit for building dynamic websites

http://edicl.github.io/hunchentoot/


How to install the web app

See the doc


Clone the repo

Get the code


Example:

http://localhost:8090/video-hls.html


#hls #hunchentoot


También te podría interesar
hackingEn 2022-07-13 10:20:31
hackingEn 2022-08-01 14:11:38
hackingEn 2022-07-07 17:27:57
Get started with lisp and Bootstrap 5
lispEn 2023-02-08 11:23:01
This is a series of posts about Common Lisp for the web. The toolkit that we are going to use is Hunchentoot.
lispEn 2022-12-13 17:02:36
This is a small project for starting with ningle which is a lightweight web application framework for Common Lisp.