Wowza Community

Did wowza support h264 level 5?

Hello, I have 2 cam.

The Cam1 h264 level is 4.1,

Cam1 log

  • LiveStreamPacketizerCupertino.handlePacket[live/definst/aiCam1.stream][avc1.77.41]: H.264 (Video may not be playable on older iPhone and iPod touch devices where Main/Level 3.1 or lower is required) Video info: {H264CodecConfigInfo: codec:H264, profile:Main, level:4.1, frameSize:1280x720, displaySize:1280x720, frameRate:14.99, PAR:1:1}
  • LiveStreamPacketizerCupertino.handlePacket[live/definst/aiCam1.stream][mp4a.40.2]: AAC Audio info: {AACFrame: codec:AAC, channels:1, frequency:24000, samplesPerFrame:1024, objectType:LC}
    And Cam2 h264 level is 5.0

Cam2 log

  • LiveStreamPacketizerCupertino.handlePacket[live/definst/localCam.stream][avc1.100.50]: H.264 (Video may not be playable on older iPhone and iPod touch devices where Main/Level 3.1 or lower is required) Video info: {H264CodecConfigInfo: codec:H264, profile:High, level:5.0, frameSize:1280x720, displaySize:1280x720, frameRate:12.0, PAR:1:1}
  • LiveStreamPacketizerCupertino.handlePacket[live/definst/localCam.stream][mp4a.40.2]: AAC Audio info: {AACFrame: codec:AAC, channels:2, frequency:16000, samplesPerFrame:1024, objectType:LC}
  • TranscoderWorkerVideoDecoder.handlePacketVideo[defaultVHost:live/definst/localCam.stream: decodeIterations:194]: Video decoder pending frame count[192] is greater than limit[150], resetting

Now, I convert Cam to HLS, Cam1 can play on VLC player, wowza player or other HLS player on browser.

But, Cam2 can not.

wowza support h264 level 5? or my wowza config have problem?

Thankyou.

Hello,

Wowza Engine can ingest a h.264 High 5.0 stream, transcode it and playback works in Wowza Player.

I tested this scenario using OBS as the encoder and the transcoded stream played without issue.

2017-06-0319:46:49PDT decoder-video-start transcoder INFO200myStream{“codec”:“H264”, “profile”:“High”, “level”:“5.0”, “frameSize”:“1920x1080”, “displaySize”:“1920x1080”, “frameRate”:60.0}

2017-06-0319:51:45PDT connect cupertino INFO200657725116-_defaultVHost_uOriginPrimarymyStream296.31192.168.1.701935http://192.168.1.70:1935/uOriginPrimary/myStream/myStream_360p/playlist.m3u8192.168.1.87http (cupertino)http://player.wowza.com/en/builder

2017-06-0319:51:45PDT create stream INFO200myStream_360p-_defaultVHost_uOriginPrimarymyStream0.0192.168.1.701935http://192.168.1.70:1935/uOriginPrimary/myStream/myStream_360p/playlist.m3u8192.168.1.87http (cupertino)http://player.wowza.com/en/builder

2017-06-0319:51:45PDT play stream INFO200 myStream_360p-_defaultVHost_uOriginPrimarymyStream0.285192.168.1.701935http://192.168.1.70:1935/uOriginPrimary/myStream/myStream_360p/playlist.m3u8192.168.1.87http (cupertino)http://player.wowza.com/en/builder

I was using the default transrate template and only the 360p preset.

Regards,

Alex C

Ok, I re-install wowza, and all configuration is default.

I got this log.

Video decoder pending frame count[192] is greater than limit[150]

How can I fix? It can’t play either.

Thankyou.

Can you test with a different encoder source? Try using OBS and see if you run in to the same issue.

Hello, I found my problem.

My cam2 audio samplerate is 16000, then I use WIRECAST to convert samplerate to 44100, and all is okay.

Another question, did wowza support low samplerate?(likes 16000)

Thank you.