131 / h264-live-player

A live h264 player for the browser (ideal for raspberrypi / raspicam )
MIT License
1.08k stars 251 forks source link

the video from h264 is blur #27

Closed zgy520 closed 7 years ago

zgy520 commented 7 years ago

now, i can play my self h254 file, but the video is so very blur, can there is a solution? the blur video as follows:

1 2

i need a solution to solve this problem!

131 commented 7 years ago

Seems that you might be dropping frames, your video file bitrate might be to high ? Please attache the h264 sample file you are working with

zgy520 commented 7 years ago

ye, the bitrate is to high, that leading to bulr. i change the bitrate, the situation is better! thank you! now, i want to implement another function, namely, i want to change the h264 sample file to h264 video stream, i know i need a websocket to transfer the video stream, but by learning server-rpi.js and server-tcp.js, i can not run theses correctly! can you give me a good suggestion? thans you very much! looking forward to your reply.