Kurento / bugtracker

[ARCHIVED] Contents migrated to monorepo: https://github.com/Kurento/kurento
46 stars 10 forks source link

lack of node js example with recording #279

Open startgeek opened 6 years ago

startgeek commented 6 years ago

dear kurento community first of all I want to thank you all for your great work Im currently working on project based on kurento KMS and when Im trying to make my own pipeline there are NO good documentation and no example specifically for nodejs recording module thanks in advance

micaelgallego commented 6 years ago

Please take a look to Java one:

http://doc-kurento.readthedocs.io/en/6.7.1/tutorials/java/tutorial-recorder.html

Un saludo.

Micael Gallego ElasTest Project Technical Coordinator - http://elastest.io Profesor en la Escuela Técnica Superior de Ingeniería Informática URJC

On Sun, Jul 15, 2018 at 1:15 AM startgeek notifications@github.com wrote:

dear kurento community first of all I want to thank you all for your great work Im currently working on project based on kurento KMS and when Im trying to make my own pipeline there are NO good documentation and no example specifically for nodejs recording module thanks in advance

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Kurento/bugtracker/issues/279, or mute the thread https://github.com/notifications/unsubscribe-auth/ABBdKAhEtpVg6sQFfVMfu26Nj3qy46HSks5uGnuHgaJpZM4VQDE- .

startgeek commented 6 years ago

I did and I will doing it again oh by the way there is a book in amazon Kurento Media Server 6.6.1 Reference Manual Oct 25, 2017 by Kurento Developers

I want to know if this book provides any thing extra (other than documentation available on website) and if it does how can I access it(in our country we don't have international banking systems or international post solutions amazon dosn't send us anything)

micaelgallego commented 6 years ago

Can you send a link with info about this book? We dont know anything about it

El dom., 15 jul. 2018 19:49, startgeek notifications@github.com escribió:

I did and I will doing it again oh by the way there is a book in amazon Kurento Media Server 6.6.1 Reference Manual Oct 25, 2017 by Kurento Developers

I want to know if this book provides any thing extra (other than documentation available on website) and if it does how can I access it(in our country we don't have international banking systems or international post solutions amazon dosn't send us anything)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Kurento/bugtracker/issues/279#issuecomment-405106801, or mute the thread https://github.com/notifications/unsubscribe-auth/ABBdKE5VvlMpuA-blXma2Wpt5dBYhMmdks5uG4CQgaJpZM4VQDE- .

startgeek commented 6 years ago

Are you serious ? how its possible ??? https://www.amazon.com/Kurento-Media-Server-Reference-Manual/dp/9888407341/ref=sr_1_1?ie=UTF8&qid=1531676766&sr=8-1&keywords=kurento

micaelgallego commented 6 years ago

OMG!!! It seems someone is selling the oficial documentation for 60$.

I dont know how to report this... At leats to let people to know that this book.contains the public docs.

Regards

El lun., 16 jul. 2018 8:19, startgeek notifications@github.com escribió:

Are you serious ? how its possible ???

https://www.amazon.com/Kurento-Media-Server-Reference-Manual/dp/9888407341/ref=sr_1_1?ie=UTF8&qid=1531676766&sr=8-1&keywords=kurento

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Kurento/bugtracker/issues/279#issuecomment-405157327, or mute the thread https://github.com/notifications/unsubscribe-auth/ABBdKEQ80UsEsL_AWsPcu86r_yIc2Dvhks5uHDBigaJpZM4VQDE- .

startgeek commented 6 years ago

OMG we should totally report this and silly me I was looking for this book for ages. oh and by the way I was looking forward to become a contribute in kurento project trying to solve recording problem with nodejs at the moment but I would be honored to be a part of this project

kylefoley commented 6 years ago

The reviews on it are terrible too https://www.amazon.com/dp/9888407341/ref=cm_cr_ryp_prd_ttl_sol_0#customerReviews

micaelgallego commented 6 years ago

Sorry for that guys. We didn't know this plagairized book exist.

El lun., 16 jul. 2018 15:31, Kyle Foley notifications@github.com escribió:

The reviews on it are terrible too https://www.amazon.com/dp/9888407341/ref=cm_cr_ryp_prd_ttl_sol_0#customerReviews

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Kurento/bugtracker/issues/279#issuecomment-405247990, or mute the thread https://github.com/notifications/unsubscribe-auth/ABBdKNCMsZc0kvh1iO_rhiN6LKtEv6pvks5uHJWZgaJpZM4VQDE- .

El 16 jul. 2018 3:31 p. m., "Kyle Foley" notifications@github.com escribió:

The reviews on it are terrible too https://www.amazon.com/dp/9888407341/ref=cm_cr_ryp_prd_ttl_sol_0#customerReviews

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/Kurento/bugtracker/issues/279#issuecomment-405247990, or mute the thread https://github.com/notifications/unsubscribe-auth/ABBdKNCMsZc0kvh1iO_rhiN6LKtEv6pvks5uHJWZgaJpZM4VQDE- .

startgeek commented 6 years ago

If I rewrite some of the node.js examples of kurento examples with new syntax and OLOO design patter n do I become a contributor of this project? just wondering

micaelgallego commented 6 years ago

Of course

El vie., 27 de julio de 2018 23:22, startgeek notifications@github.com escribió:

If I rewrite some of the node.js examples of kurento examples with new syntax and OLOO design patter n do I become a contributor of this project? just wondering

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Kurento/bugtracker/issues/279#issuecomment-408542053, or mute the thread https://github.com/notifications/unsubscribe-auth/ABBdKJWw5oMsFBnfQnLWZHRhBaGv2cRoks5uK4SigaJpZM4VQDE- .

startgeek commented 6 years ago

Ok I almost done with coding some parts of my code its a demo that is a node js server witch can be used as a one2one one2many or many2many and its ES6 promise based instead of that old examples that made me crazy in callback hell

startgeek commented 5 years ago

so stuck in this project I really cant make it work the examples for node.js is spaghetti job and have lots of callback hell and there are conflicts in documentations VS images

so correct me if I'm wrong so far I done this

1.kurento client registers we save user [id , sessionid , and sdpOffer] 2.second user doing the same so now we have two users with their ids and sdpOffers

3.lets move to server when call is triggered I connect my kurentoClient to kms using kurento(kurentoAddress) => kurentoclient kurentoclient.create(mediapipeline) => mediapipeline mediapipeline => caller = mediapipeline.create(webrtcendpoint) callee = mediapipeline.create(webrtcendpoint) recorder = mediapipeline.create(webrtcendpoint) //from this point I really become confuse what is the order of generating sdpAnswer or icecandidates ETC...

micaelgallego commented 5 years ago

I recommend to you to take a look to OpenVidu (https://openvidu.io). It offers a very simple programming model to build videoconference applications. It can be used with Java or Node.js in the backend.

Regards

El vie., 5 de octubre de 2018 7:20, startEngine notifications@github.com escribió:

so stuck in this project I really cant make it work the examples for node.js is spaghetti job and have lots of callback hell and there are conflicts in documentations VS images

so correct me if I'm wrong so far I done this

1.kurento client registers we save user [id , sessionid , and sdpOffer] 2.second user doing the same so now we have two users with their ids and sdpOffers

3.lets move to server when call is triggered I connect my kurentoClient to kms using kurento(kurentoAddress) => kurentoclient kurentoclient.create(mediapipeline) => mediapipeline mediapipeline => caller = mediapipeline.create(webrtcendpoint) callee = mediapipeline.create(webrtcendpoint) recorder = mediapipeline.create(webrtcendpoint) //from this point I really become confuse what is the order of generating sdpAnswer or icecandidates ETC...

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Kurento/bugtracker/issues/279#issuecomment-427249461, or mute the thread https://github.com/notifications/unsubscribe-auth/ABBdKPg_IseEyvmBBuHo6ePCdjf34MYaks5uhuwegaJpZM4VQDE- .