CFSworks / shrdvr

Tools for interfacing with Samsung SHR-brand (and SHR-based) SmartViewer DVRs
5 stars 1 forks source link

Video stream #2

Open baraidrissa opened 6 years ago

baraidrissa commented 6 years ago

https://github.com/CFSworks/shrdvr/blob/81ffcb66ab66ad91bc62de00765798d5a46900ba/rtsp_proxy.py#L444 I had to change this line to self.set_header(resp_headers, self.req_transport) to make it work, because the readers like Vlc or ffplay gave me 'Bad Header transport or less'.

But the problem now is that the video stream is very poor unlike the WEB version or the Samsung program. Do you have any idea how to solve it? Thank you.