Chanh Tran

Results 6 comments of Chanh Tran

Hi all, How is this thread going? I'm currently working on Adaptive Streaming over HTTP/2, in which the video is split into multiple 1-second segments; the client only needs to...

@gregw Thank you for your response. > Shouldn't server initiated streams be done via push promises so that any intermediaries will understand what is going on? Hmm, I'll investigate this...

Some updates on this: I have tried again by modifying the [asyncio-sever.py](https://github.com/python-hyper/hyper-h2/tree/master/examples/asyncio/asyncio-server.py). This time I used Chrome to request the `index.html` file. The server sent the response and pushed the...

It turns out that the segment is always replaced whenever the player changes the bitrate. Assume that the latest downloaded segment is S(i), if the player decides a bitrate change,...

I'm sorry. Except https://github.com/Dash-Industry-Forum/dash.js/pull/3797/commits/754b6be02439dca51d6a10a3568451676bcc044b, the other 10 commits were from #3785. I don't know why they were also added to this PR.

Hi @FatenFofo, According to our investigation, it might be KB/s (not Kbps). Hope it helps (and hope it is right)