Petro O. Bochan
Member
Hello, the IDecodedFrameInterceptor works only for transcoded frames. Is there a way to capture frames from all streams regardless if the frame has been transcoded or not?
Thanks,
P
Thanks,
P
You should enable decoding for all the streams and set the full interceptor class name (for example,Is there a way to capture frames from all streams regardless if the frame has been transcoded or not?
com.flashphoner.frameInterceptor.TestInterceptor
)streaming_video_decoder_fast_start=true
decoded_frame_interceptor=com.flashphoner.frameInterceptor.TestInterceptor
Transcoding == Decoding -> intercepting -> Encoding
You can forcefully enable transcoding for all the streams on the serverThanks for a reply. We need to be able to change/write any frames of any stream with or without transcoding. How do we do that?
disable_streaming_proxy=true
WCS uses YUV420 internally, so you should use YUV420 to BGR and back to YUV420 conversion.The question is: there are many YUV formats, which one do we use to convert it to OpenCV BGR format and then convert it back to WCS YUV format after processing?
We confirm the issue, the ticket WCS-3718 is raised. Will inform you about progress here.the "streamName" parameter is always "Stream_NAME" instead of being the variable stream name