Pavel Tatarskiy
Pavel Tatarskiy
Hi! I have some site with media-content and video-player and I want to add button to player that will directly push content from site-player to VLC-player via your extension. Is...
### What do you want to do with Hls.js? Hi! To improve responsiveness of seeking I want to start playback with the lowest level and then switch to higher level...
Hi! I am developing some project and I want to allow users to upload their content to Mega.nz. In this case I don't want users to share their mega.nz credentials...
Hi! I have nginx config like this: ``` vod_mode remote; vod_upstream_location /remote; vod_metadata_cache metadata_cache 16m; vod_response_cache response_cache 512m; vod_base_url ''; server { listen 80; server_name localhost; root /opt/static; location /health...
Hi! I need to get some headers to be passed through from upstream in remote mode. For example when I am trying to get index.m3u8 I should get headers from...
Hi! I have code like this: ``` sm := stm.NewSitemap(0) sm.Create() sm.SetDefaultHost("https://example.org") sm.SetPublicPath(".") sm.SetCompress(true) // sm.SetSitemapsPath(".") sm.SetAdapter(&S3Adapter{}) sm.Add(stm.URL{{"loc", ""}, {"changefreq", "daily"}}) if err := makeThreadsSitemap(db, sm); err != nil {...
It would be great if also environment variables will be injected while enabling port forwarding. I am talking about SOME_SERVICE_HOST, SOME_SERVICE_PORT and so on...
I got error while precompilling my assets that there is no assets_manifest for ActionView::Base. I am currently using rails 4.0.13