Closed GoogleCodeExporter closed 9 years ago
Can you explain how you installed everything?
Does the RecordActivity.java sample file work correctly?
Original comment by samuel.a...@gmail.com
on 14 Oct 2013 at 9:49
I have installed everything video recorded by my code is being played fine on
PC in jetaudio but not from server.
Original comment by djahmednawaz
on 14 Oct 2013 at 11:20
Well, AFAIK, the only format that is compatible with both Flash and HTML5 is
H.264, so you should try to encode in that format by calling:
recorder.setVideoCodec(AV_CODEC_ID_H264);
And please ask your questions on the mailing list next time if possible, thank
you.
Original comment by samuel.a...@gmail.com
on 14 Oct 2013 at 11:40
Original issue reported on code.google.com by
djahmednawaz
on 14 Oct 2013 at 9:23Attachments: