]> git.parisson.com Git - timeside.git/commit
On the way to fix #38
authorThomas Fillon <thomas@parisson.com>
Thu, 13 Feb 2014 18:11:51 +0000 (19:11 +0100)
committerThomas Fillon <thomas@parisson.com>
Thu, 13 Feb 2014 18:11:51 +0000 (19:11 +0100)
commit7913c8c54233129e78e7d96a1c35a3a25171f4ba
treeee7acbcfdf44f7d8ad8b2dd86151b4d623367f1c
parentf71e7cac8bc3281dce41b18830a3a2421e8725c0
On the way to fix #38

- Add a stream() function to the pipe to get an iterator that streams (for Telemeta HttpResponse)
- inside stream(), run pipe.run() inside a thread and get back appsink signal through a Queue
tests/sandbox/test_lolevel_streaming.py
tests/sandbox/test_lolevel_streaming_threaded.py [new file with mode: 0644]
timeside/core.py
timeside/encoder/core.py
timeside/encoder/mp3.py