aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/livestreamer/stream.py
Commit message (Collapse)AuthorAge
* Split stream.py.Gravatar Christopher Rosell2012-09-20
|
* Add a exception argument to urlopen.Gravatar Christopher Rosell2012-09-08
|
* Get rid of urllib and use requests instead.Gravatar Christopher Rosell2012-09-07
|
* Add some docs.Gravatar Christopher Rosell2012-08-24
|
* Make the library more thread safe.Gravatar Christopher Rosell2012-08-23
|
* Add logging.Gravatar Christopher Rosell2012-08-15
|
* Use "rtmpdump.exe" on Windows.Gravatar Christopher Rosell2012-06-18
|
* Use getattr instead of internal pbs function.Gravatar Christopher Rosell2012-06-14
|
* Check for errors when testing --jtv compatibility.Gravatar Christopher Rosell2012-06-13
|
* Added global options module.Gravatar Christopher Rosell2012-06-13
| | | | | | - Removed argument handlers from plugins and use options instead. - Removed arguments to stream.open() and use options instead. - Added rtmpdump option to override location manually.
* Improved subprocess error handling.Gravatar Christopher Rosell2012-06-12
| | | | | - Added --errorlog argument to log subprocess errors. - Check if rtmpdump has --jtv argument when needed.
* Add -c option again that prints internal commandline when possible.Gravatar Christopher Rosell2012-05-28
|
* Fix rtmpdump locking up when stderr buffer is filled.Gravatar Christopher Rosell2012-05-26
|
* Refactor stream input/output.Gravatar Christopher Rosell2012-05-25
| | | | | - Now uses pbs library to handle subprocesses. - Removed -c option as not all plugins may be based on subprocesses.
* Make livestreamer more usable as a library.Gravatar Christopher Rosell2012-03-21
|
* Refactor the stream/command line handling.Gravatar Christopher Rosell2012-03-21