microsoft / react-native-gallery

This repo contains the react-native Gallery app created by Microsoft
MIT License
141 stars 43 forks source link

vlc player (rtmp stream play) #451

Open annpeter opened 2 months ago

annpeter commented 2 months ago

Suggestion

I would like an example of playing an RTMP stream using VLC or another player. Can you provide one

Platforms

macOS, Windows

Sample code

No response

chrisglein commented 2 months ago

There is support for Windows on modules like react-native-video. This seems like a fair thing to cover in the React Native Gallery app, which covers a spread of common scenarios. Video playback is one of those.

Migrating this issue to the Gallery repo.

annpeter commented 2 months ago

react-native-video can only play regular videos and cannot play RTMP video streams. Currently, no component supporting RNW that can play video streams has been found.