-
Notifications
You must be signed in to change notification settings - Fork 79
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
the audio doesn't play #3
Comments
I have exactly the same issue on iPhone 5 and iOS simulator 6.1 |
Same issue running the iOS7.0.4: no sound when playing sophie.mov |
I have same error. The video taken by my camera is played sound well. |
I know there are some issues with sound. Unfortunately at the moment I do not have the free time to investigate this. I've put this up together for another project which was discontinued. |
By using these settings in the createAudioQueue method of the AudioStreamer: |
Thanks SEB-Appstore for the info. |
To be more accurate, with the previous settings, the crash occurs in the while loop of the - (OSStatus)enqueueBuffer:(AudioQueueBufferRef)buffer method of the audiostreamer, at the av_free_packet(packet) line. |
SEB-Appstore, thanks for fix! |
Update with SEB-Appstore settings to have sound in application
Correction of issue #3 and update to latest version of FFmpeg
I confirm this issue unfortunately still happen on iOS8 at iphone 4s with the latest commit 6c012d2 I can hear few seconds of audio and then stop play |
Update with SEB-Appstore settings to have sound in application
same problem with SEB-Appstore |
I also have the same problem even after SEB-Appstore's fix |
I also have the same problem |
I use your project , I can run it on my iphone5 . But there is not any music . It only show the video.
the log as below :
2013-07-15 20:20:18.254 DFURTSPPlayer[1290:907] found video stream
2013-07-15 20:20:18.255 DFURTSPPlayer[1290:907] found audio stream
2013-07-15 20:20:18.259 DFURTSPPlayer[1290:907] set up audiodecoder
[swscaler @ 0xde7000] No accelerated colorspace conversion found from yuv420p to rgb24.
2013-07-15 20:20:18.270 DFURTSPPlayer[1290:907] video duration: 596.480000
2013-07-15 20:20:18.271 DFURTSPPlayer[1290:907] video size: 240 x 160
2013-07-15 20:20:20.556 DFURTSPPlayer[1290:907] ready to start audio
2013-07-15 20:20:23.757 DFURTSPPlayer[1290:907] audio format aac (86018) is supported
Looking forward to your reply
The text was updated successfully, but these errors were encountered: