Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 1.97 KB

README.md

File metadata and controls

55 lines (31 loc) · 1.97 KB

live-content-import-fix [Mediasite Video Platform]

Update Mediasite Presentation XML files with IsLive set to false and LiveStatus set to 0 to not to subsequently import Live Content.

  • It does not touch original media

BEFORE

BEFORE the fix

AFTER

AFTER the fix

DOWNLOAD

v0.1.0

SYNOPSIS

import_fix.exe --live IMPORT_DIR IMPORT_DIR IMPORT_DIR [...]

USAGE

Wrap calls in a loop to surpass the command-line string length limitation (8191 characters):

for /d %f in ("IMPORT_FOLDERS\*") do @import_fix.exe --live "%~ff" >>fixed.txt

NOTES on Live Content

Windows Server 2012 dropped support for Windows Media Server and streaming over MMS:// respectively. They had switched to Live Smooth Streaming. The Mediasite Broadcast — Windows Media (wmv, wma) content server can't be set up any more.

Sonic Foundry suggest a downgrade to Windows Server 2008, but unless you are going to import Live Content presentations originating from previous Mediasite Server versions you are all good.

But we were not.

RELEASE NOTES

Does not support zipped packages (unzip them first)

LICENSE

Released into the public domain.

DISCLAIMER

Don't blame me.