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

[musicplayon] ffmpeg exited with code 1 #9222

Closed
kotofond opened this issue Apr 17, 2016 · 9 comments
Closed

[musicplayon] ffmpeg exited with code 1 #9222

kotofond opened this issue Apr 17, 2016 · 9 comments
Labels

Comments

@kotofond
Copy link
Contributor

@kotofond kotofond commented Apr 17, 2016

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2016.04.13. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2016.04.13

Before submitting an issue make sure you have:

  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

D:\>youtube-dl --verbose http://en.musicplayon.com/play?v=632117
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://en.musicplayon.com/play?v=632117']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2016.04.13
[debug] Python version 3.5.1 - Windows-10-10.0.10586-SP0
[debug] exe versions: ffmpeg N-78358-g674cc26, ffprobe N-78358-g674cc26
[debug] Proxy map: {}
[MusicPlayOn] 632117: Downloading webpage
[MusicPlayOn] 632117: Downloading manifest
[debug] Invoking downloader on 'http://108.61.145.132:80/streamer/_definst_/mp4:media2/165436/632117-Traditional___Happy_Days_Are_Here_Again-new.mp4/chunklist.m3u8'
[download] Destination: Happy Days Are Here Again (Traditional Song)-632117.mp4
[debug] ffmpeg command line: ffmpeg -y -headers 'Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip, deflate
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/44.0 (Chrome)
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
' -i http://108.61.145.132:80/streamer/_definst_/mp4:media2/165436/632117-Traditional___Happy_Days_Are_Here_Again-new.mp4/chunklist.m3u8 -c copy -f mp4 -bsf:a aac_adtstoasc 'file:Happy Days Are Here Again (Traditional Song)-632117.mp4.part'
ffmpeg version N-78358-g674cc26 Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 5.3.0 (GCC)
  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
  libavutil      55. 17.100 / 55. 17.100
  libavcodec     57. 24.101 / 57. 24.101
  libavformat    57. 24.101 / 57. 24.101
  libavdevice    57.  0.101 / 57.  0.101
  libavfilter     6. 30.100 /  6. 30.100
  libswscale      4.  0.100 /  4.  0.100
  libswresample   2.  0.101 /  2.  0.101
  libpostproc    54.  0.100 / 54.  0.100
http://108.61.145.132:80/streamer/_definst_/mp4:media2/165436/632117-Traditional___Happy_Days_Are_Here_Again-new.mp4/chunklist.m3u8: Unknown error


ERROR: ffmpeg exited with code 1
  File "C:\Python35\Scripts\youtube-dl-script.py", line 9, in <module>
    load_entry_point('youtube-dl==2016.4.13', 'console_scripts', 'youtube-dl')()
  File "c:\python35\lib\site-packages\youtube_dl\__init__.py", line 419, in main
    _real_main(argv)
  File "c:\python35\lib\site-packages\youtube_dl\__init__.py", line 409, in _real_main
    retcode = ydl.download(all_urls)
  File "c:\python35\lib\site-packages\youtube_dl\YoutubeDL.py", line 1730, in download
    url, force_generic_extractor=self.params.get('force_generic_extractor', False))
  File "c:\python35\lib\site-packages\youtube_dl\YoutubeDL.py", line 682, in extract_info
    return self.process_ie_result(ie_result, download, extra_info)
  File "c:\python35\lib\site-packages\youtube_dl\YoutubeDL.py", line 727, in process_ie_result
    return self.process_video_result(ie_result, download=download)
  File "c:\python35\lib\site-packages\youtube_dl\YoutubeDL.py", line 1376, in process_video_result
    self.process_info(new_info)
  File "c:\python35\lib\site-packages\youtube_dl\YoutubeDL.py", line 1638, in process_info
    success = dl(filename, info_dict)
  File "c:\python35\lib\site-packages\youtube_dl\YoutubeDL.py", line 1580, in dl
    return fd.download(name, info)
  File "c:\python35\lib\site-packages\youtube_dl\downloader\common.py", line 350, in download
    return self.real_download(filename, info_dict)
  File "c:\python35\lib\site-packages\youtube_dl\downloader\external.py", line 42, in real_download
    self.get_basename(), retval))
  File "c:\python35\lib\site-packages\youtube_dl\downloader\common.py", line 161, in report_error
    self.ydl.report_error(*args, **kargs)
  File "c:\python35\lib\site-packages\youtube_dl\YoutubeDL.py", line 545, in report_error
    self.trouble(error_message, tb)
  File "c:\python35\lib\site-packages\youtube_dl\YoutubeDL.py", line 507, in trouble
    tb_data = traceback.format_list(traceback.extract_stack())
@yan12125 yan12125 added the broken-IE label Apr 17, 2016
@yan12125 yan12125 closed this in b1cf58f Apr 17, 2016
@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Apr 17, 2016

Thanks for the report MusicPlayOn will be fixed in the next version.

@ghost
Copy link

@ghost ghost commented Apr 17, 2016

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Apr 17, 2016

Well next time please post all URLs you know when opening an issue.

@yan12125 yan12125 reopened this Apr 17, 2016
@ghost
Copy link

@ghost ghost commented Apr 17, 2016

@yan12125 Issue not mine. I should have created new issue instead of posting here.

@yan12125 yan12125 closed this in 0f97fb4 Apr 17, 2016
@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Apr 17, 2016

Sorry for the mistake. Fixed.

@ghost
Copy link

@ghost ghost commented Apr 17, 2016

You did not notice link that i added later to the post? Sorry then.
http://en.musicplayon.com/play?pl=409443 - not work, it should redirect to http://en.musicplayon.com/play?pl=409443&play=382697 which it does in browser, but not in youtube-dl.

@yan12125 yan12125 reopened this Apr 17, 2016
@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Apr 17, 2016

I'm confused. In both http://en.musicplayon.com/play?v=632117 and http://en.musicplayon.com/play?pl=409443, there is a playlist in the left column. Is http://en.musicplayon.com/play?v=632117 also a playlist page? If so, how can I go to a pl=xxx URL from the browser?

@ghost
Copy link

@ghost ghost commented Apr 17, 2016

When you open http://en.musicplayon.com/mixtapes there a pl=xxx links.

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Apr 17, 2016

Well seems URLs on http://en.musicplayon.com/ are much more complex than youtube-dl can handle. Opened #9225.

@yan12125 yan12125 closed this Apr 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.