Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 45

Thread: Adding Multi-bitrate Audio-only Rendition to iOS Streams (AppStore 64Kbps)

  1. #11
    Join Date
    Dec 2007
    Posts
    25,637

    Default

    It would be:

    Code:
    http://[server-ip]:1935/live/myStream/playlist.m3u8?wowzaaudioonly
    Richard

  2. #12

    Default

    Hi,

    I use that url and but I don't hear the audio in the iphone browser. The .aac chunks are generated (I can check it using a PC browser).

    I can watch and hear the video I'm using for extracting the audio.

    Thanks

  3. #13
    Join Date
    Dec 2007
    Posts
    25,637

    Default

    Is the audio track mp3? This works best with aac audio.

    Richard

  4. #14

    Default

    They are aac.

    What I'm doing different is that I'm pulling the stream from a FMS (as described in the post http://www.wowzamedia.com/forums/showthread.php?t=7583)

  5. #15
    Join Date
    Dec 2007
    Posts
    25,637

    Default

    It should work. I tested this on a liverepeater-edge a couple of times. Make sure you are using the latest version of Wowza. Double check the edge Application.xml properties, and that the source really has AAC audio track, not mp3.

    Richard

  6. #16

    Default

    At this moment, it doesn't work for me yet

    I'm sure the audio is AAC --I tried with different encoders-- and my Wowza version is 2.1.2.04.

    Edit: I've just updated after seeing the edit of Charlie in the first post. Same thing happens... I'm lost now.

    The .aac packets are physical packets? I mean, are they real or they are a way to somehow play only the audio of the .ts packets?

    If I try to download a single chunk (like with .ts):

    Code:
    http://mydomain.com:1935/myapp/mystream.stream/media_462.aac?wowzasessionid=1656991679&wowzaaudioonly
    I get the Wowza Version message...
    Last edited by Guille; 09-22-2010 at 06:51 AM.

  7. #17

    Default Solved!

    After a lot of coffee, I found what was happening:

    I needed to edit HTTPStreamers.xml and add .aac in HTTPSTreamer/RequestFilters:


    Code:
    <RequestFilters>*.m3u8|*.m3u|*.ts|*.m3u8key|*.aac</RequestFilters>
    I'm not sure if this is not set by default or I didn't set it or update it.

  8. #18

    Default

    When installing patches you might have missed a config file update. The correct values are:

    Code:
    <RequestFilters>*.m3u8|*.m3u|*.ts|*.aac|*.mp3|*.m3u8key</RequestFilters>
    Charlie

  9. #19

    Default

    Apple recently rejected our application. We update our wowza server to 2.1.2 patch 4 and reconfig the live application. But still got some error message on edge server when running apples' mediastreamvalidate tool.

    ERROR: Playlist does not contain a TARGETDURATION tag. A single TARGETDURATION tag is required.

    Any Ideas?


    Code:
    James-Mini:~ james$ mediastreamvalidator validate --timeout=60 http://server/live/g000101a00.3gp/playlist.m3u8
    Validating http://server/live/g000101a00.3gp/playlist.m3u8 against iPhone OS 3.2.0
    Validating child playlist http://server/live/g000101a00.3gp/playlist.m3u8?wowzaaudioonly&wowzasessionid=1426764851 [32.00 kbit/s]
    Validating child playlist http://server/live/g000101a00.3gp/playlist.m3u8?wowzasessionid=1426764851 [277.10 kbit/s]
    
    WARNING: Child playlist validated with warnings. A detailed report for the playlist follows this report.
    http://server/live/g000101a00.3gp/playlist.m3u8?wowzasessionid=1426764851
    
    ERROR: Child playlist is invalid. A detailed report for the playlist follows this report.
    http://server/live/g000101a00.3gp/playlist.m3u8?wowzaaudioonly&wowzasessionid=1426764851
    
    WARNING: The playlist should use relative URIs to reduce its size.
    
    ------------------------------------------------------------------------------------------------------------------------------
    REPORT FOR CHILD PLAYLIST 'http://server/live/g000101a00.3gp/playlist.m3u8?wowzaaudioonly&wowzasessionid=1426764851'
    ------------------------------------------------------------------------------------------------------------------------------
    
    WARNING: Missing newline at the end of the playlist.
    
    WARNING: Playlist has no media URIs.
    
    ERROR: Playlist does not contain a TARGETDURATION tag. A single TARGETDURATION tag is required.
    
    ---------------------------------------------------------------------------------------------------------------
    REPORT FOR CHILD PLAYLIST 'http://server/live/g000101a00.3gp/playlist.m3u8?wowzasessionid=1426764851'
    ---------------------------------------------------------------------------------------------------------------
    
    WARNING: INF tag with duration 2 seconds or more above the playlist's target duration (10.000 seconds).
     7:    #EXTINF:13,
                   ~~ 
    
    WARNING: INF tag with duration 2 seconds or more above the playlist's target duration (10.000 seconds).
     5:    #EXTINF:13,
                   ~~ 
    
    Average segment duration: 10.65 seconds
    Playlist target bitrate: 277.10 kbit/s
    Average segment bitrate: 252.73 kbit/s (-9.64 % of target)
    Average segment structural overhead: 26.30 kbit/s (10.41 %)
    
    Video codec: avc1
    Video resolution: 320x236 pixels
    Video frame rate: 12.05, 12.05, 11.91, 11.90 fps
    Average video bitrate: 193.06 kbit/s
    H.264 profile: Baseline
    H.264 level: 1.2
    
    Audio codec: aac 
    Audio sample rate: 22050 Hz
    Average audio bitrate: 33.37 kbit/s

  10. #20
    Join Date
    Dec 2007
    Posts
    25,637

    Default

    Can you send a url that we can try? If your Wowza server is on a public IP, send a url to support@wowzamedia.com

    Please include a link back to this thread.

    Richard

Page 2 of 5 FirstFirst 1234 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •