Thomas

Results 35 comments of Thomas

What a pity. Can you think of any other workaround? Or is it possible to use math functions like min max and then do some arithmetic? Thank you

@nebrelbug Sounds like a nice idea but let's just flip the subtraction in your example: `{{5 | subtract(it.num_array | min) | format}}` Sadly this simple example doesn't work. Overall it...

@nebrelbug Thanks for the idea, sadly we have a lot of subtractions with different variables so this approach won't work out in the long run. Do you think it is...

I had the same issue. When I want to use `BigDecimal` instead, I get the following compile error: ``` could not find implicit value for parameter tt: slick.ast.TypedType[Option[List[BigDecimal]]] def valueNumericArray...

Thanks for the information. So I guess the capture timestamp comes from the camera. I think it is impossible to keep the camera clock in sync with the phone (or...

Yes, I found a way to access the first timestamp. In my example it is an arbitrary number (matches RTP as this number will not be wall clock) something like...

Neat trick! I am for sure no Kotlin expert. Thank you! I added but still get the same issue. I had to replace `TimeUtils.currentTime()` with `System.nanoTime()`. So the calculation looks...

Thanks for guidance! Sadly it still gives me the same error. Any ideas what to do or where to start?

I see, so I will need to fork this repo and install it locally. This will take some time. I guess I will need to insert it here: https://github.com/ThibaultBee/StreamPack/blob/c0002e97004edd00ac4598ea8590c28449edb266/extensions/srt/src/main/java/io/github/thibaultbee/streampack/ext/srt/internal/endpoints/composites/sinks/SrtSink.kt#L131 something...

You mean coming from onRtspDataVideoNalUnitReceived? As far as I understood it comes from the RTP header (camera). I am not an expert but ChatGPT delivers me this: RTP Timestamp Unit:...