Link to home
Start Free TrialLog in
Avatar of anh tuan
anh tuan

asked on

Can not run *.bat file on Windows Server 2012 R2 Essentials!!?

Can not run *.bat file (use ffmpe to live youtube) on Windows Server 2012 R2 Essentials!!? i set run with admin and off user control permission!
Avatar of Alan
Alan
Flag of New Zealand image

Hi,

Why would you want to run FFMPEG on a server?

Much better to run it on a workstation.

I would not run *anything* on a server that was not there upon install, unless absolutely necessary.

Alan.
Avatar of anh tuan
anh tuan

ASKER

Alan: I hit the wrong Report button! sorry, i'm a newbie here
im working with youtube(use ffmpeg for live) and i alway do that on vps...
buyed vps yesterday! i have code(.bat file) to run FFMPEG
did you install ffmpeg on the server?  since you are remote to the server where is your SOURCE and how is it supposed to get to the server?
David Johnson, CD, MVP not install, download and unzip and run sir! alway working with vultr vps and amazon vps! :(
Could you give us some more details on how you are running the .bat file, i.e. from command line, or task scheduler etc...
What happens when you try to run it? and What is the contents of the .bat file.
@Harrison Fletcher:
here my content of .bat file!
fmpeg -re -y -i "s3.mp4"  -vcodec copy  -f flv "rtmp://publish.dailymotion.com/publish-dm/xxxxx"
when i run it, nothing happened!
.bat file and ffmpeg in folder
ASKER CERTIFIED SOLUTION
Avatar of Harrison Fletcher
Harrison Fletcher
Flag of Thailand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
@Harrison Fletcher:  Damm! wow correct sir! haha! my bad :D many thanks, working fine now!
many thanks :)
No problem! Never forget about the most obvious things!! :)