-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Raspberry Pi Stream with h264-live-player server-tcp #70
Comments
Fix this when I set the width and height to 320 and 180. |
I am also meet the same problem,my vedio is record from Android device. |
Sorry, no time to look at it right now.. |
Update: |
Have you solved this problem on Android devices? i alse meet the same problem,720x1280 is ok, other size failed。 |
Hi there,
Thanks for this amazing repository, it save my time to understand how to decode h264 stream on browser. The serve-rpi.js worked good on raspberry Pi, so I try to run use server-tcp.js with standalone raspivid stream service. Somehow, I got problem on doing this, would you like to help me?
Raspberry Pi(stream video on :3030):
$raspivid -n -w 200 -h 200 -t 0 -l -o tcp://0.0.0.0:3030 -pf baseline -fps 12 -b 950000
Server TCP:
I can receive the data on browser, but the video looked terrible.
Picture:
Thanks!
The text was updated successfully, but these errors were encountered: