razorRun / react-native-vlc-media-player

React native media player for video streaming and playing. Supports RTSP, RTMP and other protocols supported by VLC player
https://roshan.digital/
MIT License
356 stars 186 forks source link

is it possible to stream m3u ? #59

Open jomiva opened 3 years ago

jomiva commented 3 years ago

every time I tried to play a m3u files it closes the app, without any warning / error. this is what adb logcat says image

razorRun commented 3 years ago

Does it work with native vlc ?

On Sun, 28 Feb 2021 at 12:03 PM, Jose Valera notifications@github.com wrote:

every time I tried to play a m3u files it closes the app, without any warning / error. this is what adb logcat says [image: image] https://user-images.githubusercontent.com/48603039/109402707-57987d80-792e-11eb-9f83-299d3461dac3.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/razorRun/react-native-vlc-media-player/issues/59, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFB72EBIRSPBV64VCIXSSATTBF22JANCNFSM4YKMYFNA .

jomiva commented 3 years ago

Does it work with native vlc ? On Sun, 28 Feb 2021 at 12:03 PM, Jose Valera @.***> wrote: every time I tried to play a m3u files it closes the app, without any warning / error. this is what adb logcat says [image: image] https://user-images.githubusercontent.com/48603039/109402707-57987d80-792e-11eb-9f83-299d3461dac3.png — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#59>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFB72EBIRSPBV64VCIXSSATTBF22JANCNFSM4YKMYFNA .

Yes, It works with native VLC.