bluenviron / gortsplib

RTSP 1.0 client and server library for the Go programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues with headers of Range in PLAY requests

linxingchao opened this issue · comments

When Rang is npt=0-, some servers do not push the stream. After changing it to npt=0.000-, it becomes normal. I don’t know the reason.
微信图片_20240522140325

I forgot something and commented out the code here
微信图片_20240522143947

Hello, we can surely support this, but can you write the manufacturer and the model of the media server you're trying to communicate with?

Furthermore, is it enough to use npt=0.000- or do we also need to remove the mode from the transport header?