Bug 30890 - Не открывает youtube-ссылки
Summary: Не открывает youtube-ссылки
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: libavformat-devel (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Anton Farygin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-31 18:26 MSK by Anton Zivzah
Modified: 2015-04-02 15:07 MSK (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Evgenii Terechkov 2015-04-02 07:58:00 MSK
===============================================================================
evg@thinkpad ~/git/mpv $git grep -i -C 5 'with networking support'
stream/stream_lavf.c-
stream/stream_lavf.c-    int err = avio_open2(&avio, filename, flags, &cb, &dict);
stream/stream_lavf.c-    if (err < 0) {
stream/stream_lavf.c-        if (err == AVERROR_PROTOCOL_NOT_FOUND)
stream/stream_lavf.c-            MP_ERR(stream, "Protocol not found. Make sure"
stream/stream_lavf.c:                   " ffmpeg/Libav is compiled with networking support.\n");
stream/stream_lavf.c-        goto out;
stream/stream_lavf.c-    }
stream/stream_lavf.c-
stream/stream_lavf.c-    mp_avdict_print_unset(stream->log, MSGL_V, dict);
stream/stream_lavf.c-
evg@thinkpad ~/git/mpv $rpm -qa G libavfor
libavformat56-11.3-alt1
===============================================================================

mpv ни при чём, при попытке открыть URL libavformat говорит ему, что в указанной ссылке не обнаружен протокол (https).

В то же время youtube-dl нормально скачивает эту ссылку.
Comment 2 Evgenii Terechkov 2015-04-02 07:59:14 MSK
Не вижу в багзилле компонентов libav или libavformat56, поэтому повесил на ближайший похожий libavformat-devel.
Comment 3 Repository Robot 2015-04-02 15:07:51 MSK
libav-1:11.3-alt2 -> sisyphus:

* Thu Apr 02 2015 Sergey Bolshakov <sbolshakov@altlinux> 1:11.3-alt2
- built with gnutls (closes: #30890)