Martin Trobäck
Martin Trobäck
> I would rather see the original author in the commit, can you cherry-pick and add your changes on top @lekoaf ? I'm not sure. Can I? I started this...
I think you need to go deeper. `import {pipelines} from 'media-stream-library/dist/esm/index.browser'`.
@marklagendijk, perhaps the [media-stream-player](https://github.com/AxisCommunications/media-stream-player-js) might be something for you to try instead? It's a React implementation of this library specifically targeting AXIS cameras, with a fully fledged video player out...
> Expect this polyfills https://github.com/zloirock/core-js/blob/master/CONTRIBUTING.md
Nope, sorry. https://caniuse.com/?search=H.265
``` /** * When playing a recording, the time the video started * (used for labeling with an absolute time) formatted * as an ISO time, e.g.: 2021-02-03T12:21:57.465715Z */ readonly...
Hmm, does something like this not already exist? @barnomasoz ?
@177taki, if you can make it work, go for it. `initialOffset` needs a default value of `0` though.
Something like this maybe? ```javascript const [offset, setOffset] = useState( vapixParameters['recordingid'] !== undefined && initialOffset !== undefined ? initialOffset : 0 ) ```
@177taki be my guest.