Error setting property 'streamURL' of RTCVideoView
See original GitHub issueI just go this set up and started testing it but I am getting this msg any ideas?
[warn][tid:main][RCTUIManager.m:956] Error setting property 'streamURL' of RTCVideoView with tag #65:
Exception thrown while executing UI block: -[RTCVideoTrack copyWithZone:]: unrecognized selector sent to instance 0x14e051050
Issue Analytics
- State:
- Created 8 years ago
- Comments:37 (5 by maintainers)
Top Results From Across the Web
Property 'streamURL' does not exist on type 'IntrinsicAttributes ...
I am getting error red underline for streamURL. how can I fix this?? I want to make app for videocalling, as on the ......
Read more >Manage Participants Video & Audio Call - Video SDK Docs
Indicates the participant streams quality. Streams, Map of Stream, Returns Video & Audio Streams. Stream Object properties. Property Name, Type, Description ...
Read more >Invariant Violation: requireNativeComponent: "RTCVideoView ...
Hello, I am having trouble displaying an incoming video stream in a react-native-webrtc RTCView! The following error keeps coming up: ...
Read more >Build an Interactive Live Streaming App in Flutter - Facebook
you have added ah stream URL and stream key ah in. OBS studio. ... setting up your ah camera and and all other...
Read more >Top 10 Agora Alternatives & Agora Competitors [2023] - Morioh
... days fixing and updating application-side code if device-capture errors occur. ... and customization without the time and expense of building in-house.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hope this helps @jcgertig
I dispatch my stream into a store via an action once the promise is resolved. Also I don’t render the
RTCView
unlessthis.state.localStream != null
@jcgertig yeah i facing same issue … i write up my query on stackoverflow (http://stackoverflow.com/questions/36419884/failed-to-bind-eagldrawable-in-webrct-react-native) please let me know if anybody know about same.