Lucas Nogueira
Lucas Nogueira
@JamesTerm Thanks for your reply. Are you sure that the `NativeHandleBuffer` is a compressed frame? Since it inherits from the `webrtc::VideoFrameBuffer` isn't it supposed to be a decoded frame? I...
What I am talking about is that once we decode the image, it gives us a `webrtc::VideoFrameBuffer`, but a custom implementation named `NativeHandleBuffer`, but that must be a raw video...
Thank you very much. This information will certainly help me figure this out. I should start working on this decoding part again soon and will post here when I have...
> Hi @lnogueir Did you have any update? Hey @Meonardo, sorry I do not.
I would like to do the same thing. @mauserzjeh did you figure out how to do that?
> @lnogueir I ended up using the standard `html/template` library to load the template and then just wrote its content to a string variable I guess I will have to...
> For missing metadata group length we do hav a flag for that, but can consider automatic fallback behavior: > > https://github.com/suyashkumar/dicom/blob/65259e55c2dd96a811e752aff2864ef16b903351/read.go#L184 > > I think originally the idea was...
I noticed that the following files (also from pydicom) do not error, but drop values: 1. [rtdose_rle.dcm](https://github.com/pydicom/pydicom/blob/ce7424b427fed66be1cc39f54beb70152715e215/pydicom/data/test_files/rtdose_rle.dcm) 2. [rtdose_rle_1frame.dcm](https://github.com/pydicom/pydicom/blob/ce7424b427fed66be1cc39f54beb70152715e215/pydicom/data/test_files/rtdose_rle.dcm) (seems to be the same issue as the file above) The...
The `data` handler type is just handling either a `candidate`, `offer`, or `answer` messages from the other peer.
> failed-to-set-remote-answer-sdp-called-in-wrong-state-stable I'm still facing this problem when type is answer. I am not prioritizing this right now, but I will try taking a look at it during the weekend....