ossrs / srs

SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181.
https://ossrs.io
MIT License
25.16k stars 5.31k forks source link

Bugfix: Resolved the problem of player not playing FLV in 5.0release. #3607

Closed ycy2019 closed 1 year ago

ycy2019 commented 1 year ago

srs version:5.0-b1 srs_player cannot play flv video. I found out the cause of the mistake (show_for_video_ok is not defined). This piece of code was added in a previous commit But in 5.0 this function is called "show_for_ok"


TRANS_BY_GPT3

chundonglinlin commented 1 year ago

Great work! We will review your code and merge it.

winlinvip commented 1 year ago

Already fixed. c6eddc72e9a095d7e38a24673b0e023eb3c73ddd

Thanks! 👍