Hello,
I have 2 usecases, one for encoding with live video, and the second for decoding file and display
When switching bwteen these usecase we encounter large delay.
How can we overcome this:
1. disabling printing can help here ? How should it be done ?
2. use one usecase instead of two ? With that single usecase can I decide when info is given into the decoder (the playback file) so that the usecase will function correctly also at time when there is no file input (playback is done only by demand) ?
Thank you,
Ran