Skip to content

Commit

Permalink
Merge branch 'master' of github.com:unistra/avc-client
Browse files Browse the repository at this point in the history
Conflicts	MediaCours.py
  • Loading branch information
FrancoisSchnell committed Jan 21, 2014
2 parents a86eda8 + 6c6deba commit 4b1879b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MediaCours.py
Expand Up @@ -826,7 +826,6 @@ def recordStop():
os.popen("taskkill /F /IM ffmpeg.exe") os.popen("taskkill /F /IM ffmpeg.exe")
if usage=="video" and videoEncoder=="ffmpeg": if usage=="video" and videoEncoder=="ffmpeg":
pffmpeg.stdin.write("q") # !!!!!!!!!!!!! DO necessary changes for flash too then !!!!!!!!!!!!!!!!! pffmpeg.stdin.write("q") # !!!!!!!!!!!!! DO necessary changes for flash too then !!!!!!!!!!!!!!!!!
#time.sleep(1) # Is this necessary to be sure the recoridng is finished properly?
pffmpeg.kill() pffmpeg.kill()
if usage=="video" and videoEncoder=="wmv": if usage=="video" and videoEncoder=="wmv":
os.popen("taskkill /F /IM cscript.exe") os.popen("taskkill /F /IM cscript.exe")
Expand Down

0 comments on commit 4b1879b

Please sign in to comment.