You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use react-native-vlc-media-player to play a low-latency (~300ms) RTSP stream in a react native app. My IP camera defaults to TCP, but can be forced into UDP mode, and I have several working examples of streaming from the same camera using UDP in 100ms using various clients. In exploring how to replicate this in react-native-vlc-media-player, I used the '--rtsp-udp' flag in initOptions like this:
Initializing the player with the '--rtsp-udp' flag immediately causes the app to crash. I'm using the expo development client and an iPhone 15 running 18.4.1, and have experienced no other bugs so far! Will continue to post findings here.
I have set NSLocalNetworkUsageDescription in Info.plist and added the Multicast capability/entitlement in Xcode.
The text was updated successfully, but these errors were encountered:
I am trying to use react-native-vlc-media-player to play a low-latency (~300ms) RTSP stream in a react native app. My IP camera defaults to TCP, but can be forced into UDP mode, and I have several working examples of streaming from the same camera using UDP in 100ms using various clients. In exploring how to replicate this in react-native-vlc-media-player, I used the '--rtsp-udp' flag in initOptions like this:
Initializing the player with the '--rtsp-udp' flag immediately causes the app to crash. I'm using the expo development client and an iPhone 15 running 18.4.1, and have experienced no other bugs so far! Will continue to post findings here.
I have set NSLocalNetworkUsageDescription in Info.plist and added the Multicast capability/entitlement in Xcode.
The text was updated successfully, but these errors were encountered: