View Single Post
  #39  
Old 02-06-2015, 02:16 PM
flpmchd flpmchd is offline
Junior Member
 
Join Date: Feb 2015
Posts: 3
flpmchd is on a distinguished road
Default

Re: How to use RTMPDump? - rtmp dump tutorials


Quote:
Originally Posted by biezom View Post
Sorry there was an error with the first code "livestreamer hlsvariant://htpp://......."
but the second "livestreamer hls://http://......." is good and works

so the fisrt code is
Code:
livestreamer hlsvariant://http://51a31bcacc912.streamlock.net:1935/alfaconcursos2s/_definst_/mp4:200/lilian_novakoski/ate/ln_ate_00001.mp4/playlist.m3u8 best -o lilian_novakoski.ts
i use the livestreamer the latest development version of livestreamer

Yes, but just download a few seconds of the video, however the video is almost 30 minutes. Appears a timeout error:

Code:
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/dist-packages/livestreamer/stream/segmented.py", line 153, in run
    result = future.result(timeout=0.5)
  File "/usr/lib/python2.7/dist-packages/concurrent/futures/_base.py", line 404, in result
    return self.__get_result()
  File "/usr/lib/python2.7/dist-packages/concurrent/futures/_base.py", line 356, in __get_result
    raise self._exception
ReadTimeoutError: HTTPConnectionPool(host='51a31bcacc912.streamlock.net', port=1935): Read timed out.

[cli][error] Error when reading from stream: Read timeout
[cli][info] Stream ended
Reply With Quote