Forum Discussion
nthingvall
2 months agoChannel Surfer
Roku has more than this now. It's all undocumented, but it's doing a fair bit under the hood.
For a video segment, I got the following headers:
cmcd-session: st=l,sf=d,sid="PL01-fe2d3b0e367e35cf",cid="3778721911"
cmcd-object: ot=v,br=1000,tb=1000,d=1920
cmcd-request: mtp=3400,bl=4600,nor="scte35-video%3D1000000-1048341040128.dash"
If you want to add your own, you can get the roHttpAgent from the video node and use its addHeader method to add values to these headers. Sadly no way to get those headers that I can find.