Wowza Community

Live Smooth Streaming stopped working after I updated WSE from 4.7.4 to 4.7.5

Hello

I had updated WowzaStreamingEngine 4.7.4 to 4.7.6

But it can not play live stream using smooth streaming.

I think it is bug. So I have verified this problem with WSE 4.7.4 and 4.7.5.

I tested it using WSE 4.7.4 and 4.7.5.

(Ingest: RTMP, Output: Smooth Streaming and HLS. And hls is no problem)

How to reproduce.

  1. Install WSE 4.7.4 and 4.7.5

  2. Comment ModuleCoreSecurity out in conf/live/Application.xml and set false at securityPublishRequirePassword

    <Modules>
        <Module>
            <Name>base</Name>
            <Description>Base</Description>
            <Class>com.wowza.wms.module.ModuleCore</Class>
        </Module>
        <Module>
            <Name>logging</Name>
            <Description>Client Logging</Description>
            <Class>com.wowza.wms.module.ModuleClientLogging</Class>
        </Module>
        <Module>
            <Name>flvplayback</Name>
            <Description>FLVPlayback</Description>
            <Class>com.wowza.wms.module.ModuleFLVPlayback</Class>
        </Module>
        <!--<Module>
            <Name>ModuleCoreSecurity</Name>
            <Description>Core Security Module for Applications</Description>
            <Class>com.wowza.wms.security.ModuleCoreSecurity</Class>
        </Module>-->
    </Modules>
    <!-- Properties defined here will be added to the IApplication.getProperties() and IApplicationInstance.getProperties() collections -->
    <Properties>
        <Property>
            <Name>securityPublishRequirePassword</Name>
            <Value>false</Value>
            <Type>Boolean</Type>
        </Property>
        <Property>
            <Name>pushPublishMapPath</Name>
            <Value>${com.wowza.wms.context.VHostConfigHome}/conf/${com.wowza.wms.context.Application}/PushPublishMap.txt</Value>
            <Type>String</Type>
        </Property>
    </Properties>
    
    
  3. Set a .smil file at content/test.smil

    <?xml version="1.0" encoding="UTF-8"?>
    <smil>
    <body>
           <switch>
                   <video src="live_300" system-bitrate="300000"></video>
                   <video src="live_1000" system-bitrate="1000000"></video>
                   <video src="live_2500" system-bitrate="2500000"></video>
           </switch>
    </body>
    </smil>
    
    
  4. Publish 3 streams using Wirecast

    1. rtmp://localhost:1935/live/live_300
    2. rtmp://localhost:1935/live/live_1000
    3. rtmp://localhost:1935/live/live_2500
  5. Check using Silverlight test player on IE11

    1. http://localhost:1935/live/smil:test/Manifest

Then

  • 4.7.4: works

  • 4.7.5: doesn’t work

    • Always returns 404 Not Found for audio segments.

Maybe WSE 4.7.5 or later have the same problem with Smooth Streaming in live.

It may be caused by related to this update.

https://www.wowza.com/docs/wowza-streaming-engine-4-7-5-release-notes

Thank you

Thank you for sharing this info @Koji Mukoyama. I will check with tech support on this and respond shortly.

There is no report of a bug in the update @Koji Mukoyama and we’d like to run some tests on your config to help identify what has broken. Would you kindly submit a support ticket so we may resolve this for you? We are aware of this change in 4.7.5 and will assist you:

  • Fixed Smooth Streaming when using NGRP/SMIL to correctly return a complete manifest when audio-only is listed as the first entry

Thank you.

https://www.wowza.com/support/open-ticket

We have met the same issue (404 on Silverlight audio chunk requests) running Wowza 4.7.6.

It is OK again after downgrading to Wowza 4.7.4

We’d like to look into this issue right away. I do not see a support ticket submitted by @Koji Mukoyama. We’d like test your config files to find the cause of this breaking for you when using in 4.7.5. or higher.

Would you please submit a ticket @DDG DOCOMO Digital Germany GmbH?

[https://www.wowza.com/support/open-ticket](http://We’d like to look into this issue right away. I do not see a support ticket submitted by @Koji Mukoyama. We’d like test your config files to find the cause of this breaking for you when using in 4.7.5. or higher. Would you please submit a ticket @DDG DOCOMO Digital Germany GmbH? https://www.wowza.com/support/open-ticket)

I sent a this problem’s ticket to support few days ago.

Did you check it?

Thank you.

I searched the tickets through your name and did not see one. Can you provide a ticket number for me? Thanks @Koji Mukoyama.

I’m sorry. I re-send a ticket.

The number is # (308177). Please check again.

Thanks @Rose Power

Thanks. I now see the ticket you submittted @Koji Mukoyama. It just came in last night and will be assigned to an engineer today. I will follow the progress and both the engineer and I will keep you and the community updated on the results of the tests.

@Rose Power-Wowza Community Manager

Any update on this one?

We are using version 4.7.6 and also facing the same issue. This seems to happen only when using NGRP and SMIL.

Hi Wowza Support Team,

Can you share some information on how to workaround this issue?

Please upgrade 4.7.7 and this should resolve the issue.

Hi,

Please upgrade to 4.7.7 and this issue should be resolved.

Andrew.

Thanks @Andrew Kennedy. Confirmed that the issue couldn’t be reproduced after upgraded to 4.7.7.01