George Tavares
George Tavares
When we run containers on k8s, it is as Linux environments. The code to get memory is available here: https://github.com/elastic/apm-agent-dotnet/blob/master/src/Elastic.Apm/Metrics/MetricsProvider/FreeAndTotalMemoryProvider.cs#L58 It reads memory from /proc/meminfo. Unfortunately this information is not...
@kslimani In fact, if the plugin is not enabled in "plugins: [DashShakaPlayback]" it will fallback to hlsjs . If user select DashShakaPlayback he wants play with shaka, that can be...
I updated my pull request with kslimani sugestion. It is ok to me.
Streambox url is a MPEG2-TS stream, that is handled by Edge, Chromecast, and Safari (https://github.com/google/shaka-player/issues/860) . I published a stream using mp4 instead (built with ffmpeg and shaka-package) , you...
@kslimani About the mpeg2-ts stream that you tried before, shaka is planning support it in 2.3 release. In fact, hls.js transmux mpeg2-ts stream to fmp4 to play: https://github.com/google/shaka-player/issues/887 I hope...