NodeMediaClient-iOS icon indicating copy to clipboard operation
NodeMediaClient-iOS copied to clipboard

setRawVideoParamPixelformat not working

Open blagojcoJuca opened this issue 6 years ago • 0 comments

We are testing the library and we are trying to stream with custom width and height with setRawVideoParamPixelformat method in iOS. Here is the code:

self.np.setRawVideoParamPixelformat(NM_PIXEL_RGBA, width: 720, height: 580, fps: 30, bitrate: 800000, profile: VIDEO_PROFILE_MAIN)

The video is not transmitted, only the audio. We tried several combination with width and height, different bitrate and profile, but without success.

Note the with setVideoParamPreset method works fine, but we need custom width and height

Do you know what can be wrong?

blagojcoJuca avatar Aug 08 '18 19:08 blagojcoJuca