mpv-player / mpv

🎥 Command line video player
https://mpv.io
Other
28.57k stars 2.92k forks source link

Is there any possible to make MPV support smb by using this: https://github.com/videolabs/libdsm? #3922

Closed JulianLai closed 7 years ago

JulianLai commented 7 years ago

mpv version and platform

mpv 0.22.0 (C) 2000-2016 mpv/MPlayer/mplayer2 projects
 built on Thu Dec 15 21:04:53 UTC 2016
ffmpeg library versions:
   libavutil       55.43.100
   libavcodec      57.68.100
   libavformat     57.60.100
   libswscale      4.3.101
   libavfilter     6.68.100
   libswresample   2.4.100
ffmpeg version: 3.2.git

Will MPV support smb by using this: https://github.com/videolabs/libdsm?

Argon- commented 7 years ago

Question is why? Can't you just mount the target?

wiiaboo commented 7 years ago

FFmpeg supports libsmbclient on non-Windows and in Windows you can just mpv \\SERVER\share\file.mp4. Why do you need this?

JulianLai commented 7 years ago

@wiiaboo @Argon- Because I want to make MPV be the external player of KODI media center, the movie library and the interface of KODI is so good, but the movies are not on the local drive.

wiiaboo commented 7 years ago

Like I said, mpv already supports smb, so why this lib specifically?