MPD plays only in 16 bit

When I play 24bit audio files in MPD it sends audio in 16 bit to pulseaudio. I see it in Pulse Audio Manager, that shows s16le 2ch 44100Hz in My Pulse Output sink.
I have this
audio_output {
type "pulse"
name "My Pulse Output"
in mpd.conf
and as audio output format I've tried to set:
audio_output_format "44100:24:2"
or not setting this option. In both cases audio format in Pulse Manager is s16le 2ch 44100Hz.
When i play 24 bit files with audacious, the manager shows s24le 2ch 44100Hz, so its OK.
Last edited by dawidmt (2011-06-17 12:54:03)

Here's what an image will look like if i try to open it in 16 bit.
And... I'm not sure what could be the issue, because it's happening even when I open the image straight from Photoshop (it opens in Camera Raw, I switch it to 16 bit, it looks all wonky).
I've tried this in an older LR catalog as well as my working catalog.

Similar Messages

  • EW Play only running in 32-bit

    Hi there,
    I just installed Logic Pro 9 (upgrading from Logic Pro 8) and am having trouble with my East West plugins. I understand that Play is now 64-bit capable but the plugin (and all of my other third-party plugins) only shows up under the 32-bit instruments menu. I have tried starting the program in 32 bit mode to 'validate' the plugins and then starting up in 64bit again but to no avail. I have tried removing the 'play.component' file from the library and reinstalling it from the latest update. I have tried switching everything on and off again! My computer is definitely 64-bit compatible.
    I'd appreciate any advice on how to get Logic using its full 64 bit capabilities with Play.
    Many thanks,
    Vince

    The 64 bit version of PLAY is in beta.  It should be out soon but the version currently available is 32 bit.  Keep an eye on their website for the update.

  • What to do?? -What to do?? - I just updated my iTunes to ver 11.2.1 because of the annoying messages they keep sending out. Now I can't play the movies and TV series I've purchased and were watchable before - This movie can be played only on displays that

    What to do?? - I just updated my iTunes to ver 11.2.1 because of the annoying messages they keep sending out.
    Now I can't play the movies and TV series I've purchased and were watchable before.
    Comes up with "This movie can be played only on displays that support HDCP (High-bandwidth Digital Content Protection)."
    The cheek of the matter is everytime I tried to get Apple support it comes up with a request for me to pay $54 for their support package, to fix a problem I didn't have until I complied to one of their update requests.
    End of Rant!!! - Anyone know how to fix please?

    Well, I wonder about all the responses...:)
    Anyhow, I wound up "fixing" the problem by using the System Restore disks for the Mini. It's now running Tiger 10.4.11 (with all updates) and I copied my iTunes library over. It all works now. <shrug> I have no idea what the problem was, and I'm a bit leery of upgrading it to Leopard, so I think I'll just leave well enough alone.
    Richard

  • Sonata Library Files Playing only internet connection time

    Hi everyone.
    My Problem ; Sonata Library Files Playing only internet connection time.When Internet connection not available sonata not playing my library files.
    Thank you for helping.
    MPD Conf
    # An example configuration file for MPD
    # See the mpd.conf man page for a more detailed description of each parameter.
    # Files and directories #######################################################
    # This setting controls the top directory which MPD will search to discover the
    # available audio files and add them to the daemon's online database. This
    # setting defaults to the XDG directory, otherwise the music directory will be
    # be disabled and audio files will only be accepted over ipc socket (using
    # file:// protocol) or streaming files over an accepted protocol.
    music_directory "~/music"
    # This setting sets the MPD internal playlist directory. The purpose of this
    # directory is storage for playlists created by MPD. The server will use
    # playlist files not created by the server but only if they are in the MPD
    # format. This setting defaults to playlist saving being disabled.
    playlist_directory "~/.mpd/Playlist"
    # This setting sets the location of the MPD database. This file is used to
    # load the database at server start up and store the database while the
    # server is not up. This setting defaults to disabled which will allow
    # MPD to accept files over ipc socket (using file:// protocol) or streaming
    # files over an accepted protocol.
    db_file "~/.mpd/mpd.db"
    # These settings are the locations for the daemon log files for the daemon.
    # These logs are great for troubleshooting, depending on your log_level
    # settings.
    # The special value "syslog" makes MPD use the local syslog daemon. This
    # setting defaults to logging to syslog, otherwise logging is disabled.
    log_file "~/.mpd/mpd.log"
    # This setting sets the location of the file which stores the process ID
    # for use of mpd --kill and some init scripts. This setting is disabled by
    # default and the pid file will not be stored.
    pid_file "~/.mpd/mpd.pid"
    # This setting sets the location of the file which contains information about
    # most variables to get MPD back into the same general shape it was in before
    # it was brought down. This setting is disabled by default and the server
    # state will be reset on server start up.
    state_file "~/.mpd/mpdstate"
    # General music daemon options ################################################
    # This setting specifies the user that MPD will run as. MPD should never run as
    # root and you may use this setting to make MPD change its user ID after
    # initialization. This setting is disabled by default and MPD is run as the
    # current user.
    user "ceyhan"
    # This setting sets the address for the daemon to listen on. Careful attention
    # should be paid if this is assigned to anything other then the default, any.
    # This setting can deny access to control of the daemon.
    # For network
    bind_to_address "any"
    # And for Unix Socket
    #bind_to_address "~/.mpd/socket"
    # This setting is the TCP port that is desired for the daemon to get assigned
    # to.
    port "6600"
    # This setting controls the type of information which is logged. Available
    # setting arguments are "default", "secure" or "verbose". The "verbose" setting
    # argument is recommended for troubleshooting, though can quickly stretch
    # available resources on limited hardware storage.
    #log_level "default"
    # If you have a problem with your MP3s ending abruptly it is recommended that
    # you set this argument to "no" to attempt to fix the problem. If this solves
    # the problem, it is highly recommended to fix the MP3 files with vbrfix
    # (available from <http://www.willwap.co.uk/Programs/vbrfix.php>), at which
    # point gapless MP3 playback can be enabled.
    #gapless_mp3_playback "yes"
    # This setting enables MPD to create playlists in a format usable by other
    # music players.
    #save_absolute_paths_in_playlists "no"
    # This setting defines a list of tag types that will be extracted during the
    # audio file discovery process. Optionally, 'comment' can be added to this
    # list.
    #metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
    # Symbolic link behavior ######################################################
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links outside of the configured music_directory.
    #follow_outside_symlinks "yes"
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links inside of the configured music_directory.
    #follow_inside_symlinks "yes"
    # Zeroconf / Avahi Service Discovery ##########################################
    # If this setting is set to "yes", service information will be published with
    # Zeroconf / Avahi.
    #zeroconf_enabled "yes"
    # The argument to this setting will be the Zeroconf / Avahi unique name for
    # this MPD server on the network.
    #zeroconf_name "Music Player"
    # Permissions #################################################################
    # If this setting is set, MPD will require password authorization. The password
    # can setting can be specified multiple times for different password profiles.
    #password "password@read,add,control,admin"
    # This setting specifies the permissions a user has who has not yet logged in.
    #default_permissions "read,add,control,admin"
    # Input #######################################################################
    input {
    plugin "curl"
    # proxy "proxy.isp.com:8080"
    # proxy_user "user"
    # proxy_password "password"
    # Audio Output ################################################################
    # MPD supports various audio output types, as well as playing through multiple
    # audio outputs at the same time, through multiple audio_output settings
    # blocks. Setting this block is optional, though the server will only attempt
    # autodetection for one sound card.
    # See <http://mpd.wikia.com/wiki/Configuration#Audio_Outputs> for examples of
    # other audio outputs.
    # An example of an ALSA output:
    audio_output {
    type "alsa"
    name "My ALSA Device"
    ## device "hw:0,0" # optional
    format "44100:16:2" # optional
    mixer_device "default" # optional
    mixer_control "MASTER" # optional
    mixer_index "0" # optional
    # An example of an OSS output:
    #audio_output {
    # type "oss"
    # name "My OSS Device"
    ## device "/dev/dsp" # optional
    ## format "44100:16:2" # optional
    ## mixer_device "/dev/mixer" # optional
    ## mixer_control "PCM" # optional
    # An example of a shout output (for streaming to Icecast):
    #audio_output {
    # type "shout"
    # encoding "ogg" # optional
    # name "My Shout Stream"
    # host "localhost"
    # port "8000"
    # mount "/mpd.ogg"
    # password "hackme"
    # quality "5.0"
    # bitrate "128"
    # format "44100:16:1"
    ## protocol "icecast2" # optional
    ## user "source" # optional
    ## description "My Stream Description" # optional
    ## genre "jazz" # optional
    ## public "no" # optional
    ## timeout "2" # optional
    # An example of a httpd output (built-in HTTP streaming server):
    #audio_output {
    # type "httpd"
    # name "My HTTP Stream"
    # encoder "vorbis" # optional, vorbis or lame
    # port "8000"
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # An example of a pulseaudio output (streaming to a remote pulseaudio server)
    #audio_output {
    # type "pulse"
    # name "My Pulse Output"
    ## server "remote_server" # optional
    ## sink "remote_server_sink" # optional
    ## Example "pipe" output:
    #audio_output {
    # type "pipe"
    # name "my pipe"
    # command "aplay -f cd 2>/dev/null"
    ## Or if you're want to use AudioCompress
    # command "AudioCompress -m | aplay -f cd 2>/dev/null"
    ## Or to send raw PCM stream through PCM:
    # command "nc example.org 8765"
    # format "44100:16:2"
    ## An example of a null output (for no audio output):
    #audio_output {
    # type "null"
    # name "My Null Output"
    # This setting will change all decoded audio to be converted to the specified
    # format before being passed to the audio outputs. By default, this setting is
    # disabled.
    #audio_output_format "44100:16:2"
    # If MPD has been compiled with libsamplerate support, this setting specifies
    # the sample rate converter to use. Possible values can be found in the
    # mpd.conf man page or the libsamplerate documentation. By default, this is
    # setting is disabled.
    #samplerate_converter "Fastest Sinc Interpolator"
    # Volume control mixer ########################################################
    # These are the global volume control settings. By default, this setting will
    # be detected to the available audio output device, with preference going to
    # hardware mixing. Hardware and software mixers for individual audio_output
    # sections cannot yet be mixed.
    # An example for controlling an ALSA, OSS or Pulseaudio mixer; If this
    # setting is used other sound applications will be affected by the volume
    # being controlled by MPD.
    #mixer_type "hardware"
    # An example for controlling all mixers through software. This will control
    # all controls, even if the mixer is not supported by the device and will not
    # affect any other sound producing applications.
    #mixer_type "software"
    # This example will not allow MPD to touch the mixer at all and will disable
    # all volume controls.
    #mixer_type "disabled"
    # Normalization automatic volume adjustments ##################################
    # This setting specifies the type of ReplayGain to use. This setting can have
    # the argument "album" or "track". See <http://www.replaygain.org> for more
    # details. This setting is disabled by default.
    #replaygain "album"
    # This setting sets the pre-amp used for files that have ReplayGain tags. By
    # default this setting is disabled.
    #replaygain_preamp "0"
    # This setting enables on-the-fly normalization volume adjustment. This will
    # result in the volume of all playing audio to be adjusted so the output has
    # equal "loudness". This setting is disabled by default.
    #volume_normalization "no"
    # MPD Internal Buffering ######################################################
    # This setting adjusts the size of internal decoded audio buffering. Changing
    # this may have undesired effects. Don't change this if you don't know what you
    # are doing.
    #audio_buffer_size "2048"
    # This setting controls the percentage of the buffer which is filled before
    # beginning to play. Increasing this reduces the chance of audio file skipping,
    # at the cost of increased time prior to audio playback.
    #buffer_before_play "10%"
    # Resource Limitations ########################################################
    # These settings are various limitations to prevent MPD from using too many
    # resources. Generally, these settings should be minimized to prevent security
    # risks, depending on the operating resources.
    #connection_timeout "60"
    #max_connections "10"
    #max_playlist_length "16384"
    #max_command_list_size "2048"
    #max_output_buffer_size "8192"
    # Character Encoding ##########################################################
    # If file or directory names do not display correctly for your locale then you
    # may need to modify this setting. After modification of this setting mpd
    # --create-db must be run to change the database.
    #filesystem_charset "UTF-8"
    # This setting controls the encoding that ID3v1 tags should be converted from.
    #id3v1_encoding "ISO-8859-1"
    Last edited by SYSTEMEDIC (2010-07-10 06:36:03)

    What is dropping I guess is the question? Is it wireless? Is it your WAN connection? You need to identify where the problem is.
    To do that you need to try a few things.
    1. If you use wireless then bypass it and use ethernet if that is possible.. even just drag things around so you can test if ethernet fixes it. If so and wireless is in fact the problem.. then you can do a few things.
    2. Wireless issues with the 7.6.4 firmware are common. Did you upgrade about the time the problems started? I am afraid the bad news is, downgrading is not like in the past where it fixed things.. 7.6.4 seems to have some permanent effect on the TC and it is never quite the same again. How this is even possible I have yet to determine.
    The usual fix is factory reset.
    Set wireless with short names, no spaces and pure alphanumeric. Different name for 5ghz.
    Make sure security is WPA Personal  with pure alphanumeric password of 8-20 characters.. unless you are more paranoid.
    Fix the wireless channels and test in order. 11, 8, 6, 1
    And for 5ghz try the lowest channel, 36 and then a high one, around 150.
    3. No improvement factory reset again.. downgrade to 7.6.1 or even 7.5.2 if it is an older Gen4 .. at 18months it might be old enough.. no harm trying. Factory reset again after the downgrade to see if we can get rid of the memory effect.. then try the above steps again.
    No luck.. whatever the upgrade did it did permanently.. no fix is available until Apple pushes out a new firmware to fix what they did in the last one. Buy a different wireless router for now and use the TC in bridge just for TM backups.

  • Latest version plays only 5-10 seconds of video, no audio

    I updated to latest version of Flash Player, 11.3.300.270 and now it plays only the first 5-10 seconds of video, no audio.  This happens on all websites an videos.  This is on windows XP32 and IE8 browser.

    I've actually experienced the same thing on a couple of Windows XP 32-bit computers of mine with all audio output devices disabled, and I have the latest version of Flash Player 11.3. Especially on youtube for example, you play a video for about 5-10 seconds with all audio output devices disabled, the video pauses automatically by itself and doesn't play further unless you move the seek bar/button.

  • Easy Question! How Do I Play ONLY the Selection, and then playback stops?

    How Do I Play ONLY the Selection, and then playback stops? (Same as subject..)
    Thanks! I'm loving STP so far. I came from Sony Sound Forge so it's been difficult finding something that can compare, but I think I have it now! Lot's of advantages for STP too.

    I think you're confusing the audio loops with MIDI loops. The blue loops are audio loops which will play only on audio tracks. You can't 'play' those with a keyboard because they are actual audio files. The green loops contain MIDI data that corresponds with a software instrument, and if you drop them onto a Software Instrument track, they will open that instrument which you CAN play with an external keyboard or the caps lock keyboard.
    I might be missing some loops, but when I searched for Bell Tower I found only one, and it is a blue loop. So it can only be played as an audio loop on an audio track. However, if it were a green loop, you would NOT drop it on an external MIDI track (I think that's what you're trying to do if you're dragging it onto the 'Grand Piano MIDI instrument'), but you would create a SOFTWARE INSTRUMENT track, and drag it on that. Any internal sounds you want to play from Logic's instrument you'll do from Software Instrument tracks, and not MIDI tracks.
    What you should do to find a good chime sound that you can play with the caps lock keyboard is to create a Software Instrument Track, open the Library tab, and search there for a good chime. This will search all of the instruments and presets that Logic has for all of its internal instruments. Try 'Tubular Bells' and see if that works for you.
    If you need to use the bells from that loop, do what SC suggested, and take the hits from the audio file and load them into a sampler. Then you can play them the way you want to. If you don't know how to make a sampler, it's a bit complicated. Look up EXS24 in the manual, or check out
    http://www.youtube.com/user/SFLogicNinja
    I think he has a video or two on EXS24

  • I am getting the error "This movie can be played only on displays that support HDCP" when attempting to play a HD movie from iTunes to my TV.  The TV is a Samsung UN46B7000WF w/resolution 1080p

    Hello Apple Community,
    I am getting the message "THis movie can be played only on displays that support HDCP (High-bandwidth Digital Content Protection)."  This is the first time I have tried to watch a HD movie that I bought from iTunes from my iMac to my TV.  (This is also the first attempt to go from my iMac to my TV.)  I have a Samsung LED tv that says it is HDCP compatible with Full HD (1080p) and Native resolution is 1920X1080.  I bought a Rocketfish Thunderbolt to/Mini Displayport to HDMI adapter (says support is up to 1920X1200 video resolution) and Mediabridge ULTRA Series HDMI Cable (35 Feet) - High-Speed Supports Ethernet, 3D and Audio Return category 2 certified (supports resolution up to 4K including 1440p, 1080p, 1080i and lower).
    I can get the iMac to display on my TV but am guessing that I have not managed the settings correctly in Display for either the iMac or the TV.  In addition, I do not have sound yet.  Although, the card from Mediabridge says that I need to update my drivers.  Any help/advice with the settings for iMac to TV to watch in HD and adding HDMI drivers would be greatly appreciated.
    Thank you in advance for your assistance.
    Sincerely,
    Lisa

    Hello All,
    I have figured out the sound issue: System Preferences>Sound and choose the TV for output.
    Regards,
    Lisa

  • Animated gif plays only once

    I am using Captivate 5.5 on a Windows machine. I inserted an animated gif into my Captivate, using insert > animation...  Then, I inserted a button. When I pressed F4 to preview the animation, it played only once. I put a check mark on the loop on the timing of the properties of the animation. Still, it played only once. It stopped when the play head stoped moving. I cannot make the animated gif play continuously. Does anybody know how to make the animated gif play continuously?
    thaks.

    You can try this:
    Stick this in the header area of your code
    <script type="text/javascript"> function showBuyLink() {
    document.getElementById("buylink").style.visibility = "visible";
    } // adjust this as needed, 1 sec = 1000
    setTimeout("showBuyLink()", 5000);
    </script>
    Stick this around your buy link code.
    <div id="buylink" style="visibility: hidden"> <!-- put all your add to cart buy links and images inside this hidden div --> <p style="text-align:center; font-size:26px;"> <a href="http://mybuylink">Add to Cart or Buy Link</a> </p> </div>
    Yopu can rename "buylink", but you have to make sure you rename all instances or it will kill the script.
    If you're not comfortable incorporating that, unfortunately, the other option would be to create a Flash animation and put a button in the last frame.
    That would be just as difficult (if not worse) as writing (or tweaking) a javascript to delay the hotspot, and even worse because it would be invisible to phone users. Additionally, people who disable javascript would never see the link if you did add the script.
    There isn't any way to do this with HTML or CSS, and you now know the flaws with the methods that will work.

  • A while ago I wanted to download/buy an album on my iPhone 4 but I didnt have enough space so I deleted some stuff and downloaded the album. well ever since then my other music won't play, only that one album will play and none of my other music will play

    a while ago I wanted to buy an album but I didn't have enough space on my phone, (iPhone 4) so I deleted some things off my phone and downloaded the album. well ever since then all my other music won't play, only that one album will play. I thought it was because I havent been able to get the software update on my phone but I don't have enough space for that either. I deleted almost all my photos, all my apps, i deleted almost all the info that is on the apps that you can't delete, but it says I have too much music and I only have 45 songs!!!!!!!! and I don't want to delete them because that's what I'm trying to listen to but I can't because of whatever reason. PLEASE HELP!!

    1, you can't at the moment, though with iOS 5 in the Autumn, from http://www.apple.com/ios/ios5/features.html#photos :
    Even organize your photos in albums — right on your device
    2, by removing it from you synced from and re-syncing. Only photos taken with the iPad, copied to it via the camera connection kit, or saved from emails/websites etc can be deleted directly on the iPad (either via the trashcan icon in the top right corner if viewing the photo in full screen, or via the icon of the box with the arrow coming out of it in thumbnail view)
    3, the location of the photos that you synced to the iPad should be listed on the iPad's Photos tab when connected to your computer's iTunes.
    4, you can copy the photos from your iPad to your computer : http://support.apple.com/kb/HT4083 . You should also be able to delete them from the iPad as part of the transfer process to your computer, and it's then your choice whether to add them to your sync photo list so as to copy them back to the iPad. Copying them to your computer would allow you to organise them into folders and therefore be able to sync them back into separate albums.
    5, I don't use Dropbox either. There are some third-party browser apps in the iTunes App Store that allow you to download pages so that you can view them when offline e.g. Atomic Web (the whole page is saved within Atomic Web, it doesn't place a photo into the Photos app)
    6, deleting content should help. If you remove an app from your iPad then you also remove the content that it's got on the iPad - so if you then decide to reinstall it back onto the iPad then you will need to manually add back any content that you want in it. None of the Apple built-in apps (including Photos) can be removed from the iPad

  • IPhone plays only one song at a time

    After 2 weeks of the iPod feature of my iPhone working just perfectly, last night I discovered it will no longer go through a play list. No matter what I do, it plays only one song, repeatedly - either a song I choose or a song selected randomly by hitting Shuffle. Shuffle only chooses the first song randomly, after which that song plays over and over unless I manually choose another. I deleted my playlists this morning, rebooted iTunes, re-synced my playlists to the iPhone, same problem. Other than having to go through an entire Restore, are there any other options? This actually occurred out of the blue, NOT after a re-sync with the computer, therefore NOT caused by the iTunes update to 7.3.1.
    iMac G5   Mac OS X (10.4.10)  

    THANK YOU!!! I never would have found that myself because I don't even look at albums let alone play whole albums. My playlists are favorite songs from here and there and rarely more than one or two from any particular album. I don't know how that got changed since I have never looked at an album before, didn't know there were time and shuffle markers. I must have gone bump in the dark... so thank you again!

  • ITunes is playing only part of a song.  Why?

    About two and a half years ago I discovered a fan site for my favorite band that allowed other fans to download (for free!) bootleg recordings of the band's concerts. I've played the files a zillion times with no problems. Recently, I discovered that at least two of these files are not playing correctly in iTunes. iTunes will play only a portion of the song before it abruptly switches to the next song in the list.
    For example, one of the songs is 8:28, but iTunes will only play the first 1:38 before it switches to the next song. Even more curious, if I allow the first 1:37 to play and then force iTunes to pick the song up again at 1:41 by dragging the cursor on the horizontal line indicating song progression (in the small window that also lists song title/album name/artist), iTunes will begin to play the first 1:38 again (although the horizontal line indicating progression shows that you are 1:41+ seconds into the song).
    I cannot replace these files because the site where I found them has been taken down. Does anyone have any idea how to fix this problem? Thanks!
    By the way, I am running iTunes version 8.0.2

    I should add that I downloaded 34 tracks (including the two affected files) from the fan site on 6.2.2006 and 6.3.2006. After looking at the 'Date Added' column, 6 songs (including the two affected tracks) are listed as having been added on 4.3.2007 and 1 song is listed as having been added on 11.18.2006. In fact, those songs would have been downloaded on the same days as all the other files--6.2.2006 and 6.3.2006.

  • Black Magic Intensity Pro Play only Audio when edit in CS 5.5

    Hi i have an problem, when i try to edit with Black Magic Intensity Pro in premiere CS5.5
    i can play only Audio but not Video so i check settings on Premiere and control panel for
    Black Magic Intensity and everything is OK and i check connections the preview is connect
    via HDMI cacle and Composite Video/Audio and in both cases i get only Audio but no Video
    so what is the problem? An driver for Black Magic Intensity Pro issue or what?
    Current driver version is 8.2.1
    Thanks.

    Thanks i already do that and nothing,again only audio no Video.
    I tray to play with integrated software Media Express who comes
    with driver and working good.
    So what is the problem the driver or Premiere CS5.5?

  • Imported video from imovie, when i try to play only have audio, screen is red and flickering

    imported video from imovie, when i try to play only have audio, screen is red and flickering.  new mac pro.

    steved
    Thanks for the reply with additional details.
    In order to help you with the Elements Organizer 13 and Premiere Elements 13 issues, we need details of that video from iMovie.
    You should be able to get the important details of the iMovie video by telling us the export settings that you used for the iMovie export.
    Minimum information..
    Video Compression
    Audio Compression
    File Extension
    Frame Size
    First, update Premiere Elements 13 and Elements Organizer 13 each to the 13.1 Update (See Help Menu/Update in an opened
    Premiere Elements 13 project.)
    We will be watching for further details in order to plan and carry out troubleshooting strategy.
    Thank you.
    ATR.

  • How to make a link to play only part of a video

    Is there a way to make a link to play only a part of an embedded video (from timecode - to timecode)?

    Hello,
    You can achieve this by using the rectagle tool. You can create a rectangle and place it in the background and change the fill color of the rectangle to "None".
    It will make the rectangle transparent and you can also add a hyperlink to it.
    If you want to have different hyperlinks to different pages (like you mentioned you want to be linked to next page) then you should not use Master pages as you need to add these rectangles to the pages and not master pages.
    If you add the rectangles on Master Page then you can only add one link to it and that will not solve the purpose. And if you use Master page and add rectangle to page then the Rectangle will always be above the Master page content (Master page content is by default in the background and cannot be brought up).
    Another option is to add rectangle to master page background and duplicate your master page to create multiple copies of it. After that you can add required links to the rectangles in the master page and associate the pages to the corresponding Master pages.
    Hope this helps.
    Regards,
    Sachin

  • Nokia 101 music player play only first 20 songs

    hi friends ... i have a problem...whenever i download songs in my memory card,my music player play only first 20 songs,and other songs show me format error.... please help me what can i do with this ????
    Moderator's notes: Moved into it's own thread

    I am experiencing exactly the same problem. I recently purchased Nokia 3555 and HS-49 headset to listen to music in stereo. However, I only get mono sound from the right. I called customer care services before I purchased HS-49 and they said it's compatible with Nokia 3555. Yes, I can listen to music, but it's not in stereo. I turned on "stereo widening effect," but it doesn't change anything.
    Accoring to the catalog on the web, the phone has stereo bluetooth capability...So, I think it should also produce stereo sound through a wired stereo headset especially with HS-49 which is listed as a compatible headset.
     I really appreciate if anybody can teach me how to listen to music in stereo on my Nokia 3555.
    Thanks

Maybe you are looking for

  • Artists not showing up right

    Hello, I have many albums off of TV shows and movies. When i put these albums onto my ipod, the individual Artists do not show up in the artists section of my Ipod Touch. I have unselected the compilations section and realised that as i was putting t

  • Bluetooth missing Thinkpad Twist S230u

    Today my bluetooth went missing... cannot find it anywhere... Not eaven in device manager Problem with drivers or what? Please fast info!! I cannot use my bluetooth mouse and my headset!! Solved! Go to Solution.

  • Access to Profitability seg data in contract through user exit

    Dear All , I have a critical issue in my current project. I have to post/create a contract in R/3 using custom Idoc type which is enhanced version of the standard Idoc type with two new fields for profitability segment data(TS product and Offering) f

  • Multicast producing double rows in one pipe only

    SQL Server and SSIS are both version 2008 R2 I had an existing SSIS package that was copying 6000 rows from our IBM database to a SQL Server database daily.  Now I need to copy the same data to a second SQL Server so I thought using the Multicast too

  • Problems with iOS5 update

    I have just updated my iPhone4 to the new iOS5 and am having major problems that I can't seem to find a way to fix. On my itunes it now shows my phone as being over capacity by 15.7gb, have tried a number of things and still not fixed. Also when the