-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
streaming video shows jaggy and blocky patches while moving the camera #56
Comments
on which device are you doing testing ? what quality parameters did you try ? |
@nocturnalprelude, @fyhertz i've tried on Galaxy S3 and Galaxy Nexus with following parameters |
I've tried "320x240, 30 fps, 1000 Kbps" on Samsung Galaxy S3 and it works well... not perfect. |
@nocturnalprelude do you think 1000 kbps bit rate is enough??? |
@khurramengr in libstreaming examples I see that bigger value is: "640x480, 30 fps, 600 Kbps" |
@nocturnalprelude i've tried with your parameters but still the recorded stream contains blocky patches. |
@khurramengr did you force the streaming with MediaRecorder ? |
@nocturnalprelude no i didn't............ |
im using http://www.dr-lex.be/info-stuff/videocalc.html to calc the bitrate |
// Use this to force streaming with the MediaRecorder API |
@nocturnalprelude I've tried forcing streaming with MediaRecorder but still the issue persists....... |
@khurramengr try this change: |
@nocturnalprelude which place should I add this: I have add following code in UriPaser.java, it seem does not work |
hy everyone
i am using libstreaming for streaming from Android device to Wowza server, but the issue is whenever i move my camera while streaming the video it shows blocky and jaggy patches in the stream, any suggestions???
The text was updated successfully, but these errors were encountered: