magic-thomas

Results 18 issues of magic-thomas

I followed https://francoism90.github.io/mediadb-docs/guide/getting-started.html#installation . I got error. nginx: [emerg] unknown directive "vod_base_url" in /etc/nginx/nginx.conf How can I fix this ? p.s. ubuntu 20.04 / nginx 1.18

Sorry for this. This might not be a bug. But I can not find any clue on search, I need help. my app runs properly in local env, but not...

in nodejs ```js const cdp = await page.target().createCDPSession(); ``` it makes to use dev tool in Node . I'snt there way to do this with PHP ?

in blade view , I did ```php {!! clean( nl2br( e( $post->content ))) !!} ``` in my view page I see this result as html source. ```html ``` It does...

I guess I found Error. I tried this. ```php $path = 'app/public/favicons'; $this->makeDir( storage_path( $path ) ); $file_path = FaviconExtractor::fromUrl( $url )->fetchAndSaveTo(storage_path( $path ), $fileName ); dd($file_path); ``` $file_path give...

I am using vps 4 CPU, and guess it is enough for transcoding. 24MB file was tested in Laravel job. On processing I got this error. ```sh Symfony\Component\Process\Exception\ProcessTimedOutException The process...

I am try to use encrypted keys for HLS . Followings are my m3u8 files. ```txt // master.m3u8 #EXTM3U #EXT-X-STREAM-INF:BANDWIDTH=690800,RESOLUTION=1920x1080,CODECS="avc1.640028,mp4a.40.2",FRAME-RATE=23.976 master_0_500.m3u8 #EXT-X-STREAM-INF:BANDWIDTH=1240800,RESOLUTION=1920x1080,CODECS="avc1.640028,mp4a.40.2",FRAME-RATE=23.976 master_1_1000.m3u8 #EXT-X-ENDLIST ``` ```txt //master_1_1000.m3u8 #EXTM3U #EXT-X-VERSION:3 #EXT-X-TARGETDURATION:10...

My versions. ```sh NGINX_VERSION=1.23.1 NGINX_NJS_VERSION=0.7.6 ``` I have njs trouble. I guess it is about js_import . ```conf http { js_path "/data/njs/"; js_import hello from http/hello.js; } ``` This is...

I installed njs with source in Docker. How can I install njs-cli.

question
answered

Sorry, I am new. Do I need rtmp block in nginx conf for VOD only? I don't need real time streaming.