How to broadcast media files on monitor screen? - flutter

I need help. I can’t figure out how to write a mini application on Flutter where video files and pictures are broadcasted on the monitor screen. It should look like a photo frame with video files. Do you have any ideas how to implement this?
It is not possible to combine the video file and pictures in the application. This is an application for constantly displaying advertising content on the monitor. Do you have any other ideas about this?

Related

Saving and segmenting video from a video camera stream in Flutter

I need to create a small MVP application that will work like a video recorder. The video in it should be segmented on the phone and sent to the server in parts. Is it possible to implement something similar in Flutter? And if there are ready-made libraries that allow you to segment the video stream, I will be grateful for the recommendations.

How to show video player when the application is in minimised

I am making a video streaming application. I want my application to show the video player in a tiny window when the app is minimised while playing like amazon prime app.Is there any way to implement this
This feature is known as pictures in picture mode. I used this plugin pip_flutter to implement this feature.

access iphone camera stream with a window on top (phonegap)

I have been looking around but have not found anything pertaining to phonegap. Is there a way to access the iphone camera and capture the stream while keeping the webview on top? Some sample code would be sweet.

How to play/open video file embedded with a PDF?

I have created a PDF viewer on iphone. Currently my app is able to detect links to web pages and buttons for navigation within PDF.
But it unable to play Audio/Video contents embedded with PDF.
I creates custom PDf which has button(link to a local video file) to play video file. But iphone can't play the video. (when I tap on button, it says "NULL file ....")
I want to know is it possible to do? and if anyone have done it please give me a help. It will be a huge help for me.
No it is not possible to play a video inside a PDF,
if you cannot play the video on an iPhone, i would suggest to convert it to a file that the iPhone can play
You can do this by using PSPDFKit.
See documentation. Its best. :)
I was able to play the pdf embedef video not by acobat official app but thru thr drop box app! Wonder why acrobat not providing the function.
https://www.dropbox.com/l/scl/AAAHBU-oAQ0GjIWW4UMzIpTNYwitnWMMfFo
This is the dropbox pdf file with embeded MP4.

How to make swf file smaller?

I'm trying to capture a video demo of my iPhone app so I can post it on Youtube.
I'm using Jing application (http://www.techsmith.com/jing/) for Mac, and was able to capture a video of the app. However, I looked at the resulting file size and it's 130MB!!! That's huge!
The video is 3:40 mins.
Any tips on how I can make the size of the file smaller, so that I can easily share it and post it on Youtube?
Thanks!!
Make the dimensions smaller, don't have a keyframe as every single frame, change the quality from best to good, same for audio (best to good), change the format. Isn't it kind of strange that you're posting a SWF movie for an iPhone app? Haha, anyway, hope this works!