Enis Gegic

Results 5 comments of Enis Gegic

@platonish I could not manage to send it through this header. I am sending token trough separate request in my app.

This can also cause strange echo problems on Samsung devices because incorrect speaker and microphone is used. I tried all available echo cancelation algorithms to solve the problem, but I...

Anyone still facing this issue can use the patch below to fix it. ``` diff --git a/node_modules/react-native-jw-media-player/android/src/main/java/com/appgoalz/rnjwplayer/RNJWPlayerView.java b/node_modules/react-native-jw-media-player/android/src/main/java/com/appgoalz/rnjwplayer/RNJWPlayerView.java index 8248d56..bb79d81 100755 --- a/node_modules/react-native-jw-media-player/android/src/main/java/com/appgoalz/rnjwplayer/RNJWPlayerView.java +++ b/node_modules/react-native-jw-media-player/android/src/main/java/com/appgoalz/rnjwplayer/RNJWPlayerView.java @@ -651,24 +651,14 @@ public...

@mario-deaconescu Good job adding this feature! I used this as a patch until this gets merged and discovered small issue with video output. Recorded videos longer than 10 seconds had...