Does Kaltura support Webcam recording and playback?

Hi All
i want to know does kaltura support live webcam recording via client web browser ?

See if this helps you: https://github.com/kaltura/krecord

You can also do it from KMC. Just need to install Wowza or Red5.
See here:

Hi Oferc1,Jess

Thank you for your kind reply ,but actually i want to know Kaltura as embedded player which support video/audio recording by client webcam (web browser) ?

The reference I sent you is browser embedded (to the best of my memory).
Y^ou can switch from the player to this app using JS.

Hi oferc1

Is there straight forward way to embed kaltura webcam recorder directly to html code like flash player(JS level)

Does this helps https://github.com/kaltura/krecord/blob/master/KalturaRecord/html-template/index.template.html ?

Finally i resolved it thank you oferc1 your help :smile: ,now i had another problem… once i uploaded video to Kaltura i wanna playback that video instantly ,how can i do ?

You can edit the player in Studio tab, under KMC and enable auto playback.

okay thanks jess !!

i got following error when embed kRecord to my browser ,webcam loaded successfully but video does not upload to Kaltura

<?xml version="1.0" encoding="UTF-8"?> 1431426935 INVALID_KSHOW_ID Unknown kshow [-1] 1 d41d8cd98f00b204e9800998ecf8427e 0.061694145202637 0.087697982788086 0.087897062301636

Take a look at:

thak you :smile: for your support