I want to play a video which being received from websocket (wss) on flutter application.
There is a great plugin called flutter_mjpeg
The problem is that the plugin can only accept http protocol but not wss.
What is the best approach to play the video stream in the app?
Related
I am trying to play the rtsp in my flutter app using this plugin video_player but this is showing Player Exception how to play rtsp only using this video player?
Have you tried flutter_vlc_player for better rtsp support?
https://pub.dev/packages/flutter_vlc_player
I had a combo of rtmp, rtsp, http mp4 clips and http motion jpeg and flutter_vlc_player handles them. I think video_player just doesn't do everything.
I want develop an video call application for mobile. I search a lot but I dont' find a library in flutter, dart programming language for capture audio and video from webcam and microphone. I want get a single data flow/stream thus I can send it via socket from client to client.
Can you tell me if there is a way to capture video with audio and send it via socket with dart?
I'm building a frontend for a proprietary IPTV backend, which receives its channel streams via multicast, then for the end users it uses udpxy to convert the traffic from multicast to HTTP. However, neither ExoPlayer or AVFoundation seem to accept this stream (both the VLC app & flutter_vlc_player play this stream nicely) - I'm using the video_player plugin for Flutter, so I may miss over some live stream specific impls. Can anyone point me in the right direction? Thanks!
Media information (VLC):
udpxy: udpxy 1.0-23.12 (prod) standard [Linux 5.10.0-10-amd64 x86_64], the output stream is application/octet-stream (maybe that can cause some problems?)
Anybody having idea how to play RTSPS stream in Flutter/Android Player. I am fetching Stream URL from Nest Camera API device, But it returns RTSPS Stream URL which is not playable. Can Anyone Guide me how to play it, Just for INfO its RTSPS url stream not RTSP?
I came across the following library for playing RTSPS streams however I'm experiencing a Read timed out error when attempting to play the rtsps:// stream returned from the Google Nest API.
https://github.com/alexeyvasilyev/rtsp-client-android
I would be very interested to know if this library works for you or if anyone has managed to play these rtsps streams on Android or iOS.
I have tried lot of research.. let me know how to live stream without camera view using RTMP server.I have tried with flutter_live,flutter_webrtc and rtmp_publiser plugin's.
Please try to describe your use scenaio:
What do you want to use to publish to RTMP server? OBS? FFmpeg? Chrome? Android? iOS?
What do you want to play the stream from RTMP server? VLC? Chrome? Android ? iOS?
Why do you need WebRTC?
What did you connect the camera to?
What app or platform like you want? YouTube? Twitter? Discord? Zoom? TikTok?
Conflict question, because WebRTC always use camera:
In flutter how to use WebRTC to stream video to RTMP?
how to live stream without camera
Didn't get you.