Closed shoval6 closed 1 month ago
Several issues here:
Thank you for the fast reply. Just to make sure, I have one user on pc as Administrator , I need to create a normal one and run PowerShell without Administrator permissions ? Can you explain practically how to access the content folder and copy the file to my computer ? I saw the warning line about the DRM, there is an option to get the decryption keys ?
Thanks again.
Creating a normal (non-Administrator) account is recommended on Windows to help protect you from malicious applications you might download. That's not directly relevant to your problem however.
Obtaining DRM keys is possibly illegal in certain countries, and isn't something we can discuss here. You may like to read the information on the forums at videohelp.com.
The other problem is that you should start PowerShell in one of your user directories, that you can write to. After starting PowerShell, type something like
cd c:/users/Administrator/Video
If you aren't able to do that, I recommend you find a tutorial on running commandline applications in Windows.
I tried but the same problem happens. After downloading the video , the container is deleted. I tried to create another container from the same image but the status is "exited" and from that point you can't do nothing.
The container is supposed to stop after having downloaded the content; all this is expected. You are supposed to have an output MP4 file in the current directory. However, you are testing with a manifest that has DRM, and this may interfere with proper operation.
I suggest you test with a DASH manifest without DRM, here for example.
Hi,
This is the first time I'm using Podman and containers (windows 10). In PowerShell I run : podman machine start (optional step, only required on Windows and MacOS) podman run --rm -v .:/content ghcr.io/emarsden/dash-mpd-cli -v -o foo.mp4
After the process, I cant access to the content folder where the file is supposed to be there. There is no container that running, just the image is exist. In addition, when i tried to run a container from the image the status always is 'exited'. I tried some solutions with chatgpt , but nothing works.
Thanks.