<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[qt.multimedia.ffmpeg.mediadataholder: Could not open media. FFmpeg error description: Permission denied]]></title><description><![CDATA[<p dir="auto">This used to work prior to updating Tumbleweed. Now, I cannot play media files from a smb (or sftp) network shared location. Here was my workflow: Open Dolphin, navigate to network share, enter credentials, then double click any file and have it open. Media files (pictures, videos) open in Gwenview. Images still open fine, but the video files throw this permission error. I've been searching for days and days for any help, and since QT.multimedia is in the title of the error, I am posting here. Here is more from the warning/error log: <a href="https://pastebin.com/xnJhVZTy" target="_blank" rel="noopener noreferrer nofollow ugc">https://pastebin.com/xnJhVZTy</a></p>
]]></description><link>https://forum.qt.io/topic/163324/qt.multimedia.ffmpeg.mediadataholder-could-not-open-media.-ffmpeg-error-description-permission-denied</link><generator>RSS for Node</generator><lastBuildDate>Sat, 22 Aug 2026 06:41:07 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/163324.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 23 Sep 2025 16:16:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to qt.multimedia.ffmpeg.mediadataholder: Could not open media. FFmpeg error description: Permission denied on Fri, 26 Sep 2025 01:30:13 GMT]]></title><description><![CDATA[<p dir="auto">Yes, on further investigation. Dolphin and the 'browse' function of Gwenview all give a basic sort of pop-up window to enter the smb credentials, and then don't seem to be able to pass those credentials to ffmpeg to play videos. BUT, if I enter the credentials in Thunar or PCManFM (which has a different style credentials popup) and then double click the file, gwenview opens and can play the files. So I do not know the difference between how the credentials are being saved/stored/shared between the 2 apps, but I do know that one works, and the other broke with the recent update. It's very odd that gwenview cannot do it itself by 'browsing' to the file location, but an external file manager can do it and then send the credentials to the right place for video playback (reminder that basic photo viewing works, it's just the video playback which has broken). I appreciate your time and help, even if it doesn't seem to be qt.multimedia related. Do you know the different methods of how ffmpeg can get permission from other processes?</p>
]]></description><link>https://forum.qt.io/post/832031</link><guid isPermaLink="true">https://forum.qt.io/post/832031</guid><dc:creator><![CDATA[lohnjohn]]></dc:creator><pubDate>Fri, 26 Sep 2025 01:30:13 GMT</pubDate></item><item><title><![CDATA[Reply to qt.multimedia.ffmpeg.mediadataholder: Could not open media. FFmpeg error description: Permission denied on Wed, 24 Sep 2025 18:47:09 GMT]]></title><description><![CDATA[<p dir="auto">So it seems to be at a different level than Qt alone.</p>
<p dir="auto">I would check if there's something with the distribution, then KDE.</p>
<p dir="auto">Are you storing your credentials in KWallet ? If so, is it properly opened ?</p>
]]></description><link>https://forum.qt.io/post/831973</link><guid isPermaLink="true">https://forum.qt.io/post/831973</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Wed, 24 Sep 2025 18:47:09 GMT</pubDate></item><item><title><![CDATA[Reply to qt.multimedia.ffmpeg.mediadataholder: Could not open media. FFmpeg error description: Permission denied on Wed, 24 Sep 2025 01:59:54 GMT]]></title><description><![CDATA[<p dir="auto">if I change the command to -i smb://username:password@server....  it works. Same for running gwenview from the cli, if I have username:password in the file path, it will work.... but, double clicking files from Dolphin (which used to work) doesn't, because whatever in the backend was getting the password to ffmpeg apparently has broken. Again, jpgs and other filetypes can be opened from dolphin double click action, but not these video files.</p>
]]></description><link>https://forum.qt.io/post/831944</link><guid isPermaLink="true">https://forum.qt.io/post/831944</guid><dc:creator><![CDATA[lohnjohn]]></dc:creator><pubDate>Wed, 24 Sep 2025 01:59:54 GMT</pubDate></item><item><title><![CDATA[Reply to qt.multimedia.ffmpeg.mediadataholder: Could not open media. FFmpeg error description: Permission denied on Tue, 23 Sep 2025 21:21:17 GMT]]></title><description><![CDATA[<p dir="auto">[smb @ 0x55e9880a4e80] File open failed: Permission denied<br />
[in#0 @ 0x55e9980a4580] Error opening input: Permission denied<br />
Error opening input file smb://username@server//path/to/file.mp4<br />
Error opening input files: Permission denied</p>
<p dir="auto">The command I used was ffmpeg -i smb://username@server//path/to/file.mp4 test.mp4</p>
]]></description><link>https://forum.qt.io/post/831935</link><guid isPermaLink="true">https://forum.qt.io/post/831935</guid><dc:creator><![CDATA[lohnjohn]]></dc:creator><pubDate>Tue, 23 Sep 2025 21:21:17 GMT</pubDate></item><item><title><![CDATA[Reply to qt.multimedia.ffmpeg.mediadataholder: Could not open media. FFmpeg error description: Permission denied on Tue, 23 Sep 2025 20:16:39 GMT]]></title><description><![CDATA[<p dir="auto">Can you open one of these video with ffmpeg  on the command line ?</p>
]]></description><link>https://forum.qt.io/post/831933</link><guid isPermaLink="true">https://forum.qt.io/post/831933</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Tue, 23 Sep 2025 20:16:39 GMT</pubDate></item><item><title><![CDATA[Reply to qt.multimedia.ffmpeg.mediadataholder: Could not open media. FFmpeg error description: Permission denied on Tue, 23 Sep 2025 19:49:58 GMT]]></title><description><![CDATA[<p dir="auto">I'm not entirely sure how the permissions are being shared, but presumably KIO has something to do with that and the KIO worker is failing at some point at getting the permission to ffmpeg (which I think goes through QT.multimedia). So not sure if it is compatibility or what changed with the update. Yeah, file permission didn't change, and I can open jpg from the exact same folder with the same permission 644. Not sure how ffmpeg normally is supposed to inherit the access permission, but that process broke apparently during the update. Any ideas what could be going on? or who else to bug :)?</p>
]]></description><link>https://forum.qt.io/post/831932</link><guid isPermaLink="true">https://forum.qt.io/post/831932</guid><dc:creator><![CDATA[lohnjohn]]></dc:creator><pubDate>Tue, 23 Sep 2025 19:49:58 GMT</pubDate></item><item><title><![CDATA[Reply to qt.multimedia.ffmpeg.mediadataholder: Could not open media. FFmpeg error description: Permission denied on Tue, 23 Sep 2025 18:52:25 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Looks like it is not specific to Qt Multimedia. The kio framework also seems to have trouble with these.<br />
Did you check the file permissions on that share ?</p>
]]></description><link>https://forum.qt.io/post/831929</link><guid isPermaLink="true">https://forum.qt.io/post/831929</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Tue, 23 Sep 2025 18:52:25 GMT</pubDate></item></channel></rss>