question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Millicast not working on React-Native - Expo

See original GitHub issue

Version affected

"@millicast/sdk": "^0.1.35"
"react-native-webrtc": "^106.0.0-beta.7"
"expo": "~47.0.8",

Describe the bug The app throws an error on startup. I’m trying to integrate Millicast into my existing React-Native Expo app. I’ve followed the guides at https://docs.dolby.io/streaming-apis/docs/rn and https://github.com/react-native-webrtc/react-native-webrtc/blob/master/Documentation/AndroidInstallation.md but am unable to get my app to start. I get this message in my debugger: MicrosoftTeams-image (2). After trying various different combinations of android config none of them resolved the issue.

I then tried to follow the Millicast guide by creating an empty project which unfortunately also didn’t work. Do I need to be using a specific combination of @millicast/sdk and react-native-webrtc to get this to work? Or is there a known working sample I can try out?

To Reproduce Follow the guide at https://docs.dolby.io/streaming-apis/docs/rn

Expected behavior To be able to use Millicast in a React Native Expo application.

Environment (please complete the following information):

  • OS: Android
  • Version 12
  • React Native 0.70.5

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
8BallBomBomcommented, Dec 2, 2022

Not a bad idea. I’ll add a section on the new docs about debugging.

1reaction
DannyBiezencommented, Dec 2, 2022

It seems the issue has somehow been resolved, TBH I’m unsure why it’s suddenly working again.

On a slightly unrelated note; it might be worth adding a section to the readme to tell users you won’t be able to use the chrome debugger.

Will close the issue, thanks for the help!

Read more comments on GitHub >

github_iconTop Results From Across the Web

React Native - Documentation
By default, React Native does not contain a native implementation of WebRTC, which is required by the Millicast SDK. The react-native-webrtc project ...
Read more >
millicast-sdk/README.md at main - GitHub
SDK for building a realtime broadcaster using the Millicast platform. ... In order to solve this, we have tested and worked along with...
Read more >
Uncaging the libwebrtc Beast from the Client-Side Zoo - Millicast
The problem persists of finding a more efficient way to decode the SDI/NDI/CEF libraries. It calls for a simplified player, with no encoding...
Read more >
Video - Expo Documentation
This page covers video-specific props and APIs. We encourage you to skim through this document to get basic video working, and then move...
Read more >
React Native with Expo app not rendering FlatList
Well there are several issues in your Expo Snack. First your expression of: {loading && <FlatList />}. is wrong because you're setting it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found