Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ustream via https - no path found - is my call format correct? #10353

Open
FredThompsonII opened this issue Aug 15, 2016 · 5 comments
Open

ustream via https - no path found - is my call format correct? #10353

FredThompsonII opened this issue Aug 15, 2016 · 5 comments

Comments

@FredThompsonII
Copy link

@FredThompsonII FredThompsonII commented Aug 15, 2016

Win8.1x64 youtube-dl 2016-08-13
goal is to catch successive streams on an https ustream.tv recorded feed

Sample calls made through batch file:

youtube-dl.exe -o "watch2 01.flv" -v "https://www.ustream.tv/embed/12858195"
youtube-dl.exe -o "watch2 02.flv" -v "https://www.ustream.tv/embed/12858195"
youtube-dl.exe -o "watch2 03.flv" -v "https://www.ustream.tv/embed/12858195"
youtube-dl.exe -o "watch2 04.flv" -v "https://www.ustream.tv/embed/12858195"
...

The -v status includes:

[ustream] 12858195: Downloading webpage
[download] Downloading playlist: 12858195
[ustream] playlist 12858195: Downloading 0 videos
[download] Finished downloading playlist: 12858195

Would someone please tell me how to fix the youtube-dl calls?

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Aug 15, 2016

Live streams are not supported.

@FredThompsonII
Copy link
Author

@FredThompsonII FredThompsonII commented Aug 15, 2016

I'm not sure how to respond. I stated these are recorded streams.

@FredThompsonII
Copy link
Author

@FredThompsonII FredThompsonII commented Aug 15, 2016

livestreamer works but the end of each stream is lost:

livestreamer --retry-streams 1 --retry-open 200000 --stream-segment-threads 3 --stream-segment-attempts 4 -o "watch2 01.flv" "https://www.ustream.tv/embed/12858195" 720p+

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Aug 15, 2016

@FredThompsonII
Copy link
Author

@FredThompsonII FredThompsonII commented Aug 16, 2016

By "live" do you mean it's a data stream as opposed to a static file?
If so, I'm back to chasing the buffering issue in livestreamer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.