MSI H87I How to Stream DTS Audio

How to Stream DTS, DTS HD MA from my HTPC to my AV Reciever? I have no video card installed on the mother board. Current set-up is connected via HDMI cable from stock HDMI port of the mother board to HDMI input of AVR.
HTPC Specs:
 MoBo  - MSI H87I
 CPU  - Intel I3-4130 3.4GHz
 RAM  - 4Gb Kingston
 OS - Windows 8.1 64 Bit
TIA!

I think you can use Server-side Stream object to create a playlist and other functions on server-side.
Basically you can add your mp3 files to be played, basically just their names to an array object, and on the fly update it.
Now take first file from the array and create the playlist and keep on adding new files from the names array.
Also you can define onPlayStatus on your stream object to track when one song finishes and other starts.
Also since you have names of the files, you can set an interval based on current song's duration which would get triggered and send information to client of next song to be played. For this you can use onId3 method as mp3 files would not have metadata defined.

Similar Messages

  • How to stream multiple audio files over a IP network in one session

    Hi everybody,
    i am going to build an internet radio application as my next project. I thought of taking JMF and the RTP streaming for this purpose. But the problem i faced during the development was it plays only one audio stream in a session. The thing is i want to send more than one audio stream in a given RTP session and using a single port. What my radio does is simply play mp3 music all day long. How can i do this and what other tools that i should take. please reply ASAP. thank u in advance,
    Thusira..

    You'll need to implement what I call a "jukebox" datasource... IE, the DataSource changes what file it's outputting, but the Processor and RTP DataSink associated with it are unaware of the change... so they keep right on transmitting like nothing happened, but the actual file being outputted has changed...
    http://web.archive.org/web/20080316203600/java.sun.com/products/java-media/jmf/2.1.1/solutions/Concat.html
    The concat example calls it a "superglue" datasource and uses it to concat outputs to a file... exact same concept, except you'll want to use a queue you can append to dynamically rather than an array created at compile time... and you'll want to output to RTP instead of to a file. You'll probably also want your DataSource to stay alive waiting for the next thing to be enqueued rather than shutting down when it reaches the end of the list.

  • How to Stream live Audio and metadata

    Helo there,
    i'm trying to build some kind of online radio. Therefore i'll be streaming audio (mp3) in real time.
    Ok,  so here's my problem: i have a play-list on my server and the idea is  for this play-list to play all day long, but on the client side  the user can only do play and stop the music.
    The problem is  when one music stops and the next one starts i need the server to send  not only the new audio but also all the info about this file: duration,  author and music name, this way my player can show a play /stop and all  the info about the current music playing.
    Until now i've only come across with video live streaming, but very  little information on how to do a live transmission of audio.
    ps: the only info on streaming audio that i've found so far is about  audio on demand, but the way i want things to happen the client can't  chose the music.
    any ideas?
    thanks in advance!
    Marco Monteiro

    I think you can use Server-side Stream object to create a playlist and other functions on server-side.
    Basically you can add your mp3 files to be played, basically just their names to an array object, and on the fly update it.
    Now take first file from the array and create the playlist and keep on adding new files from the names array.
    Also you can define onPlayStatus on your stream object to track when one song finishes and other starts.
    Also since you have names of the files, you can set an interval based on current song's duration which would get triggered and send information to client of next song to be played. For this you can use onId3 method as mp3 files would not have metadata defined.

  • How to stream video+audio cross platform on Windows and Mac OS? QTJ?

    JMF doesnt seem to support video crossplatform so i searched around and found Quicktime java. But from an article I read that apparently for crossplatform only Macs can send streams to PCs and PCs can only listen as client but cant send. Is this true? Is there a way around it that PC and Mac can send to eacother ? any sample codes? thanks.
    Here is link to article:
    http://www.onjava.com/pub/a/onjava/2005/01/12/strmng_qtj.html?page=1

    anyone know?

  • How can I stream other audio e.g. radio through my Apple TV

    Hi,
    I have a iMac (in den) and an Apple TV (in lounge connected to hifi). I can of course stream my iTune slibrary through my apple TV and in to my hifi in the living room, but how can I stream other audio (e.g. a radio station) I am listening to on my iMac but want to listen to in my living room?
    Any ideas?

    Hi, that did work, but I can't though seem to play them both at the same time. I can stream the audio eg radio station through my Apple TV, but it cuts out my iMac speakers so eitehr one or the other.
    Any way to do both same time?
    Cheers, and thanks

  • How do I route audio from a YouTube video to AU Lab using SoundFlower so that I can capture the YouTube video's sound stream?

    How do I route audio from a YouTube video to AU Lab using SoundFlower so that I can capture the YouTube video's sound stream?

    Attach camera via USB or put card in card reader.
    Go to FCP, and go to the Log and TRANSFER window.
    If FCP recognizes the card, you will see your clips listed on the left.
    You can view them, set Ins and Outs, and import just what you want.
    Once you choose a section of video and import it, FCP converts (transcodes) from its original camera format to Apple ProRes422 - a more edit friendly video file.

  • How streaming an audio or video files from google drive using google api objective-c client?

       I have implemented streaming an audio or video files by mpmovieplayer from Dropbox. For this purpose I am using Dropbox sdk. Audio or video files are playing with no problem from dropbox in my app.
    But, I can not implement the same functionality from Google drive. I am using alternateLink,webcontentLink,EmbedLink,Exportlink that we get from google drive. But mpmovieplayer does not play audio or video. So how can get any link from google drive,by which i can streaming an audio or video file from google drive. I have listed all google drive files in a table view. I am using google api objective-c client. So please help me. Thanks in advance.

    Hello,
    I'm giving a try at your application and so far, it is great!
    I understand that you're working on a way to help moving back files to google drive. Actually, I can copy / paste, but it always renames the files, so I end up with both a "copy of" and my original file.
    could you save and overwite the original file when it already exists ? (perhaps an option in the settings) ?
    Thanks!

  • 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

  • How to set captured audio stream to be inputstream of socket?

    Hello everyone,
    I am doing a project on Voice Chat Room. I am success to captured the live audio from a microphone and I would like to use socket to tranmit those live audio data. I have the basic knowledge of socket, but I don't know how to set those audio stream to be the inputstream of socket.
    Can you tell me whether it is possible to do this? And can you give me some hints how to do this?
    Cheers!!
    Andrew

    Hi there is code available at http://java.sun.com/products/java-media/jmf/2.1.1/solutions/index.html for capturing and transmiting through RTP the is also a custom protocol impplementation that uses UDP sokets it could be of help.
    Does anyone know how to enable computers behind routers video conference ??
    please mail me at [email protected]
    thanks
    Xerxes

  • How can I stream the audio only to my Apple TV while watching the video on my iPad?

    Hi everybody!
    My question might sound a little confusing to some of you, but anyway: When I watch a video on my iPad (youtube app, facebook, etc.) I would like to watch the video on my iPad and stream the audio to my atv, which is connected to my hifi. Currently, every time I hit the airplay button both video AND audio will be streamed.
    Many people complain about only streaming audio, but that's precisely what I am looking for! I don't want to turn on my TV for every silly 0:30 min youtube video. I would love to find something like this:
    Cheers for any help!

    you can't rely on airplay mirror some apps support the old in app airtune audio only option if the video app in question does you can do it from the apps settings somehow
    if not then you need a airport express which does pretty much what airplay mirror on the Apple TV does but it's a audio only

  • How to stream Logic's audio output live via internet

    Hi there, I'm looking for a way to stream the audio output from Logic (or any other DAW) from one recording studio via internet to another studio… not for remote recording, just for the producer for "creative monitoring", because he's out of town… so the audio quality doesn't need to be top notch. (Talkback would e.g. be via Skype.)
    First question: is there a way to do it directly within the Logic DAW, i.e. from one Logic app to the other (remote) Logic app? I.e. just a "mirror" of the audio output (as stereo) that Logic will send directly to a remote host? I.e. a built-in Logic functionality? (I couldn't find anything in the manual.)
    Second question: system-wise I assume it would be possible to do it by simply routing the output channels through Soundflower or JackOSX, and then into an application like Skype, where you would have to select the respective Soundflower/JackOSX channels as input.
    One problem: the whole thing shouldn't interfere with the regular recording and monitoring setup in the originating studio. So maybe it would be best to simply have an additional monitor output from the hardware console or soundcard going by audio cable into a second computer, which will use the incoming audio as Skype input.
    In a similar vein: is there a way to create a second pair of stereo outs in Logic, which functions as a direct audio "mirror"? It means that I would have the main stereo out signal on channels 1 & 2 (as always), but then also have the exact same signal on output channels 3 & 4 at the same time, which I could route to the soundcard's 3&4 outputs or through Soundflower into Skype?
    Thanks in advance for your help.

    Thank you, I think that answered my question. So it would go like this:
    (1) All recording tracks plus playback tracks are routed not to stereo master output, but to a pre-master bus, e.g. bus 1.
    (2) The pre-master bus (bus 1) output is then routed to stereo main out (1 & 2).
    (3) On bus 2 (aux master) I select input from bus 1 (the pre-master bus), but route aux master bus output to stereo outputs 3 & 4.
    (4) With outputs 3 & 4 I could then go directly into Skype, either on the same machine, or from the sound card 3&4 outputs into the input of a second computer running Skype.
    I'll add an image in the follow-up post.

  • How to wrap a .dts audio file into an AIFF-C container

    I have a .DTS audio file that I'm trying to wrap into an AIFF-C container so I can upload that to a first generation Apple TV running ATVFlash, with the XBMC.
    I've already been able to playback Aiff-C wrapped files that I've been able to rip from a CD, that use the DTS/5.1 encoder. This works great using an external DTS decoder.
    The way I've been able to do this, is I've found a PC app that will multplex the DTS audio tracks from the CD into an AIFF-C without transcoding the audio. There's been no apparent loss during this procedure which is great.
    I just happen to get a .dts concert audio file that I'd like to wrap into the AIFF-C container.  Because this file has a .dts extension I can only open it with VLC.
    Any suggestions?
    Thanks

    my answer might be a litte bit late but http://vixy.net/ is a web based service that does exactly that. Simple to use!
    Willy

  • How to play a mp4 movie with DTS audio?

    Hello,
    I try to play a mp4 movie with DTS audio on the z1 player but i dont get any sound...I also have downloaded the app mx player, but this also wont play the dts audio. Any suggestions?
    Thanks,
    Edy

    http://forum.xda-developers.com/showthread.php?t=1831111
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • How to disable one Audio port on MSI MB with Realtek HD Audio

    Hello MIS gurus.
    I have MSI p45t-c51 MBoard with ALC889 Audio chipset. On this board i installed Win XP Pro with Realtek HD Audio Driver 5.10.0.6101.
    On back audio plate i use Edifier 2.1 audio over one of the audio port's and HeadPhones over another one.
    My question is: Is it possible to disable one of the ports so the sound only come from 1 of the audio devices instead of both.
    At this moment, what i do is in the Realtek HD Audio Manager, i set LINE IN for the device i do not want to hear. - Advice if that is bad for the device that is plugged in at that port!
    Thanks to all.
    Regards.

    Just disable the Onboard Audio from BIOS.

  • DTS audio in iTunes

    Hi,
    Anyone out here using Sony's MDR-DS1000 Surround sound headphones?
    ( http://www.sonystyle.com/is-bin/INTERSHOP.enfinity/eCS/Store/en/-/USD/SYDisplayProductInformation-Start?ProductSKU=MDRDS1000&Dept=audio&CategoryName=pa_ headphones_homegaming )
    I would be interested in knowing how you have your system setup. I am following the instructions below to get DTS audio out of my iMac:
    http://docs.info.apple.com/article.html?artnum=93870
    They seem to work very well and would just like to get some feedback from other users.
    Cheers,
    RtC

    The reason the DTS audio streams playback via iTunes is because iTunes sees the DTS WAV files as NORMAL WAV files. The very cunning DTS folk made DTS encoding work this way so that it is possible to create 5.1 discs that only use as much room as standard stereo audio data CD's. What this meant was that standard CD manufacturing processes could be used to manufacture 5.1 audio discs cheaply. So as long as your Mac's optical port is connected to a DTS capable de-coder, iTunes/QuickTime will pass the data out of what appears to be a regular WAV file to the optical output, the de-coder "sees" that it is DTS and will then decode. iTunes/QuickTime play no part in the DTS de-coding process.
    I don't understand why DVD's with DTS streams aren't working for you, I have several DTS discs and they all work fine. Make sure you're using digital pass through.
    FYI, you can convert DTS WAV files into Apple Lossless and you can then embed artwork and lyrics etc....

Maybe you are looking for

  • Ipod won't connect via firewire, only usb

    My clickwheel ipod decided to stop connecting via firewire. I reset it, and the restored it, and reinstalled itunes. Nothing worked. I then took out the USB cable from the box (for the first time in almost 3 years) and it works perfectly. While tryin

  • Nso and nsf file in my trash as recovered files.

    With user name and password from my server. While I never login from my local computer to my server. Why is this info there, apart from some software sniffing my server or creating a log of my server password... This is really scary and how can I fin

  • Bursting: Could not determine recipient  - Bex broadcaster

    Hi experts, i have this error in bex broadcaster for an workbook: Bursting: Could not determine recipient  when use the bursting. The error appear when use this option: Generate Document with Variable Value    -- Name of variable Attribute for Recipi

  • MacBook Pro beach ball of death after login

    Hello. I have a MacBook pro 13 inch intel core i5that runs os x lion 10.7.1 that is 3 months old. I downloaded a game called prototype in partitions which was 9 Gita bites. After I downloaded it, I tried to concat the partitions with split and concat

  • Need to keep CS6 CC InDesign version

    I need to keep the CC CS6 InDesign Version. How do I do this?