https://github.com/colde/streamdl
Video stream dl tester
https://github.com/colde/streamdl
smoothstreaming streaming video
Last synced: 4 months ago
JSON representation
Video stream dl tester
- Host: GitHub
- URL: https://github.com/colde/streamdl
- Owner: colde
- License: mit
- Created: 2017-02-27T10:28:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T11:10:32.000Z (about 9 years ago)
- Last Synced: 2024-06-20T08:11:31.395Z (almost 2 years ago)
- Topics: smoothstreaming, streaming, video
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# streamdl
[](https://travis-ci.org/colde/streamdl)
## Usage
Simply call the binary with a "max time" and a Smooth Streaming manifest url
./streamdl-macos -d 200ms -u http://wams.edgesuite.net/media/SintelTrailer_MP4_from_WAME/sintel_trailer-1080p.ism/Manifest
This will print any request that takes longer than the allotted time, or otherwise fails.
The fetcthing will happen with 2 simultaneous workers to simulate an actual client behaviour
(although it will fetch as fast as possible)
## Implementation details
* Only links ending in /Manifest is supported.
* 302 redirects on the Manifest is supported.