aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* Add some docs.Gravatar Christopher Rosell2012-08-24
|
* Change location of livestreamerrc on Windows.Gravatar Christopher Rosell2012-08-23
|
* livestreamer.plugins.justintv: Small tweak to login check.Gravatar Christopher Rosell2012-08-23
|
* Make the library more thread safe.Gravatar Christopher Rosell2012-08-23
|
* Release version v1.2.0.Gravatar Christopher Rosell2012-08-23
|
* Minor CLI changes.Gravatar Christopher Rosell2012-08-18
|
* livestreamer.plugins.ownedtv: Add alternative CDNs to stream list.Gravatar Christopher Rosell2012-08-17
|
* Check if prebuffer gets any data.Gravatar Christopher Rosell2012-08-16
|
* Updated README regarding VLC bug on Windows.Gravatar Christopher Rosell2012-08-15
|
* Minor CLI fixes.Gravatar Christopher Rosell2012-08-15
|
* Kill player when stream is over.Gravatar Christopher Rosell2012-08-15
|
* Add logging.Gravatar Christopher Rosell2012-08-15
|
* Prebuffer some data before outputing to player/file.Gravatar Christopher Rosell2012-08-15
| | | | | This is a simple way to check if stream server is dead/has problems before launching a player/file output.
* Fixing justintv channel name parser if mature content is enabled.Gravatar John Peterson2012-08-11
| | | | | | Fixing justintv channel name parser in case the mature content gate is displayed instead of the channel page. Signed-off-by: Christopher Rosell <chrippa@tanuki.se>
* livestreamer.plugins.justintv: Fix subscription access.Gravatar Christopher Rosell2012-08-05
|
* livestreamer.plugins.ownedtv: Fetch SWF URL from page.Gravatar Christopher Rosell2012-08-04
|
* livestreamer.plugins.justintv: Only request metadata when needed.Gravatar Christopher Rosell2012-08-03
|
* livestreamer.plugins.ownedtv: Add SWF verification.Gravatar Christopher Rosell2012-07-27
|
* Add 15 sec timeout for HTTP requests.Gravatar Christopher Rosell2012-07-23
|
* Smoother JSON checks.Gravatar Christopher Rosell2012-07-05
|
* Release version 1.1.0.Gravatar Christopher Rosell2012-07-01
|
* Always make sure output is in binary mode on Windows.Gravatar Christopher Rosell2012-06-22
|
* README fix.Gravatar Christopher Rosell2012-06-18
|
* Update README with Windows instructions.Gravatar Christopher Rosell2012-06-18
|
* Use "rtmpdump.exe" on Windows.Gravatar Christopher Rosell2012-06-18
|
* Add SVTPlay plugin.Gravatar Christopher Rosell2012-06-18
|
* Use Popen instead of pbs when launching player.Gravatar Christopher Rosell2012-06-18
| | | | | This increases compability with Windows since it will use cmd.exe instead of trying to use /bin/sh.
* Improved --help.Gravatar Christopher Rosell2012-06-14
|
* Add option to hide player output.Gravatar Christopher Rosell2012-06-14
|
* Improved livestreamerrc reading.Gravatar Christopher Rosell2012-06-14
| | | | | - Now supports comments prefixed with '#'. - Now handles arguments with no value.
* 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 LICENSE.Gravatar Christopher Rosell2012-05-28
|
* Improve English.Gravatar Christopher Rosell2012-05-28
|
* Write normal messages to stdout instead of stderr.Gravatar Christopher Rosell2012-05-28
|
* Add -c option again that prints internal commandline when possible.Gravatar Christopher Rosell2012-05-28
|
* Update README.Gravatar Christopher Rosell2012-05-27
|
* Add option to always write to output file even if it already exists.Gravatar Christopher Rosell2012-05-27
|
* Exit with return code 1 when there is an error.Gravatar Christopher Rosell2012-05-27
|
* Add option to output stream to stdout.Gravatar Christopher Rosell2012-05-26
|
* Add support for writing stream to stdout.Gravatar Christopher Rosell2012-05-26
|
* Fix rtmpdump locking up when stderr buffer is filled.Gravatar Christopher Rosell2012-05-26
|
* Add YouTube plugin.Gravatar Christopher Rosell2012-05-25
|
* 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.
* Add more plugin exceptions.Gravatar Christopher Rosell2012-05-24
|
* Simplify Python compat.Gravatar Christopher Rosell2012-05-24
|
* Merge pull request #8 from frontendloader/masterGravatar Christopher Rosell2012-05-24
|\ | | | | Fix for own3d's new layout
| * fix for own3d's new layout/scheme.Gravatar frontendloader2012-05-24
|/