Coder Social home page Coder Social logo

asscreenrecorder's People

Contributors

alskipp avatar jhefner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

asscreenrecorder's Issues

Carsh on my iPhone

I meet two crash messages when i use ASScreenRecorder
i can provide the messages
1 *** -[AVAssetWriterInputPixelBufferAdaptor appendPixelBuffer:withPresentationTime:] Must start a session (using -[AVAssetWriter startSessionAtSourceTime:) before appending pixel buffers (__35-[ASScreenRecorder writeVideoFrame]_block_invoke_2 + 132)
2*** -[AVAssetWriterInputPixelBufferAdaptor appendPixelBuffer:withPresentationTime:] Must start a session (using -[AVAssetWriter startSessionAtSourceTime:) before appending pixel buffers (_mh_execute_header + 300096)
3*** Collection <CALayerArray: 0x1d48424c0> was mutated while being enumerated. (__35-[ASScreenRecorder writeVideoFrame]_block_invoke + 904)
4*** Collection <CALayerArray: 0x1d025e510> was mutated while being enumerated. (_mh_execute_header + 299708)

-------can you help me thks! @alskipp @jhefner

appendPixelBuffer EXC_BAD_ACCESS

Hi,
first of all, thanks for the code, it is really helpful.
I am getting a EXC_BAD_ACCESS error in this line:

BOOL success = [_avAdaptor appendPixelBuffer:pixelBuffer withPresentationTime:time];

inside writeVideoFrame method.

Do you have any clue about what would be wrong?

Thank you very much!

iOS 8 orientation issue

Thanks for sharing this wonderful code Alan ,
i'm having issue with iOS - 8 orientation while the recording is ongoing , it record in same orientation though device orientation has change
If any one has solved this problem please suggest a way to solve this problem
Thanks

Not working properly

This only records the screen while within the App.
If you tap home it stops recording and the video and it never shows up in the camera roll.

unable to capture the camera preview layer

I have implemented

  • (void)writeBackgroundFrameInContext:(CGContextRef*)contextRef
    code in the ASScreenRecorder.m file still unable to record the camera preview layer .Black color is recorded with the subviews.

FPS

How can I manage the fps?

Thank you.

UIAlertview not visible

Hello,

First of all, this is not an issue, but rather a feature that I would like to have.
Second, thanks so much for this great recorder, works so nice.

I have noticed that the UIAlertView is not shown in the final recording.

This is my code :

  • (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
    {

    UIAlertView *messageAlert = [[UIAlertView alloc]
    initWithTitle:@"Row Selected" message:[tableData objectAtIndex:indexPath.row] delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil];

    // Display the Hello World Message
    [messageAlert show];

    // Checked the selected row
    UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
    cell.accessoryType = UITableViewCellAccessoryCheckmark;

    [tableView deselectRowAtIndexPath:indexPath animated:YES];
    }

I can see the selection of the cell, but not the alert.

Also another thing. Is it possible to display an overlay over the keyboard that will be visible only on the recording.
I want to accomplish something like a security thing for when a user inputs his credentials, the keyboard and maybe the textfields should be covered, but only in the video.
I've seen that lookback.io does something similar but I don't really know how.

Thank you !

In background Mode

I try to run this application in background mode. it give me black screen in video. could you pleasse help me how can use this code in background mode also.

How to record particular view only ?

Hello,
I have one uiview which is added in center. Now I want to record only that UIView.
I am trying to change below code in ASScreenRecorder.m .

[window drawViewHierarchyInRect:CGRectMake(0, 0, _viewSize.width, _viewSize.height) afterScreenUpdates:NO];

But it is giving me strange results.

How to achieve this ?

View with 2 videos is not getting recorded

I am using ASScreenRecorder in my app. My view controller has 2 views both playing videos - just like video chat in skype application.

When I try to record my screen - screen is recorded with only one video view the other one is missing in the video why it is happening ??

ASSCREENRecorder capture sound with video

HI,
This is a great tool to capture the screen video. But I have to capture screen with the audio from device.
Is it possible to include the sound also.
Or please help me to do this.

Warning: Unable to write buffer to video

Hello, so the pause/resume functionality was implemented and I was thinking that you can use it like if the app goes in the background automatically pause the recording, when it comes back, if will come back, to resume. But on resume I'm receiving the "Warning: Unable to write buffer to video".

Is is possible to implement something like this?

Screen Capture with sound

Hi, I am successfully recording my screen using ASScreenRecorder.
But how can I include sound in the video file ?

Appstore?

App Store reject this? yes or no..? can i use it?

can i use it with swift?

Possible to include video from AVPlayer?

I've been trying to solve the video screen capture for a while, and this is by far the best implementation I've seen. It's really great!

Unfortunately it suffers from the same issues I've seen with every renderInContext/drawViewHierarchy implementation I've seen, which is that it won't capture video.

It know it's possible to get frames from AVAssetImageGenerator, so I was wondering if there was some way to feed that into the blank views.

Urgent Help: Black video on iOS9?

I experienced a problem on iOS9, this code does not work on iOS9. It only record black video! Does anyone has similar problem? I changed nothing on my codes, it works on iOS8 but not on the newest version.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.