Replies: 5 comments 2 replies
-
Looks like freegate supports rtsp. I added it 1 or 2 weeks ago (not sure it has been released). Did you try that ? |
Beta Was this translation helpful? Give feedback.
-
Looks like freegate supports rtsp. I added it 1 or 2 weeks ago (not sure it has been released). Did you try that ? |
Beta Was this translation helpful? Give feedback.
-
@vuminhkh There is another enhancement we can do is to add an "offsetFromLive" to bufferConfig in order to enhance latency: Should be quite easy to prototype. I don't know well WebRTC, but it seems that RTMP can also be used for communications, This is something which can be integrated on android. It seems that rtsp and rtmp are not supported by AVPlayer ... |
Beta Was this translation helpful? Give feedback.
-
@vuminhkh I created : #3792 |
Beta Was this translation helpful? Give feedback.
-
@freeboub I'm not sure if your commit has anything with MSE extension, I just looked into the new props that you added to react native video, it looks like we can define playback speed / buffer, which is great because this is what's missing for me. When we check cameras recording usually I might event want to fast forward 16x. Anyway, for my little app, now I use react native video to watch recording, for streaming i'm using react native webrtc via TCP (UDP does not work with heavy WebRTC stream). I'll integrate the playback speed into my app to fast forward video recording. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I already used reac-native-video to display camera stream from remote URL (generated from Home Assistant backend), it's simple and it works great 👍, but it has some delays in this mode for live streaming. To improve the experience, I'm looking now in the source code of Frigate API which sends chunk of data via websocket and use MediaSource extension API to generate dynamic source for html video element on their web UI. I'm wondering it's there a way to do the same thing with react native video, it seems to me that react native video do not support media source extension api ? Is there a workaround to do the same thing ? Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions