The Quciktime 10.3 playback the audio-only stream of mpeg2ts seem not playback correctly

The Quciktime 10.3 playback the audio-only stream of mpeg2ts seem not playback correctly.
When the Quciktime 10.3 start playback my audio-only .ts file. The qucktime seem to be muted on a about 70% of progress bar. or sometime will fast-forward for a while. (not stop playing. just muted or fast-forward and the progress bar keep going on)
but, it's playback well on Quicktime 10.2.
this audio-only ts file as my dropbox:
http://dl.dropbox.com/u/68121779/mp2lc-3.ts
I have try to download the fileSequence0.ts ~ fileSequence10.ts (from http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8) and combined this .ts as followings command on Win7:
copy /b fileSequence0.ts+fileSequence1.ts+fileSequence2.ts+fileSequence3.ts+fileSequenc e4.ts+fileSequence5.ts+fileSequence6.ts+fileSequence7.ts+fileSequence8.ts+fileSe quence9.ts+fileSequence10.ts fileSequence-0-10.ts
the Quciktime 10.2 (Mountain Lion), and Media Player 12.0.7601.18150 (Win7 64bit) seem playback well.
but, Qucitime 10.3 (Mavericks) seem muted at about 70% of progress bar.
I think quciktime 10.3 do something changed. and make some behavior incompatible.

The Quciktime 10.3 playback the audio-only stream of mpeg2ts seem not playback correctly.
When the Quciktime 10.3 start playback my audio-only .ts file. The qucktime seem to be muted on a about 70% of progress bar. or sometime will fast-forward for a while. (not stop playing. just muted or fast-forward and the progress bar keep going on)
but, it's playback well on Quicktime 10.2.
this audio-only ts file as my dropbox:
http://dl.dropbox.com/u/68121779/mp2lc-3.ts
The downloaded TS file contains AAC which uses ADTS—a self synching Audio Data Transport Stream format. According to Wikipedia, "This file and streaming-based format are defined in MPEG-2 Part 7, but are only considered informative by MPEG-4, so an MPEG-4 decoder does not need to support either format." Based on this statement, my guess is that Apple now considers such support to be no longer needed in the QT X v10.3 media player since AAC content is, by default, normally found only in MOV, MP4, M4V, M4A, M4B, and similar containers which are not only supported by the system player but all Apple mobile device players. Even the latest version of VLC seems to have dropped this support for the AAC ADTS audio found in your downloaded TS file.
As to audio dropout in QT X v10.3, the problem you describe seems to be a "sync" associated issue. On my system clicking the playhead to move its current position resets the sync and audio becomes playable again.
I have try to download the fileSequence0.ts ~ fileSequence10.ts (fromhttp://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8) and combined this .ts as followings commandon Win7:
copy /b fileSequence0.ts+fileSequence1.ts+fileSequence2.ts+fileSequence3.ts+fileSequenc e4.ts+fileSequence5.ts+fileSequence6.ts+fileSequence7.ts+fileSequence8.ts+fileS e quence9.ts+fileSequence10.ts fileSequence-0-10.ts
Somewhat confused by your playlist URL reference here. Reference is for the following:
which is a QuickDraw video file which might be more easily captured as a QT X player screen rendering at a desired playback resolution. Since you say you are dealing with other TS sequences here, I am not even certain this is the playlist file you really wanted to reference.

Similar Messages

  • All the traffic go through IPsec tunnel(site to site ) ,but something seems not working correctly

    Hi, all,
      I have seen a good post in google.com about how to make all the client's traffic though IPsec tunnel then out to the Internet from the Main site,now I attach this configuration and application for discussion, and what the problem is that I am still confused with the configuration on Main site ,  I hope anyone who can tell me more detail and how to accomplish it. Any answer will be appreciated , thank you !
    Quote :
    Question ? :
    Mine is a very simple configuration.  I have 2 sites linked via an IPsec tunnel.  Dallas is my Main HQ R1 and Austin R2 is my remote office.  I want all traffic from Austin to route thru the tunnel up to Dallas, then out to the Internet.
    Dallas (Main) Lan Net is: 10.10.200.0/24
    Austin (Remote) LAN Net is: 10.20.2.0/24
    The Dallas (Main) site has a VPN config of:
    Local Net: 0.0.0.0/0
    Remote Net: 10.20.2.0/24
    The Austin (Remote) site has a VPN config of:
    10.20.2.0/24
    Remote Net: 0.0.0.0/0
    The tunnel gets established just fine.  From the Austin LAN clients, I can ping the router at the main site (10.10.200.1).  This is how I know the tunnel is created, but I cannot ping anything beyond the router from the Austin LAN, e.g. 8.8.8.8.
    I'm sure it's something simple I failed to configure.  Anyone have any pointers or hints?
    Answer:
    Thanks to Jimp from the other thread, I was able to see why it was not working.  To fix, I had to change the Outbound NAT on the main side to Manual.  Then I created a new Outbound NAT rule that included the subnet from the Austin network (10.20.2.0).  Basically, I just created a copy of the default rule and changed the Source network.
    Once I made this change, Voila!  Traffic from the remote side started heading out to the Internet.  Now all traffic flows thru the Main site.  It makes perfect sense why I needed to make this change, it just took a slap in the head from Jimp to point me in the right direction.
    My question ?
    The answer said "To fix, I had to change the Outbound NAT on the main side to Manual.  Then I created a new Outbound NAT rule that included the subnet from the Austin network (10.20.2.0).  Basically, I just created a copy of the default rule and changed the Source network." what this mean and
    how to do it , could anybody give me the specific configuration ? thanks a lot.

    Thank you for Jouni's reply,  following is the configuration on Cisco 2800 router ,no firewall enable, :
    crypto isakmp policy 100
    encr aes 256
    authentication pre-share
    group 2
    crypto isakmp key x.x.x address 0.0.0.0 0.0.0.0
    crypto isakmp keepalive 60
    crypto ipsec transform-set IPsectrans esp-3des esp-md5-hmac
    crypto dynamic-map IPsecdyn 100
    set transform-set IPsectrans
    match address 102
    crypto map IPsecmap 100 ipsec-isakmp dynamic IPsecdyn
    interface Loopback1
    ip address 10.10.200.1 255.255.255.0
    interface FastEthernet0/0
    ip address 113.113.1.1 255.255.255.128
    ip nat outside
    ip virtual-reassembly
    duplex auto
    speed auto
    crypto map IPsecmap
    interface FastEthernet0/1
    ip address 192.168.1.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    duplex auto
    speed auto
    ip route 0.0.0.0 0.0.0.0 113.113.1.2
    ip http server
    no ip http secure-server
    ip nat inside source list 100 interface FastEthernet0/0 overload
    access-list 100 permit ip 192.168.1.0 0.0.0.255 any
    access-list 102 permit ip any 10.20.2.0 0.0.0.255

  • HT5312 What if i forgot the rescue email address ? And the security questions ... I only have This sonnet seems to be about the author's attempts to immortalize his wife or the love of his life. Access  to my apple id email . I think someone changed them

    What if i forgot the rescue email address ? And the security questions ... I only have This sonnet seems to be about the author’s attempts to immortalize his wife or the love of his life. Access  to my apple id email . I think someone changed them .

    We are fellow users here on these user-to-user forums, you're not talking to iTunes Support nor Apple.
    The security questions and rescue email address is there for account security. If you don't have a rescue email address then contact iTunes Support using the link on the HT5312 page that you posted from.
    When they've been reset you can then either a rescue email address for potential future use, or if it's available in your country you could change to 2-step verification : http://support.apple.com/kb/HT5570

  • I want to stream all audio to my stereo via AirPort. Right now audio only streams with iTunes, not when I'm online (YouTube, SoundCloud, Spotify). What must I do? Thanks! 2011 macbook pro 10.6.8

    I want to stream all audio to my stereo via AirPort. Right now audio only streams with iTunes, not when I'm online (YouTube, SoundCloud, Spotify). What must I do? Thanks! 2011 macbook pro 10.6.8

    Thanks, Bob. I've seen this suggested before. However, I'm at a friend's place (cat-sitting). He owns an older MacBook (almost positive) and he streams audio without Airfoil. All he uses is AirPort Express. He told me to simply click alt-option and the volume icon and a menu drops down, and I select "AirPort Express". But it never appears. All the menu offers is this:
    "AirPort Express" isn't an option.
    Why is that? Is there something fundamental I'm not doing?

  • Packaging an audio-only stream (HLS)

    Dear Experts,
    I'm new to FMS. I want to packag an audio-only stream (HLS), so the people who is not at meeting room also can listen by mobile. Can you tell me how can I configuration it?
    Thank you very much!

    This article should be useful to you
    http://help.adobe.com/en_US/adobemediaserver/devguide/WSd391de4d9c7bd609-52e437a812a3725df a0-8000.2.3.html

  • Publish an audio-only stream (HLS)

    Hi,
    the documentation says this:
    "To serve streams over a cellular network, one of the streams must be audio-only. For more information, see HTTP Live Streaming Overview.
    To publish an audio-only stream, enter the following in the Flash Media Encoder Stream field:
    livestream%i?adbe-live-event=liveevent&adbe-audio-stream-name=livestream1_audio_only&adbe-audio-stream-src=livestream1
    If the encoder specifies individual query strings for each stream, use individual stream names instead of the variable %i:
    livestream1?adbe-live-event=liveevent&adbe-audio-stream-name=livestream1_audio_only
    livestream2?adbe-live-event=liveevent&adbe-audio-stream-name=livestream2_audio_only
    To generate a set-level variant playlist when using an audio-only stream, specify the audio codec of the audio-only stream. Specify the audio and the video codec of the streams that contain audio and video. For more information about using the Set-level F4M/M3U8 File Generator, see Publish and play live multi-bitrate streams over HTTP.
    Does this mean that using one FMLE encoder (with the installed AAC plugin) i can stream BOTH audio+video AND audio only stream via HLS to iOS clients?
    If yes, how to connect to a+v stream and how to connect audio only stream in iOS  ? (To be more precise - i would need two m3u8 files, how do i create them in the provided generator)
    What about the need to provide multiple bitrates (for the audio), surely 64 isn't enough - multiple encoder machines or multiple encoder instances?

    You are right. You don't need to provide multiple bitrate audio in the variant playlist. So while specifying on FMLE
    livestream%i?adbe-live-event=liveevent&adbe-audio-stream-name=livestream1_audio_only&adbe-audio-stream-src=livestream1
    set adbe-audio-stream-src to such a  a+v stream that that audio bitrate of 64 kbps.
    This will create 4 streams for you on FMS
    livestream1, livestream2, livestream3, livestream1_audio_only
    On encoders other than FMLE, where it is not supported to publish multiple streams with a single publish option, you may publish
    1. livestream1?adbe-live-event=liveevent&adbe-audio-stream-name=livestream1_audio_only
    2. livestream2?adbe-live-event=liveevent
    3. livestream3?adbe-live-event=liveevent
    This will create 4 streams for you on the FMS
    livestream1, livestream2, livestream3, livestream1_audio_only
    Yes, there is no point publishing audio only live stream corresponding to each a+v stream. Apple spec mandates only one audio only stream of 64kbps in variant playlist

  • Audio-only streaming

    Hi there,
    Does anybody knows if it it possible to stream only audio?
    I'd like to stream video+audio (different qualities : ~1000 kbps and ~400 kbps) and audio only for low-bandwidth (~128 kbps).
    Adobe Flash Media Encoder Live allows me to stream different qualities. And what about audio-only stream?
    And of course I don't want just to hide video on client-side.
    Thanks everyone.

    Hi,
    Thanks for using FMS.
    Yes it is possible to send one video+audio stream and another audio only stream to FMS. Or even, a single audio stream alone is good enough to be sent to FMS.
    But, FMLE as of now , does not have support for two streams to be sent where one is video + audio and the other only audio. As a workaround, you can have two instances of FMLE opened (on the same machine even) and can try this.
    Does that help you ?
    Thank you ! 

  • Secondary audio only stream?

    I have a client streaming video with FME, but wants a secondary audio-only stream. Does this mean I have to have a second iteration of FME running somehow? Is that possible?

    Hi Jeremy,
    We'll most likely need to see the code that goes with these players.  Could you please open a new bug report on this over at bugbase.adobe.com?  Please post back with the URL so that others affected can add their comments and votes.
    Thanks,
    Chris

  • Creating an audio-only stream from a live stream

    I am using Flash Media Live Encoder (3.2) to send multiple bitrate streams to an instance of Adobe Media Server 5. In addition to the video streams, I am trying to generate an audio-only stream.
    I am using the default 'livepkgr' application. The input stream contains H.264 video + AAC audio.
    The stream name that I set in FMLE is set to this:
    livestream%i?adbe-live-event=liveevent&adbe-audio-stream-name=livestream1_audio_only&adbe- audio-stream-src=livestream1
    I created a variant playlist to include the audio-only stream. It looks like this:
    #EXTM3U
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=150000
    /hls-live/livepkgr/_definst_/liveevent/livestream1.m3u8
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=500000
    /hls-live/livepkgr/_definst_/liveevent/livestream2.m3u8
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=700000
    /hls-live/livepkgr/_definst_/liveevent/livestream3.m3u8
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=64000,CODECS="mp4a.40.2"
    /hls-live/livepkgr/_definst_/liveevent/livestream1_audio_only.m3u8
    However, when I retrieve the audio-only playlist it contains a list of .ts files. If it was working correctly I would expect there to be a list of .aac files. Here's an extract from the playlist (livestream1_audio_only.m3u8):
    #EXTM3U
    #EXT-X-MEDIA-SEQUENCE:1927
    #EXT-X-ALLOW-CACHE:NO
    #EXT-X-VERSION:2
    #EXT-X-TARGETDURATION:8
    #EXTINF:8,
    ../../../../hls-live/streams/livepkgr/events/_definst_/liveevent/livestream1_audio_onlyNum1927.ts
    #EXTINF:8,
    ../../../../hls-live/streams/livepkgr/events/_definst_/liveevent/livestream1_audio_onlyNum1928.ts
    #EXTINF:8,
    ../../../../hls-live/streams/livepkgr/events/_definst_/liveevent/livestream1_audio_onlyNum1929.ts
    #EXTINF:8,
    ../../../../hls-live/streams/livepkgr/events/_definst_/liveevent/livestream1_audio_onlyNum1930.ts
    Any ideas why it doesn't seem to be working?
    Thanks

    Hi
    No !
    You first have to back-engineer the DVD to something the Mac can use eg StreamingDV
    (I use Roxio Toast™ to do this) then convert this via QuickTime to .aiff 16-bit 44.1 kHz
    then burn this onto a CD via eg iTunes.
    An Analog copy from a DVD-player to the Mac Line-in and into an audiuo editor as Audacity (free on internet) then use this for the CD is easier and about as good as. (I can't differ)
    Yours Bengt W

  • HT1923 I downloaded the latest iTunes version and now get the following error message: "This copy of iTunes is corrupted or is not installed correctly. Please re-install iTunes." Can anyone provide suggestions on what I should do next?

    I downloaded the latest iTunes version and now get the following error message: "This copy of iTunes is corrupted or is not installed correctly. Please re-install iTunes." Can anyone provide suggestions on what I should do next?

    Let's try a repair install of iTunes first.
    Restart the PC. If you're using Vista or 7, now head into your Uninstall a program control panel, select "iTunes" and then click "Repair". If you're using XP, head into your Add or Remove Programs control panel, select "iTunes", click "Change" and then click "Repair".
    Can you launch your iTunes now?

  • I updated to the iTunes 11 and now it is telling me my iTunes is not installed correctly...

    I updated to the iTunes 11 and now it is telling me my iTunes is not installed correctly. I have tried to reinstall with no success. Help?

    It did this to me too. I just went to Apple's website where you can download Itunes for free, and hit download again. It will ask you if you want to replace or fix the current version you have. Click yes and it will re-download and should work

  • RTMP Audio Only Streams and the BufferTrait

    I'm encountering and issue when trying to access the bufferTrait of an RTMP stream that is audio only.
    I can "getTrait" and it retrieves it, but when I try to adjust the bufferTime, it doesn't register any adjustments.
    We have a custom buffering to our video streams, and for video streams it is correctly adjusting the bufferTime, but for audio only running through the same custom plugin, no adjustments to the BufferTime are being made, and I can't find a way to increase the buffer.
    Is there is specific limitation on BufferTrait when dealing with Audio Only?
    Thanks,
    -Will

    Did you try creating  a BufferTrait  variable and then assigning to the variable.bufferTime the new value?
    Do you mind publishing your code to see if there is any problem with it, please.

  • Playback Skin - Audio only when user clicks play

    This issue has been driving me nuts for quite some time. I know someone out there has the solution!
    I would like an image to display with audio to run concurrently, but only when the user clicks the play button on the skin. I have a slide in Captivate3 with an imported image that has an mp3 attached to it. I've added one of Capitvate's Skins and published the project. The problem I have is that when the .swf is launched, the audio immediately starts playing.
    Is there a way to get the a Captivate bundled skin to play in the filnal .swf only when the user dictates?
    Thanks in  advance for your help.
    Melissa

    Hi there
    Try removing the audio from the Click Box itself. Then enable the Success caption with the Click Box. Attach the audio to the Success Caption (It has an Audio tab).
    If you don't want to see the caption, choose the Transparent type and don't enter any text.
    Cheers... Rick
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Why is the text I send to my husband only going to his iPad & not his phone?

    My husband and I both have the 4s....just recently my texts to HIM do not go to his iPhone, but only to his iPad......why?  have I accidentally done something I am unaware of?  Why is it just to him and no one else?  How do I fix this? 

    Are you sending the texts to his phone number or his Apple ID? It might be that the texts originated from your phone is to his Apple ID and not his phone number and his Apple ID was not registered for the Message app on his phone. So any texts to his Apple ID is not received by his phone.
    Can you receive his texts? If yes, then reply back from what he send you and see if he can receive the texts.

  • Flash audio only stream fails in IE after several successful plays

    We have several audio only Flash streams that are internet radio stations playing from this page:
    http://www.cbn.com/radio/
    We've discovered a bug that only happens in IE.  When you click each station and open them up, they will play fine until you get to about 7 or 8 attempts.  After that, any time you try to listen to another stream, the player just says "Loading".  Refreshing the page does not help.  You have to close the page completely and then reopen it before any of the streams will start to work again.
    This problem does not happen in Firefox.  In fact, once IE has gone into failure, I can leave IE running and open Firefox and everything will be working fine.
    Not sure where the bug might be or how to work around it, but it's quite irritating. 
    Any ideas?

    Hi Jeremy,
    We'll most likely need to see the code that goes with these players.  Could you please open a new bug report on this over at bugbase.adobe.com?  Please post back with the URL so that others affected can add their comments and votes.
    Thanks,
    Chris

Maybe you are looking for