
IIS Smooth Streaming parser
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
It allow to view IIS Smooth Streaming in VLC.
How to install and use:
1) Install VLC 1.1.0 or higher
2) Place the script in:
- Windows (all users): %ProgramFiles%VideoLANVLCluaplaylist
- Windows (current user): %APPDATA%VLCluaplaylist
- Linux (all users): /usr/share/vlc/lua/playlist/
- Linux (current user): ~/.local/share/vlc/lua/playlist/
- Mac OS X (all users): /Applications/VLC.app/Contents/MacOS/share/lua/playlist/
- Mac OS X (current user): ~/Library/Application Support/org.videolan.vlc/lua/playlist/
3) Open in VLC an url of a IIS Smooth Streaming manifest
Formats currently supported:
- Video (vc-1)
- Audio (none)
Know issues
- It only support ism / isml manifests
- When you start a video you can't stop the downloading until is ended, the only solution is to kill vlc
- Currently Mac OS X isn't supported
Nickeluli
9 years ago
Report
swagman
9 years ago
Error loading script smooth_streaming_iis.lua: .../smooth_streaming_iis.lua:69: attempt to index global 'string' (a string value)
Report