Native Brightcove for Android - android

I successfully implemented the bright cove in native Android. But Currently am facing some problem as,
When i press the video and Press HOME button, the Video starts from First
When i lock the screen and the unlock the screen, the Video starts from First.
Did any one come through this problem. Can share the knowledge.
THanks.

Are you extending the BrightCovePlayer or BrightCovePlayerFragment in your implementation? It will be nice if you share the code snippet for the player setup.

Related

build screen recorder with expo

how can I build a screen recorder with expo react native. I want the screen recorder to capture whatever comes on the users screen except of any sensitive data ofcourse and then after recording is stopped by the user, it must convert the entire recording into a video and place it in the users view or basically show the video in the expo app. Another question is, will it be possible to make the screen recorder capture only one specific app while making the screen go black if the user switches to another app while recording?
Any help will be greatly appreciated.
Thank you

how to capture video without showing the camera window or program

i want to capture in android programming without showing the camera
only want to have two button, by clicking first button, it start capturing and by clicking the second, capturing will be stop and save the file somewhere in phone.
also saw this link Video Recording and Image Capture on Android using Camera Intents
its first week that i started android programming, thanks for your helps
There are two ways to capture videos on Android.
The first way is to use an Intent (a message) to ask applications able to capture video to start and to capture the video for you.
The second way is to build your own video recorder.
The first option is not suitable for you, as you will not be able to control the display of the called application.
Concerning the second option, there is a great tutorial on the official website about how to develop a camera application. Here is the link Camera App tutorial. Basically you will want to look to the part called "Building a Camera App" and "Capturing video". As you will see through the tutorial they use a SurfaceView (which you put in your layout just as any other view) to display the camera content. You can just follow the tutorial and then set the visibility of the view to false. Or, if you're more confident, you can try to skip part using the surfaceview.
Hope i could help !

How to make video stick on top?

When you play video in YouTube app, at first it's full screen. When you click back button it goes to this mode:
I have seen similar thing made in this app.
How is it made? Is there any particularly library? Thanks.

Youtube Player Android API no fullscreen button anymore

I have a Youtube Player in my Android app and I suddenly got a complaint from a customer that the full screen is not working anymore. So I checked my app and yep! The place where the 'full screen' button (bottom-right) should be, is now a cogwheel, which shows information about the video.
Did anyone else notice this/have this issue? I think I will need to handle the full screen now myself, or is it possible to force this button back?

Android: open flash video stream on fullscreen

I would like to know if theres any way to open a webview with a stream flash video on fullscreen.
Right now ive the link of the page. This page has some stuff and a flash video. So i wonder if it would be posible to open the webview only with the stream video. In fullscreen or focused on it, without seing anything else. I mean, only the webview with the video, or the whole page, but with the view focused and zoomed so that i could just see the video.
Also, since there could get different kind of web pages, the video could come on different ways. But for now, would be enough to know if it would be posible to open it on fullscreen.
Thanks.
This may apply to the Android platform, but I think that for web-browser Flash Player - in order to go to full-screen, it requires a user action (like a button click) to initiate the transition. This means that the SWF cannot by itself initiate the transition.
I suspect that it applies to Android too. Are you writing and AIR app or a browser-based webpage.

Categories

Resources