Record h.264 video, load StageWebView

is it possible to load a video and save it in the file system

then charge back in and read it in stageWebView?

When I load the recorded video, it is as a byteArray.

Hello

Assuming you have access to raw bytes (it would be better if you receive data in an asynchronous way) I think you could certainly save data in the repository app (it is in sandbox data application on iOS) in a way like:

var file:File = File.applicationStorageDirectory.resolvePath ("myVideo.mp4");

Open FileStream, then write that data happens (or all at once).

Once you have this file, you can:

-load directly as shown here:

http://forums.Adobe.com/message/3694991#3694991

-load via thin 'html' lodging web page (you'd have to create this thin html page for this file video, both of accommodation):

http://Sonnati.WordPress.com/2011/04/26/air-2-6-for-iOS-and-video-playback/

(these two solutions require StageWebView as you noted)

HTH,

Kind regards

Peter

Tags: Adobe AIR

Similar Questions

  • HDR-CX240... How can I get the camera to record all FILES VIDEO in MP4 format?

    HDR-CX240... How can I get the camera to record all FILES VIDEO in MP4 format. Is this possible? I can't find how to change what default file to save to. Any help would be appreciated.

    Hi dang201,

    There is no option to save the video in mp4 format only. You can check on the MProot folder on your memory card for mp4 files. The. MTS files are normally saved in another folder called flow.

    If my post answered your question, please mark it as "accept as a Solution.

  • Cannot record or play videos

    I recently bought this product and I must say that I am very disappointed because the notification sounds stopped working out of nowhere and especially, I can't record or play videos on applications such as snapchat and instagram. Is that what I can do about it?

    In fact, resetting solved both problems

  • Trying to connect a Sony HD player / digital recorder to capture video recordings on DV tape

    Hello, I use Adobe first Pro CS6 and recently I tried to connect a Sony HD player / digital recorder to capture video recordings on DV tape. I am able to control the first tape. (play, ffwd and rwd and stop). Also, when I click on the status button, it also shows online. But I am unable to capture video from the tape that I can see on the digital recorder GV-HD700/1. Help, please.

    http://helpx.Adobe.com/Premiere-Pro/KB/cant-capture-DV-HDV-video.html

    - and more info on Windows http://forums.adobe.com/message/4708997

  • Can I convert h.264 video of source for a easier to decode the format?

    When you include 720 p h.264 video clips in a project of first CS 5.5, I notice that the reading is far from smooth, when reading resolution is set to 1/2 in the monitor Source and program monitor. If I go down to 1/4, playback is smooth enough, but it looks pretty bad. Therefore, I wonder if it would be a good idea to transcode to h.264 video in a format that is less resource intensive to decode? If so, what format should I transcode to?

    Usually, if playback is not smooth, it is because the computer simply does not have the muscle to handle such difficult codec. Transcode to Cineform is an option, because it is less demanding on the CPU, but the downside is that it's more demanding on disk configuration, because it triple the size of your media.

    Without knowing your hardware, CPU, memory, GPU, system disk, it is difficult to say if your total system fails, or is it just a matter of tuning the system. See Adobe Forums: installation and adjustment of a Vista... Guide that also applies to Win7. You can also check if your system is the height of his task here: Adobe Forums: System requirements for CS5

  • Record photos and videos

    Hello community. I hope I am posting this in the right place. I need help with something. I want to save all the images and videos sent to me by one of the contacts. These pictures and videos were sent over a period of 7 months, which is kind of a problem. It could be done manually, but it would take hours, perhaps in days. Some photos are not even loading. I want to know if there is a program or a way to save all of these photos and videos in a way convenient. Thanks in advance if anyone can help

    For the record: my OS is Windows 8 and my version of Skype is 7.7.64.103

    Anyone?

  • Manufacturing of H.264 video poor quality

    Hello, I tried to make a video about a game that I was playing with a resolution of 1080 p. The video I recorded went well, but when I put in aftereffects and made it looked horrible. He said it was a 1080 p video, but it was absolutely not. I changed all the settings in super high resolution, and my computer setting super high to, but he keeps doing the same thing?

    First of all your image size must be 1920 x 1080.  You have a size of the model which is standard and if maintained in the render clogged up to color sampling. H.264 has a narrow compatible set of heights and frame rates. Video should never be an odd number of disguise high or wide. Unless you know exactly what that you do no composition settings should should never say custom.

    Second, the rendering Cue cannot do the multi-pass processing mpeg (h.264) required to do a good job on the subtle colors. Also your flow is really low for HD.

    If you want h.264 high quality, you must use one of the presets in the Adobe Media Envoder. You can render compositions directly, but a better choice would be to remove a lossless master of the rendered mark so that compress in the SOUL.

  • Video file StageWebView local <>NativeExtension to launch the media player (Android)

    Hello!

    As discussed here

    http://forums.Adobe.com/message/4090326

    It is very difficult to load a local videofile saved on the device inside a HTML5 video tag (for example).

    All the possible solutions, I found and tried has not worked for me.

    Brief description:

    -l' user can stream a video to mp4 via http:// ....

    s ' he wishes, the user can download this video in the folder File.applicationStorageDirectory (also tried documentsDirectory, userDirectory)

    -l' user can then watch the video without internet connection

    When users want to play the video, the application checks if the video is available local.

    If Yes:

    StageWebView is loaded with the code

    < html > < head > < title > player < / title > < / head > < body > < div style = "position: relative;" width: 800px; Auto margin: 0; ">

    < the video id = "player" autobuffer controls height = "400" width = "800" onclick = "this.play (); ">

    < source src="file:///data/data/air.com.test.testApp.debug/com.test.testApp.debug/Local%20Store/vi WD/video.mp4" >

    < / video >

    < / div > < body / > < / html >

    = > This does not work. Feels like the StageWebView cannot access the file (permissions? wrong path?)

    otherwise:

    the http Url is used as the source for the video = tag > it works

    As a solution I am thinking from the native video player to play the local file.

    navigateToURL doesn't work...

    Maybe I need a native extension for playback?

    Is there a solution out there?

    I thank very you much in advance!

    Kind regards!

    Finally, I found a solution...

    The problem is that AIR on Android stores application data in the/data /... protected directory which is not accessible by StageWebView (or any browser application).

    It must therefore copy the video file you want to play in a temporary directory of the pubic on the SD for example and use this StageWebView.

    You must also create a temporary html page with the video tag and load this page into StageWebView (not the chain) because external resources are only loaded in StageWebView when you use a URL.

    On iOS, the application storage directory is readable for StageWebView if you do not have to perform this step.

    Hope this helps

  • video loading

    Hi, until very recently (was able to look at things such as BBC iplayer and arkvid links to anime and other programs of television, but after September 18 I was unable of videos, youtube content works but most of the others do not seem to work for some reason, I tried to reset firefox, download a new installation of firefox wipe included and tried safe mode system restore along the) I thought it may be a virus or something, but everything works perfectly on another browser, Chrome, IE, safari etc, it's just my main browser firefox which is having issues.

    tried to reinstall flash too.

    is it possible to fix it? There is no that show a black screen and slow the entire application down, the mouse pointer starts with just the circle of loading symbol on it, but the mouse pointer flashes and the tabs begin to not respond, it's as if that's too much for the browser for some reason any.

    Also tried to turn off acceleration hardware... really need help with what is annoying to use other browsers when im so used to firefox.

    Check this box:

    • see if there are updates for your graphics card disk drivers

    https://support.Mozilla.org/KB/upgrade-graphics-drivers-use-hardware-acceleration

    • Disable protected mode in the plugin Flash (Flash 11.3 + on Windows Vista and later versions)

    https://forums.Adobe.com/message/4468493#TemporaryWorkaround

    • turn off hardware acceleration in the Flash plugin

    https://forums.Adobe.com/thread/891337
    See also:

  • Some readers video loading but I can't play button pless, what is the problem?

    Some videos that I realize in general ceased to function properly.

    http://www.narutoget.com/watch/1101-Naruto-Shippuden-episode-327/

    The first 3 tabs of these I used to be able to play, now the page load, charge downloads of video, even, but I can press Play for some reason any.

    I have deleted the cookies, cache, reinstalled flash and restore the settings of firefox, but that doesn't seem to help
    I searched the forums pages and help but can't find anything that helps.
    Orientation any help is appreciated, I can even upload a screenshot.

    So after the days of playing with it, I finally figured it out. I had to create a new profile and it works perfectly...

    She must have been a setting somewhere... so much worse, I still have no idea where or what he did stop working.

  • Qosmio F10: How to record audio and video and use QosmioPlayer

    I am owner of a Qosmio F10-122 with TV tuner and I really need HELP. I'm Italian.

    The questions are:
    1 QosmioPlayer version 4.0.1 (2005022812) (according to the procedure of the forum) has installed fine but the sensitivity is poor; in any case the question is: is is possible to record videos? Also is it possible to record audio?

    2 input and video output are stupid; I can see Windows and QosmioTV on HDTV via DVI/SCART but I can't input in MCE TV or QosmioPlayer any signal IN Composite; so the question is once again how can record AUDIO from my Home stereo or VCR VHS VIDEO?

    3. I only use VIDEO IN to WATCH is not to save: where is my fault?

    Thanks, Marco

    Hello Marco

    I did some testing and I can tell you about my experience on Qosmio G20.

    1. as far as I know early versions of Qosmioplayer did not have the registration option but now I hope that your preinstalled version has REC option. If so, please be sure that you have about 5 GB of free space for the recorded material.

    It is not important what signal is sent to your Qosmio (TV or VCR VHS-connected) you can find it if you look at the channels. With REC option, you can save what you want. I tested it with my VCR VHS and I recorded some old movies. This material was recorder und great quality was the same as on cassettes. After recording, I started Windows MCE and transferred the material recorded in Windows using Qosmio player utility.

    I have not tried, but I put t think you will be able to record audio using only Qosmioplayer.
    2. you can record movies VHS if you connect your VCR VHS on the Qosmio using the antenna cable. Launch Media center Edition (TV option) and scan channels. In my case, I could watch movies VHS on MCE on channel 31. Using REC option you can save all documents of video cassettes. Later, you can change the recorded material and create own DVDs. It really isn't a problem.

    Your audio Home Audio recording can be a bit more problematic, and if you want it to be on the professional path you will need a device external and of course some professional recording software.
    3. I don't know what to write here. Just try to do what I already descriebed under 1 and 2.

    Good bye

  • HP Pavilion g7: gel g7 HP Pavilion at the game and video, loading screens

    So, he started like 3 months ago when I got my laptop back from repairs. I wanted to play a game (Splinter Cell: Conviction) via Steam. I turned on the game and saw the intro, but with no sound. Then, it turned out to be black. I waited 2 minutes before it loads. He loaded, fortunately. But then, when I started to play the game, it happens again. A mission has been loading and I could see the game loading icon, but for 3 minutes. When the game started, it was OK. But then, in a cutscene, it happened again. I saw the picture of the main protagonist, but no video or sound. This has happened in each cutscene and loading screen. Even when I'm dead in the game, it happened. Almost all of my games on Steam to do this (Splinter Cell: Conviction, Batman: AA, Injustice). On the other hand, there are few games that don't do this (the origins of Batman Arkham, Splinter Cell: Blacklist, Batman: Arkham City).

    Two months earlier, the problem to grow. Even videos on Youtube and all the other video portals are the same thing. I see the screen on a video and the videos on the right, but the video does not play. I have to wait 2 minutes until it loads. Every single video. He then starts, plays and plays. But, when I stop in the middle (anywhere) and then want to watch further, the loading is here again. It takes again like 2-3 minutes.

    But the worst is the multiplayer games. I have it be based on Payday: The Heist. Let's say I made a lobby for other people to participate. Then I press "start the game". The loading screen strikes again. All the players in my lobby connection let go me. When I join a game of others, I play like a minute, and then it happens again. It stucks (I can hear the soundtrack) and then told me that I lost the connection to the host. Some games do not have this (Minecraft, Portal 2), but some do (Payday: The Heist, Batman: Arkham origins). There is no connection problems, my brother has a PC and its internet connection in these games is perfect.

    When I want to open a file, it's OK. Opening files is not a problem.

    When I tried to think about it, I thought that the problem is in the sound. Thus, in Splinter Cell: Conviction, I tried something. Every time there is a loading screen, I turned the sound on my laptop. The screen was completely normal, loading took only 5 seconds. I was very happy, but when I tried a second time, it did not work. And third, fourth, fifth...

    Currently, the problem gets bigger. I can't read some of my favorite games of co - op and etc. The loading is very annoying. I'll be very happy if a solution will be found.

    Sorry for my English, I am from Czech Republic.

    Hi @Thomas_Ber ,

    Thank you for visiting the Forums HP's Support and welcome. I saw your question about your HP Pavilion Notebook g7 and the problem with the speed. Here's a document on improving your system.

    Make sure that all updates are completed within the control panel or click the Windows key and start typing the laptop settings, then go to update.

    You could try a refresh of Windows 8. Please read the entire document before performing. This could restore all the settings on the PC.

    Here is a link to faq support with steam. They might have a solution to this problem.

    Please let me know how it goes.

    Thank you.

  • Inconsistent record. last nights video icon is &gt; mark and the computer is unable to open the file

    I hate this thing. Sometimes, it records very well and videos open and record very well. high quality image and sound. other times, the own can't opn files. computer says it can't read the file. using playback open the icon is a "?" mark and does not open.

    Bought a SONY camera. No Canon more.

  • I want to just record motion detect video with WVC80N

    All I want to do is video recording of movement detected so I'm at work and see when I get home.  I don't want remote access and I don't care about e-mail notifications.  Does anyone has some SIMPLE instructions for how to get this working?  I have read a lot of posts on this forum and found all kinds of complex configurations involving multiple Web pages and port forwarding, etc, etc.  I can't believe it's complicated just to implement something simple.  BTW - I have no problem watching a video online or via the utility of the camera via a web browser.  I can do instant records, but no motion not detected video.  IMHO the camera itself is great, but the support is pathetic.  Utility program camera is terrible.

    If you are unable to save any movement using Linksys utility, maybe you should try some different utilities that will work for you.

    Go to this site: http://www.webcam123.com/en/netcamctr.html and check the content thereof and, if necessary, you can download the utility and install it on your computer and check if you are able to record videos.

  • When my Windows movie maker video loading, it will load only 11 seconds of a video of 5 minutes.

    I'm doing a video.  The video is Mpeg-2.  It's a little more than 5 minutes.  I tried several times to load the video but whenever he played only 11 seconds.  Whenever I play the video through windows media player, it will play the entire video.  Help, please!

    I'm doing a video.  The video is Mpeg-2.  It's a little more than 5 minutes.  I tried several times to load the video but whenever he played only 11 seconds.  Whenever I play the video through windows media player, it will play the entire video.  Help, please!

    ==================================
    Movie Maker has problems of compatibility with the MPEG files...
    It may be interesting to try to convert the file to the. WMV
    format before you import into Movie Maker.

    There are many programs that can do conversions...
    The following freeware is an example...:

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    Format Factory
    http://www.videohelp.com/tools/Format_Factory
    (the 'direct link' is faster)
    (the file you want to download is: > FFSetup260.zip<>
    (FWIW... installation..., you can uncheck
    ('all' boxes on the last screen)

    First, you will need to decompress the file or just open the
    Drag FFSetup260.exe out of the folder
    and drop it on your desktop. To install left click.

    Next, after the download and installation of Format
    Factory... you can open the program and
    left click on the toolbar, the "Option" button and
    "Select an output folder to" / apply / OK.
    (this is where you find your files after they)
    are converted)

    Drag and drop your video clips on the main screen...

    Select "all to WMV" / OK...

    Click on... Beginning... in the toolbar...

    That should do it...

    Good luck...

    Volunteer - MS - MVP - Digital Media Experience J - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

Maybe you are looking for