Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can't playback via HLS from WOWZA server #10

Closed
shogo4405 opened this issue Feb 2, 2016 · 11 comments
Closed

I can't playback via HLS from WOWZA server #10

shogo4405 opened this issue Feb 2, 2016 · 11 comments

Comments

@shogo4405
Copy link
Owner

from #9

@shogo4405
Copy link
Owner Author

iOS HLS must these codecs

  • H264 Baseline 3.0 or 3.1, Main 3.1 4.0
  • HE-AAC or AAC-LC, stereo

current

  • H264 Baseline 2.1
  • AAC-Main mono

I will fix asap!

@shogo4405
Copy link
Owner Author

Wowza log
2016-02-02 21:07:28 JST comment server INFO 200 - LiveStreamPacketizerCupertino.handlePacket[live/definst/live][mp4a.40.1]: AAC Audio info: {AACFrame: codec:AAC, channels:1, frequency:44100, samplesPerFrame:1024, objectType:Main} - - - 520108.671 - - - - - - - - - - - - - - - - - - - - - - - - -
2016-02-02 21:07:28 JST comment server INFO 200 - LiveStreamPacketizerCupertino.handlePacket[live/definst/live][avc1.66.21]: H.264 Video info: {H264CodecConfigInfo: codec:H264, profile:Baseline, level:2.1, frameSize:480x272, displaySize:480x272} -

@mrbemani
Copy link

mrbemani commented Feb 2, 2016

um....why the transcoder in wowza cannot transcode it?

@mrbemani
Copy link

mrbemani commented Feb 2, 2016

ah....I fixed it. Just leave the frame interval and resolution blank in your transcoder, and it will work on ios devices.

@mrbemani
Copy link

mrbemani commented Feb 2, 2016

One question. why the resolution and frame interval is constantly changing....

@mrbemani
Copy link

mrbemani commented Feb 2, 2016

and NO, set rtmpStream.videoSettings = ["width": 320, "height": 240,"fps": 30] wont fix the resolution.....

@keithcml
Copy link

keithcml commented Feb 2, 2016

@mrbemani you said you fixed the problem?

@shogo4405
Copy link
Owner Author

fixed. tested Wowza 4.3

H264 Main Profile and RTMPStream.videoSettins["fps"] are next step.

@mrbemani
Copy link

mrbemani commented Feb 2, 2016

@MingLoan yep! Just leave "frame interval" and "width, height" blank in your Wowza transcoder. And it will work.

@keithcml
Copy link

keithcml commented Feb 3, 2016

screen shot 2016-02-03 at 11 18 49

fatal error: unexpectedly found nil while unwrapping an Optional value

optional type handling bug founded when publishing! (in com.apple.coremedia.compressionsession.clientcallback thread)

@mrbemani
Copy link

mrbemani commented Feb 3, 2016

how did it happen?

shogo4405 added a commit that referenced this issue Feb 22, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants