Recording Live event on FMS

I have the same problem of SGF and F4V format.

I want to archive the event live at the same time and do I record live in F4V format on the onPublish event.

It comes to main.asc codes:

[code]

fragments of live stream

var = Stream.Publish liveStream ("f4f:" + streamName.name);

liveStream.record ();

liveStream.play (streamName,-1, -1);

Create archives (f4v) for on demand

var vodFile = Stream.Publish ("mp4:" + StreamName.name + ".f4v");

vodFile.record ();

vodFile.play (streamName,-1, -1);

[code]

So when I use the h264 in my event source when the FMS create f4v, F4V file 320 kb (f4v is not growing) and save only 5 seconds of my event anyone my event online is more than an hour.

But when I'm not using h264 if source my F4V file is correct and record videos 1 hour of the live event.

I don't know what is a problem

I use 5 FMS extended edition and FFMPEG for webcam feed to the FMS

This is my code FFMPEG:

[code]

ffmpeg f dshow video-i = "A4TECH USB2.0 PC Camera" - vcodec libx264 - b: v 32 k - acodec libmp3lame b: a 64 k - ar 44100 f flv rtmp://12.11.1.3/livepkgr/liveevent?adbe-live-event=liveevent

[code]

Please advise me to solve this problem.

Thank you very much.

Solve above problem with the FFMPEG edit syntax.

[code]

ffmpeg y f dshow s 640 * 480 video-i = "A4TECH PC Camera USB2.0": audio = "Microphone (Creative SB Audigy 2 ZS (WDM)" - c: v libx264 - b: v 120 k-pix_fmt yuv420p - vb 450 - a - map 0:0 - acodec libmp3lame b: a 64 k - ar 44100 f flv rtmp://12.11.1.3/livepkgr/Liveevent?adbe-live-event=Liveevent

[code]

Tags: Adobe Media Server

Similar Questions

  • cannot broadcast live event via CTS

    I just upgraded to 4.5 FMS.  I am able to the event live stream via HDS, but I can't stream live events through HLS.  I can use VOD via CTS, but not live events...  Any suggestions?  I tried the HLS url directly access on my iphone and embeddeding sorts even < video > tags in a HTML file tag and gets the same results.  What I've noticed is that in my folder of the application on the server, I see that the HDS files being created.  I don't see the .ts files which I think are supposed to be created when the stream to devices HLS.

    Help!

    Adobe from now takes only supported only HE-AAC/AAC for audio-video and audio content.

    Even Apple says suite "Protocol specification does not limit the selection of the encoder. However, the current implementation of Apple must interact with encoders that produce of MPEG-2 Transport streams, containing a video H.264 and AAC audio (HE - AAC or AAC - LC). " (http://developer.apple.com/library/ios/#documentation/networkinginternet/conceptual/stream ingmediaguide/FrequentlyAskedQuestions/FrequentlyAskedQuestions.html)

  • Since 10.11 I have not been able to download via the usb port of my Davis Vantage weather station. No solution of tech Davis on the issue even with the new recorder of events in the resort. Is there a problem with the usb?

    Since 10.11 I have not been able to download via the usb port of my Davis Vantage weather station. No solution of tech Davis on the issue even with the new recorder of events in the resort. Is there a problem with the usb?

    What Mac? (details)

  • HP Pavilion dv7 Notebook microphone correct for recording live music

    If you are looking for the plug for the microphone - branch for the Pavilion dv7 Notebook intention is to record live Piano.

    I tried several microphones, but impedance must not be appropriate as the volume is very low during recording.

    Hey Len,

    After watching further in your question, you should look into having an adapter for best results.

    Something like this: http://www.homebrewedmusic.com/tag/adapter/

    Any local music store should have it.

    Thank you

  • Cannot create popups and live event "session expired...". »

    Hi all
    anyone with experience when creating live event in show and share and when you want to save the configuration becomes prompting pop-up windows "your session has expired and connect again...". »
    How to manage and solve this problem. Please advice. Thank you

    Rahman,

    I have not seen this question earlier. Here are the steps that you can try-

    (1) don't you erase the IE browser cache?

    (2) have you installed the DMM/SNS CERT in your browser certificate store? If so - can you remove these certificates and try to access the SNS once more?

    (3) meet you of problems by creating an event Live of DME or Non - MED Live event or both?

    (4) can you try to access SNS using Mozilla Firefox v/s IE?

    If none of the steps above only solves your problem of "Timeout" and "Live Event", please open a case of the Cisco TAC to further investigate this issue.

    Kind regards

    Sagar Dhanrale

  • Windows 7 - record live TV streaming?

    Original title: HELP Please!

    Can someone tell me please how to record live streaming TV. to my computer?

    Hello


    1 online are. what live streaming site you referring?

    2 have you installed any card TV tuner to your computer?

    You could save online video streaming to the computer only if the particular website has given permission to download.
    If you need another application that allows you to download streaming live, you can find using your favorite search engine.
     
    Note: This response contains a reference to third party World Wide Web site. Microsoft provides this information as a convenience to you. Microsoft does not control these sites and no has not tested any software or information found on these sites; Therefore, Microsoft cannot make any approach to quality, security or the ability of a software or information that are there. There are the dangers inherent in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
     
    I also suggest you to provide more information about the issue so that we can better help you.
     

     
  • How can I join the live event?

    Can @Ho I register for the live event?


    At the time you posted this question, the STM sessions had not started yet. The event started at 9:00 PT.  Please let me know if you are still experiencing difficulties to connect.

    Note: all sessions will be available for consultation on request after the event is finished at 1:00 pm PT.

    See you soon,.

    LKR

  • Recording format f4v to FMS and then republish it on another server?

    My data path looks like this:

    Live Stream encoder = > republish My FMS (my own server) to = > CDN = > look at a customer

    I want to archive the live stream at the first stop, my FMS.  Adobe live docs say if I want to publish the file saved to be format F4V (H.264), the name of the stream with which I should be of the format mp4:streamname.f4v.  My CA, unfortunately, requires the name of the stream it receives to be of the format "streamname".

    How do I do both?

    In my onPublish() function, I do two things:

    1 save the stream to a file

    2 publish again the stream to the CDN

    Here is this method because it is currently built:

    application.onPublish = {function (client, stream)
    trace ("onPublish");

    First save the stream here on this server
    s = Stream.get ("mp4:streamname.f4v");
    If (s) {}
    s.record ();
    s.Play (Stream);
    }

    Then pass the stream to the CDN
    this.doRepublish (this.nc, stream);
    };

    Anyway is to achieve these two objectives?

    Hi Rex,

    Your assessment is correct and the requirement of your CDN will not allow to save H264 files from a live stream.  They may already be aware of this choice they have made, or if not you can point their return to Adobe/FMS where we can point out that it is not possible account of this forced.  I would recommend this pointing out so that they can remedy for you.  If they cannot or will not guess that you'll want to find a CDN that will support this business for you.

    ASA

  • Can never get Apple live event.   Why

    I am able to bring the previous page that should have an arrow start to follow the Apple event live but the start arrow appears on the phone. Not the iMac 2 or 3 iPads.  Why.  ?

    You update the application of events on the Apple TV.

  • Windows 7: games online lag & defective live tv unstable/record live tv playback (due to changes in priorities/Planner win7?)

    Since installing Windows 7 ultimate, I have 2 problems (compared to XP or even Vista):

    (1) online gaming is lag; the other players seem to move like ghosts, somehow jerky and jerky, but my ping is completely normal (low) and fps are good, too.

    (2) direct TV experience is worse now:
    When I watch a dvb - t transmission and switch to another app that I have at the same time (like total Commander, instant messaging, Notepad, etc.) I hear audio clicks and get video abandonment. The same is true when I'm not watching a transmission, but when I save it. The recordings are defective (video and audio dropouts).

    However, existing good records can be read without any problem, even when you switch like crazy between all sorts of substantive programmes and lots of tabs in my web browser. With these good records I get no problem whatsoever (for example: files in windows XP). It is only when I try to record something in Windows 7 that I get these questions.

    I have used many different programs (from dvbviewer for progdvb for dvb dream to Windows Media Center). The problem is always the same.

    This did not happen in XP, however.
    Under XP, I can switch to background programs and switch between tabs in the opera 100 without being any 'clicks' or the number of drop-outs in audio/video on live television.

    The same is true for Vista, although it is slightly worse than with XP.

    In Windows 7, interactive use of programs seems to have a strong (and negative) impact on live TV.

    My system (not aware at all, but otherwise very good work, in XP, Vista, Windows 7 and Linux):

    -Sempron 2600
    -1 GB OF RAM
    -Geforce 3 TI 200:
    I know: not supported by Windows 7, BUT:
    -J' also have an ATI HD4650 here, which IS supported by Windows 7
    and who doesn't IS NOT IMPROVE anything!

    Since my Windows 7 installation is quite recent and not yet activated, I did not install a lot, especially any antivirus that could (maybe) deteriorate the performance of the system.

    Apart from live tv playback/record and games Windows 7 IS (!) quickly on my old system.

    In addition, take into account that the games I'm talking about are OLD, so my geforce3ti200 is quite enough for such an old game, like quake2 or quake1. - And as I said, I also have a HD4650 well supported by the ITA which does NOT improve lag problems in games!

    I tried to disable nagle algorithm (as suggested somewhere), I played with registry settings like 'systemresponsiveness '; I also disabled the multimedia class Scheduler - all these things you will find in these many threads any lag in windows 7!

    Does not really - or only partially:
    Deactivation of the multimedia class scheduler service help (a little) but at the price of having audio problems:
    When switching between the different programs of the audio player (e.g. windows media player or vlc) has now audio dropouts that wouldn't happen when the multimedia class Scheduler service is running.

    Therefore, this solution is not ideal.

    Since I also tried to use wifi instead of ethernet, external sound usb instead of edge, different servers etc, and since there is that interference between the task of switching and stability of live tv, I come to this conclusion:

    This must be a timer problem. Something in the Task Scheduler in windows 7 and/or priority system was changed, when comparing it to XP or Vista.

    I see that there are more settings in the registry, as in:

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Audio]

    Where it looks like:

    'Planning category '=' Medium '.
    "SFIO"="Normal priority".
    "Background only"="True".
    'Priority' = dword:00000006
    "Rate of clock" = dword:00002710
    'GPU priority' = dword:00000008
    "Affinity" = DWORD: 00000000

    So I'm expecting setting could something in a different way here (?) have a significant impact...

    Last question:
    Considering the number of threads (when searching via google) all delays in windows 7 games, is Microsoft aware of this problem - and Microsoft offer a fix, a hotfix or another type of solution?

    Thank you, egman

    Check by

    Clean boot

    and update of installed drivers

  • Media Center of the Signal course to record live tv & regular VISTA

    RE: Windows Media Center signal loss

    I started getting errors while recording in Windows Media Center, the program hangs and fails to save and I get the error message of signal loss.

    I checked my connections USB, card TV tuner, cable connection, and they are very good.  I use Wintv 7 now and record very well. I have WINTV7.1 for the HAUPPAUGE WINTV HVR - 850 external USB connected to the tv by similar cable card. I searched various sites of Mircrosoft support and not been able to find a solution or explanation satisfatory.

    However I have my search I found possible solutions. These solutions involve Windows Media Center for Windows 7 and I want to know if they will work for VISTA sp2.  The Hauppauge site displays links for Windows 7.

    Support site for Win Tv 7, Hauppauge hvr850;

    http://www.Hauppauge.com/site/support/support_hvr850.html

    http://www.Hauppauge.com/site/support/MCE_update.html

    Microsoft support site (I think that is the difficulty that would help me better);

    "Fixed in this update

    On a computer that is running Windows 7, you use Windows Media Center with a TV tuner analog Watch analog TV live. In this case, you receive messages from overlay low intermittent flow in Windows Media Center.

    Windows Media Center monitor the inflow of over-the-air television. Without this follow-up, the bit rate very low fall when the analog input of the TV is low or does not have a signal. This causes a black screen or a static screen. With this follow-up, Windows Media Center displays a message of overlay to indicate a possible problem with the inflow during the analog input of the TV is low or does not have a signal.

    However, the method that is used to monitor the inflow on analog signals is too sensitive. This may cause a false alarm of a low flow.

    Note Several regions have switched over to digital broadcasting. There are hardware configurations in digital programs to convert the digital signal into an analog signal. "These configurations can include set-top boxes and digital-analog-switch-boxes".

    Difficulty 981130 quote:

    http://support.Microsoft.com/kb/981130

    -------------------------------------------------------------------------------

    2nd possible solution from Microsoft Support;

    An update is available for Windows Media Center in Windows 7. This update corrects a blocking problem that occurs when you use a TV tuner in Windows Media Center. When this problem occurs, you may experience one of the following symptoms:

    • You receive an error message similar to the following, when there is no conflict apparent tuner:

      Conflict of tuner
    • You receive an error message similar to the following when there is available tuners:
      No tuner available to meet the current demand
    • The Windows Media Center Receiver Service (Ehrecvr.exe) stops responding and you have to restart the computer to recover this service. »

    Quote from Micorsoft difficulty 981129

    http://support.Microsoft.com/kb/981129

    I did this as detailed as possible to help others with similar problems.

    I believe that Micorsoft hotfix support kb 981130 will solve my problem with loss of signal and gel of the records.   But the solution is designed for windows 7 and there is no information on the page for Windows Vista.

    Summation:

    Problem: Loss of signal and inability to record in Windows Media Center Vista

    Material: Hauppauge Wintv HVR - 850 with software wintv7 and drivers updated.

    Q 1 the solutions above Ko 98130 will work for Windows Vista Media Center?

    Q 2 is there a solution similar to 981130 available KB?

    Are Q 3 there other possible solutions for the loss of signal in Windows Media Center in Vista?

    Thanks for your help, I hope you can answer quickly.

    Richard

    Hello, Richard

    Do you still have the same problem after performing the steps that was you on the list?

    If so, you can try to run a SFC scan to make sure that the system files are intact: How to use the tool File Checker system to troubleshoot missing or corrupted system files on Windows Vista or Windows 7

    The only other option I can think is that the signal is in fact weak and therefore, the signal is lost.

    Assuming that the signal strength is good and the System File Checker was not working, the next step that I have to recommend would be to back up your files on an external and reinstall Windows:

    Install, reinstall, or uninstall Windows
    Back up your files

    David
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Windows Error Reporting service stopped recording of events in the event log, and now when it spawns werfault.exe, the process consumes the CPU until he is killed.

    Windows error reporting service ceased to record events in the event viewer. The last successful entry was 26/03/2010. Since then whenever the service generates Werfault.exe to handle the error, the process seems stuck in a loop of consumer processor, but do nothing. It uses 99% of CPU (80% preferred), is not e/s and number of handles, thread, & working set do not develop.

    Three Windows updates were installed in shortly after the last successful log entry (automatic update is enabled):

    KB915597 def 1.79.702.0 & def 1.79.495.0 both for Windows Defender

    KB980182 for IE 7

    I think that my system is clean, at least Spyware Doctor think it is. I also did some tests Ad-Aware. Windows Defender analyzes every day without error.

    Has anyone else encountered this problem?

    Hi Wannknow,

    It's good information - and thanks for the thanks! You really only need to run an adware or virus (malware) program at the same time. What I would recommend is that you choose an adware program - either "Windows Defender" or "spyware doctor" and disable the other. This can be your root problem, so at this point I turn back on 'report of problems and solutions' and see if you experience the same problem:

    Again, here are the instructions:

    1. open Control Panel. (Press Ctrl-ESC and type 'control' is faster access method).

    2. click on "System and Maintenance" and then click "problem reports and solution."

    3. click on change settings in the left panel of the problem reports and Solutions window.

    4. Select Advanced settings.  In the "for my programs, problem report is: ' select 'off '. Click on CLOSE the

    Hope this helps,

    Steve <> Microsoft partner

  • No media player sound recording live TV

    Hi people, I have a problem with Windows 7 in record mode Live Tv (planned or not) I'm under edition Full 64-bit Windows 7 Home premium with an AMD processor Athlon 64 dual core with 4 GB of Ram.     I only have the problem with the TV Live recorded using Media Center.  It is a little of her, but only the sounds of outskirts the main track of noise IE voice is missing and the other sounds a bit muted... All other recording and playback and sound system devices and software are fine.  I use my advice on sound card ALC97 with latest drivers available 32/64 bit, My Tv tuner is Aver Media H788 hybrid PCIe with the latest drivers for 32/64-bit.

    I lived to see that all the devices and the sliders are in the right position and setting each option of control panel and carefully searched.  I can hear the sound when I simply want to play a live TV program and the sound was better with the installation of Windows 7 than it has ever been using XP. Just this problem with Media Player.  After all what good is a record if there is no sound?

    I've disabled my advice on Realtek sound and installed a Turtle Beach Riviera 5.1 sound card and their new drivers 64-bit Windows 7 and everything works perfectly now.  I use AVER MEDIA H 788 and H788 hybrid tuners.  I installed them with OBVERSE latest drivers for 64-bit Windows 7 and I had absolutely no problems whatsoever with them.  Able to record 2 channels at the time each time and records perfectly and with the Voyetra card the sound is great.  Highly recommend AVER Tuner cards for easy installation and great drivers with Windows 7.

    Jim

  • record of events

    Hello

    I'm new to blackberry environment.

    I need to keep a log file for all events.

    I just tried Lod, using a text file. But it took to sign the code of the key.

    But I think that there are a class of available logging already in blackberry that can be used.

    Could someone give me a better idea on this?

    Thanks in advance

    Kind regards

    Gfjhfdj.

    in case the screen of the recorder that you need to change the level to debug and make sure your application is checked. in fact, you can uncheck all other applications to get only the important log entries.

  • Problem with FMIS 4 and streaming of live events

    We have a problem on our platform and its makes us crazy... No seriously... NUTS.

    We have triple checked every possible component of a hardware level to a level of the software configuration.

    The problem: our platform consists of 2 servers of origin with 6 edges to speak for them (really strong material).  Once we inject a live stream into our two origins... we can properly get out the stream via the edges and listen to successfully through our player.  Once we hit about 2200 simultaneous connections, FMIS Server removes all connections busy with water courses.   Newspapers, the only thing we see is the following - tons of disconnections with the status code of 103 which, according to the online documentation, means Client is disconnected because of the server (or application unloaded).

    We have simulated the scenario with the Simulator FMS load utility... and we are starting to see errors + connections dropped around 2200 brand.

    The machines are Dell blades with dual processor Xeon (quad-core) with about 50 gigabytes of ram per server... The edges are all on 10 Gbps ethernet interfaces as well.

    We managed to generate a nice big fat coredump on the origin and the only thing visible from inspecting the core dumps + newspapers is the following:

    2011-10-0515:44:1022353 (e) 2641112JavaScript execution is out of memory; Server close instance (adapter):

    virtual server, _defaultRoot_: _defaultVHost_, App: livestreamcast_origin/_definst_). Check the size of the JavaScript runtime for this application

    in the configuration file.

    And in the core dump:

    WARNING: no loadable section in no added symbol-file provided by the OSR system at 0x7fff9ddfc000

    Core was generated by ' / opt/adobe/fms/fmscore - adapter _defaultRoot_ - vhost _defaultVHost_ - app - inst '.

    Error of Segmentation of the signal 11, last update program .

    #0 0x00002aaaab19ab22 (/opt/adobe/fms/modules/scriptengines/libasc.so js_MarkGCThing)

    (gdb) bt

    #0 0x00002aaaab19ab22 (/opt/adobe/fms/modules/scriptengines/libasc.so js_MarkGCThing)

    #1 0x00002aaaab196b63 in? (from /opt/adobe/fms/modules/scriptengines/libasc.so)

    #2 0x00002aaaab1b316f (/opt/adobe/fms/modules/scriptengines/libasc.so js_Mark)

    #3 0x00002aaaab19a673 in? (from /opt/adobe/fms/modules/scriptengines/libasc.so)

    #4 0x00002aaaab19a6f7 in? (from /opt/adobe/fms/modules/scriptengines/libasc.so)

    #5 0x00002aaaab19ab3d (/opt/adobe/fms/modules/scriptengines/libasc.so js_MarkGCThing)

    #6 0x00002aaaab19abbe in? (from /opt/adobe/fms/modules/scriptengines/libasc.so)

    #7 0x00002aaaab185bbe (/opt/adobe/fms/modules/scriptengines/libasc.so JS_DHashTableEnumerate)

    #8 0x00002aaaab19b39d () /opt/adobe/fms/modules/scriptengines/libasc.so js_GC

    #9 0x00002aaaab17e6d7 () /opt/adobe/fms/modules/scriptengines/libasc.so js_DestroyContext

    #10 0x00002aaaab176bf4 () /opt/adobe/fms/modules/scriptengines/libasc.so JS_DestroyContext

    #11 0x00002aaaab14f5e3 in? (from /opt/adobe/fms/modules/scriptengines/libasc.so)

    #12 0x00002aaaab14fabd (JScriptVMImpl /opt/adobe/fms/modules/scriptengines/libasc.so::resetContext())

    #13 0x00002aaaab1527b4 in JScriptVMImpl::postProcessCbk (unsigned int, bool, int))

    of /opt/adobe/fms/modules/scriptengines/libasc.so

    #14 0x00002aaaab1035c7 in boost::detail:function:void_function_obj_invoker3 < boost::_bi:bind_t < void, boost::_mfi:mf3 < void, IJScriptVM, unsigned int, int, bool, > boost::_bi:list4 < boost::_bi: value < IJScriptVM * >, boost::arg < 1 > boost::arg < 2 > boost::arg < 3 > > >, Sub, unsigned int, bool, int > : Invoke (boost::detail:function:function_buffer &, unsigned int, bool, int))

    of /opt/adobe/fms/modules/scriptengines/libasc.so

    #15 0x00002aaaab0fddf6 in boost::function3 < sub, unsigned int, bool, int >: operator () (unsigned int, bool, int) const)

    of /opt/adobe/fms/modules/scriptengines/libasc.so

    #16 0x00002aaaab0fbd9d () /opt/adobe/fms/modules/scriptengines/libasc.so::script::AscRequestQ::run() fms

    #17 0x00002aaaab0fd0eb in boost::detail:function:function_obj_invoker0 < boost::_bi:bind_t < boost::_bi:list1 < boost::_bi: value < fms::script:IntrusivePtr < fms::script:AscRequestQ > > > > boost::_mfi:mf0 < fms::script:AscRequestQ > bool, bool, bool >: Invoke (boost::detail:function:function_buffer &) (/opt/adobe/fms/modules/scriptengines/libasc.so)

    (#18 0x00000000009c7327 in boost::function0 < bool >: () const Operator())

    #19 0x00000000009c7529 fms::script::QueueRequest::run())

    #20 0x00000000008b868a in TCThreadPool::launchThreadRun(void*))

    #21 0x00000000008b8bd6 TCThreadPool::__ThreadStaticPoolEntry(void*))

    #22 0x00000000008ba496 launchThreadRun(void*))

    #23 0x00000000008bb44f __TCThreadEntry(void*))

    #24 0x000000390ca0673d /lib64/libpthread.so.0 start_thread)

    #25 0x000000390bed44bd in clone () from /lib64/libc.so.6

    From what it seems that above, FMS is hard crashing when you try to use Clone (2) (it basically means when his tent spawn a new/another process).

    I really hope there is someone out there who can guide us in the right direction regarding how we can identify why our platform cannot cope with a pathetic 2200 connections before the demon FMIS drops all water courses.

    There must be someone out there who is facing this or a similar problem to this...  Help!

    All comments / ideas would be greatly appreciated.

    Have you tried growing Javascript Runtime memory? What is the current ScriptEngine/RunTimeSize setting in Application.xml?

    Refer to this link: http://kb2.adobe.com/cps/529/cpsid_52978.html (JSEngine is now replaced by ScriptEngine tag)

Maybe you are looking for

  • premanently store this exception is inactive

    The problem is that I can't save the security exception because the box is inactive. I know that the certificate provider, and it's OK. How can I unlock this option and make it active to save the certificate?

  • Driver for ATI Mobility Radeon 9600/9700 on Satellite P30

    In my laptop Satellite P30 my ATI video card sometimes doesn't cooperate very well using the pc: the result is a blue screen with the message: the file ati3duag.dll creates a problem with your hardware. Sometimes, due to the same issue (?), the scree

  • HP Pavilion dv-7

    my bluetooth headset would automatically sound too itself when turned on but now I too manually swith above using the volume also icon now blue tooth of the counter has disappeared from the sound box

  • Why my ListView items cannot display on a single line?

    ListView { preferredHeight: ui.du(20) id: keyItemList dataModel: _nao.keyItemList leftPadding: 20 rightPadding: 20 // layout: StackListLayout { orientation: LayoutOrientation.LeftToRight headerMode: ListHeaderMode.None } listItemComponents: [ ListIte

  • Update blackBerry Z10 z10

    whenever I plug my phone into blackberry link it tells me to download the update at 10.1.0.2039. I download and it says that have successfully downloaded. Plug it in again and it tells to download me again?