Streaming audio-video on the mobile device

Please, I must do the streaming audio-video on the mobile device using a server standard.
I must to program the application for the server using j2se:in this case how i can send the file audio/video?This file have specifies classes?
For the client i must using the j2me:in this case how can receive the file audio and creating the player?
Thanks.

Hi, please help,
I have problem in this area also,
am intending to stream audio and video data to mobile phone using j2me for my bs project.,
is that true, midlets can only 'plays back' one file at time specified by url?
I want to store many files in database( e.g ms access), and call them to midlets, to make some how interactive and real,because i have tomcat server installed in my pc.
is this possible?
How can i call file stored beyond path of WTK ?
can i store audio/ video file in ms- access?
Please, please help !
thanks in advance.
Message was edited by:
nbkamani

Similar Messages

  • How to stream audio / video in java?

    Hello.
    I would live to develop a java application (JavaEE, with tomcat or JBoss) that could stream audio / video over the Internet, on a controlled matter.
    First, I would have to embed a flash player, correct? Need suggestions on one, paied or free.
    My questions are: How can I have the flash player stream audio to users by downloading it from a java app server, if the user has a session and is logged in, etc? (picture myspace here)
    Also, how do I measure network traffic in Java? (The flash player of each user will stream the songs, I'd like to know how much bandwith is going around).
    The reason that I'm asking this here is because I have no idea of which forum to ask this.
    I have been a Java app developper for the past five years, so coding won't be a problem, I just don't know which API / Frameworks to turn to.
    Thanks for all your help.
    Regard,
    Carlos.

    ragedd wrote:
    First, I would have to embed a flash player, correct?No. You're just taking ideas from other popular streaming sites. It's certainly not a requirement.
    My questions are: How can I have the flash player stream audio to users by downloading it from a java app server, if the user has a session and is logged in, etc? (picture myspace here)The same way you would authenticate any website. Usually a database and a challenge/response. If they're not logged in, then instead of writing out the content, write out a 403 status code (or do something more graceful, such as redirect them to the login page).
    Also, how do I measure network traffic in Java? (The flash player of each user will stream the songs, I'd like to know how much bandwith is going around).Just keep track of how much data you send to the OutputStream.

  • Is it possible to stream Video to Apple TV (via Beamer with no real audio output) and at the same time stream Audio to an Airplay compatible device? (Bose Soundtouch)

    I currently have the following set-up:
    Ipad Mini Retina (with Airplay)
    Beamer without proper audio output (picobeamer)
    Bose Soundtouch (with Airplay)
    Apple TV (3rd Gen)
    When I stream a video via the Ipad, I either have the sound on my Soundtouch or Video via the beamer. Is there an option to have both at same moment? It really looks like I cannot have both at the same moment?
    Thanks in advance.

    Welcome to the Apple Community.
    Unfortunately, you can't split the Airplay stream as you would like to.

  • Video latency on mobile device

    I am working on an application that connects two peers in audio/video using rtmfp.
    When a peer wants to talk with another, first it exchanges peer-id and stream-name with the other and then publishes its microphone/camera (in “live” mode) and plays the other peer stream. As usual in Flash platform. Message exchange in my application is server directed (I am using FMS 4), stream connection is peer-to-peer.
    Now, all works fine when the two peer run on Adobe AIR for PC. But when one or both run on a mobile platform (iOS 4.3.3 for example) I experience a strange random latency. Sometime latency on the mobile side is near zero, sometime it grows to 3 even 5 or more seconds. So the communication is not really possible.
    I tried to narrow down latency by testing different values of bufferTime both on incoming and on outgoing stream: bufferTime = 0 does not work fine on mobile side; using bufferTime = 0 in the output stream and bufferTime=0.3 on incoming stream works better.  With this values when video is not involved all works fine. But when one of the two peer attaches a camera then the result is not always the same: sometime latency is acceptable sometime it is not: bufferLength of the incoming stream (playing stream) grows to 3 or more seconds and then it goes up and down. Using bufferTimeMax do not improve latency. On the pc side bufferLength is near zero.
    I noted that on the pc side sometime I got a NetStream.Buffer.Empty on the incoming stream so I am thinking that the problem is related to cpu resources on mobile side (I am using an iPhone 4). To lower resource consumption I set Camera.setQuality(0,100) and Camera.setMode(80,60,3). Microphone is configured to use Speex with encodeQuality = 6. But the problem remains.
    Is the video playback of Flash Air on mobile device fast enough?
    The two peer in my test are on the same LAN and the mobile device use Wi-Fi access. I use Flash CS 5.5 and AIR 2.7.
    Does anyone have an explanation of this behavior?
    Thanks
    Michelangelo

    Hi,
    after a month of tests I stopped looking for a solution.
    In the last test I tried to split (desynchronize) audio stream and video stream so I had two different play buffers on which I tested different bufferTime values. I was hoping to have a low predictable latency on audio playback (that is more important for my application) and a different not specified latency on video. But my test failed: this solution works as the solution where audio and video have the same buffer and this is very revealing.
    I don't know if this problem is related to:
    a my error in configuring audio/video stream
    a flash player bug (on iOS) in live mode
    a high resource consumption of the Sorenson Spark codec implementation on AIR for iOS
    I posted my initial question to learn from someone anything useful to distinguish among those alternatives. I tend towards the third.
    Michelangelo

  • Video playback on mobile device

    Hello,
    I'm new here and probably this was asked before me, but I spent a lot to search on the net and actually couldn't find much.
    I'm developing a web based application dealing with video - it should be controlable and have to interact with other elements of the app. The client now asks mobile apps - for Android and iOS, that should have same features.
    I looked for solutions to play video on mobile device using Flex and building mobile apps but nowhere could find a proper explanation and results about framerates and performance. The other problem I think will be that the mobile device should play streamed video (which can be encoded in any suitable format) as well as native video - usually h.264, that as far as I understood, is not possible on iOS (I coudn't find out about Android).
    On my Android device I can play very smoothly even web videos (in the browser) that are not "optimized for mobile" as it pops up during playback. I made a test and build a simple app that just plays a remote video using the Spark's VideoPlayer and its framerate was OK but the picture was terrible - some strange coloured lines appeared.
    Is there anybody who has more info about video playback on mobile device, codecs, components etc. I need that info to make the choice to stick with Flash development for all the apps or to go for native development with platforms' SDK.
    Thanks

    Can you say even more about what it is you want to do? I mean, what will the application do, not what are the technical aspects of how it will work?
    For a point of comparison, look at this thing I did:
    http://www.cartoonnetwork.com/mixit/
    If you try out the Make page, both the template ones and the from scratch one, as well as the View page to see the playback unit in action. Is what you're going to do anything like that?
    I have tried the playback part of this as a mobile app, and it so very nearly works ok! Amongst the many problems are that the overall data rate needed is quite high, and mobile devices aren't as consistant or high bandwidth as desktops, the external swfs often need code in them, so that rules out iOS, and to do the layering involved rules out H.264.
    At some future time there will hopefully be StageVideo that can use H.264, but I don't know when that will be, or whether it will be responsive enough (FLV is much faster to connect to and play than H.264).
    Incidentally, even in the Objective-C world you can't lay things on top of the standard iOS H.264 player. To do that you have to use the AV Foundation class, so it's fairly low level programming. Using FLV in Flash is a lot easier!

  • Synching audio/video across AirPlay & other devices

    I have a AppleTV-equipped television ("TV") as well as a separate audio system that uses a MacMini as a dedicated processor ("Sound System").  The Sound System has a separate DAC, amplifier, etc. as well as an Airport Express for streaming audio.
    My goal:  watch Internet content (audio and video) on the TV while also hearing the audio through my Sound System.
    My options:  (1) use the MacMini to play the audio content directly through the Sound System while at the same time beaming the audio/video from the MacMini to the TV via AirPlay/AppleTV; or (2) use a separate Mac device (e.g. my iPhone, MacBook, etc.) to beam audio/video to the TV via Airplay while at the same time streaming the audio to the Sound System via the Airport Express.
    The problem:  nothing works, even using a third-party app that allows streaming to multiple devices (e.g. Porthole or Airfoil) because of the audio and visual delays with Airplay/Apple TV.  Thus, even using Airfoil to sync the audio between the TV and Sound System (which it was able to achieve), I'm still left with the video being out of sync.
    Any good suggestions would be greatly appreciated.  Thanks.

    Vazandrew, your solution works to send video to my TV and audio to my Sound System (via AirPlay setting on Apple TV), but it does not allow me to play the audio on my Sound System and TV simultaneously, which is what I'd like to do.

  • Its possible to stream one video at the same time to three appletv2?

    Its possible to stream one video at the same time to three appletv2?

    Welcome to the Apple Community.
    You can't stream a movie to more than one device at a time from iTunes. You can however stream the same (or indeed a different) movie from multiple Apple TVs although they won't necessarily be in sync.

  • I can't sign into Firefox Sync on my Android phone, but I can sign in on the computer. On the mobile device it says that the password/user name is wrong.

    I am unable to sign into Firefox Sync on my Samsung Galaxy S4, using the exact same password and user name that I successfully sign in on the desktop computer. On the mobile device, I get a message stating that either the user name or password is incorrect. I want to be able to sync Firefox on the computer with Firefox on the phone, especially for the bookmarks, but I'm unable to do so even following the directions in the How-To video.

    Hi pitbulllady
    I would suggest a) resetting the password on desktop https://support.mozilla.org/en-US/kb/ive-lost-my-firefox-sync-account-information#w_iaove-forgotten-my-sync-password-ae-how-do-i-reset-it_2 and then b) trying again on your Android phone or tablet
    If the above doesn't help and since we can't read minds :-) we need more troubleshooting details to help you:
    # What version of Android are you using (e.g. Jellybean 4.1-4.3, Kitkat 4.4, Lollipop 5.0, 5.1, etc)?
    # What version of Firefox for Android are you using? (please try the latest version which is currently FF37.0.1)
    # What did you do exactly, what happened and what did you expect? (details please! including the steps in the video you followed)
    Cheers!
    ...Roland

  • How to  stream audio/video to real Audio Player

    Hello
    I am planning on doing a project on streaming audio/video onto Real Audio Player . I am very new to JMF . I would appreciate some pointers on how to start off. I ahve read the documents but am not able to get started right .
    I wanted to know the following :
    1. Isnt the RTP streaming streaming for live audio or video ? If I want to stream something which I have stored in my local machine then how do i do it - do i need to use RTP ?
    2. I undertsand that if i need to stream the audio/video file I need to convert it to a format the Real Audio Player supports. How do i go about that ?
    Any help would be greatly appreciated!!!
    Thanks in advance
    Shailaja

    JMF doesn't have any support for Real media. Real has gone open source with their Helix Community, so maybe you could find some useful information there: http://www.helixcommunity.org

  • Streaming Audio/Video/Pictures to Apple TV2

    I just updated my iPhone 4 to iOS 4.2.1 and have ordered an Apple TV2. Can or will the phone stream audio/video and pictures directly to the ATV2 or do I have to set the ATV2 up with my wifi router? I just downloaded the ATV2 manual, it doesn't say that the phone will stream directly to the ATV2. It does show how to connect with a wifi router though.
    Thanks,

    The 5er Driver wrote:
    Thanks for the info guys. If video and/or pictures are moved from the Camera Roll to the Photo app they should stream with AirPlay then, correct?
    photos can be streamed whilst in the camera roll.
    videos would need to be in the ipod section (ie like a movie or tv show).

  • Not getting all the notifications to the Mobile Device

    Hi All,
    We are not able to get all the notifications that are assigned to the mobile device. Only part of the notifications are downloading to mobile device. I can see using MAM30_011_GETLIST there are 195 notifications assigned to that device. Out of 195, I can able to see only 97 notifications on the device.
    I debugged and found that whenever I am creating a notifications using some functional locations either from the backend or using mobile device that never get downloaded to mobile device.
    Please through some light on this issue I would be grateful to you.We are using Server Driven Functionality.
    MAM version is MAM30 SR05.
    Regards,
    Scott.

    Hi,
    The reason is very simple here. Some of the notifications are referring to technical objects(equipment/functional location) which are actaully not present on the middleware. So when a user request for data from the client to the  middleware, because there is a reference from notification to technical objects, middleware will only send those notifications whose all references are actually present on the middleware.
    So the way to check if all the technical objects are present in the middleware or not, you can do the following:
    1. First check the no. of entries for both equipment and functional location in the middleware.
    2. Then later go to the backend, as yours is server driven, then i would say go to variant of technical objects, execute the variant and make a note of the no. of entries it gives.
    3. Verify if both middleware and backend gives same no. of entries.
    If no, then try to correct the replication and then do a sync from the client.
    If yes,  then what I see is, even though you have all technical objects selected as a part of variant, there are still some notifications with technical objects which are not a part of technical objects selection in the above variant.
    So, try to change the variant for technical objects to get more no. of technical objects which covers all the technical objects that might be a part of your notifications.
    Hope this solves your problem.
    Thanks & Best Regards,
    Siva.

  • I lost my Sync Key on my Desktop Firefox, but i still have it on my Firefox Home (IPhone 4). Is there a way to restore it/show it on the mobile device?

    I'm trying to resync my newly set-up Firefox on Mac OS X. Somehow it never occured to me, that i'd have to save the key.
    So is there a way, as stated in the title, to restore my Sync key from the mobile device, without deleting all of my Bookmarks etc?
    thanks in advance

    Hi,
    Sorry to read that. Unfortunately, because of security reasons, there's no way to retrieve your Sync key from any mobile device. That's why it's really important to keep a secure back up of it.
    The only remaining option at this stage is to save your bookmarks on the phone and manually migrate them to your computer. Once you have done this, reset your account.

  • When iPod plugged in it tells me it can't be used because the mobile device service isn't started. It is not a phone and I've updated before. Any thoughts?

    When iPod plugged in it tells me it can't be used because the mobile device service isn't started. It is not a phone and I've updated before. Any thoughts?

    See Here...   http://support.apple.com/kb/TS1567

  • I can't get version 11.1.4 to install because it fails to get the Mobile device program.  I don't have any mobile devices.  How can I overide this so I just get iTunes on my PC?

    I cannot get iTunes 11.1.4 to install.  I have tried uninstalling iTunes and downloading itues again witha manual install. It always fails because it cant get the mobile device part to work.  I am the administrator and I don't have ANY mobile devices.  I just want to update the program on my PC - and now I don't have any iTunes at all.

    The best information on dealing with the iTunes install is in the user tip: https://discussions.apple.com/docs/DOC-6562

  • Is there a way to CAPTURE audio/video off the net then run it m.m. prsntn

    I'm fairly new to the mac genre. In windows we had apps like Camtasia to
    capture audio/video off the net. I was hoping something like that would
    be avail for the mac and then once capture it how would I edit it and
    include it in a presentation software; for example, keynote?
    Is there added hardware req'd (?Capture board)? what would be a good software mac
    compatible?

    I'd like to capture audio and video for example sometimes just need to capture the
    audio if some instruction is coming say over a quicktime or media player for my work.
    Then sometimes I need to capture the audio and video when they ware actually showing me
    charts and explaining them things like that.
    is snap Z the way to go then for quality and fair pricing to get good results.
    Do we have any resident applications already on the ilife variety that could be utilized for
    something like this or is the only way to go through a 3rd party vendor?

Maybe you are looking for

  • Using Y-T-D values in Business Rules

    Hi All, I am using Hyperion Planning 11.1.1.1.0. I have enabled Y-T-D dynamic time series in the application. I need to calculate YTD variance% , the formula to be used is : (Y-T-D(Oct)Budget - Y-T-D(Oct) Actual) / Y-T-D(Oct)Budget * 100. I have a bu

  • Help with illegal start of expression in a heap please

    hello, i am new to java and i am trying to figure out how to make a heap, then remove the max element (from root), add a new element, and reheap. i don't know if i did it correctly, but the only error that i have now is illegal start of expression. p

  • Creating a new single instance on a RAC structure

    I have a RAC with 2 nodes using ASM, it's perfect running.I don't have any problems with that. Now I need to create a new instance in one of the RAC the nodes. So my question is, I need to create a new ASM instance for this new single instance that I

  • Generate xml based on folders & files

    I was wondering if it was possible for Coldfusion to generate an XML file based on the folders and files within those folders? Basically what I would like is to create a main folder that contains the Coldfusion file that when the user goes to the sit

  • Enable Auto Sync not working in Version 5.3

    I need to flag only the active image in Survey mode. When I flag an image all selected images are flagged regardless of whether Enable auto sync is enabled or disabled (Library) Metadata>Enable Auto sync. Strangely the opposite happens in the develop