I am trying to make a live streaming app out of flutter and I am live streaming video captured from camera and I want to add water mark on video. So basically what I want is to integrate watermark on Camera.
Related
I've managed to implement the video calling feature. Based on my requirement the remote user's video and audio get rendered inside the unity in a tv screen. I have disabled the local player's video.
I want to add audio spatialisation to that remote user's audio. So the audio intensity should differ when the player moves near to the screen.
I tried using some functions: SetRemoteVoicePosition() and EnableSoundPositionIndication() but it's not working.
Want to integrate video player with diffrent quality option with below url in flutter
http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4
Also, guide me on video player and streaming concept.
Hi You can use this plugin to ``Video-player to achieve it. They provide a option for video playback controller and video player options.
I have just implemented taking videos with the camera plugin on Flutter Web. After I stop recording, there's no way to show the users the video they have just recorded. The video player plugin won't play files on Flutter web, is there any other way to go about this?
I record video with flutter camera package. However recorded video quality is very low although I set resolutionPreset is ResolutionPreset.max. Video details: video's resolution 640/480 which I record from flutter, video's resolution 1920/1080 whick I record with device native camera application. How can I improve video quality like as video recorded by native camera application?
I am building an app which can play the video from library and at the same record a video using camera. Is it possible to watch a video and record a video simultaneously?
Here a sample in link iPhone media gallery for both image and video support here