Streaming audio across the whole folio

We have a client who is interested in creating a "radio" function, where we would stream audio across the whole folio. The desired effect would be that audio would play continuously and uninterrupted on each page of each article.
I know that there is a way to play a local audio file across the whole folio. We already tested that and it should work just fine, but the client would like the audio to be streamed from the internet because we may not have the rights to embed the audio files.
Do you know if there is a provision to do something like this from Adobe DPS? We heard that it might be possible by using a set up similar to browser frames, but I was unable to find any documentation about that.
iPad only.

We don't support authoring streaming audio and video using the DPS authoring tools at the moment. There's no way to do this with a web overlay as the overlay will get removed from memory once your reader moves away to another article.
Neil

Similar Messages

  • Why are the apps on my IPad scattered across the whole thing and when I open them they turn to little rectangles in the corner of the screen and I can't even use them or tap on anything. Also when I turn my iPad it doesn't flip the screen over

    Why are the apps on my IPad scattered across the whole thing and when I open them they turn to little rectangles in the corner of the screen and I can't even use them or tap on anything. Also when I turn my iPad it doesn't flip the screen over.

    Hi The next thing to do is to Restore back to Factory Settings this will get rid of any bugs . After Restore use same Apple ID /Password then you should get all your Apps & data back If you still have this problem make an Appointment at Apple Store . Cheers Brian

  • How do I replace font colors across the whole document?

    So I know how to change a certain font across the whole document.
    I can replace let's say, Times New Roman with Arial throughout the whole document.
    However, what if I want to replace a font color?
    For example, I want to change the black 0,0,0,0 with black 40,30,30,100 across the whole document, instead of searching one by one and replacing the existing color.
    I'm using CS5 on PC

    As Peter says, it is better to do with paragraph styles. The above shows where.
    In general, you should be using p. styles with little or not local formatting (depends on use). And for local formatting that is repetitive, character styles should be used.
    Take care, Mike

  • My 2008 MacBook Pro screen has now got interference across the whole screen. It looks similar to a pre-cable interference from bad reception. What is the problem here?

    My 2008 MacBook Pro has interference across the full screen. It looks similar to a pre-cable TV screen with bad reception. Any idea of what the problem might be?

    Took it to the Apple Store, they determined it's my screen that's messed up (they connected to another monitor, and since the lines didn't mirror onto the monitor it couldn't have been my GPU making the lines but rather the screen itself), so not connected to my wifi issue or a potential logic board issue, so I'm going to get my screen, wifi card, and trackpad (it's been failing too but that wasn't urgent at all) replaced for $330 using their flat-rate repair service which is much better than I imagined in terms of price.

  • My tab bar is really large, how do I get it back to the normal size? It stretches across the whole page.

    I got on my computer this morning and my toolbar was messed up and my tab bar is one really long tab the goes across the page and I don't know how to get it back to the way it was. I fixed my toolbar sort of, but now my concern is how to get my tab bar back to the normal size.

    Welcome to Safari 6 with:
        .   .  t  .   .  a  .   .  b  .   .  s  .   . 
    That are the size of tractor-trailer trucks!
    There is no known way to get them smaller except when you get a lot they will "shrink-to-fit".

  • Persisting a properties object across the whole of my program.

    Hello all,
    As per usual, sorry for any idiocy on my part and thanks for any guidance.
    I have written a wrapper class for the Properties class.
    I have an MDI which creates a properties object and loads it at start up, and I have tried to use the same object again (to save any property changes) when the app terminates. However, I get a nullPointerException when I try and use it when the program closes. Below is what I hope are the relevant pieces of code. I don't include it all as it a couple of hundred lines long - but can easily do so if you think it will help. Many thanks once again:
    Here is the load properties method:
    private void yLoadProperties(){
            String workingDirectory = System.getProperty("user.dir");
            File yFile = new File(workingDirectory + "\\KTProperties.ini");
            YPorperties yProperties = new YPorperties(yFile);
            yProperties.yLoadProperties();
            // Retrieve application name - no conversion required
            yApplicationName = yProperties.yGetProperty("ApplicationName");
    }and here is the exit program method with the call the the save properties method
    private void yExitApplication(){
            // Save properties back to disk
            yProperties.ySaveProperties();
            // Exit
            System.exit(0);
        }I have also declared the yProperties variable thus:
    private YPorperties yProperties;
    I was hoping to use the yProperties object anywhere within my program to adjust properties as required. Any help, gratefully received.
    Steve

    That's just the way Java works. I'm sure someone is able to quote chapter and verse of the Java Language Specification that spells it out, but the basic distinction is this:
    A variable declaration has the form: <Type> <variableName> [= <value expression>];.
    A variable assignment (which assigns a value to an existing variable) has the form: <variableName> = <value expression>;
    When you specify the type of a variable, Java assumes you are declaring a new variable in the current scope, regardless of whether the name of the variable already existing in a enveloping scope. When you don't specify the type, Java will look for an existing variable with that name in the current scope and any enveloping scopes.
    In my mind, when I explicitly declared yProperties, thus:> private YPorperties yProperties;> I was making it available to the whole program.With that line you declared a member variable of type YPorperties (shouldn't that be YProperties, by the way?), which means a separate yProperties variable is available as a member of each instance of your class. Note that you already specify the type of the variable yProperties in that line, so there is no need to specify that type again when using the variable further on in your application.
    But yes, you are correct in saying that this variable would be available anywhere inside that one instance of your class. However, it is possible in Java to declare a variable with the same name in a different, narrower scope (as you have seen).
    Java looks for variables from the narrowest scope outward, so in this case it sees the local variable yProperties before it sees the member variable yProperties.
    (BTW for future reference, note that a class or an instance of a class is not a "program" as such. So declaring a private member variable does not make it available to your "program", it makes it available to an instance of a class. The fact that you use that class to start your application is irrelevant)

  • [Bug] Playing stream audio from the editor almost always starts from beginning.

    Whenever I am creating a movie clip with an audio layer set to "stream" I usually click certain points of the movie and hit enter to see and hear it. In Flash CC however, it seems about 95% of the time no matter what frame I am on when I hit enter the audio starts from the beginning and is not in sync. There have been a few cases in which the audio started at right frame but I haven't yet been able to isolate the process. Audio works great in the exported SWF, this issue is just just with the editor.

    This bug still hasn't been fixed. I don't recommend Flash for any animator; the issue makes syncing to music and vocals extremely frustrating. This bug has been around for months without solution.
    Running as administrator does not solve the problem.
    You will have the audio bug even if you do not have a Beats Audio Soundcard.
    The longer and more complicated your project, the more frequently the bug happens. When it first begins (around 15-30 seconds worth of frames and about 7 layers) you can make the audio stream as it should by clicking your audio track, setting it to "stop," saving your project, and setting the audio to "stream" again.
    However, when you have about 60 seconds on your timeline, the bug happens a lot more, and you have to actually close the project to get the sound to work again if you do not have the patience to wait for it to fix itself. The wait ranges from 30 seconds to several minutes to never fixed until you close. It's highly unpredicatable. Sometimes it is not enough to close the project, in which case you must quit Flash and start it up again.
    It happens with both mp3 and wav sounds.
    After a month of this bug, I still can't pinpoint what causes it. It's completely random.
    This post suggests it has something to do with scrubbing the timeline. I haven't been able to replicate the bug by doing this. It happens whether or not you use the slider or just click on frames to navigate.
    My system specs:
    Windows 7 Home Premium (Service Pack 1)
    64-bit operating system
    Processor: Intel i5-4670K CPU @3.40 GHz
    RAM: 8 GB
    NVIDIA GeForce GTX 660 Graphics Card
    Audio is also NVIDIA High Definition Audio
    The bug happens even if I plug in headphones to a regular audio port not on the graphics card.
    Other audio types I have are the Intel Display Audio and Realtek High Definition Audio. I've tried messing with audio settings to no avail.

  • How to record streamed audio over the internet in iTunes?

    One option is iRecordMusic:
    http://www.bitcartel.com/irecordmusic/index.html
    The problem is that you have to pay for it (USD 25). Any more cost-effective solutions?

    WireTap Pro $19 (Probably the best)
    Audio Hijack $16
    Audio Hijack Pro $32
    Radiotastic Free
    other stuff
    http://www.versiontracker.com/php/search.php?mode=basic&action=search&str=intern et+stream&plt%5B%5D=macosx

  • Streaming audio over the net

    Is it possible to set up a web stream straight from Logic, so that we can have clients in other cities listen in on what we're doing in the studio?
    AUNetSend only works on a Bonjour network right? Haven't been able to get that working either. Not sure what I'm doing wrong. Would kind of like it to appear in the Bonjour list of iChat if thats possible.

    thanks - thats what ill probably do but not being mechanically oriented (i do software) ill probably get my mechanic to do it - there is probably something already there perhaps in the back of the radio because its prewired for a cd changer in the trunk and that interfaces with the 6 station set buttons on the radio/cd

  • After installing OS X Mavericks, my cursor has been not working, by not even having a triangle cursor, just a set of lines, that expand across the whole screen when it goes over a random thing! Working on and off and getting worse, what should I do ?

    please help, need suggestions

    Hi sean981024,
    Thanks for visiting Apple Support Communities.
    If your cursor isn't working as expected, there are a few steps that can help isolate or resolve the issue.
    First, try booting your computer into safe mode:
    Mac OS X: What is Safe Boot, Safe Mode?
    http://support.apple.com/kb/ht1564
    If the cursor is working normally in safe mode, this usually means OS X is fine, and the issue is caused by conflicting software in your user account.
    Next, see if Finder behaves normally in a new user account. The steps in this article also apply to creating a new user in Mavericks:
    OS X Mountain Lion: Create a new user account
    http://support.apple.com/kb/PH11468
    If the issue persists in safe mode and a new user, I would recommend reinstalling Mavericks:
    OS X Mavericks: Reinstall OS X
    http://support.apple.com/kb/PH13871
    Best Regards,
    Jeremy

  • Embedded Flash players take control of the keyboard so that I can't use Firefox shortcuts; in IE I can tab across the whole page incuding the plug-in, but not Firefox; is there a way around this?

    See question.

    Hehe thanks for that, but I'm coming at this from the angle of not having a mouse to do that. I realise the obvious answer then is to plug one in, but I'm hoping there's another, keyboard-based way to do this.
    In IE, the Flash player is considered a part of the page like any other, and pressing Tab a few times to cycle through all the Flash buttons will then return you to the rest of the page - is there no similar method in Firefox?

  • VLC doesn't save streaming audio to mp3 anymore

    I want to save streaming audio from the internet to my HDD in mp3 format while listening to it at the same time.  That worked fine when I did it with VLC, using the GUI.  To be specific, here are the settings that I used:
    VLC main menu: File>Open Network Stream>Open...Network>tick HTTP/HTTPS/FTP/MMS and enter the URL (http://vruk.sc.llnwd.net:12265) >under Advanced Options tick Stream/Save and click on Settings (opens Stream Output window)>Outputs, tick Play locally, tick File, click on Browse and enter filename and location for the stream saving file, i.e. /home/robert/vlcout.mp3>Encapsulation method, tick on Raw>Transcoding options, tick on Audio codec and select mp3>Bitrate 128 kb/s, Channels 2>OK, OK, to start recording. Stop or Quit VLC, to stop recording.
    Two days ago I upgraded VLC from v.0.8.5-9 to v.0.8.6a-4 (which also upgraded ffmpeg from v.20060920-1 to v.20070131-1), and now the above procedure isn't working anymore.  The stream isn't playing anymore over my speakers while the encoding supposedly is going on, the vlcout.mp3 file is empty (0B), and VCL gives me the following error messages:
    stream_out_transcode error: cannot find encoder ((null))
    stream_out_transcode error: cannot create audio chain
    main error: cannot create packetizer output (mpga)
    It looks as though VLC is failing to encode the stream to mp3.  The VLC documentation (see http://www.videolan.org/streaming-features.html) in a table of "possible output formats for the transcoding module" says that for mp3 audio "you have to compile ffmpeg with libmp3lame support."  Has the new ffmpeg v.20070131-1 (in extra) been compiled without mp3 support?  If so, why?  Apparently, the older version I was using last week supported mp3.
    libmp3lame is installed on my system.  There is a very recent alternative ffmpeg-svn-8218-1 pkgbuild in AUR that enables libmp3lame in the configure section of the build but when I try to install the package built that way it conflicts with ffmpeg v.20070131-1, and to remove the official ffmpeg v.20070131-1 I'd first have to remove a slew of other packages that depend on it.
    Is it possible to remove VLC v.0.8.6a-4 and ffmpeg v.20070131-1 and go back to the older versions that worked for me?  There was talk of a bug in ffmpeg in this forum at the end of January; what about it?
    What should I do?
    Robert
    Last edited by RobF (2007-03-14 16:25:51)

    I solved the problem for now by downgrading both vlc and ffmpeg to the earlier versions that I was using before.  Saving an audio stream in mp3 format is working again now.
    I believe there are problems with the current versions of both vlc and ffmpeg.
    1. vlc 0.8.6a doesn't seem to have ffmpeg enabled, i.e.
    $ vlc --list | grep ffmpeg
    VLC media player 0.8.6a Janus
    whereas with the older version I get
    $ vlc --list | grep ffmpeg
    VLC media player 0.8.5 Janus
      ffmpeg                FFmpeg audio/video decoder/encoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)
      ffmpeg                FFmpeg chroma conversion
      ffmpeg                FFmpeg audio/video encoder
      ffmpeg                FFmpeg demuxer
      ffmpeg                FFmpeg video filter
      ffmpeg                FFmpeg crop padd filter
      ffmpeg                FFmpeg deinterlace video filter
    2. The current package ffmpeg v.20070131-1 in extra may not refer to various libraries correctly in its configure parameters.  E.g. in AUR there is an alternative pkgbuild ffmpeg-svn 8218-1 from 04-Mar-2007 in which the original configure parameters were replaced as follows:
    --enable-mp3lame --> --enable-libmp3lame
    --enable-vorbis --> --enable-libvorbis
    --enable-faac --> --enable-libfaac
    --enable-faad --> --enable-libfaad
    --enable-a52 --> --enable-liba52
    --enable-dts --> --enable-libdts
    Has the ffmpeg package in extra been compiled with mp3 support which is needed for the transcoding module of vlc to encode in mp3 format?  The alternative ffmpeg package in AUR conflicts with the ffmpeg package from extra, and I don't know how to tell the new vlc to use the alternative package instead of the one from extra. 
    Someone ought to look into this.
    Robert

  • How to stream audio in Windows Phone 8.1?

    I have a Windows Phone Silverlight 8.0 app I want to update to 8.1 using WinRT. It streams audio in the background.  In Silverlight, I used
    BackgroundAudioPlayer to set the Track to a Uri.  It's not clear how to do this with
    MediaPlayer in WinRT.  I don't think I can just use a Uri.  Instead, I wonder if I have to use
    MediaPlayer.SetStreamSource(IRandomAccessStream
    stream).  If so, I don't know how to get an IRandomAccessStream from a
    Uri.  I want to stream from a Uri on the internet over HTTP, not from a local file. Any help?

    Refer following links to stream audio in background in Windows Phone 8.1 Runtime app.
    https://code.msdn.microsoft.com/windowsapps/Background-Audio-in-WinRT-344bcf4d
    http://blogs.msdn.com/b/johnkenn/archive/2013/12/31/supporting-background-audio-in-your-windows-8-1-app.aspx
    Thank you for thinking about my problem. I may be mistaken, but I think the above links refer to Windows 8 apps, not Windows
    Phone 8.1 apps. I'm under the impression that background audio is done differently in Windows Phone 8.1 from Windows 8. The
    Background Audio Overview for Windows Phone Store apps explains more. 
    It's a good overview, but does not explain how to play audio from a stream rather than a file.  That's what I'm stuck on.

  • Copy and Paste Stops working across the Mac OS X

    Recently I have been using my machine to connect to Windows XP machines using the RDC program (Mac equivilant of mstsc.exe) that Mircosoft provides.
    Whilst swtiching between applications on the host OS (Mac OS X 10.8) I found that my copy and paste functionaility across the whole OS appeared to stop working. A restart of the whole OS seem to resolve the problem, but when I dug a little deeper I found that it appears that once I terminated the RDC program the copy and paste functionailty came back. This also include any extented copy and paste functions within the Mac OS X eg, screenshots (cmd+ctrl+shift+3) and partial screenshots (cmd+ctrl+shift+4 very cool use it all the time).
    I just thought I'd add this issue to the Support forums in case other came across this problem, just one of those gotachas worth noting.
    Cheers
    Steve

    My keyboard stopped working and I recently installed a RDC program also.  I will try to uninstall it and see if that is the main source of the issue.   I will report back my findings for everyone else..

  • Streaming audio receiver

    Hi folks.
    I need to write a java application that receives streaming audio over the network. The audio source may vary, but will likely be an internet radio station.
    I assume there are many different protocols used to broadcast audio over the internet - is there one or two that are most common?
    What package would I use to receive the audio? JMF is dead, correct? What other options are there?
    Thanks!

    bump

Maybe you are looking for