Summary: | Unable to open videos on password-protected Samba share | ||
---|---|---|---|
Product: | [Unmaintained] phonon-backend-gstreamer | Reporter: | Nate Graham <nate> |
Component: | general | Assignee: | Daniel Vrátil <dvratil> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bvbfan, myriam, romain.perier, simonandric5, sitter, tdfischer |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nate Graham
2017-10-25 22:28:33 UTC
Dragonplayer, itself, is only an UI of phonon. Phonon, in other hand, has an option of 2 back-end cores - GStreamer and VLC. Systemsettings -> Multimedia -> Audio and Video -> backend. So, probably, the problem relies to some of 2 back-ends you try selected back-end works: gst-play-1.0 'smb://gaston@living-room-pc/Users/Gaston/Desktop/Bravestarr - 02 - Memories.MP4' or vlc 'smb://gaston@living-room-pc/Users/Gaston/Desktop/Bravestarr - 02 - Memories.MP4' I was rather under the impression that inside phonon we route smb through a custom input based on KIO so it can be read by all backends actually. Mind you, the backend still needs to implement reading from the source which works for at least VLC (which is the preferred backend) FWIW my Phonon backend is using GStreamer, not VLC. Well, that's a bug there then I'd say. And I have to point out that from a phonon POV vlc is suggested because gstreamer most of the time offers subpar quality. This is fixed now with kio-fuse. |