TheWidlarzGroup / react-native-video

A <Video /> component for react-native
http://thewidlarzgroup.github.io/react-native-video/
MIT License
7.14k stars 2.88k forks source link

RTMP support #667

Open kelvinaliyanto opened 7 years ago

kelvinaliyanto commented 7 years ago

Hi, great work! But does it support RTMP streaming?

sabbyt commented 7 years ago

@kelvinaliyanto This is built on top of react-native-video and supports rtmp and rtsp https://www.npmjs.com/package/react-native-vlc

kelvinaliyanto commented 7 years ago

@sabbyt I believe react-native-vlc only supports Android. Do you have any idea of other work supporting iOS? Thanks

sabbyt commented 7 years ago

@kelvinaliyanto haven't used it myself but this seems to be the iOS version https://github.com/xiongchuan86/react-native-vlcplayer

imagine10255 commented 6 years ago

@sabbyt Do you have successful use? I am also looking for support rtmp suite

asukiaaa commented 6 years ago

I succeeded in viewing rtmp live stream on Android with using this lib. https://github.com/NodeMedia/react-native-nodemediaclient

edison-fe-html commented 3 years ago

+1

aeliusventure commented 3 years ago

@asukiaaa - Is there any way to capture screenshot from live streaming?

lewatt23 commented 2 years ago

@aeliusventure found any solution ?

chaunhatquang commented 2 years ago

I succeeded in viewing rtmp live stream on Android with using this lib. https://github.com/NodeMedia/react-native-nodemediaclient

until now, I can't play rtmp althought status notification NetStream.Buffer.Full. Plz help me?

endrits079 commented 1 year ago

Why is this closed, it is still wanted?

deflexable commented 1 year ago

any progress on this?

bachngocnhat commented 1 year ago

+1

freeboub commented 1 year ago

If someone wants to implement the feature, the expected changes are very similar to following PR: https://github.com/react-native-video/react-native-video/pull/2824 And an additionnal article for exoplayer integration: https://karthikponnam.medium.com/rtmp-player-android-using-exo-media-player-ac7a012b7a25

andreyukD commented 8 months ago

+1

freeboub commented 5 months ago

Need to add rtmp datasource support with plugin: media3-datasource-rtmp see a very similar PR here: https://github.com/react-native-video/react-native-video/pull/3677 I tagged the feature as a good first issue. Another mandatory requierement is to have sample stream ...