Record video online

hi,
i want to run this code for that install Wireless Toolkit 2.5 but it doesn't work .i want to record video online on my websit can any body give me code for that.i really want it.
import java.io.IOException;
import javax.microedition.lcdui.*;
import javax.microedition.media.*;
import javax.microedition.media.control.*;
import javax.microedition.midlet.MIDlet;
import javax.microedition.media.control.VideoControl;
public class VideoMIDlet extends MIDlet implements CommandListener {
private Display display;
private Form form;
private Command exit,back,capture,camera;
private Player player;
private VideoControl videoControl;
private Video video;
public VideoMIDlet() {
exit = new Command("Exit", Command.EXIT, 0);
camera = new Command("Camera", Command.SCREEN, 0);
back = new Command("Back", Command.BACK, 0);
capture = new Command("Capture", Command.SCREEN, 0);
form = new Form("Capture Video");
form.addCommand(camera);
form.setCommandListener(this);
public void startApp() {
display = Display.getDisplay(this);
display.setCurrent(form);
public void pauseApp() {}
public void destroyApp(boolean unconditional) {}
public void commandAction(Command c, Displayable s) {
if (c == exit) {
destroyApp(true);
notifyDestroyed();
} else if (c == camera) {
showCamera();
} else if (c == back)
display.setCurrent(form);
else if (c == capture) {
video = new Video(this);
video.start();
public void showCamera() {
try {
player = Manager.createPlayer("capture://video");
player.realize();
videoControl = (VideoControl)player.getControl("VideoControl");
Canvas canvas = new VideoCanvas(this, videoControl);
canvas.addCommand(back);
canvas.addCommand(capture);
canvas.setCommandListener(this);
display.setCurrent(canvas);
player.start();
} catch (IOException ioe) {} catch (MediaException me) {}
class Video extends Thread {
videoMIDlet midlet;
public Video(VideoMIDlet midlet) {
this.midlet = midlet;
public void run() {
captureVideo();
public void captureVideo() {
try {
byte[] raw = videoControl.getSnapshot(null);
Image image = Image.createImage(raw, 0, raw.length);
form.append(image);
display.setCurrent(form);
player.close();
player = null;
videoControl = null;
} catch (MediaException me) { }
import javax.microedition.lcdui.*;
import javax.microedition.media.MediaException;
import javax.microedition.media.control.VideoControl;
public class VideoCanvas extends Canvas {
private VideoMIDlet midlet;
public VideoCanvas(VideoMIDlet midlet, VideoControl videoControl) {
int width = getWidth();
int height = getHeight();
this.midlet = midlet;
videoControl.initDisplayMode(VideoControl.USE_DIRECT_VIDEO, this);
try {
videoControl.setDisplayLocation(2, 2);
videoControl.setDisplaySize(width - 4, height - 4);
} catch (MediaException me) {}
videoControl.setVisible(true);
public void paint(Graphics g) {
int width = getWidth();
int height = getHeight();
g.setColor(0x00ff00);
g.drawRect(0, 0, width - 1, height - 1);
g.drawRect(1, 1, width - 3, height - 3);
}

Hello Dan:
I thought of trying that after I posted the message. Your
suggestion confirms I wasn't crazy so I'm going to give it a try. I
work for a government agency and we need to record online video of
scam artists trying to rip off people so this is pretty important.
Without the audio, we can't go to court and prove our case.
Thanks,
Robert

Similar Messages

  • Adobe Flash Media Live Encoder and static image or recorded video?

    Is it possible to put a static image or a recorded video (instead of a live video feed) into Flash Media Live Encoder to air while broadcasting a live radio show online?

    FMLE will work with all devices which have direct show based drivers and give data in raw format. Here is a list of devices which have been tested and certified with FMLE - http://www.adobe.com/support/documentation/en/flashmediaencoder/FMLE_DeviceMatrix3.0.pdf

  • Recording video but it's without sound on iphone 4

    when i playback the recorded video there's no sound :S

    I also had this problem a couple of weeks ago.  I recorded video on my iphone 4s and there was no sound on playback, but when I synced the video to my MBP, the audio was there.  I was surprised I couldn't find the answer on the internet.  I found some postings where people said to stick a pin in the hole next to the microphone, and they swore that worked.  But, that sounded a little dangerous to try on my new iphone4s. 
    So I finally went to the genius bar and asked them.  It turned out that the volume buttons on the side of the iphone are set differently for each of the built-in apps that use it.  So while I had the volume set comfortably for cell phone use, it turned out that it was set to zero for video playback within the Camera app. 
    As a former user interface designer, it's perplexing to me that the volume buttons DO NOT universally apply to all the apps on the iPhone.  You'd think the Apple manuals or website would tell users, but I couldn't find this in any of their documentation online.  So I hope this helps, and put your pins down right now!

  • Record videos to use on "Skype in the classroom"

    Skype in the classroom, officially launched at the end of March 2011, is a free global community to help teachers collaborate on classroom projects and share skills and inspiration around specific teaching needs. It also offers an immediate way to help students discover new cultures, languages and ideas, all without leaving the classroom. So far, more than 9,000 teachers have registered their classrooms in this free, online database.
    This new Skype community is a great and powerful teaching tool. Teachers can go online to register for free and add in their contact details, also find where their school is located and what their interests are. It makes teachers to collaborate on classroom projects where they might use Skype, and share skills and inspiration around specific teaching needs. Students can discover new cultures, languages and ideas without leaving the classroom. So, the learning will be more interesting and memorable. Students from any countries can also discuss images of their favorite foods, maps of their country's geography, and information on what kind of weather they have, even comparing school uniforms. It’s really exciting when Skype's videoconferencing technology was used. For example, one little American girl asked the Chilean students if they had to wear uniforms. To answer, a fifth grader popped in front of the camera and proudly showed off her "jumper with colored ties". It’s indeed a great way to get kids to learn more about the world they live in and interact with other kids. If you want to enroll your classroom in “Skype in the classroom”, visit Skype Education website.
    Then, teachers on Skype in the classroom should definitely consider using a Skype video recorder to record or capture video and audio like Camersoft Skype Video Recorder to record the video calls so that the experience can be shared with other children. Especially, the ability to record the entire exchange in a single file – the video and audio of all participants in a side-by-side format – would make it very easy to share these cultural exchanges. 
    The resource section of Skype in the classroom is stacked with videos, links and tips. With recorder program, teachers can smoothly and easily add resources of their own or favorite the ones they like best to create a huge, shareable library of teaching ideas. This Skype video recorder can record video and audio, and then save it as AVI files. More powerful, teachers can convert AVI files to many other formats you want to play with any media devices and merge many single files into one to share with students conveniently on Skype in the classroom.

    Thanks!

  • Does Premier Elements allow me to record video streaming from the internet?

    Does Premier Elements allow me to record video streaming from the internet?  If so which version and how?

    kc42k
    Although Premiere Elements is not going to record streaming video from the Internet but there are other programs that can, you should consider the terms of service for the web site that is the source for the streaming video.
    Online, there are very comprehensive articles on numerous programs that will do the recording.
    But, even those articles point out that many of the Internet web sites that you target for their videos have terms of service that would legally prohibit the recording of streaming video from the named web sites, one example, YouTube, if no download button and depending on the terms of service.
    Please consider. Any questions about the above, I can point you to the appropriate documentation on the matter.
    Thank you.
    ATR

  • Use connect to record video??

    I want to try to use connect to record video of an instructor
    to include in an online coures. I can record myself as the
    presenter, but I want to know if I can use it to record video of a
    participant? I looked in the documentation but couldn't find any
    info.
    Thanks,
    Annette

    You can. You will need to make the participant a presenter or
    give the participant enhanced participant rights to the camera
    tool. They can then broadcast their video and you can record it.
    Jorma

  • No Audio! on recorded video!!! - Thunderbolt

    I have very little to no audio on my recorded videos. Seems to be either a rear mic problem or software issue has not enabled rear mic. Audio is fine when talking through front mic on phone calls. Volume levels at max settings. Anyone one else have this problem?

    I'd like to say it's unbelievable that a company can do this and get away with it.  This $600 phone records no audio when you use the video camera.  None.  After spending over an hour searching online, I find that it's a "known" issue; i.e., a defect that HTC was aware of and went ahead and sent it to market figuring the poor schmucks who bought it would just have to spend hours trying to figure out what was wrong.  HTC now says they have no idea when a fix will be available, or, for that matter, IF a fix  will be available.  Can you imagine a car company doing this?  Here's your new Toyota and we've advertised the bejesus out of it and made it seem like it's so cool and you need it yesterday, and you'll pay top dollar for it, and...oh, by the way, now that you've bought it, the windshield wipers don't work.  It's a known issue, and, in the meantime, we suggest taking your time and money and installing an after-market, third-party windshield wiper assembly.  We regret any inconvenience.  THERE REALLY SHOULD BE CRIMINAL PENALTIES (i.e., prison time) FOR THIS SORT OF WILLFUL CONSUMER FRAUD.  THEY'RE SAYING THEY'RE SELLING SOMETHING THAT WORKS, IT DOESN'T WORK, THEY KNOW IT, AND THEY GO AHEAD AND SELL IT ANYWAY. I ALSO THINK THIS MAY VIOLATE MAIL FRAUD LAWS.  THIS COMPANY IS DISGUSTING AND PREDATORY.

  • N8 - Recording video freeze for a while

    Hi!
    My problem is that when I record video with my N8, in 1 of 3 times that I use, the video get freeze for a while, and that affect the final result. I put a video to help you understan it better (sorry for my description and my English, but it isn't my nativa spoken language )
    http://www.youtube.com/watch?v=E9pv8xXq7XQ
    En the 6 second the image freeze a while, can you see it? It happens lot of times, and I made hard-resets, upgrades of firmware...all I can imagine trying to repair, but I couldn't get any result
    Does it happen to your N8's? Or have you got any odea of a solution?
    Thanks!

    Without system information and other details nobody can tell you anything. This could simply be some online feature like TypeKit taking a moment to check the connection or whatever...
    Mylenium

  • My ipad2 has a hissing sound when I watch a recorded video

    My ipad2 has a hissing sound when I watch a recorded video.  Please help.  Thank you.

    I FOUND THIS ON ANOTHER FORUM,TURNS OUT IT FIXED MY ISSUE!!! 
    {I also had this problem a couple of weeks ago.  I recorded video on my iphone 4s and there was no sound on playback, but when I synced the video to my MBP, the audio was there.  I was surprised I couldn't find the answer on the internet.  I found some postings where people said to stick a pin in the hole next to the microphone, and they swore that worked.  But, that sounded a little dangerous to try on my new iphone4s.
    So I finally went to the genius bar and asked them.  It turned out that the volume buttons on the side of the iphone are set differently for each of the built-in apps that use it.  So while I had the volume set comfortably for cell phone use, it turned out that it was set to zero for video playback within the Camera app.
    As a former user interface designer, it's perplexing to me that the volume buttons DO NOT universally apply to all the apps on the iPhone.  You'd think the Apple manuals or website would tell users, but I couldn't find this in any of their documentation online.}

  • Recorded Videos after Sync: The requested URL was not found on this server.

    A few days ago, i recorded a couple of videos. They were saved properly and i could watch them after it in the Camera Roll of my iPhone. Because my memory was almost full, i connected my iPhone to my MacBook and synchronized about 900 old pictures with iPhoto and selected to delete the pictures after the sync. I did not select the recently recorded videos.
    After the sync, i opened the Camera Roll on my iPhone and tried to watch the videos again. But now, they all have a grey icon and it says the duration is 0:00 minutes. When i click on a video, it shows me the following error message:
    The requested URL was not found on this server.
    When i connect my iPhone to iTunes, it says that there is about 350 MB of "Documents and Data" on my phone that I have no idea where it is coming from. Do you think it is possible that the videos are still saved on my phone but my phone doesn't recognize it as videos and can't assign it to the icons in the Camera Roll? Do you have any tips how I can access the videos in case they are still saved somewhere on my iPhone?
    Thank you very much in advance for your help and tips!

    I have the same problem too!! I was deleting some photos and videos in my phone when the next picture I swiped to was a blank picture with JPG in the middle~ after I closed camera roll and reopened it my photos and videos after that picture are all gone~ and I'm left with 3 videos I took about 30 mins before with 0:00 and when I tried to play them the message popped up saying "requested URL cannot be found on this server" T^T does anyone have a solution to this problem?

  • Recording Videos

    I am having trouble recording video from really anything (tv, dvd player, vcr, etc). I have a friend who is using a MAC and a box called a Miglia Director's cut (http://www.miglia.com/products/video/director2/)
    all he does is hook up the director's cut to the tv w/regular composite cables and it hooks to the MAC with a firewire. So then to record something off the tv all he does is open quicktime player, go to file and click record movie. Now i have tried to do the same exact thing, only im using windows and the option is not available to select "new movie recording" only "new audio"? i have found this little bit on the Support section of apple.com (http://helpqt.apple.com/qthelpwr3/english/QuickTimeHelp/pgs2/qtFmSet3.htm)
    and it does say a MAC can record video but doesnt say anything about a windows machine. is there something im doing wrong or can you not use quicktime 7 pro to record movies on a windows machine??? Please help

    From
    http://www.apple.com/quicktime/pro/faq.html
    QuickTime 7 Pro for Windows currently supports audio capture only.
    iFelix

  • Sound through hdmi to my tv works but not when watching video online like 4OD

    the sound through hdmi to my tv works with music and videos I have downloaded, but not when watching video online like 4OD and youtube.
    How can I get it to work?

    Ok so I happened to figure it out while on the phone to apple support. Even though the guy was very nice, I think I knew more than him! He was explaining very basic resolution principles I played about. I had the second option in displays resolution. All I did was unplug the HDMI cable, click on 'best for display' then plugged the HDMI in and my resolution on the normal monitor changed to the normal blue, then went black momentarily and then changed to a strange resolution but another window appeared that said SONY BRAVIA HDMI at the top! Hey presto! Don't know why it didn't do it yesterday - I probably left the HDMI cable in or something! Oh well. Problem solved!

  • Recording Video to SD - 4GB Limit?

    I've encountered a bug with the video camera on the Z10.  I'm using what I assume is the latest version of the software that was pushed out recently (10.2.1.2102).
    I was recording video and after half an hour or so I received an error message stating there was an error saving the video.  When I checked on the SD card I can see the file with the correct date/time and file extension however the file doesn't open.  I notice the file is 4GB which is the file size limit on FAT32, so it appears that the camera doesn't automatically stop recroding and write the mp4 info, or start a new file, when it nears this limit on SD cards.
    1 - can this be fixed?
    2- is there any way of recovering the video?  The footage I have isn't really replacable.  I've tried VLC and mp4box with no luck.  
    Thanks!

    Welcome to the forums.
    VLC would have been my first suggestion, there are a number of other MP4 web sites and apps out there I suggest you keep trying.
    http://mp4repair.org/
    If you've been helped click on , if you've been saved buy the app.
    Developer of stokLocker, Sympatico and Super Sentences.

  • Why does Macbook Pro have gray "curtain"and msg to shut down when playing video online?

    Hi,
    I have a MacBook Pro running Snow Leopard v 10.6.8 and have put on all the security updates.
    I bought this machine just days after the newest MBP's were released with Lion because I wanted to stay with Snow Leopard
    From the very beginning I would have occasional "gray screens" with a message that I'd encounterd a problem and needed to shut down.  It always occured while I was watching a streaming video online (Flash?) but it didn't always happen.  I updated my Flash plugin and that seemed to help.  I use both Safari and FireFox and both are now updated to the latest versions.
    I had also noticed via iCleanMemory that my memory availability was very low .....I always have many tabs open in my browsers and have backup software that backs up to online storage running and when I watched a video, it dropped to almost 0 and everything ran slow.  I had 4 GB Ram.
    So, I ordered new ram and put that in and now have 8 GB.  Machine runs fast. Love it....except it keeps giving me that veil of gray and the message to shut down.  It happens several times a day now and while usually in conjunction with watching a video clip, it's not always the case.  But I have lots of available memory.  That wasn't the issue.
    I found an Apple Support paper relative to needing a video update on some mid 2010 MBP's and downloaded it.  It won't install and says it won't run on my system so that didn't help.
    I'm at my wits' end trying to keep this thing running.  Everytime I have to shut it down it means a minimum of 8 min...sometimes more.....before it will restart.  If I try to restart sooner than that, it begins to boot and then just has lines and lines of numbers and code running across it....and often continuous beeping sounds and I have to hold the button down to shut it off again.  If I wait long enough, it does boot back up and sometimes runs fine as long as I'm not watching video clips, a streaming tv show or clicking on a lot of links in web pages.
    I don't believe it has shut down when I was doing anything that wasn't web related....i.e. on a browser. And, when I was running with only 4 gb ram, it rarely shut down, just ran very, very slowly.  Now with 8 gb ram it is speedy but doesn't seem to want to keep working!
    Anyone have any ideas what I should try next?
    Thanks
    Paula

    Hi Allan,
    Thanks for your reply.
    I have been closing iCleanMemory but the shut down (kernel panic) was still happening.  Not sure how to go about uninstalling it as it's one that runs at start-up and dragging it to the trash might not get rid of it completely.  I"ll find it's web site and see if they have any info.
    Haven't checked your web link yet (it's late and gotta get to bed) but will do so tomorrow.
    I also run Backblaze and DropBox that begin at startup and are constantly updating in the background, iStatMenus and Sharpshooter. 
    The kernel panics were happening....tho much less frequently.....before i put iClean Memory on.  If I remember right, I installed it just because I had those periodic shut downs and wondered if it was a lack of memory.  Because I then saw that memory was very low all the time, I decided I must need to put more memory in.  And that seems to have made the issue worse while also making the machine work faster for the time it is running.
    Now, I've been working on here for a couple of hours and had no problem at all......but I haven't asked it to play any kind of video.  Before I quit for the night, I'll try to watch the last one I tried that caused it to shut down and see if it does it again.
    I do appreciate your help as I have just enough knowledge about these things to be dangerous.
    Paula

  • I'm using ezcap.tv 116 ezgamer capture card to record my PS3, this is on a windows laptop, Im then moving the recorded videos in mpg format over to my MacBook Pro to use IMovie to edit them to upload to youtube but it won't let me import them.

    I'm using ezcap.tv 116 ezgamer capture card to record my PS3, this is on a windows laptop, Im then moving the recorded videos in mpg format over to my MacBook Pro to use IMovie to edit them so i can upload them to youtube but it won't let me import them, even after changeing them to MP4 format, it just comes up with the message: "No Importable Files None of the selected files or folders can be imported. Change the selection and try again."
    Ive even tried opening in itunes and copying from thier but they wont open in Itunes, no message or anything they simple just dont open. its strange because it does open in quicktime player.
    please if anyone has any ideas that can help me please let me know XD thanks.

    First problem: You're fine. The hotter it gets, the more the fans spin up. The computer is designed so that at max load, at max fan speed, it won't overheat (unless it's obstructed by something, e.g. sitting on your bed swallowed by a comforter). It's not the best thing to keep it that toasty for days at a time, but a couple hours at a time shouldn't be a problem.
    Second problem: If something in the trash won't delete, just use Secure Empty Trash and it should be fine. Since .torrent files are quite small, it should only take a couple seconds.

Maybe you are looking for

  • Opens Raw by Default

    Hi all, I have Bridge CS3 version 2.1.1.9. I want to open my JPG files so it opens using Photoshop CS3, by double clicking on the image. But when I double click on the JPG or TIFF files, Camera RAW 4.5 opens automatically. I have right clicked on the

  • How do you set the alert time to default to a set amount of time in the calendar?

    How do you set a default alert time in my calendar so I don't have to set it every time?

  • OSX 10.5.6, LR2.1, PS4...Printing

    Just downloaded 10.5.6! PS4 printing is tack on with Epson R2880 (i.e. R2400 dark print issue). LR2.1 is not (tack on). I'm "assuming" that the impending 2.2 release will include an update to its printing that will encompass whatever Apple may have i

  • Moved all music files

    I recently moved all of my music files to an external hard drive. Since now they are in a different location, itunes can't play the song because it can't find the original file. All my music files are in the same folder, but I have only been able to

  • K7T Turbo2(MS-6330 V5) AGP Features FAQ

    Hi! I'm using K7T Turbo2(MS-6330 Ver5.0) motherboard and just bought an MSI Geforce4 MX440 64MB DDR (MS-8878 SE). When I run some benchmarking program (eg. 3D Mark 2001), the status of sideband addressing (SBA) and fastwrite (FW) of both the card and