Problem with Live DVR in REOPS

Hi all:
I am currently modifying REOPS to make a custom player with markers, btw if anyone has an example of a player with timeline markers it would be great if you can post the link.
Now back to the problem, it seems to be a MediaFactory problem. When i put as a source a Live DVR stream in reops it shows the live stream perfectly, but the timeline does not show the dvr total time. When i trace the MediaElement traits it shows all the traits but not dvr, but the element is being created correctly from a StreamingURLResource, so the resource does have streamType=StreamType.DVR but it seems that when the resource is processed by the REOPS custom MediaFactory (REMediaFactory) the VideoElement is not created as a DVR capable element. But if i replace the REMediaFactory for the DefaultMediaFactory it does add the DVRTrait to the MediaElement, but i don't see video!!! The media element created is a VideoElement, this is ok i think.
Thank you verry much for any help you can provide me.
I post here the OSMF debug
REOSMF - Contruct
External interface not available
configPath: null
Config Path: assets/data/reosmf_config.xml
[SWF] C:\inetpub\wwwroot\osmf\REOPS.swf - 1,061,097 bytes after decompression
-- init sequence --
Tue Feb 12 2013 04:52:26 PM.939 [INFO] [org.osmf.net.NetNegotiator] Attempting connection to rtmp://localhost:1935/dvrcast_origin
loading control bar swf: assets/skins/lunar.swf
Tue Feb 12 2013 04:52:26 PM.967 [DEBUG] [org.osmf.layout.LayoutRendererBase] ON EXIT FRAME: BEGIN
Tue Feb 12 2013 04:52:26 PM.968 [DEBUG] [org.osmf.layout.LayoutRendererBase] VALIDATING LAYOUT
Tue Feb 12 2013 04:52:26 PM.982 [DEBUG] [org.osmf.layout.LayoutRendererBase] LAYOUT VALIDATED
Tue Feb 12 2013 04:52:26 PM.982 [DEBUG] [org.osmf.layout.LayoutRendererBase] ON EXIT FRAME: END
[SWF] C:\inetpub\wwwroot\osmf\assets\skins\lunar.swf - 178,354 bytes after decompression
set cc text:
ControlBarContainer - initHandler: [Event type="init" bubbles=false cancelable=false eventPhase=2]
ControlBarContainer - httpStatusHandler: [HTTPStatusEvent type="httpStatus" bubbles=false cancelable=false eventPhase=2 status=0 responseURL=null]
duration: 0
set cc text:
Tue Feb 12 2013 04:52:27 PM.159 [INFO] [org.osmf.net.NetNegotiator] Attempting connection to rtmp://localhost:443/dvrcast_origin
Tue Feb 12 2013 04:52:27 PM.405 [INFO] [org.osmf.net.NetNegotiator] Attempting connection to rtmp://localhost:80/dvrcast_origin
Tue Feb 12 2013 04:52:27 PM.645 [INFO] [org.osmf.net.NetNegotiator] Attempting connection to rtmpt://localhost:1935/dvrcast_origin
Tue Feb 12 2013 04:52:27 PM.845 [INFO] [org.osmf.net.NetNegotiator] Attempting connection to rtmpt://localhost:443/dvrcast_origin
Tue Feb 12 2013 04:52:28 PM.061 [INFO] [org.osmf.net.NetNegotiator] Attempting connection to rtmpt://localhost:80/dvrcast_origin
Tue Feb 12 2013 04:52:28 PM.179 [INFO] [org.osmf.net.NetNegotiator] FMS Version: 5,0,1,1076
Tue Feb 12 2013 04:52:28 PM.183 [INFO] [org.osmf.net.NetConnectionFactory] NetConnection established with: rtmp://localhost:1935/dvrcast_origin
Tue Feb 12 2013 04:52:28 PM.275 [DEBUG] [org.osmf.elements.LightweightVideoElement] No DRM Contenta data available upfront. Play the content and listen for any DRM-related events.
added Trait to Player: dvr
added Trait to Player: audio
added Trait to Player: buffer
added Trait to Player: time
added Trait to Player: displayObject
Tue Feb 12 2013 04:52:28 PM.289 [DEBUG] [org.osmf.layout.LayoutRendererBase] ON EXIT FRAME: BEGIN
Tue Feb 12 2013 04:52:28 PM.289 [DEBUG] [org.osmf.layout.LayoutRendererBase] VALIDATING LAYOUT
Tue Feb 12 2013 04:52:28 PM.292 [INFO] [org.osmf.media.videoClasses.VideoSurface] switchRenderer. currentVideoRenderer = null; the new renderer = [object StageVideo]
Tue Feb 12 2013 04:52:28 PM.296 [DEBUG] [org.osmf.layout.LayoutRendererBase] LAYOUT VALIDATED
Tue Feb 12 2013 04:52:28 PM.296 [DEBUG] [org.osmf.layout.LayoutRendererBase] ON EXIT FRAME: END
>> STATE: playing
start buffer timer
added Trait to Player: play
added Trait to Player: seek
Tue Feb 12 2013 04:52:28 PM.329 [INFO] [org.osmf.net.NetStreamLoadTrait] NetStream.Play.Reset
Tue Feb 12 2013 04:52:28 PM.331 [INFO] [org.osmf.net.NetLoader] Stream reconnect: onNetStatus: NetStream.Play.Reset
Tue Feb 12 2013 04:52:28 PM.331 [DEBUG] [org.osmf.net.dvr.DVRCastTimeTrait] NetStatus: NetStream.Play.Reset
Tue Feb 12 2013 04:52:28 PM.334 [INFO] [org.osmf.net.NetStreamLoadTrait] NetStream.Play.Start
Tue Feb 12 2013 04:52:28 PM.334 [INFO] [org.osmf.net.NetLoader] Stream reconnect: onNetStatus: NetStream.Play.Start
Tue Feb 12 2013 04:52:28 PM.334 [DEBUG] [org.osmf.net.dvr.DVRCastTimeTrait] NetStatus: NetStream.Play.Start
Tue Feb 12 2013 04:52:28 PM.341 [DEBUG] [org.osmf.layout.LayoutRendererBase] ON EXIT FRAME: BEGIN
Tue Feb 12 2013 04:52:28 PM.341 [DEBUG] [org.osmf.layout.LayoutRendererBase] VALIDATING LAYOUT
Tue Feb 12 2013 04:52:28 PM.342 [DEBUG] [org.osmf.layout.LayoutRendererBase] LAYOUT VALIDATED
Tue Feb 12 2013 04:52:28 PM.342 [DEBUG] [org.osmf.layout.LayoutRendererBase] ON EXIT FRAME: END
Update:
Found out why i couldn't see video when using DefaultMediaFactory, The stream was not beeing recognized as DVR because i was not using mp4: prefix. Once i changed that i can see video perfectly with DefaultMediaFactory, still not able to view correctly dvr timeline with REMediaFactory. But if i add a dvrnetloader in the video element creation in REMediaFactory, the video plays great. Any ideas how to handle the DVR resource without adding a DVRCastNetLoader in the VideoElement contructor?
Thanks
Message was edited by: eduardo.linead

No clue really but it could be that your card isn't supported by LiveUpdate anymore since LiveUpdate has been upgraded since your card was released...
Is you card broken? Is it not doing what you want it to do? If it ain't broke don't fix it cause you might not like the can of worms you open up on yourself!
Bonz

Similar Messages

  • Still the same problem with Live update 2

    I still have the same problem with Live update 2.
    I've downloaded newer Bios update but it's 13 MB... it's obvious that I can not have
    in floppy disk and I'm a little bit  uncomfortable of updating bios from CD-rom .
    But what else can I do, besides updating Bios to get out of this Live update from start-up.
    Should I clear CMOS?

    13mb are you really sure ?
    go here instead.
    http://www.msi.com.tw/program/support/bios/bos/spt_bos_detail.php?UID=436&kind=1
    the download file is around 300kb.
    make sure you get the right file.
    you did not specify if you got L or ILRS.
    also dont use live update.
    get drivers from http://www.nvidia.com instead.

  • Problem with Live View being slow

    Since the latest update it now takes up to 20 seconds for the live view to appear in Dreamweaver. Is this usual - anyone else having this problem, How can I solve it? it's like working in mud!

    It may just be a temporary issue on their server. That's one of the main problems with referencing files you don't own, you are at the mercy of the owner's server status.
    If you can, I would suggest getting a copy of the font files you are using and keeping them on your own server to reference instead, it may cost you extra, but it's worth it.
    To be honest, I've never used Typekit and don't even know if that's possible, but I've had similar issues with Google Fonts in the past and will download fonts to be stored on my own systems now whenever it's critical that they are available whenever the website is (doesn't happen often, but).
    You just need both a .ttf and .otf version of the font to ensure it works when using the @font-face css rule. Converting a .ttf to .otf is pretty simple and can be done in a lot of places online. You would need to check with Typekit's user agreements to see if that's possible, but Google's are all open source and can be modified however you see fit.

  • Problem with Live Office Web Services

    Hi@all,
    we have a problem with the Live Office connection options.
    The Webservice URL entry has an error: "Verion conflict: Your Live office client needs a newer version of Business Objects Web Services".
    I have installed the newest SP (SP3) for XI 3.1 for my Live Office Client and for the BO client tools but it do not work. Has anybody an idea?
    Thanks.
    Thomas

    Any solution for this? We have the same issue.
    Got resolved by recreating the webi document from scratch and the live connections.
    But this issue really scares me as I have did not see any reason for this to happen and it is very inconsistant.
    Anil

  • Problem with Live Trace?

    Hi,
    I'm having some trouble with Live Trace which I've never encountered before. It could just be my inexperience with Ilustrator, but every time I click Live Trace, the image turns all black. I've tried different presets, and this doesn't change anything. The image I've imported is a Photoshop file so it should work, and has worked before.
    Anybody had this before? Any suggestions?
    Kind Regards,
    Jack

    I'm working through a Classroom in a book in CS4 Illustrator, so the image shouldn't be a problem as its specific for that exercise. The image is a PSD of a snowboarder so unable to upload to the thread.
    Tracing Options: Preset: Default, Mode: Black & White, Threshold: 128, Trace Settings: Fills (though Strokes and Fills or just stokes on preview mode still keep the image black). View: Raster: No Image, Vector: Tracing Result, Path Fitting: 2px, Blur: 0px, Resample: 200px, Corner Angle 20, Minimum Area: 10px.
    Jack

  • Problems with uVerse DVR connected to a network switch and 1x3 HDMI switch

    So that I can connect multiple devices (Apple TV & BluRay player), I've connected my uVerse DVR to a network switch with IP Quality of Service function.  Is it known whether or not this will cause problems?  I am having problems, but see next question for probable cause. I have also connected my HD TV to a 1x3 HDMI switch output, with inputs from the uVerse DVR, Apple TV, & BluRay player.  This clearly has caused problems because the DVR goes through the power on sequence almost everytime the TV is turned on, I have intermittent problems with the HDMI switch displaying video on the TV, and on several occassions, shows scheduled for recording haven't recorded at all or only partially recorded.

    I've been having problems with this for months especially with the GigaPower rollout and broke down and decided to resort to some network engineering tactics versus calling out AT&T Techs. The Techs are good at their job but they are only knowledgeable about the hardware aspect but are dumb founded on this one and it's not their job to know.  To the point of using a switch next to the DVR and this counts truly for all set top boxes via Ethernet they need to be physically seperated wires. Well, unless you want to pay someone to put an extra Ethernet drop next to each wired set-top box or DVR this isn't feasible so options are deal with it or spend $20 more dollars on a switch that supports 802.1q trunking which makes two 'virtual' independent ethernet cables over one line.  If you can do it great otherwise this takes a higher than average knowledge of basic networking.   A basic setup would be: + Get two switches - Netgear GS108T or GS108E I've found does the job well. + Enable 802.1q advanced VLANs+ Make two additional vlans 2 and 3 (1 is the native VLAN)+ Mark a port as tagged 'T' for the trunk port to the other switch for VLANS 1,2,3 (I used port 8)+ Assign VLAN 2 and mark as untagged for ports 2-7 - this is for data traffic+ Assign VLAN 3 and mark as untagged for port 8 only - this is for video multi-cast traffic+ ***DISABLE*** MULTI-CAST IGMP SNOPING otherwise IPTV won't work. On the back of the Uvserse router, take an Ethernet wire and plug into port 8 and take an Ethernet cable and plug into port 7.  This does not create a loop though sounds like it, we've created two unique layer 2 networks.  Now configure the second Netgear switch (or switch of your choosing...) the same exact way but plug your DVR into port '8' and all your data stuff XBox, whatever... into ports 2-7. Whalla, you've eliminating multi-cast flooding and DVR traffic is independent.  Ever since I started doing this I increased the speed throughput from 10 MB/s or to never working to a full reliable gigabit speed or respectibly whatever UVerse service you get.    

  • Problems with live application & FMLE 3

    If we try to restrict access by editing the
    allowedHTMLdomains.txt and allowedSWFdomains.txt files, FMLE
    returns the following error when we click on 'Connect':
    Problem with primary server
    Failure to connect to primary server. Please verify that your
    URL and application name are valid and that your Internet
    connection is working and retry.
    As soon as we switch allowedHTMLdomains.txt and
    allowedSWFdomains.txt back to wildcard (*), everything works fine
    and no errors.
    FME 2.5 worked just fine, this error occurs with FMLE 3 only.
    Any ideas?

    Hi
    Adobe Membership ID is [email protected]
    problem with primary server
    My name is Robin. I became new member with Adobe and i have download Adobe Flash Live media player 3.2
    We wants to video stream from our computer to website livestream.
    This URL:rtmp://localhost/live
    does not working to run on other computer.What should i do to run live programme through Adobe Flash Media live.please advise us . Please reply.
    Thank you
    Robin

  • Problems with my DVR-104 drive

    Hey there,
    I'm experiencing a few problems with my Superdrive. When I try to burn from Toast (7.0), the verification always fails, and inevitably the DVD can't play properly. It also has problems reading some DVD's, whether burnt or blank. The CD reader and writer works fine, but I'm at a loss for what might be wrong with the DVD.
    I checked to see if I could update my firmware, but no updates exist. Any suggestions??
    Is it time to get a new drive?
    Thanks.
    Mario

    It would cost you to about $40 to replace that drive with the newest Pioneer, the 112, which is an excellent drive and would give you much better performance and work with a much wider variety of media. Pioneer updates their firmware often, but after a certain number of years discontinue updates.
    It isn't unusual for the cd or dvd side to work but not the other as they are 2 different assemblies, and one of them no longer working is a very common symptom of a dying drive. There are things you can try that may work at reviving the drive (a lens cleaner, blowing out dust from the interior of the drive with the tray open) but at the age of that drive I'd just replace it if it's within your budget, as you've already done a good job of checking out most of the basics. Here's a link to some info on the 112:
    http://eshop.macsales.com/shop/optical-drives/superdrives/powermac/

  • Flickering problem with live viewing with IMAQ Image Display

    Hi everyone,
    I am trying to write a program to do live imaging with Andor camera. I am using some examples from Andor. The images are acquired in sequence and send into IMAQ Image Display and also Intensity Graph. There is minimal flickering issue in the Intensity Graph but there is very bad flickering problem in IMAQ Image Display. Perhaps I misunderstand how to optimize the vision tools. Does anyone know how to overcome this issue? I have attached the code that I am testing. Thanks in advance.
    Best regards,
    Han Yen
    Solved!
    Go to Solution.
    Attachments:
    iXonRTA_live_0.0.1.vi ‏70 KB

    You can use Vision Assistant to test our vision functions. Vision Assistant is really meant to prototype - it does not have all teh functionality of Vision Development Module and is not as flexible as we don't allow you access to all the settings for every function.
    I recommend starting in Vision Assistant and then porting over to LabVIEW or C (whatever you are most comfortable with)...this is built-in functionality. There is nothing wrong with using Vision Assistant to do live imaging, just that you run into limitations and you will only be able to use this code on computers that have Vision Assistant.
    Hope this helps.
    --Michelle
    Instrument Control R&D
    National Instruments
    Instrument Control
    Machine Vision

  • Sync Problems with Live Meeting Appointments

    I sync my iPhone with Outlook Calendar for all my appointments. I have no problems doing it with regular appointments, but if my appointment uses the Microsoft Live Meeting service, the appointment is ignored by my iPhone.
    In other words, it does not show in my iPhone, only in my computer.
    Has anyone had a similar problem and does anyone know a solution?

    See the other postings on syncing problems.

  • Problem with live streaming video after system updates

    Dear all,
    I hope you can assist me on this.
    Yesterday, I downloaded the following automatic updates: iLife Support 9.0.4, Remote Desktop Client update 3.4, Mac OS X Update Combined 10.6.7, Airport Utility 5.5.2.
    After that, I could NO MORE watch live streaming channels. To be precise, l can properly hear the sound, but not see the video.
    I wish to underline the fact that before installing the automatic updates listed above, I had a clear sound and video of all live streaming sites.
    I downloaded the latest versions of JAVA and Flash, but unfortunately they didn't solve the problem.
    Therefore, I am quite sure the live streaming disfunction has to do with the system automatic updates. Is there any way to uninstall yesterday's updates without compromising the various softwares and OS performance?
    What else could be if not related to the system updates?
    Looking forward to hearing from you. Thanks in advance.

    Stan,
    I hadn't heard of gspot before.  I downloaded it and it looks like a nice, handy tool.  Thanks.
    After running it, I didn't see anything that caught my eye as unusual (corrupt file, unknown codec, etc.)  I have posted a screenshot at the following URL if you care to look.
    www.cbvideo.com/gspot/gspot-out.jpg
    Now, let me add to the mystery.  I was just able to burn it without incident with Encore 1.5 and the same chapter mark locations.  There are only two things I can think of that would be possible causes.  1) something quirky about CS3, even though I've not had any prior problems in two years with it for my business OR 2) the file had become corrupted when moving from the capture computer (the older computer with 1.5) to the newer computer (with CS3).  As the file seems to be okay on the 2nd computer (plays fine in WMP and imports into both Premiere and Encore), I'm leaning toward #1.
    I have been able to successfully work around the problem to finish this job for the client, but I'd still like to know what's going on for future reference.  If anyone has other ideas, please let me know.
    Robert

  • Problems with Live Update 3 and Core Center

    Hi All
    I have just put together the system listed below. On the first boot-up screen "Live Update 2" is displayed on the top right of screen. I installed "Live Update 3"  from the Drivers & Utilities  CD supplied with the Mobo. On rebooting, the computer crashes straight after loading Windows. The problem occurs even after I downloaded the latest version.
    I also installed Core Center from the same CD. This works fine until I try to switch user. It then comes up with the error "No Hardware Monitor Found" and crashes. The same thing happens after downloading the latest version.
    What could be causing this?
    Many thanks.

    Upgrade BIOS and see what happens...

  • Pixelation problems with Live and Recorded Viewing

    I'm having massive pixelation when viewing live HD channels or viewing recorded HD shows.  When watching live TV the problem is active when I turn on a 2nd TV.  We had tech support out and the trouble shooting did not resolve the problem.  They thought it was related to bandwith.  I'm not well versed on the technology, and don't feel as if I need to understand why their product is not working as it should.  I'm paying for a product that is not functioning.  What do I need to do as a consumer to obtain the customer service that is expected from AT&T?

    Call and schedule another tech visit...Or download the Hyatt app, login with your att email account/password, run the troubleshoot test. This runs 5 tests, any problems found with these will help create a service ticket, if receive a green check mark, no problem found within tests ran. As you report increased issue with two TVs on, I suspect your on coax with cable issue. Inside wiring issues are billable, minimum $99 labor plus $55 for each cable run.If coax cable, looking at ends (compressed not screw or from), cable itself should be RG 6 not RG59, old wall plates, splitter (should only be one, Holland brand). If replacing the physical connections do not work, actually cable bad (store bought, RG59) best to either install up to two wireless receivers (one time charge $49 each) or have tech replace coax with cat5 ($55 per line) Are other issues possible, yes... But coax best describe your issue....Other possibilities include flaky receiver (replace receiver), failing port on RG (replace RG), or other wiring issues outside or inside... Test at nid for errors, no errors at nid is inside wiring issue. Foreign voltage from TV (especially newer TV with amplifier) needing TV grounded requiring you to have grounded outlets (electrician job if not grounded), bad ac power, many use power strip that goes flaky replace the power strip or plug direct into wall outlet.  As problem is listed as recent, something changed, what is question and who is responsible for repair (paying to fix). If can rule out inside (electric/cable runs your issue) then equipment and outside is company issue.  Request another service call, a fresh set of eyes main reveal something previous tech missed.

  • [915 Series] Problem with Live Update 3

    I'm having a problem installing MSI's Live Update 3 on my PC.  Everytime I install it and reboot the PC, the following happens: boot-up will progress normally through POST, the Windows XP Splash screen, the Welcome Screen, up through the initial load-up of my Windows desktop.  But before all the system tray icons finish loading in the taskbar, I will get a blue screen of death and the PC spontaneously reboots, and the cycle will continue infinitely.  I know that it is definitely the Live Update software that is causing this, because A) I can boot up into safe mode and the error does not occur until I try to manually start the Live Update software B) the error stops occuring if I (in safe mode) initiate a System Restore and go back before the point where Live Update was installed.  I would like to be able to use my Live Update software if possible, but I can't get beyond this system crash with it installed.  Any suggestions?

    Rename or delete the ntaccess.sys file in \Program Files\MSI\Live Update 3. You will get a error when you run Live Update or Live Monitor about a service not started but just keep clicking OK and it seems to work, although I only download the files and canceled the installation. For online Live Update I think you'll find the file in \Windows\System32. Good luck.

  • Problem with Live Data

    Hi Folks,
    I'm having a difficult time getting the Live Data function to
    work. I'm working on Mac OSX 10.3.9, running DW8. I've got the
    Apache server running (built into OS) and I've got MySQL and PHP
    successfully installed. I was able to create a database connection
    in DW and if I go to the Databases window and Control Click on the
    table name and select 'view data' I can see the records in the
    table, no problem. I created a record set based on that connection
    and dragged a few fields into a new .php document. The problem
    arises when I try select 'Live Data' from the view menu. I get an
    error dialog that states the following:
    An error occurred while requesting the document from the
    testing server:
    Warning: virtual(): Unable to include
    '/Connections/conn_status.php' - request execution failed in
    /Users/chriscatalano/Sites/Altype/testlookup_24gwhz2en.php on line
    1
    Warning: mysql_select_db(): supplied argument is not a valid
    MySQL-Link resource in /Users/..........2en.php on line2
    Warning: mysql_query(): supplied argumentis not a valid
    MySQL-Link resource in /Users/..........2en.php on line 2
    As far as I can tell I've got everything set up correctly. I
    just can't figure out what might be wrong. Here's a few lines from
    the file that gets referred to in the error message:
    Thanks,
    Chris

    Hi Folks,
    I'm having a difficult time getting the Live Data function to
    work. I'm working on Mac OSX 10.3.9, running DW8. I've got the
    Apache server running (built into OS) and I've got MySQL and PHP
    successfully installed. I was able to create a database connection
    in DW and if I go to the Databases window and Control Click on the
    table name and select 'view data' I can see the records in the
    table, no problem. I created a record set based on that connection
    and dragged a few fields into a new .php document. The problem
    arises when I try select 'Live Data' from the view menu. I get an
    error dialog that states the following:
    An error occurred while requesting the document from the
    testing server:
    Warning: virtual(): Unable to include
    '/Connections/conn_status.php' - request execution failed in
    /Users/chriscatalano/Sites/Altype/testlookup_24gwhz2en.php on line
    1
    Warning: mysql_select_db(): supplied argument is not a valid
    MySQL-Link resource in /Users/..........2en.php on line2
    Warning: mysql_query(): supplied argumentis not a valid
    MySQL-Link resource in /Users/..........2en.php on line 2
    As far as I can tell I've got everything set up correctly. I
    just can't figure out what might be wrong. Here's a few lines from
    the file that gets referred to in the error message:
    Thanks,
    Chris

Maybe you are looking for

  • Adding a checkbox to a form report

    Hi there, I've built a multi-item form in APEX 3.1.2, based on the following query: SELECT id,        ticker,        deal_date,        deal_type,        no_shares,        price_per_share,        commision,        stamp_duty,        DECODE( trade_grou

  • How to access the database tables from application

    Hii all, The information in webcenter content, such as meta data fields, users, security groups etc are stored in database tables like-      Revisions, SecurityGroups, Users, DocType etc.. Can we access this tables from an adf application or any webc

  • Object selection manager

    is there any object manager that lists down all the objects present on a page or document? this often gets useful while making complex selections.

  • Want to convert a tag add target = "_blank"

    Hello My English ability is very poor sorry I want to <a href ="www.yahoo.co.kr"> => <a href ="www.yahoo.co.kr" target="_blank"> <a href ="www.yahoo.co.kr" target="_blank"> => <a href ="www.yahoo.co.kr" target="_blank"> (same) <a href ="www.yahoo.co.

  • Ios 8 having lots of problem in iphone 5c

    today i just updated my iphone 5c to ios8.. after the update i checked my iphone for all the new features to my suprise it dosent have the audio message in Message app like shown in the features.. on top of that if u get any notifications u cannot ev