- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have one class inherit from VideoEncoderInterface, the code is as below
GlobalConfiguration::SetEncodedVideoFrameEnabled(true);
owt::base::VideoEncoderInterface* external_encoder = pVideoManager;
owt::base::Resolution resolution(width, height);
shared_ptr<LocalCustomizedStreamParameters> lcsp(new LocalCustomizedStreamParameters(true, true));
lcsp->Resolution(640, 480);
lcsp->Fps(30);
lcsp->Bitrate(1000);
local_stream_ = LocalStream::Create(lcsp, external_encoder);
but it doesn't work, no function of VideoEncoderInterface is called.
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page