Leandro Moreira

Results 210 comments of Leandro Moreira

Hi @gabrielirdeb this plugins relies on each playback therefore you don't need to specify each source for it, we're planing to add [this kind of support soon](https://github.com/clappr/clappr-level-selector-plugin/issues/24).

While I don't disagree with you @cowai, I want to point out some things first: - usually mobile should be served through hls and it's supposedly to work through adaptive...

@me-vlad I think we can only interact with the video tag by using [its events](https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Media_events) and [attributes](https://developer.mozilla.org/en/docs/Web/HTML/Element/video). I don't think we can proxy the requests too, therefore we can't see...

@cowai for sure submit your PR and we'll build this together :)

Thanks for this lib 🙇 ! Just to document `AV_CODEC_FLAG2_DROP_FRAME_TIMECODE` was also dropped by https://github.com/FFmpeg/FFmpeg/commit/f843460eb790d37e444e5946628f228421916537 Error log: ``` ../../go/pkg/mod/github.com/asticode/[email protected]/codec_context_flag.go:38:50: could not determine kind of name for C.AV_CODEC_FLAG2_DROP_FRAME_TIMECODE ../../go/pkg/mod/github.com/asticode/[email protected]/codec_context_flag.go:21:51: could not...

For those wanting to test this version, you can grab the latest commit and: ``` go get github.com/asticode/go-astiav@b205dafea2429a246090a9f9eb28feae70828443 ```

For now, I'm facing the following issue while using `b205dafea2429a246090a9f9eb28feae70828443` working to fix my usage though ``` 7.15 /go/pkg/mod/github.com/asticode/[email protected]/channel_layout.go:26:73: error: 'AV_CHANNEL_LAYOUT_3POINT1POINT2' undeclared here (not in a function); did you mean...

> Which `ffmpeg` version are you using? 🤔 I was using the wrong version, thanks, I've made some adjustment here and there n I was able to make my trasncoding...

> As far as I'm concerned, when updating s.encCodecContext, values should be the same as what's coming out of the filter. I guess the gotcha here is the need to...

I also prefer the server to be stateless that's why I think that updating the AST is easier and simpler, let me try to clarify: ``` [Live Transmission Source] -->...