slavavdovichenko / MediaLibDemos

98 stars 25 forks source link

How to save streaming video in application with audio. #57

Open DipenPanchasara opened 8 years ago

DipenPanchasara commented 8 years ago

Hi All,

I wan to save streaming video with audio in local directory/sandbox of application. I have written code to create video using delegate method -(void)pixelBufferShouldBePublished:(CVPixelBufferRef)pixelBuffer timestamp:(int)timestamp it writes video successfully to local but audio is missing. how to add audio in it? can you please provide any solution for the same.