v0.5.35-b79
Pre-release
Pre-release
·
262 commits
to master
since this release
go-livepeer release v0.5.35 with modifications:
Transcoders sorting by time to transcode or priority.
- Options are 0 = default, equal load, 1 = time to transcode, 2 = priority (high to low)
- Set transcoder sort method to select transcoder on priority
curl http://127.0.0.1:7935/setTranscoderSortMethod?transcodersortmethod=2
Web server endpoints to set connected transcoder priority and capacity
- Set transcoder priority
curl -X POST -d "priority=200&t_uri=127.0.0.1" http://127.0.0.1:7935/setTranscoderPriority
- Set transcoder capacity
curl -X POST -d "capacity=5&t_uri=127.0.0.1" http://127.0.0.1:7935/setTranscoderCapacity
- Note: you can set priority by IP address or full uri. The transcoder port changes every time it reconnects.
Redeemer only redeems tickets, does not monitor maxfloat for facevalue calculations.
Metrics for transcoders (Pixels Per Nanosecond, Real Time Ratio, Load and Capacity)
/status
endpoint provides this data as well
Set max sessions for orchestrator while running
- Set orchestrator max sessions
curl -X POST -d "maxsessions=30" http://127.0.0.1:7935/setMaxSessions