felix_aider
New Member
Hi
I'm having trouble playing my rtsp stream via WCS webRTC in flutter webview.
It seems like IOS device requires video and microphone permission even though it doesn't use them which is quite odd considering that no android devices require such permissions.
Is there any possibilities that I can play my rtsp stream in webview through low latency hls or bypass this permission issue?
This is how I initialize my Flashphoner sdk
'''
Flashphoner.init({ preferredMediaProviders: ['WebRTC', 'MSE'] });
'''
I did wrap the initializing logic with try catch block but playing video is major function in my service.
I'm having trouble playing my rtsp stream via WCS webRTC in flutter webview.
It seems like IOS device requires video and microphone permission even though it doesn't use them which is quite odd considering that no android devices require such permissions.
Is there any possibilities that I can play my rtsp stream in webview through low latency hls or bypass this permission issue?
This is how I initialize my Flashphoner sdk
'''
Flashphoner.init({ preferredMediaProviders: ['WebRTC', 'MSE'] });
'''
I did wrap the initializing logic with try catch block but playing video is major function in my service.
Last edited: