[opensuse-factory] [Tumbleweed] mpv no longer plays movie files on samba share on Tumbleweed
After a Tumbleweed update, mpv no longer plays movie files on a samba share of my NAS drive. The Tumbleweed version is 20200309. Opening the movie file from the commandline throws the following error: $ mpv smb://admin@192.168.0.100/share/movie/1.mp4 [ffmpeg] Protocol not found. Make sure ffmpeg/Libav is compiled with networking support. Failed to open smb://admin@192.168.0.100/share/movie/1.mp4. I am using the following versions of ffmpeg and libav* from the Packman repository. ffmpeg4: 4.2.2-5.2 libavdevice58: 4.2.2-5.2 libavfilter7: 4.2.2-5.2 libavformat58: 4.2.2-5.2 libavresample4: 4.2.2-5.2 libavutil56: 4.2.2-5.2 I have seen a similar complaint on openSUSE forum which describes the exact same problem: https://forums.opensuse.org/showthread.php/539418-tumbleweed-update-no-longe... Does anything change recently on buliding the ffmpeg and/or mpv related packages? Best, Xu -- Xu Zhao i@xuzhao.net -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Hi, On 13 Mar 07:35, Xu Zhao wrote:
After a Tumbleweed update, mpv no longer plays movie files on a samba share of my NAS drive. The Tumbleweed version is 20200309.
Opening the movie file from the commandline throws the following error:
$ mpv smb://admin@192.168.0.100/share/movie/1.mp4 [ffmpeg] Protocol not found. Make sure ffmpeg/Libav is compiled with networking support. Failed to open smb://admin@192.168.0.100/share/movie/1.mp4.
I am using the following versions of ffmpeg and libav* from the Packman repository. ffmpeg4: 4.2.2-5.2 libavdevice58: 4.2.2-5.2 libavfilter7: 4.2.2-5.2 libavformat58: 4.2.2-5.2 libavresample4: 4.2.2-5.2 libavutil56: 4.2.2-5.2
I have seen a similar complaint on openSUSE forum which describes the exact same problem: https://forums.opensuse.org/showthread.php/539418-tumbleweed-update-no-longe...
Does anything change recently on buliding the ffmpeg and/or mpv related packages?
mpv is now using ffmpeg for samba support: https://github.com/mpv-player/mpv/commit/28ea1ed296a4e241ee57d9748ff0cfa073e... but looks like our ffmpeg is missing samba support. Will look into it. Regards, ismail -- Aus so krummem Holze, als woraus der Mensch gemacht ist, kann nichts ganz Gerades gezimmert werden. — Immanuel Kant SUSE Software Solutions Germany GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany GF: Felix Imendörffer (HRB 36809, AG Nürnberg)
According to ffmpeg configure file, to support samba it needs to be compiled with the "--enable-libsmbclient" configuration option. However, by default it is not turned on. I have confirmed this by printing all the config options of my ffmpeg from Packman: https://paste.opensuse.org/17569202 Adding "--enable-libsmbclient" option and libsmbclient-devel dependency to the packman build (and the OSS build) should solve this problem. Best, Xu -- Xu Zhao i@xuzhao.net On Fri, 13 Mar 2020, at 7:39 AM, İsmail Dönmez wrote:
Hi,
On 13 Mar 07:35, Xu Zhao wrote:
After a Tumbleweed update, mpv no longer plays movie files on a samba share of my NAS drive. The Tumbleweed version is 20200309.
Opening the movie file from the commandline throws the following error:
$ mpv smb://admin@192.168.0.100/share/movie/1.mp4 [ffmpeg] Protocol not found. Make sure ffmpeg/Libav is compiled with networking support. Failed to open smb://admin@192.168.0.100/share/movie/1.mp4.
I am using the following versions of ffmpeg and libav* from the Packman repository. ffmpeg4: 4.2.2-5.2 libavdevice58: 4.2.2-5.2 libavfilter7: 4.2.2-5.2 libavformat58: 4.2.2-5.2 libavresample4: 4.2.2-5.2 libavutil56: 4.2.2-5.2
I have seen a similar complaint on openSUSE forum which describes the exact same problem: https://forums.opensuse.org/showthread.php/539418-tumbleweed-update-no-longe...
Does anything change recently on buliding the ffmpeg and/or mpv related packages?
mpv is now using ffmpeg for samba support: https://github.com/mpv-player/mpv/commit/28ea1ed296a4e241ee57d9748ff0cfa073e... but looks like our ffmpeg is missing samba support. Will look into it.
Regards, ismail
-- Aus so krummem Holze, als woraus der Mensch gemacht ist, kann nichts ganz Gerades gezimmert werden. — Immanuel Kant
SUSE Software Solutions Germany GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany GF: Felix Imendörffer (HRB 36809, AG Nürnberg)
Attachments: * signature.asc -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Hi, On 13 Mar 12:53, Xu Zhao wrote:
According to ffmpeg configure file, to support samba it needs to be compiled with the "--enable-libsmbclient" configuration option. However, by default it is not turned on. I have confirmed this by printing all the config options of my ffmpeg from Packman: https://paste.opensuse.org/17569202
Adding "--enable-libsmbclient" option and libsmbclient-devel dependency to the packman build (and the OSS build) should solve this problem.
Yes but that doesn't work. Our samba package needs a fix, working on it. Regards, ismail -- Aus so krummem Holze, als woraus der Mensch gemacht ist, kann nichts ganz Gerades gezimmert werden. — Immanuel Kant SUSE Software Solutions Germany GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany GF: Felix Imendörffer (HRB 36809, AG Nürnberg)
May I ask if there's any update to this bug? - xz - -- Xu Zhao i@xuzhao.net On Fri, 13 Mar 2020, at 1:43 PM, İsmail Dönmez wrote:
Hi,
On 13 Mar 12:53, Xu Zhao wrote:
According to ffmpeg configure file, to support samba it needs to be compiled with the "--enable-libsmbclient" configuration option. However, by default it is not turned on. I have confirmed this by printing all the config options of my ffmpeg from Packman: https://paste.opensuse.org/17569202
Adding "--enable-libsmbclient" option and libsmbclient-devel dependency to the packman build (and the OSS build) should solve this problem.
Yes but that doesn't work. Our samba package needs a fix, working on it.
Regards, ismail
-- Aus so krummem Holze, als woraus der Mensch gemacht ist, kann nichts ganz Gerades gezimmert werden. — Immanuel Kant
SUSE Software Solutions Germany GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany GF: Felix Imendörffer (HRB 36809, AG Nürnberg)
Attachments: * signature.asc -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
* Xu Zhao <i@xuzhao.net> [03-14-20 18:36]:
May I ask if there's any update to this bug?
- xz
- -- Xu Zhao i@xuzhao.net
On Fri, 13 Mar 2020, at 1:43 PM, İsmail Dönmez wrote:
Hi,
On 13 Mar 12:53, Xu Zhao wrote:
According to ffmpeg configure file, to support samba it needs to be compiled with the "--enable-libsmbclient" configuration option. However, by default it is not turned on. I have confirmed this by printing all the config options of my ffmpeg from Packman: https://paste.opensuse.org/17569202
Adding "--enable-libsmbclient" option and libsmbclient-devel dependency to the packman build (and the OSS build) should solve this problem.
Yes but that doesn't work. Our samba package needs a fix, working on it.
Regards, ismail
-- Aus so krummem Holze, als woraus der Mensch gemacht ist, kann nichts ganz Gerades gezimmert werden. — Immanuel Kant
SUSE Software Solutions Germany GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany GF: Felix Imendörffer (HRB 36809, AG Nürnberg)
Attachments: * signature.asc -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
there has not been a samba package update issued yet in Tumbleweed, if that is what you are asking. zypper se -s *samba* -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Hi, On 14 Mar 18:35, Xu Zhao wrote:
May I ask if there's any update to this bug?
We are waiting on https://gitlab.com/samba-team/samba/-/merge_requests/1211 Regards, ismail -- Aus so krummem Holze, als woraus der Mensch gemacht ist, kann nichts ganz Gerades gezimmert werden. — Immanuel Kant SUSE Software Solutions Germany GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany GF: Felix Imendörffer (HRB 36809, AG Nürnberg)
Just a reminder that the merge request has been accepted. Best, -xz -- Xu Zhao i@xuzhao.net On Tue, 17 Mar 2020, at 4:50 AM, İsmail Dönmez wrote:
Hi,
On 14 Mar 18:35, Xu Zhao wrote:
May I ask if there's any update to this bug?
We are waiting on https://gitlab.com/samba-team/samba/-/merge_requests/1211
Regards, ismail
-- Aus so krummem Holze, als woraus der Mensch gemacht ist, kann nichts ganz Gerades gezimmert werden. — Immanuel Kant
SUSE Software Solutions Germany GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany GF: Felix Imendörffer (HRB 36809, AG Nürnberg)
Attachments: * signature.asc -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 25 Mar 09:29, Xu Zhao wrote:
Just a reminder that the merge request has been accepted.
We are on it :) Regards, ismail -- Aus so krummem Holze, als woraus der Mensch gemacht ist, kann nichts ganz Gerades gezimmert werden. — Immanuel Kant SUSE Software Solutions Germany GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany GF: Felix Imendörffer (HRB 36809, AG Nürnberg)
May I ask if there's any progress on this bug? Sorry if it's not the right place to complain, but I really need this feature during my self-isolation at home :-/ Best, -xz -- Xu Zhao i@xuzhao.net On Wed, 25 Mar 2020, at 9:33 AM, İsmail Dönmez wrote:
On 25 Mar 09:29, Xu Zhao wrote:
Just a reminder that the merge request has been accepted.
We are on it :)
Regards, ismail
-- Aus so krummem Holze, als woraus der Mensch gemacht ist, kann nichts ganz Gerades gezimmert werden. — Immanuel Kant
SUSE Software Solutions Germany GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany GF: Felix Imendörffer (HRB 36809, AG Nürnberg)
Attachments: * signature.asc -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 01/04/2020 02.59, Xu Zhao wrote: | May I ask if there's any progress on this bug? Sorry if it's not | the right place to complain, but I really need this feature during | my self-isolation at home :-/ Maybe you could try another application meanwhile. For example, vlc. - -- Cheers / Saludos, Carlos E. R. ~ (from openSUSE 15.1 (Legolas)) -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQQZEb51mJKK1KpcU/W1MxgcbY1H1QUCXoP9HwAKCRC1MxgcbY1H 1VthAJ0QHln0Jja1bcRNqpbH9oUc9XI7cwCghB0AX9g6+hn9U17piIkXOg5XFBM= =FL5K -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Hi, On 31 Mar 20:59 2020, Xu Zhao wrote:
May I ask if there's any progress on this bug? Sorry if it's not the right place to complain, but I really need this feature during my self-isolation at home :-/
Fix is submitted: https://build.opensuse.org/request/show/790242 Regards, ismail -- Aus so krummem Holze, als woraus der Mensch gemacht ist, kann nichts ganz Gerades gezimmert werden. — Immanuel Kant SUSE Software Solutions Germany GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany GF: Felix Imendörffer (HRB 36809, AG Nürnberg)
Thank you!! Will the fix be pushed to Packman? Best, Xu -- Xu Zhao i@xuzhao.net On Wed, 1 Apr 2020, at 12:38 AM, İsmail Dönmez wrote:
Hi,
On 31 Mar 20:59 2020, Xu Zhao wrote:
May I ask if there's any progress on this bug? Sorry if it's not the right place to complain, but I really need this feature during my self-isolation at home :-/
Fix is submitted: https://build.opensuse.org/request/show/790242
Regards, ismail
-- Aus so krummem Holze, als woraus der Mensch gemacht ist, kann nichts ganz Gerades gezimmert werden. — Immanuel Kant
SUSE Software Solutions Germany GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany GF: Felix Imendörffer (HRB 36809, AG Nürnberg)
Attachments: * signature.asc -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (5)
-
Carlos E. R.
-
İsmail Dönmez
-
İsmail Dönmez
-
Patrick Shanahan
-
Xu Zhao