Hi I am getting following error in the backendless Media services in version 3 of backendless
RTMPClient -> eventFailed: code = -7, description = fault code = -1 < Input or/and Output Stream is not opened (-1) >, calls = 0
I cant seem to find any reference for it in the backendless docs.
Can you tell me what seems to be the issue here
Hi, Umer Naseer.
What SDK do you use?
Could you post here code snippet where this error occurs?
Oleg Vyalyh ,I am using this version
pod 'Backendless-ios-SDK', '3.0.33'
And here is the code where i am getting the error:
MediaPublishOptions *options = _switchView.on? [MediaPublishOptions liveStream:self.preview] : [MediaPublishOptions recordStream:self.preview];
options.videoCodecId = MP_VIDEO_CODEC_H264;
options.audioCodecId = MP_AUDIO_CODEC_AAC;
options.orientation = AVCaptureVideoOrientationPortrait;
options.resolution = RESOLUTION_VGA;
_publisher =[backendless.mediaService publishStream:_streamName tube:VIDEO_TUBE options:options responder:self];
Umer,
We do not support the media services anymore, that functionality has been disabled in Backendless.
Regards,
Mark