Re: Playing DASH streams / .mpd files
The Wanderer <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.user |
|---|---|
| Organization | This space intentionally left blank. |
| Message-ID | <[email protected]> |
On 2021-03-17 at 06:31, Martin Simmons wrote: > On Wed, 17 Mar 2021 10:52:03 +0100, Erik Auerswald said: > >> On Wed, Mar 17, 2021 at 10:15:58AM +0100, Reimar Döffinger wrote: >>> Huh, that seems strange. >>> It's not a very nice dependency and DASH is fairly rare, so I probably >>> would have rather avoided it, though mostly I thought we did not have >>> a configure check for libxml2, adding those is always a pain. >> >> Just for information, MPlayer in Debian/Ubuntu (at least one version) >> links against libxml2 as well: >> >> $ /usr/bin/mplayer | head -n1 >> MPlayer 1.3.0 (Debian), built with gcc-7 (C) 2000-2016 MPlayer Team >> $ ldd /usr/bin/mplayer | grep xml >> libxml2.so.2 => /usr/lib/x86_64-linux-gnu/libxml2.so.2 (0x00007fe643aa9000) > > It is also a dependency on CentOS 7.9.2009, indirectly from libblueray: > > $ /usr/bin/mplayer | head -n1 > MPlayer SVN-r37391-4.8.3 (C) 2000-2015 MPlayer Team > $ env LD_DEBUG=files ldd /usr/bin/mplayer 2>&1 | grep -i libxml > 6026: file=libxml2.so.2 [0]; needed by /lib64/libbluray.so.1 [0] > 6026: file=libxml2.so.2 [0]; generating link map > libxml2.so.2 => /lib64/libxml2.so.2 (0x00007f0b7ad84000) Same here, with a locally-built copy from then-current SVN (plus "internal" FFmpeg) this past October. The major difference in the output I get from that LD_DEBUG ldd command is that my copy also reports that libxml2.so.2 depends on liblzma.so.5. I'd guess that the difference is that I probably enable more optional things (by installing the necessary dependencies before building) than the copy you're checking does. -- The Wanderer The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man. -- George Bernard Shaw _______________________________________________ MPlayer-users mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEJCOqsZEc2qVC44pUBKk1jTQoMmsFAmBR/3oACgkQBKk1jTQo Mmslpw/+LRuACvKEqkQyBa6AXmEfhJgFvBuPNcv9NrzWYuUInrihJmouFwMI3dhB P9v8kBgblUtn+Vo0kWOtSD7G4ZkoAhtG0EtfWvVpfhgQSySQMOazEI67S69MZfh6 PHq0R3wjgS6XLp9LFDAN7w/gt11uU3m9pfHIuWwtmsGgQ5y50BY5mZ7Im4Ous8UA NTHZbfyUM1Jf+9KGv/58dXbtShcQA0koqGQcyen8sYmVmcfjgiP/XfoGe1lzKlNi d4jN9inDOB/UkXMrY9mUI7b5UdFhf0F6j4WltyZVNClonRvprDIPOe2reJYTAfWd RzTPI1q73y7bm7E8tjnUUj066/0T+r4tqesRNuQxQigcgDN/Do5lVz1oMNfAqqcF L9yT5KTzvWu3YBIhAjBipO4wGAy+6/m0ACUBYV0LohS781IChi6Pm3dG8eBZifrW 5zgdt0nqp8I/MDoEtUXR0EJPbxL224vEwfwG1QhKqAR7iSfQuqqm9/OsN2/02Ith w3NHYwwZjpZpLuCt1j8BAQWhRBMjRWcV9sBqxlljRKIrsyoX85uDCiDKK8k/Tx9/ ClU1YimCK7cJOEDme60Qw51IhzKubyPXPf+DbaPSo3DUrysQ4tmG2QanjZU66Aue M+CMHRZSPfdICNlp5F62fqhuBnM8msg+VfvhDgbz9M2vGQXKa6w= =/eih -----END PGP SIGNATURE-----