I am facing an issue with new iOS 11 feature of screen recording. The video content of my app is copyright protected so I want to block screen recording while the video is being played.
I have seen in some apps that during screen recording, the recording continues but when you play the video, the video screen freezes and audio continues to record, and when the video is stopped the screen recording unfreezes. I want to achieve something similar.
If someone has a clue how to do this please let me know. Thanks!!
Related
I am trying to implement JPlayer on my web site in order to play a "before and after" rendition of the same audio. I would like to use this to allow people to easily compare the effects of an audio processor (e.g. this is "with the EQ", this is "without the EQ").
To do it, I'd like to have:
1 player (1 "Play" button, as simple as that)
2 buttons with "before" and "after" or "without" and "with"
Example:
User clicks on Play, the "before.mp3" version plays...
...if they click on "after" the audio keeps going (it does not rewind) and switches to the "after.mp3" audio file.
...player eventually stops at the end of the clip.
Thanks in advance,
I still have not implemented it and I am brainstorming if this can be done with JPlayer.
We found player rewind/fast forward issue after upgrading AppleTV device version to 14.5. We are using default TVOS AVPlayer to handle Rewind/Fast forward functionality.
Steps to Reproduce:
Open the tvOS app and play any video
After the video starts playing, hold the left or right directional button on the remote. Note: it you press the left button, make sure the video is not at the beginning, otherwise you won't be able to RW it
Observed Result(s):
Holding the left or right button on the remote rewinds or fast forwards the video around 10-15 seconds. The video then resumes playback and it doesn't RW/FF anymore if the button remains pressed.
The functionality only works if the user quickly presses twice the left or right button (which will RW/FF the video 20 seconds) and then hold down either the left or right button, which will start to slowly RW/FF the video as expected.
Scrubbing and RW/FF 10s by clicking on the left/right button work with no issues.
This issue occurs with other media content.
Expected Result(s):
Holding the left or right button on the remote should slowly rewind or fast forward the video, for as long as the button remains pressed.
The testing device OS was recently updated from 14.3 to 14.5 and it used to work on previous builds.
Please advise if there is a work around to fix it ?
Thank you !
I have been using LiveCode for a couple of weeks now and have a question.
I would like to create a custom video controller with play, stop, rewind etc with LiveCode that shows and hides at the bottom of the screen if you touch the video currently playing in the video player on a mobile device.
I have created the menu page with a selection of 4 videos to choose from and selecting any video goes to the next card and plays the video. On completing the video it goes to the previous card allowing the next selection. The video controls on the Quicktime player with LiveCode are rather crude and I would like to create a better looking interface. Is this possible with LiveCode?
Yes it is possible.
Look at the following commands and functions in the dictionary:
start command
stop command
playStopped message
currentTime property
currentTimeChanged property
playLoudness property
In addition, make sure to look at what's in each entries "see also" list.
Problem summary:
A sound (stream) placed inside a movie clip that is within another movie clip will start playing continuously when I use the play control to jump around on the main timeline.
Details:
I am using Flash CS3 but the same issue occurs with CS6. I've spent quite a bit time to search/research for the issue but didn't find a solution. To demonstrate the problem, I've reduced the flash movie to a very simple structure.
One the main timeline:
The first frame has a movie clip (Game MC) and a stop action.
Following the first frame, there are several frames, mostly empty except some text.
The last frame has a stop action.
On the Game MC timeline:
There is only one frame. On that frame, there is a movie clip (Card MC), and the stop action.
On the Card MC timeline:
It starts with 3 blank frames and a stop action.
Starting at frame 4, a sound (.wav format) is placed and is set to be "stream."
At the end of this timeline, there is a stop action.
From Flash CS3, I press Ctrl+Enter to test the movie. The movie stops on frame 1 of the main timeline with the card showing, no sound, as expected. Now I use "." to move the play head forward one frame at a time. No problem. I see the frames after the first frame. Still no sound, as expected. So far so good.
The problem starts when I use "," to move the play head backward, the sound in the Card MC starts to play, regardless where the play head is, even when the Game MC (thence the Card MC) is not on the stage. Worse, each press of "," will trigger another start of the same sound overlapping with the previous one. And the sound would continue in loops until I close the swf.
However, the problem will not occur if I place the Card MC directly on the main timeline. It only occurs when it is inside another movie clip (Game MC).
I need to solve this problem because the full version of the flash card game is to be placed in an HTML page with a javascript based play control, which allows the viewer to jump around in the swf timeline.
The fla file is at: https://docs.google.com/file/d/0B_5mgotjr4l5RDZaOGxFeFFWN1U/edit?pli=1
Any insight will be greatly appreciated.
Keith
This turns out to be a bug in Flash indeed and was told that it would not be in the next version of Flash. The workaround is to use the Sound class to load and play the sound.
I am testing MediaElement.js playing in IE6. It starts off working fine, the video is there, playing, within the Flash player. However, when I mouse over the video, it disappears (goes completely white). If I refresh the browser with the mouse where the video lands, and click into it, I can then interact with the controls a bit, but the full screen button causes it to go white again.
EDIT:
A couple other observations:
The audio continues to play even though the video is white
If I select the video area, I can get a hilight the shape of the video
Right clicking the white video region does not indicate a Flash component is present.
Any idea what is happening?
After playing with the CSS as Paul suggested, it turns out a "position: relative" style on a wrapping the video area was the cause.