Doug Petkanics
|
f5a1cb34b0
|
Merge pull request #14 from livepeer/hls_delay
only keep the last 2 segments for hls
|
2017-04-18 11:33:59 -04:00 |
|
Eric Tang
|
fc7a283a27
|
only keep the last 2 segments for hls
|
2017-04-17 22:39:03 -04:00 |
|
Eric Tang
|
b219d1a553
|
Merge pull request #13 from livepeer/video_segment
Video segment
|
2017-04-15 15:16:21 -04:00 |
|
Eric Tang
|
1d490cb446
|
add timeout mechanism to segmenter
|
2017-04-15 15:13:27 -04:00 |
|
Eric Tang
|
02c3c733ad
|
cleanup
|
2017-04-14 14:54:41 -04:00 |
|
Eric Tang
|
cefa2a8fce
|
see the next segment before loading the current segment
|
2017-04-14 12:15:54 -04:00 |
|
Eric Tang
|
d7ab914d0e
|
Merge branch 'video_segment' of https://github.com/livepeer/lpms into video_segment
|
2017-04-14 12:08:27 -04:00 |
|
Eric Tang
|
21811c480b
|
write trailer to RTMP
|
2017-04-14 12:05:49 -04:00 |
|
Doug Petkanics
|
c29280b0d1
|
Removing go-ethereum/logger/glog dependency
|
2017-04-14 11:29:39 -04:00 |
|
Eric Tang
|
789ced39c2
|
bug fix
|
2017-04-14 11:08:45 -04:00 |
|
Eric Tang
|
ae4ff596cd
|
add stream subscriber
|
2017-04-13 19:06:08 -04:00 |
|
Doug Petkanics
|
fed5e0d9ee
|
Removing accidental dependency on glog from go-ethereum repo when it should have been from golang/glog
|
2017-04-11 12:32:35 -04:00 |
|
Doug Petkanics
|
4263edd7a0
|
Merge pull request #11 from livepeer/video_segment
Video segment
|
2017-04-07 23:44:59 -04:00 |
|
Eric Tang
|
06a3905446
|
cancel ffmpeg and segment subscription when stream is over
|
2017-04-07 15:51:03 -04:00 |
|
Eric Tang
|
f12e51f1dc
|
cleanup
|
2017-04-07 15:40:26 -04:00 |
|
Eric Tang
|
8c3734edd2
|
dynamically get workdir
|
2017-04-07 15:40:04 -04:00 |
|
Eric Tang
|
a0a214560f
|
add segmenter
|
2017-04-07 02:09:50 -04:00 |
|
Eric Tang
|
10e16cffd1
|
get hls to work
|
2017-04-07 02:04:39 -04:00 |
|
Eric Tang
|
da86f87875
|
segmentation experiment #1
|
2017-03-30 21:05:40 -04:00 |
|
Eric Tang
|
081ea00175
|
Merge pull request #9 from livepeer/add_file
Add file stream
|
2017-03-29 15:24:24 -04:00 |
|
Eric Tang
|
287da1cffe
|
change HLS segments to 1s, add basic file stream to write to disk
|
2017-03-28 19:43:53 -04:00 |
|
Eric Tang
|
08a47222b7
|
add test data, add fileStream shell
|
2017-03-28 18:08:04 -04:00 |
|
Eric Tang
|
433d29b0ad
|
add the Stream interface, pass tests
|
2017-03-28 17:28:26 -04:00 |
|
Eric Tang
|
7c7bd74022
|
Merge branch 'master' of https://github.com/livepeer/lpms
|
2017-03-24 15:40:04 -04:00 |
|
Eric Tang
|
dad847d4cc
|
new lpms binary
|
2017-03-24 15:39:58 -04:00 |
|
Eric Tang
|
2bba895c0e
|
Update README.md
|
2017-03-24 15:37:54 -04:00 |
|
Eric Tang
|
c527a3b80a
|
merge readme
|
2017-03-24 15:27:20 -04:00 |
|
Eric Tang
|
f4ab8c9d66
|
merge
|
2017-03-24 15:25:37 -04:00 |
|
Eric Tang
|
068ec5af15
|
standalone SRS V0.1
|
2017-03-24 15:24:52 -04:00 |
|
Eric Tang
|
1c07078505
|
Update README.md
|
2017-03-10 20:39:39 -08:00 |
|
Eric Tang
|
ab626ad2aa
|
Merge pull request #4 from livepeer/vendoreth
Vendoreth
|
2017-03-07 10:17:14 -08:00 |
|
Doug Petkanics
|
4223e5c979
|
README update to point development to go-livepeer
|
2017-03-03 11:05:39 -05:00 |
|
Doug Petkanics
|
aae5a6c1d0
|
Migrated to using the go-livepeer repo
|
2017-03-02 18:08:44 -05:00 |
|
Doug Petkanics
|
efbb8b6f08
|
Merge pull request #3 from livepeer/forwarding
Trying to forward requests to different nodes than self.
|
2017-03-01 16:21:31 -05:00 |
|
Doug Petkanics
|
74e0955802
|
Trying to forward requests to different nodes than self.
|
2017-03-01 15:36:16 -05:00 |
|
Eric Tang
|
d7d3c0fcdc
|
Merge pull request #2 from livepeer/broadcast
support transcoding PR
|
2017-03-01 12:20:38 -05:00 |
|
Eric Tang
|
a3760b77fe
|
PR from Doug about closing unused channels
|
2017-03-01 12:18:20 -05:00 |
|
Eric Tang
|
1af77b394a
|
support transcoding PR
|
2017-02-28 23:52:41 -05:00 |
|
Eric Tang
|
67703451c4
|
move streaming to the node
|
2017-02-21 18:15:41 -05:00 |
|
Eric Tang
|
c944ba09a9
|
Merge branch 'master' of github.com:livepeer/lpms
|
2017-02-21 18:13:05 -05:00 |
|
Eric Tang
|
252880dd9d
|
add streaming back into livepeer because it's more of a networking concept
|
2017-02-21 18:12:59 -05:00 |
|
Eric Tang
|
f5540be293
|
Update README.md
|
2017-02-21 17:30:53 -05:00 |
|
Eric Tang
|
f74e80fe09
|
Create README.md
|
2017-02-21 17:29:27 -05:00 |
|
Eric Tang
|
fd15b881db
|
break out lpms as its own package
|
2017-02-21 17:28:52 -05:00 |
|
Doug Petkanics
|
95cff85512
|
Initial commit
|
2017-01-27 15:22:35 -05:00 |
|