Chrome: flash video players doesn't work properly...!!
hi, I can watch the videos but i can't control the volume,seek,play or pause just watch n leave....and that happens only on facebook ...
hi, I can watch the videos but i can't control the volume,seek,play or pause just watch n leave....and that happens only on facebook ...
I am getting a weird crash when I try to save my model. This is my code: TJModel *model = [TJModel sharedTJModel]; NSFetchRequest *request = [[[NSFetchRequest alloc] init]autorelease]; [request setReturnsObjectsAsFaults:NO]; NSEntityDescription *entity = [NSEntityDescription entityForName:@"TJVideoList"inManagedObjectContext:[model ...
Hi, The company I work for is developing an Android App that plays a video file from a URL on web. The video URL is a parameter for a PHP script that encode it properly and redirects to the encoded video as shown below: header('Content-Type: video/'.$format); header('Location:'.$output_video); Where $output_video is the URL to the en...
Is there any JavaScript or any other way of checking for html5 video support? ...
I cannot get video upload to work with OAuth 2 access-token. The request always fails to even connect (timeout). http://developers.facebook.com/docs/reference/rest/video.upload With almost identical code, I have successfully uploaded photos. The only video-upload example code I can find uses OAuth 1.x. Does video not yet support OAuth...
I want to extract first frame of uploaded video and save it as image file. Possible video formats are mpeg, avi and wmv. One more thing to consider is that we are creating an ASP.NET website. ...
This question is about accessing YouTube content via a C# WinForms application. The requirements are: To retrieve the metadata for a playlist, or for all playlists from a given artist. To embed video and play it from within the app, synced to external timing events. Approaches we've thought of: Use the YouTube Data API Protocol to ...
I want a user to be able to upload a video from their computer or record it right from their webcam, then fill out other information with a form. I'm writing this app with Django. ...
Dear all, I have videos that should be run on android. and those videos will be host on web server - so my android app will hit the web server to play the video. I try several way to encode the video and the result is not good enough, sometimes the sound and the video is not align or sometimes the video is not shown but i can still he...
Hi all I'm trying to record video from the Camera using the MediaRecorder. Here's a code snippet snip.. mr.setAudioSource( MediaRecorder.AudioSource.MIC ); mr.setVideoSource( MediaRecorder.VideoSource.CAMERA); mr.setOutputFormat( MediaRecorder.OutputFormat.THREE_GPP ); mr.setAudioEncoder( MediaRecorder.AudioEncoder.AMR_NB ); ...
Hello I would like to create an asp.net website that display video in continu like TV. i am not sure which technology to use. The app will give a feel like a tv to the users. any suggestion or link you can share? ...
Howdy. In the following scenario: I got a project having a catalog of currently some ten thousand video files, the number is going to increase dramatically. However lots of them are duplicates. With every video file I have associated semantic and descriptive information which I want to merge duplicates to achive better results for eve...
My Cocoa application is a socket server which receives video frame from my iphone, and displays them on the screen as a video. I am saving every image in an array after i receive them. Is there a way to convert this array of images to a video file and let the user to save this file to disk? Thanks ...
My platform is PHP JOOMLA MYSQL. I want to encode and load uploaded video files of different formats to .flv. I want this to implement in a video upload site where the users can see the videos in front-end after uploading and also I want to implement download options for them in mp4 and flv. Any help would be appreciated and thanks in ad...
My platform is PHP JOOMLA MYSQL. I want to encode and load uploaded video files of different formats to .flv. I want this to implement in a video upload site where the users can see the videos in front-end after uploading and also I want to implement download options for them in mp4 and flv. Any help would be appreciated and thanks in ad...
hello, im trying to work out the best way to have my site dynamicly transcode and stream video files to users who are mostly on mobile devices, site is php/mysql based and running on a windows 2003 server which i have full access to, any ideas how best to do this - id rather not need to transcode videos on upload if possible ...
Hi guys, I'm working on a project written in C# that records both the user's screen and webcam. I've currently used Windows Media Encoder for recording the screen but am still working on webcam capture. I've been looking for information on webcam capture and WME, but it seems that it isn't usually used for such. I feel that it is bett...
Having a video file, there is any way to access single pixel values? thanks in advance! ...
Hi, I am developing a J2me app which uses the camera to take a snapshot and then decodes it (using Zxing library). The target is Nokia phones. I need to use the focus to have a clear image, if not, it is difficult to decode the image. Since the series 40, the control "videocontrol" and "SnapShopControl" are available. I thought that fo...
Is there a way to enable video compression on video files recorded with UIImagePickerController? When videos are selected from cameraroll with UIImagePickerController they are automatically compressed. Are there any other way of compress a video? I've got access to the file with a NSURL. ...