Edward-Wu / srt-live-server

srt live server for low latency
Other
644 stars 192 forks source link

fix Issus #108 and #36 #137

Open truedei opened 5 months ago

truedei commented 5 months ago

When the srt push stream is disconnected, ts_info should also be cleared. This will not cause the problem that the pps and sps left over when pushing the stream again are still the same as the first time.

Reference: Issues #108 and #36

truedei commented 5 months ago

image It's perfect after testing.