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

Audio playback stops after 00:02:44 has elasped #5

Closed
matthieugrieger opened this issue Dec 21, 2014 · 5 comments
Closed

Audio playback stops after 00:02:44 has elasped #5

matthieugrieger opened this issue Dec 21, 2014 · 5 comments
Labels

Comments

@matthieugrieger
Copy link

Hey there,

I came across a rather strange bug while testing out the Play() function from gumble_ffmpeg. I am using youtube-dl to download the audio from YouTube videos in m4a format at 256k, 44100Hz and the audio playback consistently stops 2 minutes and 44 seconds in.

I have even tested it using different YouTube videos, and it still stops right on 2 minutes 44 seconds. Maybe a memory leak issue or something? The audio playback sounds perfect up until it stops.

Here is the youtube-dl command I am using:
youtube-dl --output ~/.mumbledj/songs/<youtube_id_here>.m4a --format m4a <youtube_id_here>

And here are the two songs I used to test it (I picked these at random):
https://www.youtube.com/watch?v=5DLTlgzhxFE
https://www.youtube.com/watch?v=emGri7i8Y2Y

Thanks!

@ghost
Copy link

ghost commented Dec 21, 2014

I could not reproduce the behaviour with the first song, and the second song was not available in my country. I also tried an audio file that was 5:53 and it worked fine.

@matthieugrieger
Copy link
Author

Strange, I guess it's something on my end then. I'll look around later and
see if I can figure out what's going on. Thanks for trying it out!
On Dec 21, 2014 5:19 AM, "Tim Cooper" notifications@github.com wrote:

I could not reproduce the behaviour with the first song, and the second
song was not available in my country. I also tried an audio file that was
5:53 and it worked fine.


Reply to this email directly or view it on GitHub
#5 (comment).

@ghost
Copy link

ghost commented Dec 23, 2014

Fixed in b366f54.

@ghost ghost closed this as completed Dec 23, 2014
@ghost
Copy link

ghost commented Dec 23, 2014

I have no idea why it worked for me two days ago, but not when I tried it again this morning. Thanks for the bug report, @matthieugrieger!

@matthieugrieger
Copy link
Author

Oh wow, that is strange! Thanks for the fix, I'll try it out later.
On Dec 23, 2014 4:50 AM, "Tim Cooper" notifications@github.com wrote:

I have no idea why it worked for me two days ago, but not when I tried it
again this morning. Thanks for the bug report, @matthieugrieger
https://github.com/matthieugrieger!


Reply to this email directly or view it on GitHub
#5 (comment).

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant