From xavier.carol at i2cat.net Wed Jul 1 12:28:00 2015 From: xavier.carol at i2cat.net (Xavier Carol Rossell) Date: Wed, 1 Jul 2015 12:28:00 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Helsinki Hub] General Support #330: fiware lab idm API problems Message-ID: Hi, A user cannot access his account in the global instance of IdM KeyRock. "I am using fiware lab as our external site login platform. After last update of fiware lab my interfaces to fiLab API (I used Rest) stopped working because REST API was probably upgraded or something. Now when I am trying to set up the API again I have stumbled upon issue where authentication from my site tactmap.com to https://account.lab.fiware.org/oauth/token with POST. https://github.com/ging/fi-ware-idm/wiki/Using-the-FIWARE-LAB-instance Can you some how guide me to right direction on what is wrong with my PHP / cURL code." curl call is: $process = curl_init('https://account.lab.fiware.org/oauth2/token'); //curl_setopt($process, CURLOPT_HTTPHEADER, array('Content-Type:application/json')); //curl_setopt($process, CURLOPT_HEADER, 1); curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_ANY); curl_setopt($process, CURLOPT_USERPWD, "petja.karki at versoteq.com" . ":" . "teppo1234"); curl_setopt($process, CURLOPT_TIMEOUT, 30); curl_setopt($process, CURLOPT_POST, 1); curl_setopt($process, CURLOPT_RETURNTRANSFER, TRUE); $return = curl_exec($process); echo "CURL RESPONSE: <br>"; var_dump($return); $info = curl_getinfo($process); echo "<br><br>CURL GET INFO: <br>"; var_dump($info); curl_close($process); and the response: CURL RESPONSE: string(347) "HTTP/1.1 404 Not Found Date: Wed, 01 Jul 2015 10:06:00 GMT Server: Apache/2.4.7 (Ubuntu) Vary: Accept-Language,Cookie X-Frame-Options: SAMEORIGIN Content-Language: en Transfer-Encoding: chunked Content-Type: application/json {"error": {"message": "No Consumer found with id: petja.karki at versoteq.com", "code": 404, "title": "Not Found"}}" CURL GET INFO: array(26) { ["url"]=> string(43) " https://account.lab.fiware.org/oauth2/token" ["content_type"]=> string(16) "application/json" ["http_code"]=> int(404) ["header_size"]=> int(235) ["request_size"]=> int(236) ["filetime"]=> int(-1) ["ssl_verify_result"]=> int(0) ["redirect_count"]=> int(0) ["total_time"]=> float(0.246184) ["namelookup_time"]=> float(0.012655) ["connect_time"]=> float(0.062011) ["pretransfer_time"]=> float(0.170537) ["size_upload"]=> float(19) ["size_download"]=> float(112) ["speed_download"]=> float(454) ["speed_upload"]=> float(77) ["download_content_length"]=> float(-1) ["upload_content_length"]=> float(19) ["starttransfer_time"]=> float(0.246143) ["redirect_time"]=> float(0) ["redirect_url"]=> string(0) "" ["primary_ip"]=> string(12) "130.206.84.7" ["certinfo"]=> array(0) { } ["primary_port"]=> int(443) ["local_ip"]=> string(13) "46.101.187.88" ["local_port"]=> int(55742) } Thanks you in advance. Kr, Xavier Carol. -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Wed Jul 1 12:36:09 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Wed, 1 Jul 2015 12:36:09 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Benelux Hub] Kurento-based video recorder produces invalid video files In-Reply-To: References: Message-ID: Dear FIWARE coach, we forward you an update request received from a CreatiFI applicant we are not able to solve. Please let us know if you need direct contact with the submitter. Thanks. ********************************** Previously, we've been trying to use kurento server to record a webcam videos in browser, save them on the server as mp4 files and send them to our video processing backend. Kurento uses webm as a default but that extension is not supported by Windows Media Services (used by our backend) so we were forced to try to use a mp4 saving format. First attempt ended up with empty files generated by Kurento. After few issues created and few discussions on github and [tutaj nazywa tego serwisu do zg?aszania usterek w kurento] we have been told, that it's a common issue when kurento is configured to use mp4 and we should change it to webm. We have tried that recently but that issue is still there - kurento produces empty, 0 byte webm files which are obviously corrupted and are not able to be processed by ffmpeg nor Windows Media Services. Basically this is the "status report" on the solution that FIWARE expert has been provided to us before: "We have been making some tests and our recommendation for you is to record using WEBM format and later post-process and transcode the media to the format you want. Recording needs to take place in live mode and some MP4 players don't like the container format required for that. Using WEBM in combination with a post-processing step (for which you can use ffmpeg) is probably your best option for avoiding such type of incompatibilities." However, even after changing the video format to webm as it has been suggested to us -- the 0-file-size problem persists. The question is then - is there anything else that can be done about it? ********************************** On Thu, Apr 9, 2015 at 2:48 PM, Andrea Maestrini wrote: > Dear FIWARE coach, > we forward you a support request received from a CreatiFI applicant we are > not able to solve. > Please let us know if you need direct contact with the submitter. > Thanks. > > ******************************* > > We are using Kurento to capture video from browsers - specifically Android > phone based browser - to avoid the users having to download and install the > VBOT native video recorder app. > > We have installed Kurento Media Server on our server - the reason is that > we are uploading the recorded videos further to our VBOT pipeline. We > needed to keep our middleware and Kurento installed on the same server to > be able to push the video file to our storage (MS Azure). > > After installation everything was working great but after a day, without > any further changes made to the code, we have encountered a strange issue > with files generated by a recorder. > > Basically, files saved by kurento recorder javascript app are corrupted > (empty) and running > > ffmpeg -i /tmp/video.mp4 > > returns: > > /tmp/video.mp4: Invalid data found when processing input > > JS Client code: https://gist.github.com/p-grzelczak/236f1e8d9e10eca95fe2 > > What can be possibly wrong in here or how to even debug that? > > I would really appreciate the help. > > ******************************* > -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Thu Jul 2 09:57:14 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Thu, 2 Jul 2015 09:57:14 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Italy Hub] Security Monitoring image on Trento region Message-ID: Dear FIWARE coach, we forward you a support request received from a CreatiFI applicant we are not able to solve. Please let us know if you need direct contact with the submitter. Thanks. ********************************* Hi, on documentation ([[ http://catalogue.fiware.org/enablers/security-monitoring/creating-instances]]) I followed the instruction for deploying a dedicated GE instance based on an image. But in my cloud portal I can't see any image with name SecMonitoring-GE-AttackGraph-Scoring-Remediation-Thales-3.3.3 How I can do that? thxs ********************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: From silvio.cretti at create-net.org Thu Jul 2 22:22:11 2015 From: silvio.cretti at create-net.org (Silvio Cretti) Date: Thu, 2 Jul 2015 22:22:11 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Helsinki Hub] General Support #322 Can't connect to VM instance In-Reply-To: References: Message-ID: Spain node answered: We detected the metadata service could be down when VM was rebooted so the authorised_key was empty. We solved this issue and ask the user to enter again . On Tue, Jun 30, 2015 at 1:52 PM, Xavier Carol Rossell < xavier.carol at i2cat.net> wrote: > Hi, > > A user cannot access his VM from ssh. It was previously reachable until > there were connectivity problems with Spain2 node. Now he can reach the VM > but it refuses the key. > > Private data provided by email. > > Thanks in advance. > Kr, Xavier Carol. > > > _______________________________________________ > Fiware-creatifi-coaching mailing list > Fiware-creatifi-coaching at lists.fi-ware.org > https://lists.fi-ware.org/listinfo/fiware-creatifi-coaching > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Fri Jul 3 11:05:10 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Fri, 3 Jul 2015 11:05:10 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Italy Hub] POI Data Provider improvment Message-ID: Dear FIWARE coach, we forward you a support request received from a CreatiFI applicant we are not able to solve. Please let us know if you need direct contact with the submitter. Thanks. **************************** Hi, We are using POI Data Provider GE in order to handle pois in our application and CreatiFI OC1 is finishing. Related to the API ( http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/POI_Data_Provider_Open_API_Specification) we need some clarifications: 1)which order is adopted to return pois in "radial_search" method? (by distance from the center ? any other?) 2)is it possible to extend response json structure in order to return also the distance from the center? thanks in advance Stefano **************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From xavier.carol at i2cat.net Mon Jul 6 15:14:27 2015 From: xavier.carol at i2cat.net (Xavier Carol Rossell) Date: Mon, 6 Jul 2015 15:14:27 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Helsinki Hub] General Support #344: pig not available on Cosmos Message-ID: Hi, A user is in trouble using Cosmos command line tool. Here is his message: "The Cosmos documentation says it allows pig scripts but the pig command line tool does not appear to be available. What is the recommended course of action here?" Thanks in advance. Kr, Xavier Carol. -------------- next part -------------- An HTML attachment was scrubbed... URL: From xavier.carol at i2cat.net Mon Jul 6 15:18:44 2015 From: xavier.carol at i2cat.net (Xavier Carol Rossell) Date: Mon, 6 Jul 2015 15:18:44 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Helsinki Hub] General Support #345: increase Cosmos quota Message-ID: Hi, A user is asking for more Cosmos quota. Here it is his message: "5GB is hardly big data, it does fit our dataset right now but that is unlikely to remain true, is there anyway to get an increased quota?" Thanks in advance. Kr, Xavi Carol. -------------- next part -------------- An HTML attachment was scrubbed... URL: From xavier.carol at i2cat.net Tue Jul 7 10:48:02 2015 From: xavier.carol at i2cat.net (Xavier Carol Rossell) Date: Tue, 7 Jul 2015 10:48:02 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Barcelona Hub] General Support #338 Virtual Characters: How to export models with textured images In-Reply-To: References: Message-ID: Hi, Following with this issue, here you can find the reply from the user: "We are using the addon for Blender to export our models. You can see the current state at: http://annacarreras.com/toonaville/vc/Guia.html. We have the textures at the same folder of the json model. You can find the code at: https://www.dropbox.com/s/clednaxsfwzt20l/vc.zip?dl=0 Inside the VC folder you will find the Guia.html page and the model inside the models folder. Tha problem is that some textures doesn't render well. The model normlas are ok because if we use: var material = new THREE.MeshNormalMaterial( materials ); the browser renders all the surfaces. We are using: var material = new THREE.MeshFaceMaterial( materials ); model = new THREE.SkinnedMesh( geometry, material ); If we use: enableSkinning(model); All the model disapears. Currently the textures that were created using a UV modificator are correctly rendered (the character arms and legs). On the other hand the textures that uses an Unwrap modificator (body and helmet) are not rendering well or even they become transparent and disapear. Could you please help us. We are attaching also images to show you how the character should look like." Thanks in advance. Xavier Carol. 2015-06-29 15:08 GMT+02:00 Xavier Carol Rossell : > Hi, > > A user is asking us how to export models to be used with WebTundra. Here > it is her report: > > "Our 3D modelers are dealing and struggling with how to export the models > they have to use them with WebTundra. > We would like to be able to have something like the example you provided: > http://www.annacarreras.com/toonaville/pato/examples/gltf/example-gltf.html > > But they can not figure out how to export the mapped textures if the > character. And we are obtaining character with dark areas (because we > cannot load the image used to texture this areas): > http://annacarreras.com/toonaville/vc/Guia.html > > They are using blender to create the exports. > And they are following the instructions you provided as documentation: > > http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/3D-UI_-_WebTundra_-_User_and_Programmers_Guide > > Could you please expand and clarify the documentation for them? > Do they need to install any plugin in Blender? > Do they have to run any script for the export? > > They are expert and senior 3D animators but know nothing about gltf or > glsl formats. They aren't able to export the characters properly." > > Thanks in advance. > Kr, Xavier Carol. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From xavier.carol at i2cat.net Tue Jul 7 10:50:09 2015 From: xavier.carol at i2cat.net (Xavier Carol Rossell) Date: Tue, 7 Jul 2015 10:50:09 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Barcelona Hub] General Support #338 Virtual Characters: How to export models with textured images In-Reply-To: References: Message-ID: Here there are the attached images. Kr, Xavier Carol. 2015-07-07 10:48 GMT+02:00 Xavier Carol Rossell : > Hi, > > Following with this issue, here you can find the reply from the user: > > "We are using the addon for Blender to export our models. You can see the > current state at: http://annacarreras.com/toonaville/vc/Guia.html. > We have the textures at the same folder of the json model. > > You can find the code at: > https://www.dropbox.com/s/clednaxsfwzt20l/vc.zip?dl=0 > Inside the VC folder you will find the Guia.html page and the model inside > the models folder. > > Tha problem is that some textures doesn't render well. > The model normlas are ok because if we use: > var material = new THREE.MeshNormalMaterial( materials ); > the browser renders all the surfaces. > > We are using: > var material = new THREE.MeshFaceMaterial( materials ); > model = new THREE.SkinnedMesh( geometry, material ); > If we use: > enableSkinning(model); > All the model disapears. > > Currently the textures that were created using a UV modificator are > correctly rendered (the character arms and legs). > On the other hand the textures that uses an Unwrap modificator (body and > helmet) are not rendering well or even they become transparent and disapear. > > Could you please help us. We are attaching also images to show you how the > character should look like." > > Thanks in advance. > Xavier Carol. > > > 2015-06-29 15:08 GMT+02:00 Xavier Carol Rossell : > >> Hi, >> >> A user is asking us how to export models to be used with WebTundra. Here >> it is her report: >> >> "Our 3D modelers are dealing and struggling with how to export the models >> they have to use them with WebTundra. >> We would like to be able to have something like the example you provided: >> >> http://www.annacarreras.com/toonaville/pato/examples/gltf/example-gltf.html >> >> But they can not figure out how to export the mapped textures if the >> character. And we are obtaining character with dark areas (because we >> cannot load the image used to texture this areas): >> http://annacarreras.com/toonaville/vc/Guia.html >> >> They are using blender to create the exports. >> And they are following the instructions you provided as documentation: >> >> http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/3D-UI_-_WebTundra_-_User_and_Programmers_Guide >> >> Could you please expand and clarify the documentation for them? >> Do they need to install any plugin in Blender? >> Do they have to run any script for the export? >> >> They are expert and senior 3D animators but know nothing about gltf or >> glsl formats. They aren't able to export the characters properly." >> >> Thanks in advance. >> Kr, Xavier Carol. >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: guia_0010.png Type: image/png Size: 279090 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: guia_0015.png Type: image/png Size: 181420 bytes Desc: not available URL: From xavier.carol at i2cat.net Tue Jul 7 10:55:49 2015 From: xavier.carol at i2cat.net (Xavier Carol Rossell) Date: Tue, 7 Jul 2015 10:55:49 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Helsinki Hub] General Support #330: fiware lab idm API problems In-Reply-To: References: Message-ID: Hi, Here there is the replay from the user: "Now I tried with "Authorization Code Grant": with this curl code stripped to minimum: $url = " https://account.lab.fiware.org/oauth2/authorize?response_type=code&client_id=2335&redirect_uri=http://tactmap.com/idm/login "; echo "url: <br>"; var_dump($url); $curl = curl_init(); curl_setopt_array($curl, array( CURLOPT_RETURNTRANSFER => 1, CURLOPT_URL => $url, CURLOPT_HTTPHEADER => array('Host: account.lab.fiware.org') )); $resp = curl_exec($curl); $info = curl_getinfo($curl); $response_info = $info['http_code']; curl_close($curl); echo "<br><br>CURL RESPONSE: <br>"; var_dump($resp); echo "<br><br>CURL Response http_code: <br>"; var_dump($response_info); echo "<br><br>CURL GET INFO: <br>"; var_dump($info); And I get this (301) for response: url: string(123) " https://account.lab.fiware.org/oauth2/authorize?response_type=code&client_id=2335&redirect_uri=http://tactmap.com/idm/login " CURL RESPONSE: string(0) "" CURL Response http_code: int(301) CURL GET INFO: array(26) { ["url"]=> string(123) " https://account.lab.fiware.org/oauth2/authorize?response_type=code&client_id=2335&redirect_uri=http://tactmap.com/idm/login" ["content_type"]=> string(24) "text/html; charset=utf-8" ["http_code"]=> int(301) ["header_size"]=> int(371) ["request_size"]=> int(153) ["filetime"]=> int(-1) ["ssl_verify_result"]=> int(0) ["redirect_count"]=> int(0) ["total_time"]=> float(0.216983) ["namelookup_time"]=> float(0.013897) ["connect_time"]=> float(0.061519) ["pretransfer_time"]=> float(0.166635) ["size_upload"]=> float(0) ["size_download"]=> float(0) ["speed_download"]=> float(0) ["speed_upload"]=> float(0) ["download_content_length"]=> float(0) ["upload_content_length"]=> float(0) ["starttransfer_time"]=> float(0.216944) ["redirect_time"]=> float(0) ["redirect_url"]=> string(124) " https://account.lab.fiware.org/oauth2/authorize/?response_type=code&client_id=2335&redirect_uri=http://tactmap.com/idm/login" ["primary_ip"]=> string(12) "130.206.84.7" ["certinfo"]=> array(0) { } ["primary_port"]=> int(443) ["local_ip"]=> string(13) "46.101.187.88" ["local_port"]=> int(56700) } Can you help me to build a correct request with php curl?" Thanks in advance. Kr, Xavier Carol. 2015-07-01 12:28 GMT+02:00 Xavier Carol Rossell : > Hi, > > A user cannot access his account in the global instance of IdM KeyRock. > > "I am using fiware lab as our external site login platform. After last > update of fiware lab my interfaces to fiLab API (I used Rest) stopped > working because REST API was probably upgraded or something. Now when I am > trying to set up the API again I have stumbled upon issue where > authentication from my site tactmap.com to > https://account.lab.fiware.org/oauth/token with POST. > > https://github.com/ging/fi-ware-idm/wiki/Using-the-FIWARE-LAB-instance > > Can you some how guide me to right direction on what is wrong with my PHP > / cURL code." > > curl call is: > > $process = curl_init('https://account.lab.fiware.org/oauth2/token'); > //curl_setopt($process, CURLOPT_HTTPHEADER, array('Content-Type:application/json')); > //curl_setopt($process, CURLOPT_HEADER, 1); > curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_ANY); > curl_setopt($process, CURLOPT_USERPWD, "petja.karki at versoteq.com" . ":" . "teppo1234"); > curl_setopt($process, CURLOPT_TIMEOUT, 30); > curl_setopt($process, CURLOPT_POST, 1); > curl_setopt($process, CURLOPT_RETURNTRANSFER, TRUE); > $return = curl_exec($process); > echo "CURL RESPONSE: <br>"; > var_dump($return); > $info = curl_getinfo($process); > echo "<br><br>CURL GET INFO: <br>"; > var_dump($info); > curl_close($process); > > and the response: > > CURL RESPONSE: > string(347) "HTTP/1.1 404 Not Found Date: Wed, 01 Jul 2015 10:06:00 GMT > Server: Apache/2.4.7 (Ubuntu) Vary: Accept-Language,Cookie X-Frame-Options: > SAMEORIGIN Content-Language: en Transfer-Encoding: chunked Content-Type: > application/json {"error": {"message": "No Consumer found with id: > petja.karki at versoteq.com", "code": 404, "title": "Not Found"}}" > > CURL GET INFO: > array(26) { ["url"]=> string(43) " > https://account.lab.fiware.org/oauth2/token" ["content_type"]=> > string(16) "application/json" ["http_code"]=> int(404) ["header_size"]=> > int(235) ["request_size"]=> int(236) ["filetime"]=> int(-1) > ["ssl_verify_result"]=> int(0) ["redirect_count"]=> int(0) ["total_time"]=> > float(0.246184) ["namelookup_time"]=> float(0.012655) ["connect_time"]=> > float(0.062011) ["pretransfer_time"]=> float(0.170537) ["size_upload"]=> > float(19) ["size_download"]=> float(112) ["speed_download"]=> float(454) > ["speed_upload"]=> float(77) ["download_content_length"]=> float(-1) > ["upload_content_length"]=> float(19) ["starttransfer_time"]=> > float(0.246143) ["redirect_time"]=> float(0) ["redirect_url"]=> string(0) > "" ["primary_ip"]=> string(12) "130.206.84.7" ["certinfo"]=> array(0) { } > ["primary_port"]=> int(443) ["local_ip"]=> string(13) "46.101.187.88" > ["local_port"]=> int(55742) } > Thanks you in advance. > Kr, Xavier Carol. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From xavier.carol at i2cat.net Tue Jul 7 10:59:13 2015 From: xavier.carol at i2cat.net (Xavier Carol Rossell) Date: Tue, 7 Jul 2015 10:59:13 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Barcelona Hub] General Support #318: WebTundraGFX problem lighting textures In-Reply-To: References: Message-ID: Hi, Here it is the reply from the user: "We are using the addon for Blender to export our models. You can see the current state at: http://annacarreras.com/toonaville/vc/Guia.html. We have the textures at the same folder of the json model. You can find the code at: https://www.dropbox.com/s/clednaxsfwzt20l/vc.zip?dl=0 Inside the VC folder you will find the Guia.html page and the model inside the models folder. Tha problem is that some textures doesn't render well. The model normlas are ok because if we use: var material = new THREE.MeshNormalMaterial( materials ); the browser renders all the surfaces. We are using: var material = new THREE.MeshFaceMaterial( materials ); model = new THREE.SkinnedMesh( geometry, material ); If we use: enableSkinning(model); All the model disapears. Currently the textures that were created using a UV modificator are correctly rendered (the character arms and legs). On the other hand the textures that uses an Unwrap modificator (body and helmet) are not rendering well or even they become transparent and disapear. Could you please help us. We are attaching also images to show you how the character should look like." Thanks in advance. Kr, Xavier Carol. 2015-06-15 13:10 GMT+02:00 Xavier Carol Rossell : > Hi, > > A user is having problemas with WebTundraGFX. Here it is her report: > > "We are using the WebTundraGFX example to load a 3D static model. > Everything works fine, we can use the mouse controls to zoom, rotate and > move the character. > We can even change, by code the lights of the 3D environment and camera > position. > However the character is not well iluminated. There are some parts that > appear dark black. > We've tested it with red, blue and white lights (see attached images) an > it always apper some dark areas. > Any suggestions on how to solve it? Why is this caused?" > > Thanks in advance. > Kr, Xavi Carol. > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: guia_0010.png Type: image/png Size: 279090 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: guia_0015.png Type: image/png Size: 181420 bytes Desc: not available URL: From amaestrini at create-net.org Tue Jul 7 14:12:07 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Tue, 7 Jul 2015 14:12:07 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Benelux Hub] Setting up S3QL with Object Storage GE - how to find out required region? (Lannion region) In-Reply-To: References: Message-ID: Dear FIWARE expert, the CreatiFI applicant confirmed that he has alreadycreated a container called "test", so he is asking for an alternative solution to his issue. Can you help him?, the CreatiFI Open Call 1 is finishing in few days in attachment his screenshoot[image: Inline image 1] Thxs On Tue, Jun 30, 2015 at 8:52 AM, Andrea Maestrini wrote: > Dear FIWARE coach, > we forward you a support request received from a CreatiFI applicant we are > not able to solve. > Please let us know if you need direct contact with the submitter. > Thanks. > > ********************************* > > Hi there, > > I am trying to setup S3QL with Object Storage GE and there seems to be > only one piece of information missing. > > I successfully installed S3QL thanks to this pretty good tutorial: > https://dmsimard.com/2014/09/29/s3ql-a-filesystem-over-http-with-swift/ > > Now I am stuck when trying to mount an object-container 'test' that I > created in region 'Lannion2'. > > The URL-syntax requires a 'region' to be defined ( > swiftks://[:]/:) but I have no clue > how this maps to the fiware-stack. When trying the following command, s3ql > seems to succeed in connecting and authenticating with Keystone but cannot > find the region. > > mkfs.s3ql swiftks://cloud.lab.fiware.org:4730/Lannion2:test > --backend-options no-ssl > Enter backend login: > Enter backend passphrase: > > Results in: > > No accessible object storage service found in region Lannion2 (available > regions: ) > > Unfortunately no available regions are listed in the response. Is there > any documentation about the naming of regions in keystone/fiware cloud? > > Thanks, > > Clemens > > ********************************* > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: container.png Type: image/png Size: 28641 bytes Desc: not available URL: From xavier.carol at i2cat.net Wed Jul 8 12:57:54 2015 From: xavier.carol at i2cat.net (Xavier Carol Rossell) Date: Wed, 8 Jul 2015 12:57:54 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Barcelona Hub] General Support #346: VIRTUAL CHARACTERS: no touch with ThreeJS OrbitControls using WebGL on iOS devices Message-ID: Hi, A user is asking about use of Virtual Characters in iOS. Here it is her message: "We've some problem with the controls for the Virtual Characters Enabler. The examples suplied use the Orbitcontrols that work well with Firefox on a computer but doesn't have any effect on an iPad browser. Test it at: http://annacarreras.com/toonaville/vc/Guia.html We've found some posts suggesting to change from OrbitControls to TrackballControls to solve this issue: http://support.ludei.com/hc/communities/public/questions/200696466-No-Touch-with-ThreeJS-OrbitControls-using-WebGL-on-IOS-Devices-in-Launcher We've tested to implement it and successed if opened with a Firefox browser, find an example at: http://annacarreras.com/toonaville/vc/Guia_touch.html But it causes Safari to crash on iOS and Mac OS. We've also tested the example supplied by Three.js: http://threejs.org/examples/misc_controls_trackball And it works well on iPad. Could you suggest us any solution for using VC with touch capabilities on iOs?" Thanks in advance. Kr, Xavier Carol. -------------- next part -------------- An HTML attachment was scrubbed... URL: From xavier.carol at i2cat.net Wed Jul 8 13:42:20 2015 From: xavier.carol at i2cat.net (Xavier Carol Rossell) Date: Wed, 8 Jul 2015 13:42:20 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Barcelona Hub] General Support #347: Cannot access to floating IP Message-ID: Hi, A user cannot access his VM at Spain2 node from ssh. He has restarted the VM but still cannot access it. Error message when trying to connect is: Operation timed out. Private data will be sent by email. Thanks in advance. Kr, Xavier Carol. -------------- next part -------------- An HTML attachment was scrubbed... URL: From xavier.carol at i2cat.net Thu Jul 9 08:51:58 2015 From: xavier.carol at i2cat.net (Xavier Carol Rossell) Date: Thu, 9 Jul 2015 08:51:58 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Barcelona Hub] General Support #347: Cannot access to floating IP In-Reply-To: References: Message-ID: Hi, User is reports that the problem has been solved. This issue can be closed. Kr, Xavier Carol. 2015-07-08 13:42 GMT+02:00 Xavier Carol Rossell : > Hi, > > A user cannot access his VM at Spain2 node from ssh. He has restarted the > VM but still cannot access it. > > Error message when trying to connect is: Operation timed out. > > Private data will be sent by email. > > Thanks in advance. > Kr, Xavier Carol. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From xavier.carol at i2cat.net Fri Jul 10 08:41:18 2015 From: xavier.carol at i2cat.net (Xavier Carol Rossell) Date: Fri, 10 Jul 2015 08:41:18 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Helsinki Hub] General Support #351: COSMOS: Name node is in safe mode Message-ID: Hi, A user running in the Sapin node cannot run hive queries on Cosmos. It fails with error "Name node is in safe mode". Thanks in advance. Kr, Xavier Carol. -------------- next part -------------- An HTML attachment was scrubbed... URL: From xavier.carol at i2cat.net Fri Jul 10 09:25:07 2015 From: xavier.carol at i2cat.net (Xavier Carol Rossell) Date: Fri, 10 Jul 2015 09:25:07 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Helsinki Hub] General Support #353: Instance on Spain2 region is not reachable Message-ID: Hi A user cannot access his VM locate in the Spain2 node. Here it is his report: "Hi, I have instances on Spain2 region and one instance has public IP. They have been working ok in the past, but I haven't accessed them for couple of weeks. Now I can't reach the instance with ssh using public IP . Connection time outs. My location is exactly same as was when connection were working. Reboot of instance (via web interface) didn't help. Instance info below: Public IP I'm using: 130.206.118.74 Info Name: GBerryFrontEnd ID: 6b59b666-b95c-480c-85f1-1a8f09e8e653 Status: ACTIVE Specs RAM: 4096MB VCPUs: 2 VCPU Disk: 40GB IP Addresses node-int-net-01: 192.168.197.236 node-int-net-01: 130.206.118.74" Thanks in advance, Xavier Carol. -------------- next part -------------- An HTML attachment was scrubbed... URL: From xavier.carol at i2cat.net Fri Jul 10 09:51:24 2015 From: xavier.carol at i2cat.net (Xavier Carol Rossell) Date: Fri, 10 Jul 2015 09:51:24 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Helsinki Hub] General Support #351: COSMOS: Name node is in safe mode In-Reply-To: References: Message-ID: Hi, User reports it is working now. The issue can be closed. Thanks a lot! Kr, Xavier Carol. 2015-07-10 8:41 GMT+02:00 Xavier Carol Rossell : > Hi, > > A user running in the Sapin node cannot run hive queries on Cosmos. It > fails with error "Name node is in safe mode". > > Thanks in advance. > Kr, Xavier Carol. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From silvio.cretti at create-net.org Fri Jul 10 12:44:45 2015 From: silvio.cretti at create-net.org (Silvio Cretti) Date: Fri, 10 Jul 2015 12:44:45 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Helsinki Hub] General Support #353: Instance on Spain2 region is not reachable In-Reply-To: References: Message-ID: The VM should be up again. silvio On Fri, Jul 10, 2015 at 9:25 AM, Xavier Carol Rossell < xavier.carol at i2cat.net> wrote: > Hi > > A user cannot access his VM locate in the Spain2 node. Here it is his > report: > > "Hi, I have instances on Spain2 region and one instance has public IP. > They have been working ok in the past, but I haven't accessed them for > couple of weeks. Now I can't reach the instance with ssh using public IP . > Connection time outs. My location is exactly same as was when connection > were working. Reboot of instance (via web interface) didn't help. > > Instance info below: > Public IP I'm using: 130.206.118.74 > > Info > > Name: GBerryFrontEnd > ID: 6b59b666-b95c-480c-85f1-1a8f09e8e653 > Status: ACTIVE > Specs > > RAM: 4096MB > VCPUs: 2 VCPU > Disk: 40GB > IP Addresses > > node-int-net-01: 192.168.197.236 > node-int-net-01: 130.206.118.74" > > Thanks in advance, > Xavier Carol. > > _______________________________________________ > Fiware-creatifi-coaching mailing list > Fiware-creatifi-coaching at lists.fi-ware.org > https://lists.fi-ware.org/listinfo/fiware-creatifi-coaching > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From xavier.carol at i2cat.net Fri Jul 10 12:49:10 2015 From: xavier.carol at i2cat.net (Xavier Carol Rossell) Date: Fri, 10 Jul 2015 12:49:10 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Helsinki Hub] General Support #354: Call to cosmosmaster-gi/192.168.189.1:8020 failed on connection exception: java.net.ConnectException: Connection refused Message-ID: Hi, A user cannot connect to multi-tenant Cosmos instance. He gets this error: "cosmosmaster-gi/192.168.189.1:8020 failed on connection exception: java.net.ConnectException: Connection refused" Thanks in advance. Kr, Xavier Carol. -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Mon Jul 13 08:30:23 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Mon, 13 Jul 2015 08:30:23 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Benelux Hub] FIWARE Lab IDM issue Message-ID: Dear FIWARE coach, we forward you a support request received from a CreatiFI applicant we are not able to solve. Please let us know if you need direct contact with the submitter. Thanks. ************************************* Hi, I am trying to get an access token using FIWARE Lab IDM. I have accounts created and the application is defined. Everything works fine for authorization code grant. But when I want to get an access token only using client_id and client_secret (client credentials grant) I get an internal server error. See my code below (which I got from the educational videos), I have omitted my client_id and client_secret of course: var basic = new Buffer(client_id + ':' + client_secret).toString('base64'); var body = 'grant_type=client_credentials'; var options = { hostname: 'account.lab.fiware.org', port: 443, path: '/oauth2/token', method: 'POST', headers: { 'Authorization': 'Basic ' + basic, 'Content-Type': 'application/x-www-form-urlencoded', 'Content-Length': body.length } }; var req = https.request(options, function(res) { res.setEncoding('utf8'); res.on('data', function(data) { if(res.statusCode === 200) { var resp = JSON.parse(data); var token = resp['access_token']; console.log('Token: ' + token); } else { console.log(data); } }); }); req.write(body); req.end(); And this is the JSON response I get back: {"error": {"message": "An unexpected error prevented the server from fulfilling your request.", "code": 500, "title": "Internal Server Error"}} thxs ************************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Mon Jul 13 08:33:41 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Mon, 13 Jul 2015 08:33:41 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Italy Hub] security monitoring instance Trento node Message-ID: Dear FIWARE coach, we forward you a support request received from a CreatiFI applicant we are not able to solve. Please let us know if you need direct contact with the submitter. Thanks. ************************************ Hi, we are trying to use this instance of mulval attack: http://secmonitoring.testbed.fi-ware.org/AttackGraphEngine/attackgraph.jsp unfortunately with different input it seems that we always get the same output (found in the Annex) are we doing something wrong? ************************************ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: AttackGraph_1436524249284.pdf Type: application/pdf Size: 11685 bytes Desc: not available URL: From amaestrini at create-net.org Mon Jul 13 08:37:25 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Mon, 13 Jul 2015 08:37:25 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Italy Hub] Kurento Video Encoding Error Message-ID: Dear FIWARE coach, we forward you a support request received from a CreatiFI applicant we are not able to solve. Please let us know if you need direct contact with the submitter. Thanks. ************************************* Dear Problems: activating a recording of our video stream on KMS we get a file that is misbehaving in reproduction in Google Chrome on Mac and Windows platforms: the video file displays all the frames at an early stage, even before it begins playback; once you started playback you see the last frame (fixed) of the video, while audio is played correctly. No problem recorded in a Linux environment. Environment: the machine hosting KMS is our application server in the network fi-ware of Trento. The same problem also plays on my development machine (Kubuntu). see in attach: - log file of the procedure described above - recorded webm file can you suggest a solution Stefano ************************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- 2015-07-09 16:38:33.740417 22405 [140648752588544] info KurentoWebSocketTransport WebSocketTransport.cpp:255 keepAliveSessions() Keep alive 08390216-53c0-4702-8d60-ded910fdf56a 2015-07-09 16:38:33.740606 22405 [140648752588544] info KurentoWebSocketTransport WebSocketTransport.cpp:255 keepAliveSessions() Keep alive b03c8807-1d73-4734-958b-0fe57508c967 2015-07-09 16:38:51.742939 22405 [140648836515584] debug KurentoWebSocketTransport WebSocketTransport.cpp:499 openHandler() Client connected from http://localhost:4100 2015-07-09 16:38:51.803159 22405 [140648769373952] debug KurentoWebSocketTransport WebSocketTransport.cpp:478 processMessage() Message: >{"jsonrpc":"2.0","method":"create","params":{"type":"MediaPipeline"},"id":0}< 2015-07-09 16:38:51.805214 22405 [140648769373952] debug KurentoServerMethods ServerMethods.cpp:236 postProcess() Caching: {"id":0,"jsonrpc":"2.0","result":{"sessionId":"9471d629-bd3f-4966-b239-cbf3ccbcd8ba","value":"58bf2929-06f5-4925-afca-ed3fd7e0bfd6_MediaPipeline"}} 2015-07-09 16:38:51.805656 22405 [140648769373952] debug KurentoWebSocketTransport WebSocketTransport.cpp:480 processMessage() Response: >{"id":0,"jsonrpc":"2.0","result":{"sessionId":"9471d629-bd3f-4966-b239-cbf3ccbcd8ba","value":"58bf2929-06f5-4925-afca-ed3fd7e0bfd6_MediaPipeline"}} < 2015-07-09 16:38:51.805982 22405 [140648769373952] debug KurentoWebSocketTransport WebSocketTransport.cpp:425 storeConnection() Asociating session 9471d629-bd3f-4966-b239-cbf3ccbcd8ba 2015-07-09 16:38:51.868458 22405 [140648836515584] debug KurentoWebSocketTransport WebSocketTransport.cpp:478 processMessage() Message: >{"id":1,"jsonrpc":"2.0","method":"create","params":{"constructorParams":{"mediaPipeline":"58bf2929-06f5-4925-afca-ed3fd7e0bfd6_MediaPipeline"},"sessionId":"9471d629-bd3f-4966-b239-cbf3ccbcd8ba","type":"WebRtcEndpoint"}} < 2015-07-09 16:38:51.870908 22405 [140648836515584] info KurentoWebRtcEndpointImpl WebRtcEndpointImpl.cpp:162 remove_not_supported_codecs_from_pattern() Removing not supported codec from pattern: '99 AMR/8000/1' 2015-07-09 16:38:51.871813 22405 [140648836515584] info KurentoWebRtcEndpointImpl WebRtcEndpointImpl.cpp:162 remove_not_supported_codecs_from_pattern() Removing not supported codec from pattern: '96 H263-1998/90000' 2015-07-09 16:38:51.872163 22405 [140648836515584] info KurentoWebRtcEndpointImpl WebRtcEndpointImpl.cpp:162 remove_not_supported_codecs_from_pattern() Removing not supported codec from pattern: '100 MP4V-ES/90000' 2015-07-09 16:38:51.872488 22405 [140648836515584] info KurentoWebRtcEndpointImpl WebRtcEndpointImpl.cpp:162 remove_not_supported_codecs_from_pattern() Removing not supported codec from pattern: '101 H264/90000' 2015-07-09 16:38:51.872982 22405 [140648836515584] info KurentoWebRtcEndpointImpl WebRtcEndpointImpl.cpp:232 WebRtcEndpointImpl() stun port 19302 2015-07-09 16:38:51.873237 22405 [140648836515584] info KurentoWebRtcEndpointImpl WebRtcEndpointImpl.cpp:236 WebRtcEndpointImpl() stun address 74.125.206.127 2015-07-09 16:38:51.873757 22405 [140648836515584] debug KurentoServerMethods ServerMethods.cpp:236 postProcess() Caching: {"id":1,"jsonrpc":"2.0","result":{"sessionId":"9471d629-bd3f-4966-b239-cbf3ccbcd8ba","value":"58bf2929-06f5-4925-afca-ed3fd7e0bfd6_MediaPipeline/576bd060-5dee-43d5-9a76-ab155bdb39fc_WebRtcEndpoint"}} 2015-07-09 16:38:51.874167 22405 [140648836515584] debug KurentoWebSocketTransport WebSocketTransport.cpp:480 processMessage() Response: >{"id":1,"jsonrpc":"2.0","result":{"sessionId":"9471d629-bd3f-4966-b239-cbf3ccbcd8ba","value":"58bf2929-06f5-4925-afca-ed3fd7e0bfd6_MediaPipeline/576bd060-5dee-43d5-9a76-ab155bdb39fc_WebRtcEndpoint"}} < 2015-07-09 16:38:51.933116 22405 [140648769373952] debug KurentoWebSocketTransport WebSocketTransport.cpp:478 processMessage() Message: >{"id":2,"jsonrpc":"2.0","method":"create","params":{"constructorParams":{"mediaPipeline":"58bf2929-06f5-4925-afca-ed3fd7e0bfd6_MediaPipeline","uri":"file:///var/www/html/tmp/0036c019-0a8c-a3dd-7f19-37dc7b54c13f.webm"},"sessionId":"9471d629-bd3f-4966-b239-cbf3ccbcd8ba","type":"RecorderEndpoint"}} < 2015-07-09 16:38:51.952520 22405 [140648769373952] info KurentoRecorderEndpointImpl RecorderEndpointImpl.cpp:35 RecorderEndpointImpl() Set WEBM profile 2015-07-09 16:38:51.953071 22405 [140648769373952] debug KurentoServerMethods ServerMethods.cpp:236 postProcess() Caching: {"id":2,"jsonrpc":"2.0","result":{"sessionId":"9471d629-bd3f-4966-b239-cbf3ccbcd8ba","value":"58bf2929-06f5-4925-afca-ed3fd7e0bfd6_MediaPipeline/11ff917e-6093-4dcb-894a-2db59f0a0e60_RecorderEndpoint"}} 2015-07-09 16:38:51.953431 22405 [140648769373952] debug KurentoWebSocketTransport WebSocketTransport.cpp:480 processMessage() Response: >{"id":2,"jsonrpc":"2.0","result":{"sessionId":"9471d629-bd3f-4966-b239-cbf3ccbcd8ba","value":"58bf2929-06f5-4925-afca-ed3fd7e0bfd6_MediaPipeline/11ff917e-6093-4dcb-894a-2db59f0a0e60_RecorderEndpoint"}} < 2015-07-09 16:38:52.010165 22405 [140648836515584] debug KurentoWebSocketTransport WebSocketTransport.cpp:478 processMessage() Message: >{"id":3,"jsonrpc":"2.0","method":"invoke","params":{"object":"58bf2929-06f5-4925-afca-ed3fd7e0bfd6_MediaPipeline/576bd060-5dee-43d5-9a76-ab155bdb39fc_WebRtcEndpoint","operation":"connect","operationParams":{"sink":"58bf2929-06f5-4925-afca-ed3fd7e0bfd6_MediaPipeline/11ff917e-6093-4dcb-894a-2db59f0a0e60_RecorderEndpoint"},"sessionId":"9471d629-bd3f-4966-b239-cbf3ccbcd8ba"}} < 2015-07-09 16:38:52.010795 22405 [140648836515584] debug KurentoMediaElementImpl MediaElementImpl.cpp:541 connect() Connecting 58bf2929-06f5-4925-afca-ed3fd7e0bfd6_MediaPipeline/576bd060-5dee-43d5-9a76-ab155bdb39fc_WebRtcEndpoint -> 58bf2929-06f5-4925-afca-ed3fd7e0bfd6_MediaPipeline/11ff917e-6093-4dcb-894a-2db59f0a0e60_RecorderEndpoint params AUDIO 2015-07-09 16:38:52.011136 22405 [140648836515584] debug KurentoMediaElementImpl MediaElementImpl.cpp:541 connect() Connecting 58bf2929-06f5-4925-afca-ed3fd7e0bfd6_MediaPipeline/576bd060-5dee-43d5-9a76-ab155bdb39fc_WebRtcEndpoint -> 58bf2929-06f5-4925-afca-ed3fd7e0bfd6_MediaPipeline/11ff917e-6093-4dcb-894a-2db59f0a0e60_RecorderEndpoint params VIDEO 2015-07-09 16:38:52.011572 22405 [140648836515584] debug KurentoServerMethods ServerMethods.cpp:236 postProcess() Caching: {"id":3,"jsonrpc":"2.0","result":{"sessionId":"9471d629-bd3f-4966-b239-cbf3ccbcd8ba","value":null}} 2015-07-09 16:38:52.011953 22405 [140648836515584] debug KurentoWebSocketTransport WebSocketTransport.cpp:480 processMessage() Response: >{"id":3,"jsonrpc":"2.0","result":{"sessionId":"9471d629-bd3f-4966-b239-cbf3ccbcd8ba","value":null}} < 2015-07-09 16:38:52.071729 22405 [140648836515584] debug KurentoWebSocketTransport WebSocketTransport.cpp:478 processMessage() Message: >{"id":4,"jsonrpc":"2.0","method":"invoke","params":{"object":"58bf2929-06f5-4925-afca-ed3fd7e0bfd6_MediaPipeline/11ff917e-6093-4dcb-894a-2db59f0a0e60_RecorderEndpoint","operation":"record","sessionId":"9471d629-bd3f-4966-b239-cbf3ccbcd8ba"}} < 2015-07-09 16:38:52.082920 22405 [140648836515584] debug KurentoServerMethods ServerMethods.cpp:236 postProcess() Caching: {"id":4,"jsonrpc":"2.0","result":{"sessionId":"9471d629-bd3f-4966-b239-cbf3ccbcd8ba","value":null}} 2015-07-09 16:38:52.084112 22405 [140648836515584] debug KurentoWebSocketTransport WebSocketTransport.cpp:480 processMessage() Response: >{"id":4,"jsonrpc":"2.0","result":{"sessionId":"9471d629-bd3f-4966-b239-cbf3ccbcd8ba","value":null}} < 2015-07-09 16:38:52.168836 22405 [140648769373952] debug KurentoWebSocketTransport WebSocketTransport.cpp:478 processMessage() Message: >{"id":5,"jsonrpc":"2.0","method":"invoke","params":{"object":"58bf2929-06f5-4925-afca-ed3fd7e0bfd6_MediaPipeline/576bd060-5dee-43d5-9a76-ab155bdb39fc_WebRtcEndpoint","operation":"processOffer","operationParams":{"offer":"v=0\r\no=- 2255912807300063085 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE audio video\r\na=msid-semantic: WMS wkykgwQd9mJdePOdXFoCtRLsvLomTAqryzkt\r\nm=audio 41078 RTP/SAVPF 111 103 104 9 0 8 106 105 13 126\r\nc=IN IP4 84.18.134.188\r\na=rtcp:41078 IN IP4 84.18.134.188\r\na=candidate:3378846520 1 udp 2122260223 192.168.1.120 41078 typ host generation 0\r\na=candidate:3378846520 2 udp 2122260223 192.168.1.120 41078 typ host generation 0\r\na=candidate:2280056776 1 tcp 1518280447 192.168.1.120 0 typ host tcptype active generation 0\r\na=candidate:2280056776 2 tcp 1518280447 192.168.1.120 0 typ host tcptype active generation 0\r\na=candidate:1210916236 1 udp 1686052607 84.18.134.188 41078 typ srflx raddr 192.168.1.120 rport 41078 generation 0\r\na=candidate:1210916236 2 udp 1686052607 84.18.134.188 41078 typ srflx raddr 192.168.1.120 rport 41078 generation 0\r\na=ice-ufrag:GN83aCsQuXHoTBML\r\na=ice-pwd:gNn2B1eXj7gJgj3/z4isil7G\r\na=ice-options:google-ice\r\na=fingerprint:sha-256 59:5C:3B:1F:84:66:7D:41:CF:56:EB:17:3D:23:D0:84:B1:39:A2:BF:85:78:F7:3F:C6:39:08:D4:E6:73:24:88\r\na=setup:actpass\r\na=mid:audio\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=sendrecv\r\na=rtcp-mux\r\na=rtpmap:111 opus/48000/2\r\na=fmtp:111 minptime=10; useinbandfec=1\r\na=rtpmap:103 ISAC/16000\r\na=rtpmap:104 ISAC/32000\r\na=rtpmap:9 G722/8000\r\na=rtpmap:0 PCMU/8000\r\na=rtpmap:8 PCMA/8000\r\na=rtpmap:106 CN/32000\r\na=rtpmap:105 CN/16000\r\na=rtpmap:13 CN/8000\r\na=rtpmap:126 telephone-event/8000\r\na=maxptime:60\r\na=ssrc:3185467554 cname:eDueE2Dsi1+iU7iH\r\na=ssrc:3185467554 msid:wkykgwQd9mJdePOdXFoCtRLsvLomTAqryzkt 774c04d9-875a-4f54-a818-5bc5b018c606\r\na=ssrc:3185467554 mslabel:wkykgwQd9mJdePOdXFoCtRLsvLomTAqryzkt\r\na=ssrc:3185467554 label:774c04d9-875a-4f54-a818-5bc5b018c606\r\nm=video 41078 RTP/SAVPF 100 116 117 96\r\nc=IN IP4 84.18.134.188\r\na=rtcp:41078 IN IP4 84.18.134.188\r\na=candidate:3378846520 1 udp 2122260223 192.168.1.120 41078 typ host generation 0\r\na=candidate:3378846520 2 udp 2122260223 192.168.1.120 41078 typ host generation 0\r\na=candidate:2280056776 1 tcp 1518280447 192.168.1.120 0 typ host tcptype active generation 0\r\na=candidate:2280056776 2 tcp 1518280447 192.168.1.120 0 typ host tcptype active generation 0\r\na=candidate:1210916236 1 udp 1686052607 84.18.134.188 41078 typ srflx raddr 192.168.1.120 rport 41078 generation 0\r\na=candidate:1210916236 2 udp 1686052607 84.18.134.188 41078 typ srflx raddr 192.168.1.120 rport 41078 generation 0\r\na=ice-ufrag:GN83aCsQuXHoTBML\r\na=ice-pwd:gNn2B1eXj7gJgj3/z4isil7G\r\na=ice-options:google-ice\r\na=fingerprint:sha-256 59:5C:3B:1F:84:66:7D:41:CF:56:EB:17:3D:23:D0:84:B1:39:A2:BF:85:78:F7:3F:C6:39:08:D4:E6:73:24:88\r\na=setup:actpass\r\na=mid:video\r\na=extmap:2 urn:ietf:params:rtp-hdrext:toffset\r\na=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=sendrecv\r\na=rtcp-mux\r\na=rtpmap:100 VP8/90000\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 nack pli\r\na=rtcp-fb:100 goog-remb\r\na=rtpmap:116 red/90000\r\na=rtpmap:117 ulpfec/90000\r\na=rtpmap:96 rtx/90000\r\na=fmtp:96 apt=100\r\na=ssrc-group:FID 533616075 1581261924\r\na=ssrc:533616075 cname:eDueE2Dsi1+iU7iH\r\na=ssrc:533616075 msid:wkykgwQd9mJdePOdXFoCtRLsvLomTAqryzkt 59d4501b-eb43-4853-8ee0-e7fa6acb488b\r\na=ssrc:533616075 mslabel:wkykgwQd9mJdePOdXFoCtRLsvLomTAqryzkt\r\na=ssrc:533616075 label:59d4501b-eb43-4853-8ee0-e7fa6acb488b\r\na=ssrc:1581261924 cname:eDueE2Dsi1+iU7iH\r\na=ssrc:1581261924 msid:wkykgwQd9mJdePOdXFoCtRLsvLomTAqryzkt 59d4501b-eb43-4853-8ee0-e7fa6acb488b\r\na=ssrc:1581261924 mslabel:wkykgwQd9mJdePOdXFoCtRLsvLomTAqryzkt\r\na=ssrc:1581261924 label:59d4501b-eb43-4853-8ee0-e7fa6acb488b\r\n"},"sessionId":"9471d629-bd3f-4966-b239-cbf3ccbcd8ba"}} < 2015-07-09 16:38:55.215015 22405 [140648769373952] debug KurentoServerMethods ServerMethods.cpp:236 postProcess() Caching: {"id":5,"jsonrpc":"2.0","result":{"sessionId":"9471d629-bd3f-4966-b239-cbf3ccbcd8ba","value":"v=0\r\no=- 2255912807300063085 0 IN IP4 0.0.0.0\r\ns=Kurento Media Server\r\nc=IN IP4 0.0.0.0\r\nt=0 0\r\na=group:BUNDLE audio video\r\nm=audio 33458 RTP/SAVPF 111 0\r\nc=IN IP4 193.205.211.160\r\na=rtpmap:111 opus/48000/2\r\na=rtpmap:0 PCMU/8000\r\na=sendrecv\r\na=rtcp:33458 IN IP4 193.205.211.160\r\na=rtcp-mux\r\na=ssrc:3616595267 cname:user2906259631 at host-7c509684\r\na=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=mid:audio\r\na=ice-ufrag:paju\r\na=ice-pwd:Vu2Rp0el7Ggx0N6RHdDKcT\r\na=fingerprint:sha-256 D5:56:66:B3:D3:10:36:8C:A7:8C:3B:12:FC:FD:14:B2:33:3F:01:A9:26:DA:50:6E:71:B3:20:B0:0E:D3:4F:5A\r\na=candidate:1 1 UDP 2013266431 192.168.111.182 33458 typ host\r\na=candidate:2 1 UDP 1677721855 193.205.211.160 33458 typ srflx raddr 192.168.111.182 rport 33458\r\nm=video 33458 RTP/SAVPF 100\r\nc=IN IP4 193.205.211.160\r\nb=AS:500\r\na=rtpmap:100 VP8/90000\r\na=sendrecv\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 nack pli\r\na=rtcp-fb:100 goog-remb\r\na=rtcp:33458 IN IP4 193.205.211.160\r\na=rtcp-mux\r\na=ssrc:799432308 cname:user2906259631 at host-7c509684\r\na=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=mid:video\r\na=ice-ufrag:paju\r\na=ice-pwd:Vu2Rp0el7Ggx0N6RHdDKcT\r\na=fingerprint:sha-256 D5:56:66:B3:D3:10:36:8C:A7:8C:3B:12:FC:FD:14:B2:33:3F:01:A9:26:DA:50:6E:71:B3:20:B0:0E:D3:4F:5A\r\na=candidate:1 1 UDP 2013266431 192.168.111.182 33458 typ host\r\na=candidate:2 1 UDP 1677721855 193.205.211.160 33458 typ srflx raddr 192.168.111.182 rport 33458\r\n"}} 2015-07-09 16:38:55.215682 22405 [140648769373952] debug KurentoWebSocketTransport WebSocketTransport.cpp:480 processMessage() Response: >{"id":5,"jsonrpc":"2.0","result":{"sessionId":"9471d629-bd3f-4966-b239-cbf3ccbcd8ba","value":"v=0\r\no=- 2255912807300063085 0 IN IP4 0.0.0.0\r\ns=Kurento Media Server\r\nc=IN IP4 0.0.0.0\r\nt=0 0\r\na=group:BUNDLE audio video\r\nm=audio 33458 RTP/SAVPF 111 0\r\nc=IN IP4 193.205.211.160\r\na=rtpmap:111 opus/48000/2\r\na=rtpmap:0 PCMU/8000\r\na=sendrecv\r\na=rtcp:33458 IN IP4 193.205.211.160\r\na=rtcp-mux\r\na=ssrc:3616595267 cname:user2906259631 at host-7c509684\r\na=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=mid:audio\r\na=ice-ufrag:paju\r\na=ice-pwd:Vu2Rp0el7Ggx0N6RHdDKcT\r\na=fingerprint:sha-256 D5:56:66:B3:D3:10:36:8C:A7:8C:3B:12:FC:FD:14:B2:33:3F:01:A9:26:DA:50:6E:71:B3:20:B0:0E:D3:4F:5A\r\na=candidate:1 1 UDP 2013266431 192.168.111.182 33458 typ host\r\na=candidate:2 1 UDP 1677721855 193.205.211.160 33458 typ srflx raddr 192.168.111.182 rport 33458\r\nm=video 33458 RTP/SAVPF 100\r\nc=IN IP4 193.205.211.160\r\nb=AS:500\r\na=rtpmap:100 VP8/90000\r\na=sendrecv\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 nack pli\r\na=rtcp-fb:100 goog-remb\r\na=rtcp:33458 IN IP4 193.205.211.160\r\na=rtcp-mux\r\na=ssrc:799432308 cname:user2906259631 at host-7c509684\r\na=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=mid:video\r\na=ice-ufrag:paju\r\na=ice-pwd:Vu2Rp0el7Ggx0N6RHdDKcT\r\na=fingerprint:sha-256 D5:56:66:B3:D3:10:36:8C:A7:8C:3B:12:FC:FD:14:B2:33:3F:01:A9:26:DA:50:6E:71:B3:20:B0:0E:D3:4F:5A\r\na=candidate:1 1 UDP 2013266431 192.168.111.182 33458 typ host\r\na=candidate:2 1 UDP 1677721855 193.205.211.160 33458 typ srflx raddr 192.168.111.182 rport 33458\r\n"}} < 2015-07-09 16:39:00.379168 22405 [140648836515584] debug KurentoWebSocketTransport WebSocketTransport.cpp:478 processMessage() Message: >{"id":6,"jsonrpc":"2.0","method":"release","params":{"object":"58bf2929-06f5-4925-afca-ed3fd7e0bfd6_MediaPipeline","sessionId":"9471d629-bd3f-4966-b239-cbf3ccbcd8ba"}} < 2015-07-09 16:39:00.379888 22405 [140648836515584] debug KurentoServerMethods ServerMethods.cpp:236 postProcess() Caching: {"id":6,"jsonrpc":"2.0","result":{"sessionId":"9471d629-bd3f-4966-b239-cbf3ccbcd8ba"}} 2015-07-09 16:39:00.380607 22405 [140648836515584] debug KurentoWebSocketTransport WebSocketTransport.cpp:480 processMessage() Response: >{"id":6,"jsonrpc":"2.0","result":{"sessionId":"9471d629-bd3f-4966-b239-cbf3ccbcd8ba"}} < 2015-07-09 16:39:00.380211 22405 [140648853300992] debug KurentoMediaElementImpl MediaElementImpl.cpp:652 disconnect() Disconnecting 58bf2929-06f5-4925-afca-ed3fd7e0bfd6_MediaPipeline/576bd060-5dee-43d5-9a76-ab155bdb39fc_WebRtcEndpoint - 58bf2929-06f5-4925-afca-ed3fd7e0bfd6_MediaPipeline/11ff917e-6093-4dcb-894a-2db59f0a0e60_RecorderEndpoint params AUDIO 2015-07-09 16:39:00.381757 22405 [140648853300992] debug KurentoMediaElementImpl MediaElementImpl.cpp:652 disconnect() Disconnecting 58bf2929-06f5-4925-afca-ed3fd7e0bfd6_MediaPipeline/576bd060-5dee-43d5-9a76-ab155bdb39fc_WebRtcEndpoint - 58bf2929-06f5-4925-afca-ed3fd7e0bfd6_MediaPipeline/11ff917e-6093-4dcb-894a-2db59f0a0e60_RecorderEndpoint params VIDEO 2015-07-09 16:39:00.383669 22405 [140648853300992] debug KurentoMediaSet MediaSet.cpp:405 async_delete() Destroying RecorderEndpoint -> 58bf2929-06f5-4925-afca-ed3fd7e0bfd6_MediaPipeline/11ff917e-6093-4dcb-894a-2db59f0a0e60_RecorderEndpoint 2015-07-09 16:39:00.385753 22405 [140647750371072] error vp8enc gstvp8enc.c:1902 gst_vp8_enc_drain() encode returned 1 error 2015-07-09 16:39:00.395817 22405 [140648853300992] debug KurentoMediaSet MediaSet.cpp:405 async_delete() Destroying WebRtcEndpoint -> 58bf2929-06f5-4925-afca-ed3fd7e0bfd6_MediaPipeline/576bd060-5dee-43d5-9a76-ab155bdb39fc_WebRtcEndpoint 2015-07-09 16:39:00.485341 22405 [140648853300992] debug KurentoMediaSet MediaSet.cpp:405 async_delete() Destroying MediaPipeline -> 58bf2929-06f5-4925-afca-ed3fd7e0bfd6_MediaPipeline -------------- next part -------------- A non-text attachment was scrubbed... Name: ff623fe1-b7d0-87cf-dcb4-9416ce787200.webm Type: video/webm Size: 159126 bytes Desc: not available URL: From amaestrini at create-net.org Mon Jul 13 08:41:02 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Mon, 13 Jul 2015 08:41:02 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Italy Hub] Urgent: Iaas GE API server URL and availability of v2.0 APIs in Spain2 region Message-ID: Dear FIWARE coach, we forward you a support request received from a CreatiFI applicant we are not able to solve. Please let us know if you need direct contact with the submitter. Thanks. *********************************** Hello, we are performing new tests of our architecture, trying to overcome the limitation of using just 1 external IP address, as imposed by the move of our project to Spain2 node from Karlskrona region (where each server had an external IP address). When our LoadBalancer, which was working weeks ago, tries to authenticate I receive the following error: {"error": {"message": "get_version_v2() got an unexpected keyword argument 'auth'", "code": 400, "title": "Bad Request"}} In the documentation we followed, the OS_AUTH_URL was http://130.206.82.10:4730/v2.0/ Now, a auth request on that URL returns:

504 Gateway Time-out

The server didn't respond in time. I tried to replace the URL with http://cloud.lab.fiware.org:4730 And the following curl test: curl -d '{"auth": {"tenantName": "00000000000000000000000000006303", "passwordCredentials":{"username": "gianni at solidshield.com", "password": "mypassword"}}}' -H "Content-type: application/json" http://cloud.lab.fiware.org:4730/v2.0/ returns a: {"error": {"message": "get_version_v2() got an unexpected keyword argument 'auth'", "code": 400, "title": "Bad Request"}} What URL should I use now in order to authenticate and then use the IaaS restful APIs, as we did in the past? Are v2.0 APIs still supported? Thanks in advance, Gianni *********************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Mon Jul 13 08:44:12 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Mon, 13 Jul 2015 08:44:12 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Benelux Hub] Object Storage GE: Is generating a temp-URL supported? Message-ID: Dear FIWARE coach, we forward you a support request received from a CreatiFI applicant we are not able to solve. Please let us know if you need direct contact with the submitter. Thanks. ********************************** Hi, working with Object Storage GE using JOSS (Java-API) works since almost a month now using Lannion2-region. Now I wanted to restrict access to the container and use temporary URLs to allow temporary access to objects. When setting the container to private access and then trying to use the temp-URL feature as described here ( http://developer.openstack.org/api-ref-objectstorage-v1.html) using 'temp_url_sig' and 'temp_url_expires' I only get a 401 - Unauthorized as response. URL (expires somewhen in august): http://api2.xifi.imaginlab.fr:8080/v1/AUTH_00000000000000000000000000011121/test2/assets%2Fimages%2F1ebc3c49-1dea-4f0d-bed9-c3daaf007748.jpg?temp_url_sig=1f57f3508efd55fe0f14e29f9e128b60e82b4ce0&temp_url_expires=1440216897 Hash-Password used: db59319d-36a9-41d1-a992-b0f7f26d06c3 Is there anything obvious that I'm missing? Thanks, Clemens ********************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From xavier.carol at i2cat.net Mon Jul 13 09:13:57 2015 From: xavier.carol at i2cat.net (Xavier Carol Rossell) Date: Mon, 13 Jul 2015 09:13:57 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Helsinki Hub] General Support #353: Instance on Spain2 region is not reachable In-Reply-To: References: Message-ID: Hi, The user is asking for this other VM that seems to have the same problem. Name: GBerryBackendDBServer ID: 48e11971-956f-4bfd-bfb7-0688843ea2a6 Status: ACTIVE node-int-net-01: 192.168.197.237 Thanks in advance. Kind regards, Xavier Carol. 2015-07-10 12:44 GMT+02:00 Silvio Cretti : > The VM should be up again. > silvio > > On Fri, Jul 10, 2015 at 9:25 AM, Xavier Carol Rossell < > xavier.carol at i2cat.net> wrote: > >> Hi >> >> A user cannot access his VM locate in the Spain2 node. Here it is his >> report: >> >> "Hi, I have instances on Spain2 region and one instance has public IP. >> They have been working ok in the past, but I haven't accessed them for >> couple of weeks. Now I can't reach the instance with ssh using public IP . >> Connection time outs. My location is exactly same as was when connection >> were working. Reboot of instance (via web interface) didn't help. >> >> Instance info below: >> Public IP I'm using: 130.206.118.74 >> >> Info >> >> Name: GBerryFrontEnd >> ID: 6b59b666-b95c-480c-85f1-1a8f09e8e653 >> Status: ACTIVE >> Specs >> >> RAM: 4096MB >> VCPUs: 2 VCPU >> Disk: 40GB >> IP Addresses >> >> node-int-net-01: 192.168.197.236 >> node-int-net-01: 130.206.118.74" >> >> Thanks in advance, >> Xavier Carol. >> >> _______________________________________________ >> Fiware-creatifi-coaching mailing list >> Fiware-creatifi-coaching at lists.fi-ware.org >> https://lists.fi-ware.org/listinfo/fiware-creatifi-coaching >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From xavier.carol at i2cat.net Mon Jul 13 09:18:32 2015 From: xavier.carol at i2cat.net (Xavier Carol Rossell) Date: Mon, 13 Jul 2015 09:18:32 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Helsinki Hub] General Support #355: Not possible to create table from select Message-ID: Hi, A user is having trouble accessing the global instance of Cosmos. Here it is his report: "CREATE TABLE mick_viewers_count AS SELECT account, COUNT as count FROM mick_viewers GROUP BY account; After running for about 2 mins (map/reduce job) fails with: Failed with exception org.apache.hadoop.security.AccessControlException: Permission denied: user=mick, access=EXECUTE, inode="/user/hive":hive:hive:drwxr----- FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask" Thanks in advance, Xavier Carol. -------------- next part -------------- An HTML attachment was scrubbed... URL: From xavier.carol at i2cat.net Mon Jul 13 09:53:46 2015 From: xavier.carol at i2cat.net (Xavier Carol Rossell) Date: Mon, 13 Jul 2015 09:53:46 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Helsinki Hub] General Support #355: Not possible to create table from select In-Reply-To: References: Message-ID: Hi, The user reports that the problem has been solved. This ticket can be closed. Thanks. 2015-07-13 9:18 GMT+02:00 Xavier Carol Rossell : > Hi, > > A user is having trouble accessing the global instance of Cosmos. Here it > is his report: > > "CREATE TABLE mick_viewers_count AS SELECT account, COUNT as count FROM > mick_viewers GROUP BY account; > After running for about 2 mins (map/reduce job) fails with: > > Failed with exception org.apache.hadoop.security.AccessControlException: > Permission denied: user=mick, access=EXECUTE, > inode="/user/hive":hive:hive:drwxr----- > FAILED: Execution Error, return code 1 from > org.apache.hadoop.hive.ql.exec.MoveTask" > > Thanks in advance, > Xavier Carol. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Mon Jul 13 11:04:55 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Mon, 13 Jul 2015 11:04:55 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Benelux Hub] OAuth problems with KeyRock in Spain2 Message-ID: Dear FIWARE coach, we forward you a support request received from a CreatiFI applicant we are not able to solve. Please let us know if you need direct contact with the submitter. Thanks. ***************************** Hi, we're having a bit of an issue with KeyRock authentication. To be able to integrate VBOT platform with KeyRock (and other identity providers), we've built a federated authorisation system, based around OAuth2. At the moment as it stands you can login to VBOT platform using many different identity providers, including Facebook or Twitter for example. The same way, we wanted to include an option to sign in with KeyRock based account - in this case a FIware account. Are there any differences in the way KeyRock server would authorise users, vs a standard oauth2 server (ie - according to the oauth2 specification http://tools.ietf.org/html/rfc6749)? Could you please let us know if there are any additional headers, requests or variations required for the KeyRock server to work the way as we intended? We are trying to use our oauth2 client to connect to KeyRock or FIWARE accounts but unfortunately, it didnt work. We also tried using omniauth-fiware gem in our rails app but it didn't work either - in callback phase, we're getting: ERROR -- omniauth: (fiware) Authentication failure! invalid_credentials: OAuth2::Error, Authentication header missing. Use HTTP Basic. ***************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Mon Jul 13 12:22:39 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Mon, 13 Jul 2015 12:22:39 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Benelux Hub] Launching Blueprint-Instances fails in Spain region Message-ID: Dear FIWARE coach, we forward you a support request received from a CreatiFI applicant we are not able to solve. Please let us know if you need direct contact with the submitter. Thanks. ********************************** Hi, launching Blueprint-Templates currently first failed with: Error: Error creating blueprint Test. Cause: 0 Error And after retrying fails with: Error: Infrastructure error Error creating server: String index out of range: -10 Best, Clemens ********************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Mon Jul 13 13:55:53 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Mon, 13 Jul 2015 13:55:53 +0200 Subject: [Fiware-creatifi-coaching] [creatiFI Benelux Hub] http://edu.fiware.org/ is down / forbidden Message-ID: Dear FIWARE coach, we forward you a support request received from a CreatiFI applicant we are not able to solve. Please let us know if you need direct contact with the submitter. Thanks. **************************** Hi, it seems http://edu.fiware.org/ is currently not available. Can you fix the issue? Best, Clemens **************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Mon Jul 13 15:51:58 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Mon, 13 Jul 2015 15:51:58 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Italy Hub] Security Monitoring image on Trento region In-Reply-To: References: Message-ID: Dear FIWARE coach, we received an updated from a CreatiFI applicants who is asking for news about his issue. CreatiFI phase 1 finishes on 15th of July. The developer needs an answer asap. Could you provide some hints? Thanks in advance. On Thu, Jul 2, 2015 at 9:57 AM, Andrea Maestrini wrote: > Dear FIWARE coach, > we forward you a support request received from a CreatiFI applicant we are > not able to solve. > Please let us know if you need direct contact with the submitter. > Thanks. > > ********************************* > > Hi, > > on documentation ([[ > http://catalogue.fiware.org/enablers/security-monitoring/creating-instances]]) > I followed the instruction for deploying a dedicated GE instance based on > an image. > > But in my cloud portal I can't see any image with name > SecMonitoring-GE-AttackGraph-Scoring-Remediation-Thales-3.3.3 > > How I can do that? > > thxs > > ********************************* > -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Mon Jul 13 17:27:28 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Mon, 13 Jul 2015 17:27:28 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Italy Hub] Urgent: Iaas GE API server URL and availability of v2.0 APIs in Spain2 region In-Reply-To: References: Message-ID: Dear FIWARE coach, we received an updated from a CreatiFI applicants. CreatiFI phase 1 finishes on 15th of July. The developer needs an answer asap. Could you provide some hints? Thanks in advance. ************************************ Hi, I've been able to authenticate myself, by using the following request: curl -k -d '{"auth": {"tenantId": "00000000000000000000000000006303", "passwordCredentials":{"username": "gianni at solidshield.com", "password": "mypassword"}}}' -H "Content-type: application/json" https://cloud.lab.fiware.org/keystone/v2.0/tokens Now the problem is that compute APIs we implemented in our prototype seems no longer useable with the GE. As "Compute API v2 (SUPPORTED)" ( http://developer.openstack.org/api-ref-compute-v2.html) says, to list our running VMs we used GET /v2/?{tenant_id}?/servers, resulting in querying this URL: http://194.47.157.5:8774/v2/00000000000000000000000000006303 To get this address we looked up the result of get Token requests, access.serviceCatalog nodes, for the node of type compute, name nova for our region (it was Karlskrona). Doing the same for our new node Spain2 results in the following URL: http://130.206.112.3:9696/v2.0/00000000000000000000000000006303/servers But performing a CURL requests on it returns the following error: HTTP/1.1 404 Not Found Content-Length: 52 Content-Type: text/plain; charset=UTF-8 X-Openstack-Request-Id: req-0ca5ca70-a542-439e-921d-3c82e7fba9ac Date: Mon, 13 Jul 2015 14:57:01 GMT Connection: close 404 Not Found The resource could not be found. Trying to use the end point marked as "type" "computev3" and "name" "novav3" is even worse: for all regions the URL is http://puppet-master.lab.fi-ware.org which is not responding to any request. Is the support of IaaS GE currently broken? Wednesday July 15th is the deadline for our Creatify project and this problem is blocking our prototype, we need urgent support. Thanks for your understanding, Gianni ************************************ On Mon, Jul 13, 2015 at 8:41 AM, Andrea Maestrini wrote: > Dear FIWARE coach, > we forward you a support request received from a CreatiFI applicant we are > not able to solve. > Please let us know if you need direct contact with the submitter. > Thanks. > > *********************************** > > Hello, > we are performing new tests of our architecture, trying to overcome the > limitation of using just 1 external IP address, as imposed by the move of > our project to Spain2 node from Karlskrona region (where each server had an > external IP address). > > When our LoadBalancer, which was working weeks ago, tries to authenticate > I receive the following error: > {"error": {"message": "get_version_v2() got an unexpected keyword argument > 'auth'", "code": 400, "title": "Bad Request"}} > > In the documentation we followed, the OS_AUTH_URL was > http://130.206.82.10:4730/v2.0/ > > Now, a auth request on that URL returns: >

504 Gateway Time-out

> The server didn't respond in time. > > > I tried to replace the URL with http://cloud.lab.fiware.org:4730 > > And the following curl test: > curl -d '{"auth": {"tenantName": "00000000000000000000000000006303", > "passwordCredentials":{"username": "gianni at solidshield.com", "password": > "mypassword"}}}' -H "Content-type: application/json" > http://cloud.lab.fiware.org:4730/v2.0/ > > returns a: > {"error": {"message": "get_version_v2() got an unexpected keyword argument > 'auth'", "code": 400, "title": "Bad Request"}} > > What URL should I use now in order to authenticate and then use the IaaS > restful APIs, as we did in the past? > Are v2.0 APIs still supported? > > Thanks in advance, > Gianni > > *********************************** > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Tue Jul 14 08:34:42 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Tue, 14 Jul 2015 08:34:42 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Benelux Hub] Kurento-based video recorder produces invalid video files In-Reply-To: References: Message-ID: Dear FIWARE coach, we received an updated from a CreatiFI applicants. CreatiFI phase 1 finishes on 15th of July. The developer needs an answer asap. Could you provide some hints? Thanks in advance. *********************************************** Here are the details: 1. Logs: https://gist.github.com/mbajur/7b28464e80803f7bcc10 2. Version: Found modules: Module: 'core' version '5.1.0' Module: 'elements' version '5.1.0' Module: 'filters' version '5.1.0' 3. https://gist.github.com/mbajur/27d9bf6dd6467f0546c7 4. We're trying to record audio and video using webRTC recorder (and save it to webm). It was recording files pretty well for a few times when we started working on it but, after some time, it stoped. Without making any changes to the JS code. It's apparently an issue with the backend *********************************************** On Wed, Jul 1, 2015 at 12:36 PM, Andrea Maestrini wrote: > Dear FIWARE coach, > we forward you an update request received from a CreatiFI applicant we are > not able to solve. > Please let us know if you need direct contact with the submitter. > Thanks. > > ********************************** > > Previously, we've been trying to use kurento server to record a webcam > videos in browser, save them on the server as mp4 files and send them to > our video processing backend. > > Kurento uses webm as a default but that extension is not supported by > Windows Media Services (used by our backend) so we were forced to try to > use a mp4 saving format. > > First attempt ended up with empty files generated by Kurento. After few > issues created and few discussions on github and [tutaj nazywa tego serwisu > do zg?aszania usterek w kurento] we have been told, that it's a common > issue when kurento is configured to use mp4 and we should change it to webm. > > We have tried that recently but that issue is still there - kurento > produces empty, 0 byte webm files which are obviously corrupted and are not > able to be processed by ffmpeg nor Windows Media Services. > > Basically this is the "status report" on the solution that FIWARE expert > has been provided to us before: "We have been making some tests and our > recommendation for you is to record using WEBM format and later > post-process and transcode the media to the format you want. Recording > needs to take place in live mode and some MP4 players don't like the > container format required for that. Using WEBM in combination with a > post-processing step (for which you can use ffmpeg) is probably your best > option for avoiding such type of incompatibilities." > > However, even after changing the video format to webm as it has been > suggested to us -- the 0-file-size problem persists. > The question is then - is there anything else that can be done about it? > ********************************** > > On Thu, Apr 9, 2015 at 2:48 PM, Andrea Maestrini < > amaestrini at create-net.org> wrote: > >> Dear FIWARE coach, >> we forward you a support request received from a CreatiFI applicant we >> are not able to solve. >> Please let us know if you need direct contact with the submitter. >> Thanks. >> >> ******************************* >> >> We are using Kurento to capture video from browsers - specifically >> Android phone based browser - to avoid the users having to download and >> install the VBOT native video recorder app. >> >> We have installed Kurento Media Server on our server - the reason is that >> we are uploading the recorded videos further to our VBOT pipeline. We >> needed to keep our middleware and Kurento installed on the same server to >> be able to push the video file to our storage (MS Azure). >> >> After installation everything was working great but after a day, without >> any further changes made to the code, we have encountered a strange issue >> with files generated by a recorder. >> >> Basically, files saved by kurento recorder javascript app are corrupted >> (empty) and running >> >> ffmpeg -i /tmp/video.mp4 >> >> returns: >> >> /tmp/video.mp4: Invalid data found when processing input >> >> JS Client code: https://gist.github.com/p-grzelczak/236f1e8d9e10eca95fe2 >> >> What can be possibly wrong in here or how to even debug that? >> >> I would really appreciate the help. >> >> ******************************* >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Tue Jul 14 08:38:03 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Tue, 14 Jul 2015 08:38:03 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Benelux Hub] Accessing Object Storage with tools like Cyberduck, Cloudberry Explorer Message-ID: Dear FIWARE coach, we received a support request from a CreatiFI applicant we are not able to solve. CreatiFI phase 1 finishes on 15th of July. The developer needs an answer asap. Could you provide some hints? Thanks in advance. *********************************** Hi, just out of interest - did someone mangage to get a file-browser tool like Cyberduck, Cloudberry Explorer running with Object Storage? It would be convenient during development to cleanup test-data. I figured out that there are some HTTP only connection profiles for Openstack Swift available for Cyberduck (attached) but it seems that it always tries to connect to a region where Object Storage is not avaialble.. Best, Clemens *********************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Openstack Swift (HTTP).cyberduckprofile Type: application/octet-stream Size: 510 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Openstack Swift (Keystone HTTP).cyberduckprofile Type: application/octet-stream Size: 746 bytes Desc: not available URL: From amaestrini at create-net.org Tue Jul 14 08:41:58 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Tue, 14 Jul 2015 08:41:58 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Italy Hub] Kurento Video Encoding Error In-Reply-To: References: Message-ID: Dear FIWARE coach, we received an updated from a CreatiFI applicant who is asking for news about his issue. CreatiFI phase 1 finishes on 15th of July. The developer needs an answer asap. Could you provide some hints? Thanks in advance. On Mon, Jul 13, 2015 at 8:37 AM, Andrea Maestrini wrote: > Dear FIWARE coach, > we forward you a support request received from a CreatiFI applicant we are > not able to solve. > Please let us know if you need direct contact with the submitter. > Thanks. > > ************************************* > > Dear > > Problems: activating a recording of our video stream on KMS we get a file > that is misbehaving in reproduction in Google Chrome on Mac and Windows > platforms: the video file displays all the frames at an early stage, even > before it begins playback; once you started playback you see the last frame > (fixed) of the video, while audio is played correctly. No problem recorded > in a Linux environment. > > Environment: the machine hosting KMS is our application server in the > network fi-ware of Trento. The same problem also plays on my development > machine (Kubuntu). > > see in attach: > - log file of the procedure described above > - recorded webm file > > can you suggest a solution > > Stefano > > ************************************* > -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Tue Jul 14 08:44:01 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Tue, 14 Jul 2015 08:44:01 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Italy Hub] security monitoring instance Trento node In-Reply-To: References: Message-ID: Dear FIWARE coach, we received an updated from a CreatiFI applicants who is asking for news about his issue. CreatiFI phase 1 finishes on 15th of July. The developer needs an answer asap. Could you provide some hints? Thanks in advance. On Mon, Jul 13, 2015 at 8:33 AM, Andrea Maestrini wrote: > Dear FIWARE coach, > we forward you a support request received from a CreatiFI applicant we are > not able to solve. > Please let us know if you need direct contact with the submitter. > Thanks. > > ************************************ > > Hi, > > we are trying to use this instance of mulval attack: > > http://secmonitoring.testbed.fi-ware.org/AttackGraphEngine/attackgraph.jsp > > unfortunately with different input it seems that we always get the same > output (found in the Annex) > > are we doing something wrong? > > ************************************ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Tue Jul 14 08:44:27 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Tue, 14 Jul 2015 08:44:27 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Benelux Hub] FIWARE Lab IDM issue In-Reply-To: References: Message-ID: Dear FIWARE coach, we received an updated from a CreatiFI applicants who is asking for news about his issue. CreatiFI phase 1 finishes on 15th of July. The developer needs an answer asap. Could you provide some hints? Thanks in advance. On Mon, Jul 13, 2015 at 8:30 AM, Andrea Maestrini wrote: > Dear FIWARE coach, > we forward you a support request received from a CreatiFI applicant we are > not able to solve. > Please let us know if you need direct contact with the submitter. > Thanks. > > ************************************* > > Hi, > > I am trying to get an access token using FIWARE Lab IDM. > I have accounts created and the application is defined. > Everything works fine for authorization code grant. > But when I want to get an access token only using client_id and > client_secret (client credentials grant) I get an internal server error. > See my code below (which I got from the educational videos), I have > omitted my client_id and client_secret of course: > > var basic = new Buffer(client_id + ':' + client_secret).toString('base64'); > var body = 'grant_type=client_credentials'; > > var options = { > hostname: 'account.lab.fiware.org', > port: 443, > path: '/oauth2/token', > method: 'POST', > headers: { > 'Authorization': 'Basic ' + basic, > 'Content-Type': 'application/x-www-form-urlencoded', > 'Content-Length': body.length > } > }; > > var req = https.request(options, function(res) { > res.setEncoding('utf8'); > res.on('data', function(data) { > if(res.statusCode === 200) { > var resp = JSON.parse(data); > var token = resp['access_token']; > console.log('Token: ' + token); > } > else { > console.log(data); > } > }); > }); > > req.write(body); > req.end(); > > And this is the JSON response I get back: {"error": {"message": "An > unexpected error prevented the server from fulfilling your request.", > "code": 500, "title": "Internal Server Error"}} > > thxs > > ************************************* > -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Tue Jul 14 08:44:51 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Tue, 14 Jul 2015 08:44:51 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Benelux Hub] OAuth problems with KeyRock in Spain2 In-Reply-To: References: Message-ID: Dear FIWARE coach, we received an updated from a CreatiFI applicants who is asking for news about his issue. CreatiFI phase 1 finishes on 15th of July. The developer needs an answer asap. Could you provide some hints? Thanks in advance. On Mon, Jul 13, 2015 at 11:04 AM, Andrea Maestrini < amaestrini at create-net.org> wrote: > Dear FIWARE coach, > we forward you a support request received from a CreatiFI applicant we are > not able to solve. > Please let us know if you need direct contact with the submitter. > Thanks. > > ***************************** > > Hi, we're having a bit of an issue with KeyRock authentication. > > To be able to integrate VBOT platform with KeyRock (and other identity > providers), we've built a federated authorisation system, based around > OAuth2. At the moment as it stands you can login to VBOT platform using > many different identity providers, including Facebook or Twitter for > example. The same way, we wanted to include an option to sign in with > KeyRock based account - in this case a FIware account. > > Are there any differences in the way KeyRock server would authorise users, > vs a standard oauth2 server (ie - according to the oauth2 specification > http://tools.ietf.org/html/rfc6749)? > Could you please let us know if there are any additional headers, requests > or variations required for the KeyRock server to work the way as we > intended? > > We are trying to use our oauth2 client to connect to KeyRock or FIWARE > accounts but unfortunately, it didnt work. > > We also tried using omniauth-fiware gem in our rails app but it didn't > work either - in callback phase, we're getting: > > ERROR -- omniauth: (fiware) Authentication failure! invalid_credentials: OAuth2::Error, Authentication header missing. Use HTTP Basic. > > > > ***************************** > -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Tue Jul 14 08:46:56 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Tue, 14 Jul 2015 08:46:56 +0200 Subject: [Fiware-creatifi-coaching] [creatiFI Benelux Hub] http://edu.fiware.org/ is down / forbidden In-Reply-To: References: Message-ID: Dear FIWARE coach, we received an updated from a CreatiFI applicants who is asking for news about his issue. CreatiFI phase 1 finishes on 15th of July. The developer needs an answer asap. Could you provide some hints? Thanks in advance. On Mon, Jul 13, 2015 at 1:55 PM, Andrea Maestrini wrote: > Dear FIWARE coach, > we forward you a support request received from a CreatiFI applicant we are > not able to solve. > Please let us know if you need direct contact with the submitter. > Thanks. > > **************************** > > Hi, > > it seems http://edu.fiware.org/ is currently not available. Can you fix > the issue? > > Best, > Clemens > > **************************** > -------------- next part -------------- An HTML attachment was scrubbed... URL: From xavier.carol at i2cat.net Tue Jul 14 13:28:11 2015 From: xavier.carol at i2cat.net (Xavier Carol Rossell) Date: Tue, 14 Jul 2015 13:28:11 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Helsinki Hub] General Support #370: My FI-LAB Instance is no longer available via SSH Message-ID: Hi, A user cannot access his VM from ssh. He says that the security group allows port 22 from all IPs. And he didn't changed anything for weeks. Private data will be sent by email. Kr, Xavier Carol. -------------- next part -------------- An HTML attachment was scrubbed... URL: From xavier.carol at i2cat.net Tue Jul 14 13:39:35 2015 From: xavier.carol at i2cat.net (Xavier Carol Rossell) Date: Tue, 14 Jul 2015 13:39:35 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Barcelona Hub] General Support #369: Auth-token not found in request header Message-ID: Hi, A user is getting an error when accessing Cosmos. Here it is his report: "_C:\hadoop>curl -i -X PUT " http://cosmos.lab.fi-ware.org:14000/webhdfs/v1/user/to gnazzi/data_input/sumary_data.txt?op=CREATE&user.name=tognazzi HTTP/1.1 401 Unauthorized X-Powered-By: Express Access-Control-Allow-Origin: * Access-Control-Allow-Methods: HEAD, POST, GET, OPTIONS, DELETE Access-Control-Allow-Headers: origin, content-type, X-Auth-Token, Tenant-ID, Aut horization WWW-Authenticate: IDM uri = https://account.lab.fiware.org Content-Type: text/html; charset=utf-8 Content-Length: 38 ETag: W/"26-xEn+eJxPP6CaYCIoUctfxw" Date: Mon, 13 Jul 2015 22:59:12 GMT Connection: keep-alive Auth-token not found in request header_" Thanks in advance. Kr, Xavier Carol. -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Tue Jul 14 14:06:37 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Tue, 14 Jul 2015 14:06:37 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Benelux Hub] Running a MapReduce job on COSMOS Hadoop GE with Mahout library Message-ID: Dear FIWARE coach, we forward you a support request received from a CreatiFI applicant we are not able to solve. Please let us know if you need direct contact with the submitter. Thanks. ********************************* We struggle getting a custom MapReduce job running with an external library. We can do the following: run the hadoop-examples.jar run the hadoop-examples.jar in our home directory run the hadoop word-count.jar example in our home directory We fail to run the following: run the hadoop word-count.jar with mahout: we get the following compiler error [jakob.zeitler at cosmosmaster-gi WordCountExample]$ javac -classpath "/usr/lib/hadoop-0.20/hadoop-0.20.2-cdh3u6-core.jar:/home/jakob.zeitler/lib/apache-mahout-distribution-0.10.1/*:/home/jakob.zeitler/lib/apache-mahout-distribution-0.10.1/lib/*" -d classes/ WordCount.java WordCount.java:12: cannot find symbol symbol : class mahout location: package org.apache import org.apache.mahout; ^ 1 error ********************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Tue Jul 14 15:48:21 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Tue, 14 Jul 2015 15:48:21 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Benelux Hub] Running a MapReduce job on COSMOS Hadoop GE with Mahout library In-Reply-To: References: Message-ID: Dear CreatiFI coach, the applicants resolved the issue by himself. You can close the ticket BR On Tue, Jul 14, 2015 at 2:06 PM, Andrea Maestrini wrote: > Dear FIWARE coach, > we forward you a support request received from a CreatiFI applicant we are > not able to solve. > Please let us know if you need direct contact with the submitter. > Thanks. > > ********************************* > > We struggle getting a custom MapReduce job running with an external > library. > > We can do the following: > run the hadoop-examples.jar > run the hadoop-examples.jar in our home directory > run the hadoop word-count.jar example in our home directory > > We fail to run the following: > run the hadoop word-count.jar with mahout: we get the following compiler > error > > [jakob.zeitler at cosmosmaster-gi WordCountExample]$ javac -classpath "/usr/lib/hadoop-0.20/hadoop-0.20.2-cdh3u6-core.jar:/home/jakob.zeitler/lib/apache-mahout-distribution-0.10.1/*:/home/jakob.zeitler/lib/apache-mahout-distribution-0.10.1/lib/*" -d classes/ WordCount.java > WordCount.java:12: cannot find symbol > symbol : class mahout > location: package org.apache > import org.apache.mahout; > ^ > 1 error > > > ********************************* > -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Mon Jul 20 14:41:37 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Mon, 20 Jul 2015 14:41:37 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Benelux Hub] Fail to request auth token for COSMOS in berlin node Message-ID: Dear FIWARE coach, we forward you a support request received from a CreatiFI applicant we are not able to solve. Please let us know if you need direct contact with the submitter. Thanks. ******************************** I am doing the following: curl -k -X POST "https://cosmos.lab.fiware.org:13000/cosmos-auth/v1/token" -H "Content-Type: application/x-www-form-urlencoded" -d "grant_type=password&username=jakob.zeitler at golastmile.com&password=trv123trv123" {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}} Password works perfectly on web GUI as well as SHELL. ******************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Mon Jul 20 14:44:05 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Mon, 20 Jul 2015 14:44:05 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Italy Hub] error in recording video on kurento Message-ID: Dear FIWARE coach, we forward you a support request received from a CreatiFI applicant we are not able to solve. Please let us know if you need direct contact with the submitter. Thanks. ********************************* Hi, for our application we need to record a video session on kurento. Starting from the available recording tutorial, we have implemented the functionality to record video MP4. Repeating the test recording in the same conditions, the functionality records the video properly in some cases while in others it returns an error and the size of the recorded video is 0. Attached two log files for the case ok and the case ko. I add the kurento version we are using root at ips-appserver:~# dpkg -l | grep kms ii kms-core 5.1.5-trusty amd64 Kurento core module ii kms-elements 5.1.4-trusty amd64 Kurento elements module ii kms-filters 5.1.1-trusty amd64 Kurento filters module ii kms-jsonrpc 0.3.0-trusty amd64 Kurento jsonrpc library root at ips-appserver:~# dpkg -l | grep kurento ii kurento-media-server 5.1.3-trusty amd64 Kurento Media Server Can you suggest how to manage to stabilize the functionality? Thanks S. ********************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- 2015-07-18 11:28:50.724756 31522 [140587290154752] debug KurentoWebSocketTransport WebSocketTransport.cpp:478 processMessage() Message: >{"id":28,"jsonrpc":"2.0","method":"create","params":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","type":"MediaPipeline"}} < 2015-07-18 11:28:50.726118 31522 [140587290154752] debug KurentoServerMethods ServerMethods.cpp:236 postProcess() Caching: {"id":28,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","value":"3354d92f-89db-4b0a-bd04-5c5f525950df_MediaPipeline"}} 2015-07-18 11:28:50.726442 31522 [140587290154752] debug KurentoWebSocketTransport WebSocketTransport.cpp:480 processMessage() Response: >{"id":28,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","value":"3354d92f-89db-4b0a-bd04-5c5f525950df_MediaPipeline"}} < 2015-07-18 11:28:50.830738 31522 [140587281762048] debug KurentoWebSocketTransport WebSocketTransport.cpp:478 processMessage() Message: >{"id":29,"jsonrpc":"2.0","method":"create","params":{"constructorParams":{"mediaPipeline":"3354d92f-89db-4b0a-bd04-5c5f525950df_MediaPipeline"},"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","type":"WebRtcEndpoint"}} < 2015-07-18 11:28:50.832845 31522 [140587281762048] info KurentoWebRtcEndpointImpl WebRtcEndpointImpl.cpp:162 remove_not_supported_codecs_from_pattern() Removing not supported codec from pattern: '99 AMR/8000/1' 2015-07-18 11:28:50.833420 31522 [140587281762048] info KurentoWebRtcEndpointImpl WebRtcEndpointImpl.cpp:162 remove_not_supported_codecs_from_pattern() Removing not supported codec from pattern: '96 H263-1998/90000' 2015-07-18 11:28:50.833613 31522 [140587281762048] info KurentoWebRtcEndpointImpl WebRtcEndpointImpl.cpp:162 remove_not_supported_codecs_from_pattern() Removing not supported codec from pattern: '100 MP4V-ES/90000' 2015-07-18 11:28:50.833790 31522 [140587281762048] info KurentoWebRtcEndpointImpl WebRtcEndpointImpl.cpp:162 remove_not_supported_codecs_from_pattern() Removing not supported codec from pattern: '101 H264/90000' 2015-07-18 11:28:50.834110 31522 [140587281762048] info KurentoWebRtcEndpointImpl WebRtcEndpointImpl.cpp:232 WebRtcEndpointImpl() stun port 19302 2015-07-18 11:28:50.834312 31522 [140587281762048] info KurentoWebRtcEndpointImpl WebRtcEndpointImpl.cpp:236 WebRtcEndpointImpl() stun address 74.125.200.127 2015-07-18 11:28:50.834703 31522 [140587281762048] debug KurentoServerMethods ServerMethods.cpp:236 postProcess() Caching: {"id":29,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","value":"3354d92f-89db-4b0a-bd04-5c5f525950df_MediaPipeline/5cbd3a0c-6b97-4df0-b7fb-0cdcf39d2cb3_WebRtcEndpoint"}} 2015-07-18 11:28:50.835020 31522 [140587281762048] debug KurentoWebSocketTransport WebSocketTransport.cpp:480 processMessage() Response: >{"id":29,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","value":"3354d92f-89db-4b0a-bd04-5c5f525950df_MediaPipeline/5cbd3a0c-6b97-4df0-b7fb-0cdcf39d2cb3_WebRtcEndpoint"}} < 2015-07-18 11:28:50.948468 31522 [140587290154752] debug KurentoWebSocketTransport WebSocketTransport.cpp:478 processMessage() Message: >{"id":30,"jsonrpc":"2.0","method":"create","params":{"constructorParams":{"mediaPipeline":"3354d92f-89db-4b0a-bd04-5c5f525950df_MediaPipeline","mediaProfile":"MP4","uri":"file:///var/www/html/tmp/be4ddc4f-c574-8709-cc04-06db95660bf1.mp4"},"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","type":"RecorderEndpoint"}} < 2015-07-18 11:28:50.971240 31522 [140587290154752] info KurentoRecorderEndpointImpl RecorderEndpointImpl.cpp:40 RecorderEndpointImpl() Set MP4 profile 2015-07-18 11:28:50.971783 31522 [140587290154752] debug KurentoServerMethods ServerMethods.cpp:236 postProcess() Caching: {"id":30,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","value":"3354d92f-89db-4b0a-bd04-5c5f525950df_MediaPipeline/4edb445b-b43f-4220-bc89-c45f6f766f88_RecorderEndpoint"}} 2015-07-18 11:28:50.972117 31522 [140587290154752] debug KurentoWebSocketTransport WebSocketTransport.cpp:480 processMessage() Response: >{"id":30,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","value":"3354d92f-89db-4b0a-bd04-5c5f525950df_MediaPipeline/4edb445b-b43f-4220-bc89-c45f6f766f88_RecorderEndpoint"}} < 2015-07-18 11:28:51.074644 31522 [140587281762048] debug KurentoWebSocketTransport WebSocketTransport.cpp:478 processMessage() Message: >{"id":31,"jsonrpc":"2.0","method":"invoke","params":{"object":"3354d92f-89db-4b0a-bd04-5c5f525950df_MediaPipeline/5cbd3a0c-6b97-4df0-b7fb-0cdcf39d2cb3_WebRtcEndpoint","operation":"connect","operationParams":{"sink":"3354d92f-89db-4b0a-bd04-5c5f525950df_MediaPipeline/4edb445b-b43f-4220-bc89-c45f6f766f88_RecorderEndpoint"},"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d"}} < 2015-07-18 11:28:51.075221 31522 [140587281762048] debug KurentoMediaElementImpl MediaElementImpl.cpp:541 connect() Connecting 3354d92f-89db-4b0a-bd04-5c5f525950df_MediaPipeline/5cbd3a0c-6b97-4df0-b7fb-0cdcf39d2cb3_WebRtcEndpoint -> 3354d92f-89db-4b0a-bd04-5c5f525950df_MediaPipeline/4edb445b-b43f-4220-bc89-c45f6f766f88_RecorderEndpoint params AUDIO 2015-07-18 11:28:51.075603 31522 [140587281762048] debug KurentoMediaElementImpl MediaElementImpl.cpp:541 connect() Connecting 3354d92f-89db-4b0a-bd04-5c5f525950df_MediaPipeline/5cbd3a0c-6b97-4df0-b7fb-0cdcf39d2cb3_WebRtcEndpoint -> 3354d92f-89db-4b0a-bd04-5c5f525950df_MediaPipeline/4edb445b-b43f-4220-bc89-c45f6f766f88_RecorderEndpoint params VIDEO 2015-07-18 11:28:51.075926 31522 [140587281762048] debug KurentoServerMethods ServerMethods.cpp:236 postProcess() Caching: {"id":31,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","value":null}} 2015-07-18 11:28:51.076357 31522 [140587281762048] debug KurentoWebSocketTransport WebSocketTransport.cpp:480 processMessage() Response: >{"id":31,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","value":null}} < 2015-07-18 11:28:51.379567 31522 [140587281762048] debug KurentoWebSocketTransport WebSocketTransport.cpp:478 processMessage() Message: >{"id":32,"jsonrpc":"2.0","method":"invoke","params":{"object":"3354d92f-89db-4b0a-bd04-5c5f525950df_MediaPipeline/5cbd3a0c-6b97-4df0-b7fb-0cdcf39d2cb3_WebRtcEndpoint","operation":"processOffer","operationParams":{"offer":"v=0\r\no=- 3662825902677484451 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE audio video\r\na=msid-semantic: WMS OzNZRAkBrN3JbahjtDcKu3uCooUtSxubm61m\r\nm=audio 54719 RTP/SAVPF 111 103 104 9 0 8 106 105 13 126\r\nc=IN IP4 79.14.24.93\r\na=rtcp:54723 IN IP4 79.14.24.93\r\na=candidate:41517227 1 udp 2122260223 192.168.245.1 54716 typ host generation 0\r\na=candidate:2999745851 1 udp 2122194687 192.168.56.1 54717 typ host generation 0\r\na=candidate:1202345197 1 udp 2122129151 192.168.144.1 54718 typ host generation 0\r\na=candidate:3120456615 1 udp 2122063615 192.168.1.78 54719 typ host generation 0\r\na=candidate:41517227 2 udp 2122260222 192.168.245.1 54720 typ host generation 0\r\na=candidate:2999745851 2 udp 2122194686 192.168.56.1 54721 typ host generation 0\r\na=candidate:1202345197 2 udp 2122129150 192.168.144.1 54722 typ host generation 0\r\na=candidate:3120456615 2 udp 2122063614 192.168.1.78 54723 typ host generation 0\r\na=candidate:1341004403 1 udp 1685855999 79.14.24.93 54719 typ srflx raddr 192.168.1.78 rport 54719 generation 0\r\na=candidate:1341004403 2 udp 1685855998 79.14.24.93 54723 typ srflx raddr 192.168.1.78 rport 54723 generation 0\r\na=candidate:1291484251 1 tcp 1518280447 192.168.245.1 0 typ host tcptype active generation 0\r\na=candidate:4233069003 1 tcp 1518214911 192.168.56.1 0 typ host tcptype active generation 0\r\na=candidate:153724957 1 tcp 1518149375 192.168.144.1 0 typ host tcptype active generation 0\r\na=candidate:4152205143 1 tcp 1518083839 192.168.1.78 0 typ host tcptype active generation 0\r\na=candidate:1291484251 2 tcp 1518280446 192.168.245.1 0 typ host tcptype active generation 0\r\na=candidate:4233069003 2 tcp 1518214910 192.168.56.1 0 typ host tcptype active generation 0\r\na=candidate:153724957 2 tcp 1518149374 192.168.144.1 0 typ host tcptype active generation 0\r\na=candidate:4152205143 2 tcp 1518083838 192.168.1.78 0 typ host tcptype active generation 0\r\na=ice-ufrag:vRningB/F9UMVFms\r\na=ice-pwd:YQtvFHMHCxfOptd1XYM7/jdW\r\na=fingerprint:sha-256 8E:7E:5B:23:13:7C:64:5D:91:AC:D9:46:05:FD:BD:22:89:A4:56:92:61:8B:77:61:3A:2D:93:CC:59:15:C1:93\r\na=setup:actpass\r\na=mid:audio\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=sendrecv\r\na=rtcp-mux\r\na=rtpmap:111 opus/48000/2\r\na=fmtp:111 minptime=10; useinbandfec=1\r\na=rtpmap:103 ISAC/16000\r\na=rtpmap:104 ISAC/32000\r\na=rtpmap:9 G722/8000\r\na=rtpmap:0 PCMU/8000\r\na=rtpmap:8 PCMA/8000\r\na=rtpmap:106 CN/32000\r\na=rtpmap:105 CN/16000\r\na=rtpmap:13 CN/8000\r\na=rtpmap:126 telephone-event/8000\r\na=maxptime:60\r\na=ssrc:43956224 cname:HjYk20fj8cnIt1eX\r\na=ssrc:43956224 msid:OzNZRAkBrN3JbahjtDcKu3uCooUtSxubm61m a69bc5e3-38d1-441b-88d6-7da75e773c45\r\na=ssrc:43956224 mslabel:OzNZRAkBrN3JbahjtDcKu3uCooUtSxubm61m\r\na=ssrc:43956224 label:a69bc5e3-38d1-441b-88d6-7da75e773c45\r\nm=video 54727 RTP/SAVPF 100 116 117 96\r\nc=IN IP4 79.14.24.93\r\na=rtcp:54731 IN IP4 79.14.24.93\r\na=candidate:41517227 1 udp 2122260223 192.168.245.1 54724 typ host generation 0\r\na=candidate:2999745851 1 udp 2122194687 192.168.56.1 54725 typ host generation 0\r\na=candidate:1202345197 1 udp 2122129151 192.168.144.1 54726 typ host generation 0\r\na=candidate:3120456615 1 udp 2122063615 192.168.1.78 54727 typ host generation 0\r\na=candidate:41517227 2 udp 2122260222 192.168.245.1 54728 typ host generation 0\r\na=candidate:2999745851 2 udp 2122194686 192.168.56.1 54729 typ host generation 0\r\na=candidate:1202345197 2 udp 2122129150 192.168.144.1 54730 typ host generation 0\r\na=candidate:3120456615 2 udp 2122063614 192.168.1.78 54731 typ host generation 0\r\na=candidate:1291484251 1 tcp 1518280447 192.168.245.1 0 typ host tcptype active generation 0\r\na=candidate:4233069003 1 tcp 1518214911 192.168.56.1 0 typ host tcptype active generation 0\r\na=candidate:153724957 1 tcp 1518149375 192.168.144.1 0 typ host tcptype active generation 0\r\na=candidate:4152205143 1 tcp 1518083839 192.168.1.78 0 typ host tcptype active generation 0\r\na=candidate:1291484251 2 tcp 1518280446 192.168.245.1 0 typ host tcptype active generation 0\r\na=candidate:4233069003 2 tcp 1518214910 192.168.56.1 0 typ host tcptype active generation 0\r\na=candidate:153724957 2 tcp 1518149374 192.168.144.1 0 typ host tcptype active generation 0\r\na=candidate:1341004403 1 udp 1685855999 79.14.24.93 54727 typ srflx raddr 192.168.1.78 rport 54727 generation 0\r\na=candidate:4152205143 2 tcp 1518083838 192.168.1.78 0 typ host tcptype active generation 0\r\na=candidate:1341004403 2 udp 1685855998 79.14.24.93 54731 typ srflx raddr 192.168.1.78 rport 54731 generation 0\r\na=ice-ufrag:vRningB/F9UMVFms\r\na=ice-pwd:YQtvFHMHCxfOptd1XYM7/jdW\r\na=fingerprint:sha-256 8E:7E:5B:23:13:7C:64:5D:91:AC:D9:46:05:FD:BD:22:89:A4:56:92:61:8B:77:61:3A:2D:93:CC:59:15:C1:93\r\na=setup:actpass\r\na=mid:video\r\na=extmap:2 urn:ietf:params:rtp-hdrext:toffset\r\na=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:4 urn:3gpp:video-orientation\r\na=sendrecv\r\na=rtcp-mux\r\na=rtpmap:100 VP8/90000\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 nack pli\r\na=rtcp-fb:100 goog-remb\r\na=rtpmap:116 red/90000\r\na=rtpmap:117 ulpfec/90000\r\na=rtpmap:96 rtx/90000\r\na=fmtp:96 apt=100\r\na=ssrc-group:FID 1344579319 1772464997\r\na=ssrc:1344579319 cname:HjYk20fj8cnIt1eX\r\na=ssrc:1344579319 msid:OzNZRAkBrN3JbahjtDcKu3uCooUtSxubm61m 20f9cde7-335b-49f8-aa57-9d84423dc6a3\r\na=ssrc:1344579319 mslabel:OzNZRAkBrN3JbahjtDcKu3uCooUtSxubm61m\r\na=ssrc:1344579319 label:20f9cde7-335b-49f8-aa57-9d84423dc6a3\r\na=ssrc:1772464997 cname:HjYk20fj8cnIt1eX\r\na=ssrc:1772464997 msid:OzNZRAkBrN3JbahjtDcKu3uCooUtSxubm61m 20f9cde7-335b-49f8-aa57-9d84423dc6a3\r\na=ssrc:1772464997 mslabel:OzNZRAkBrN3JbahjtDcKu3uCooUtSxubm61m\r\na=ssrc:1772464997 label:20f9cde7-335b-49f8-aa57-9d84423dc6a3\r\n"},"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d"}} < 2015-07-18 11:28:54.422521 31522 [140587281762048] debug KurentoServerMethods ServerMethods.cpp:236 postProcess() Caching: {"id":32,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","value":"v=0\r\no=- 3662825902677484451 0 IN IP4 0.0.0.0\r\ns=Kurento Media Server\r\nc=IN IP4 0.0.0.0\r\nt=0 0\r\na=group:BUNDLE audio video\r\nm=audio 42497 RTP/SAVPF 111 0\r\nc=IN IP4 193.205.211.160\r\na=rtpmap:111 opus/48000/2\r\na=rtpmap:0 PCMU/8000\r\na=sendrecv\r\na=rtcp:42497 IN IP4 193.205.211.160\r\na=rtcp-mux\r\na=ssrc:419017801 cname:user719900418 at host-d9a1306f\r\na=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=mid:audio\r\na=ice-ufrag:dsZe\r\na=ice-pwd:9poP09xnuFtK2A1LNPBQ5M\r\na=fingerprint:sha-256 B1:A1:62:4E:CA:71:87:07:77:07:47:9D:7D:24:16:66:8F:1A:D6:32:71:DA:50:6C:F9:40:9A:2D:F2:D5:2B:75\r\na=candidate:1 1 UDP 2013266431 192.168.111.182 42497 typ host\r\na=candidate:2 1 UDP 1677721855 193.205.211.160 42497 typ srflx raddr 192.168.111.182 rport 42497\r\nm=video 42497 RTP/SAVPF 100\r\nc=IN IP4 193.205.211.160\r\nb=AS:500\r\na=rtpmap:100 VP8/90000\r\na=sendrecv\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 nack pli\r\na=rtcp-fb:100 goog-remb\r\na=rtcp:42497 IN IP4 193.205.211.160\r\na=rtcp-mux\r\na=ssrc:2269999043 cname:user719900418 at host-d9a1306f\r\na=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=mid:video\r\na=ice-ufrag:dsZe\r\na=ice-pwd:9poP09xnuFtK2A1LNPBQ5M\r\na=fingerprint:sha-256 B1:A1:62:4E:CA:71:87:07:77:07:47:9D:7D:24:16:66:8F:1A:D6:32:71:DA:50:6C:F9:40:9A:2D:F2:D5:2B:75\r\na=candidate:1 1 UDP 2013266431 192.168.111.182 42497 typ host\r\na=candidate:2 1 UDP 1677721855 193.205.211.160 42497 typ srflx raddr 192.168.111.182 rport 42497\r\n"}} 2015-07-18 11:28:54.423140 31522 [140587281762048] debug KurentoWebSocketTransport WebSocketTransport.cpp:480 processMessage() Response: >{"id":32,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","value":"v=0\r\no=- 3662825902677484451 0 IN IP4 0.0.0.0\r\ns=Kurento Media Server\r\nc=IN IP4 0.0.0.0\r\nt=0 0\r\na=group:BUNDLE audio video\r\nm=audio 42497 RTP/SAVPF 111 0\r\nc=IN IP4 193.205.211.160\r\na=rtpmap:111 opus/48000/2\r\na=rtpmap:0 PCMU/8000\r\na=sendrecv\r\na=rtcp:42497 IN IP4 193.205.211.160\r\na=rtcp-mux\r\na=ssrc:419017801 cname:user719900418 at host-d9a1306f\r\na=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=mid:audio\r\na=ice-ufrag:dsZe\r\na=ice-pwd:9poP09xnuFtK2A1LNPBQ5M\r\na=fingerprint:sha-256 B1:A1:62:4E:CA:71:87:07:77:07:47:9D:7D:24:16:66:8F:1A:D6:32:71:DA:50:6C:F9:40:9A:2D:F2:D5:2B:75\r\na=candidate:1 1 UDP 2013266431 192.168.111.182 42497 typ host\r\na=candidate:2 1 UDP 1677721855 193.205.211.160 42497 typ srflx raddr 192.168.111.182 rport 42497\r\nm=video 42497 RTP/SAVPF 100\r\nc=IN IP4 193.205.211.160\r\nb=AS:500\r\na=rtpmap:100 VP8/90000\r\na=sendrecv\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 nack pli\r\na=rtcp-fb:100 goog-remb\r\na=rtcp:42497 IN IP4 193.205.211.160\r\na=rtcp-mux\r\na=ssrc:2269999043 cname:user719900418 at host-d9a1306f\r\na=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=mid:video\r\na=ice-ufrag:dsZe\r\na=ice-pwd:9poP09xnuFtK2A1LNPBQ5M\r\na=fingerprint:sha-256 B1:A1:62:4E:CA:71:87:07:77:07:47:9D:7D:24:16:66:8F:1A:D6:32:71:DA:50:6C:F9:40:9A:2D:F2:D5:2B:75\r\na=candidate:1 1 UDP 2013266431 192.168.111.182 42497 typ host\r\na=candidate:2 1 UDP 1677721855 193.205.211.160 42497 typ srflx raddr 192.168.111.182 rport 42497\r\n"}} < 2015-07-18 11:28:54.528369 31522 [140587290154752] debug KurentoWebSocketTransport WebSocketTransport.cpp:478 processMessage() Message: >{"id":33,"jsonrpc":"2.0","method":"invoke","params":{"object":"3354d92f-89db-4b0a-bd04-5c5f525950df_MediaPipeline/4edb445b-b43f-4220-bc89-c45f6f766f88_RecorderEndpoint","operation":"record","sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d"}} < 2015-07-18 11:28:54.540976 31522 [140587290154752] debug KurentoServerMethods ServerMethods.cpp:236 postProcess() Caching: {"id":33,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","value":null}} 2015-07-18 11:28:54.541413 31522 [140587290154752] debug KurentoWebSocketTransport WebSocketTransport.cpp:480 processMessage() Response: >{"id":33,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","value":null}} < 2015-07-18 11:28:59.537369 31522 [140587281762048] debug KurentoWebSocketTransport WebSocketTransport.cpp:478 processMessage() Message: >{"id":34,"jsonrpc":"2.0","method":"release","params":{"object":"3354d92f-89db-4b0a-bd04-5c5f525950df_MediaPipeline","sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d"}} < 2015-07-18 11:28:59.538131 31522 [140587281762048] debug KurentoServerMethods ServerMethods.cpp:236 postProcess() Caching: {"id":34,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d"}} 2015-07-18 11:28:59.538574 31522 [140587281762048] debug KurentoWebSocketTransport WebSocketTransport.cpp:480 processMessage() Response: >{"id":34,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d"}} < 2015-07-18 11:28:59.538441 31522 [140587365689088] debug KurentoMediaElementImpl MediaElementImpl.cpp:652 disconnect() Disconnecting 3354d92f-89db-4b0a-bd04-5c5f525950df_MediaPipeline/5cbd3a0c-6b97-4df0-b7fb-0cdcf39d2cb3_WebRtcEndpoint - 3354d92f-89db-4b0a-bd04-5c5f525950df_MediaPipeline/4edb445b-b43f-4220-bc89-c45f6f766f88_RecorderEndpoint params AUDIO 2015-07-18 11:28:59.539277 31522 [140587365689088] debug KurentoMediaElementImpl MediaElementImpl.cpp:652 disconnect() Disconnecting 3354d92f-89db-4b0a-bd04-5c5f525950df_MediaPipeline/5cbd3a0c-6b97-4df0-b7fb-0cdcf39d2cb3_WebRtcEndpoint - 3354d92f-89db-4b0a-bd04-5c5f525950df_MediaPipeline/4edb445b-b43f-4220-bc89-c45f6f766f88_RecorderEndpoint params VIDEO 2015-07-18 11:28:59.539555 31522 [140587365689088] debug KurentoMediaSet MediaSet.cpp:405 async_delete() Destroying RecorderEndpoint -> 3354d92f-89db-4b0a-bd04-5c5f525950df_MediaPipeline/4edb445b-b43f-4220-bc89-c45f6f766f88_RecorderEndpoint 2015-07-18 11:28:59.540963 31522 [140587365689088] debug KurentoMediaSet MediaSet.cpp:405 async_delete() Destroying WebRtcEndpoint -> 3354d92f-89db-4b0a-bd04-5c5f525950df_MediaPipeline/5cbd3a0c-6b97-4df0-b7fb-0cdcf39d2cb3_WebRtcEndpoint 2015-07-18 11:28:59.541589 31522 [140586209347328] error recorderendpoint kmsrecorderendpoint.c:1125 bus_sync_signal_handler() Message error message: 0x7fdcfc2a0580, time 99:99:99.999999999, seq-num 8592, element 'mpegaudioparse8', GstMessageError, gerror=(GError)NULL, debug=(string)"gstbaseparse.c\(1155\):\ gst_base_parse_sink_event_default\ \(\):\ /GstPipeline:muxingpipeline/GstEncodeBin:encodebin8/GstMpegAudioParse:mpegaudioparse8"; 2015-07-18 11:28:59.541878 31522 [140586217740032] error recorderendpoint kmsrecorderendpoint.c:1125 bus_sync_signal_handler() Message error message: 0x7fdcfc346f30, time 99:99:99.999999999, seq-num 8593, element 'h264parse8', GstMessageError, gerror=(GError)NULL, debug=(string)"gstbaseparse.c\(1155\):\ gst_base_parse_sink_event_default\ \(\):\ /GstPipeline:muxingpipeline/GstEncodeBin:encodebin8/GstH264Parse:h264parse8"; 2015-07-18 11:28:59.581268 31522 [140587365689088] debug KurentoMediaSet MediaSet.cpp:405 async_delete() Destroying MediaPipeline -> 3354d92f-89db-4b0a-bd04-5c5f525950df_MediaPipeline -------------- next part -------------- 2015-07-18 11:41:59.501191 31522 [140587290154752] debug KurentoWebSocketTransport WebSocketTransport.cpp:478 processMessage() Message: >{"id":35,"jsonrpc":"2.0","method":"create","params":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","type":"MediaPipeline"}} < 2015-07-18 11:41:59.503288 31522 [140587290154752] debug KurentoServerMethods ServerMethods.cpp:236 postProcess() Caching: {"id":35,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","value":"8b39f569-9e54-48a7-b474-21911c231707_MediaPipeline"}} 2015-07-18 11:41:59.503710 31522 [140587290154752] debug KurentoWebSocketTransport WebSocketTransport.cpp:480 processMessage() Response: >{"id":35,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","value":"8b39f569-9e54-48a7-b474-21911c231707_MediaPipeline"}} < 2015-07-18 11:41:59.649010 31522 [140587315332864] debug KurentoWebSocketTransport WebSocketTransport.cpp:478 processMessage() Message: >{"id":36,"jsonrpc":"2.0","method":"create","params":{"constructorParams":{"mediaPipeline":"8b39f569-9e54-48a7-b474-21911c231707_MediaPipeline"},"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","type":"WebRtcEndpoint"}} < 2015-07-18 11:41:59.652106 31522 [140587315332864] info KurentoWebRtcEndpointImpl WebRtcEndpointImpl.cpp:162 remove_not_supported_codecs_from_pattern() Removing not supported codec from pattern: '99 AMR/8000/1' 2015-07-18 11:41:59.652511 31522 [140587315332864] info KurentoWebRtcEndpointImpl WebRtcEndpointImpl.cpp:162 remove_not_supported_codecs_from_pattern() Removing not supported codec from pattern: '96 H263-1998/90000' 2015-07-18 11:41:59.652707 31522 [140587315332864] info KurentoWebRtcEndpointImpl WebRtcEndpointImpl.cpp:162 remove_not_supported_codecs_from_pattern() Removing not supported codec from pattern: '100 MP4V-ES/90000' 2015-07-18 11:41:59.652888 31522 [140587315332864] info KurentoWebRtcEndpointImpl WebRtcEndpointImpl.cpp:162 remove_not_supported_codecs_from_pattern() Removing not supported codec from pattern: '101 H264/90000' 2015-07-18 11:41:59.653414 31522 [140587315332864] info KurentoWebRtcEndpointImpl WebRtcEndpointImpl.cpp:232 WebRtcEndpointImpl() stun port 19302 2015-07-18 11:41:59.653622 31522 [140587315332864] info KurentoWebRtcEndpointImpl WebRtcEndpointImpl.cpp:236 WebRtcEndpointImpl() stun address 74.125.200.127 2015-07-18 11:41:59.654059 31522 [140587315332864] debug KurentoServerMethods ServerMethods.cpp:236 postProcess() Caching: {"id":36,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","value":"8b39f569-9e54-48a7-b474-21911c231707_MediaPipeline/16141671-0832-4d33-b1f8-cf31c93168cd_WebRtcEndpoint"}} 2015-07-18 11:41:59.654408 31522 [140587315332864] debug KurentoWebSocketTransport WebSocketTransport.cpp:480 processMessage() Response: >{"id":36,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","value":"8b39f569-9e54-48a7-b474-21911c231707_MediaPipeline/16141671-0832-4d33-b1f8-cf31c93168cd_WebRtcEndpoint"}} < 2015-07-18 11:41:59.760697 31522 [140587290154752] debug KurentoWebSocketTransport WebSocketTransport.cpp:478 processMessage() Message: >{"id":37,"jsonrpc":"2.0","method":"create","params":{"constructorParams":{"mediaPipeline":"8b39f569-9e54-48a7-b474-21911c231707_MediaPipeline","mediaProfile":"MP4","uri":"file:///var/www/html/tmp/30c6daaa-9c12-dfda-b60c-44e8bf83ed94.mp4"},"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","type":"RecorderEndpoint"}} < 2015-07-18 11:41:59.786101 31522 [140587290154752] info KurentoRecorderEndpointImpl RecorderEndpointImpl.cpp:40 RecorderEndpointImpl() Set MP4 profile 2015-07-18 11:41:59.786633 31522 [140587290154752] debug KurentoServerMethods ServerMethods.cpp:236 postProcess() Caching: {"id":37,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","value":"8b39f569-9e54-48a7-b474-21911c231707_MediaPipeline/20bac32f-ffe2-4b5a-a19c-413aedd8be07_RecorderEndpoint"}} 2015-07-18 11:41:59.786967 31522 [140587290154752] debug KurentoWebSocketTransport WebSocketTransport.cpp:480 processMessage() Response: >{"id":37,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","value":"8b39f569-9e54-48a7-b474-21911c231707_MediaPipeline/20bac32f-ffe2-4b5a-a19c-413aedd8be07_RecorderEndpoint"}} < 2015-07-18 11:41:59.917176 31522 [140587315332864] debug KurentoWebSocketTransport WebSocketTransport.cpp:478 processMessage() Message: >{"id":38,"jsonrpc":"2.0","method":"invoke","params":{"object":"8b39f569-9e54-48a7-b474-21911c231707_MediaPipeline/16141671-0832-4d33-b1f8-cf31c93168cd_WebRtcEndpoint","operation":"connect","operationParams":{"sink":"8b39f569-9e54-48a7-b474-21911c231707_MediaPipeline/20bac32f-ffe2-4b5a-a19c-413aedd8be07_RecorderEndpoint"},"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d"}} < 2015-07-18 11:41:59.917786 31522 [140587315332864] debug KurentoMediaElementImpl MediaElementImpl.cpp:541 connect() Connecting 8b39f569-9e54-48a7-b474-21911c231707_MediaPipeline/16141671-0832-4d33-b1f8-cf31c93168cd_WebRtcEndpoint -> 8b39f569-9e54-48a7-b474-21911c231707_MediaPipeline/20bac32f-ffe2-4b5a-a19c-413aedd8be07_RecorderEndpoint params AUDIO 2015-07-18 11:41:59.918135 31522 [140587315332864] debug KurentoMediaElementImpl MediaElementImpl.cpp:541 connect() Connecting 8b39f569-9e54-48a7-b474-21911c231707_MediaPipeline/16141671-0832-4d33-b1f8-cf31c93168cd_WebRtcEndpoint -> 8b39f569-9e54-48a7-b474-21911c231707_MediaPipeline/20bac32f-ffe2-4b5a-a19c-413aedd8be07_RecorderEndpoint params VIDEO 2015-07-18 11:41:59.918452 31522 [140587315332864] debug KurentoServerMethods ServerMethods.cpp:236 postProcess() Caching: {"id":38,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","value":null}} 2015-07-18 11:41:59.918798 31522 [140587315332864] debug KurentoWebSocketTransport WebSocketTransport.cpp:480 processMessage() Response: >{"id":38,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","value":null}} < 2015-07-18 11:42:00.212748 31522 [140587315332864] debug KurentoWebSocketTransport WebSocketTransport.cpp:478 processMessage() Message: >{"id":39,"jsonrpc":"2.0","method":"invoke","params":{"object":"8b39f569-9e54-48a7-b474-21911c231707_MediaPipeline/16141671-0832-4d33-b1f8-cf31c93168cd_WebRtcEndpoint","operation":"processOffer","operationParams":{"offer":"v=0\r\no=- 7022528686680943689 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE audio video\r\na=msid-semantic: WMS cMOzpjsv3EkYFN14gGn3ePdcPeqjNmcpIH5h\r\nm=audio 63386 RTP/SAVPF 111 103 104 9 0 8 106 105 13 126\r\nc=IN IP4 79.14.24.93\r\na=rtcp:63390 IN IP4 79.14.24.93\r\na=candidate:41517227 1 udp 2122260223 192.168.245.1 63383 typ host generation 0\r\na=candidate:2999745851 1 udp 2122194687 192.168.56.1 63384 typ host generation 0\r\na=candidate:1202345197 1 udp 2122129151 192.168.144.1 63385 typ host generation 0\r\na=candidate:3120456615 1 udp 2122063615 192.168.1.78 63386 typ host generation 0\r\na=candidate:41517227 2 udp 2122260222 192.168.245.1 63387 typ host generation 0\r\na=candidate:2999745851 2 udp 2122194686 192.168.56.1 63388 typ host generation 0\r\na=candidate:1202345197 2 udp 2122129150 192.168.144.1 63389 typ host generation 0\r\na=candidate:3120456615 2 udp 2122063614 192.168.1.78 63390 typ host generation 0\r\na=candidate:1291484251 1 tcp 1518280447 192.168.245.1 0 typ host tcptype active generation 0\r\na=candidate:4233069003 1 tcp 1518214911 192.168.56.1 0 typ host tcptype active generation 0\r\na=candidate:153724957 1 tcp 1518149375 192.168.144.1 0 typ host tcptype active generation 0\r\na=candidate:4152205143 1 tcp 1518083839 192.168.1.78 0 typ host tcptype active generation 0\r\na=candidate:1291484251 2 tcp 1518280446 192.168.245.1 0 typ host tcptype active generation 0\r\na=candidate:4233069003 2 tcp 1518214910 192.168.56.1 0 typ host tcptype active generation 0\r\na=candidate:153724957 2 tcp 1518149374 192.168.144.1 0 typ host tcptype active generation 0\r\na=candidate:4152205143 2 tcp 1518083838 192.168.1.78 0 typ host tcptype active generation 0\r\na=candidate:1341004403 1 udp 1685855999 79.14.24.93 63386 typ srflx raddr 192.168.1.78 rport 63386 generation 0\r\na=candidate:1341004403 2 udp 1685855998 79.14.24.93 63390 typ srflx raddr 192.168.1.78 rport 63390 generation 0\r\na=ice-ufrag:cIMLjTJalgoBVjUm\r\na=ice-pwd:o0jRgwXMZZDSZfXJa7N2gqFh\r\na=fingerprint:sha-256 8E:7E:5B:23:13:7C:64:5D:91:AC:D9:46:05:FD:BD:22:89:A4:56:92:61:8B:77:61:3A:2D:93:CC:59:15:C1:93\r\na=setup:actpass\r\na=mid:audio\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=sendrecv\r\na=rtcp-mux\r\na=rtpmap:111 opus/48000/2\r\na=fmtp:111 minptime=10; useinbandfec=1\r\na=rtpmap:103 ISAC/16000\r\na=rtpmap:104 ISAC/32000\r\na=rtpmap:9 G722/8000\r\na=rtpmap:0 PCMU/8000\r\na=rtpmap:8 PCMA/8000\r\na=rtpmap:106 CN/32000\r\na=rtpmap:105 CN/16000\r\na=rtpmap:13 CN/8000\r\na=rtpmap:126 telephone-event/8000\r\na=maxptime:60\r\na=ssrc:2881706922 cname:SapmZOGwlVLDnUr2\r\na=ssrc:2881706922 msid:cMOzpjsv3EkYFN14gGn3ePdcPeqjNmcpIH5h 27dc1f55-2e29-4b0e-885c-1383b933b136\r\na=ssrc:2881706922 mslabel:cMOzpjsv3EkYFN14gGn3ePdcPeqjNmcpIH5h\r\na=ssrc:2881706922 label:27dc1f55-2e29-4b0e-885c-1383b933b136\r\nm=video 63394 RTP/SAVPF 100 116 117 96\r\nc=IN IP4 79.14.24.93\r\na=rtcp:63398 IN IP4 79.14.24.93\r\na=candidate:41517227 1 udp 2122260223 192.168.245.1 63391 typ host generation 0\r\na=candidate:1291484251 1 tcp 1518280447 192.168.245.1 0 typ host tcptype active generation 0\r\na=candidate:4233069003 1 tcp 1518214911 192.168.56.1 0 typ host tcptype active generation 0\r\na=candidate:153724957 1 tcp 1518149375 192.168.144.1 0 typ host tcptype active generation 0\r\na=candidate:4152205143 1 tcp 1518083839 192.168.1.78 0 typ host tcptype active generation 0\r\na=candidate:1291484251 2 tcp 1518280446 192.168.245.1 0 typ host tcptype active generation 0\r\na=candidate:4233069003 2 tcp 1518214910 192.168.56.1 0 typ host tcptype active generation 0\r\na=candidate:153724957 2 tcp 1518149374 192.168.144.1 0 typ host tcptype active generation 0\r\na=candidate:4152205143 2 tcp 1518083838 192.168.1.78 0 typ host tcptype active generation 0\r\na=candidate:2999745851 1 udp 2122194687 192.168.56.1 63392 typ host generation 0\r\na=candidate:1202345197 1 udp 2122129151 192.168.144.1 63393 typ host generation 0\r\na=candidate:3120456615 1 udp 2122063615 192.168.1.78 63394 typ host generation 0\r\na=candidate:41517227 2 udp 2122260222 192.168.245.1 63395 typ host generation 0\r\na=candidate:2999745851 2 udp 2122194686 192.168.56.1 63396 typ host generation 0\r\na=candidate:1202345197 2 udp 2122129150 192.168.144.1 63397 typ host generation 0\r\na=candidate:3120456615 2 udp 2122063614 192.168.1.78 63398 typ host generation 0\r\na=candidate:1341004403 1 udp 1685855999 79.14.24.93 63394 typ srflx raddr 192.168.1.78 rport 63394 generation 0\r\na=candidate:1341004403 2 udp 1685855998 79.14.24.93 63398 typ srflx raddr 192.168.1.78 rport 63398 generation 0\r\na=ice-ufrag:cIMLjTJalgoBVjUm\r\na=ice-pwd:o0jRgwXMZZDSZfXJa7N2gqFh\r\na=fingerprint:sha-256 8E:7E:5B:23:13:7C:64:5D:91:AC:D9:46:05:FD:BD:22:89:A4:56:92:61:8B:77:61:3A:2D:93:CC:59:15:C1:93\r\na=setup:actpass\r\na=mid:video\r\na=extmap:2 urn:ietf:params:rtp-hdrext:toffset\r\na=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:4 urn:3gpp:video-orientation\r\na=sendrecv\r\na=rtcp-mux\r\na=rtpmap:100 VP8/90000\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 nack pli\r\na=rtcp-fb:100 goog-remb\r\na=rtpmap:116 red/90000\r\na=rtpmap:117 ulpfec/90000\r\na=rtpmap:96 rtx/90000\r\na=fmtp:96 apt=100\r\na=ssrc-group:FID 2976994979 3982257702\r\na=ssrc:2976994979 cname:SapmZOGwlVLDnUr2\r\na=ssrc:2976994979 msid:cMOzpjsv3EkYFN14gGn3ePdcPeqjNmcpIH5h bfbdd168-cb2a-4336-8ee4-972b671af6ed\r\na=ssrc:2976994979 mslabel:cMOzpjsv3EkYFN14gGn3ePdcPeqjNmcpIH5h\r\na=ssrc:2976994979 label:bfbdd168-cb2a-4336-8ee4-972b671af6ed\r\na=ssrc:3982257702 cname:SapmZOGwlVLDnUr2\r\na=ssrc:3982257702 msid:cMOzpjsv3EkYFN14gGn3ePdcPeqjNmcpIH5h bfbdd168-cb2a-4336-8ee4-972b671af6ed\r\na=ssrc:3982257702 mslabel:cMOzpjsv3EkYFN14gGn3ePdcPeqjNmcpIH5h\r\na=ssrc:3982257702 label:bfbdd168-cb2a-4336-8ee4-972b671af6ed\r\n"},"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d"}} < 2015-07-18 11:42:03.256676 31522 [140587315332864] debug KurentoServerMethods ServerMethods.cpp:236 postProcess() Caching: {"id":39,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","value":"v=0\r\no=- 7022528686680943689 0 IN IP4 0.0.0.0\r\ns=Kurento Media Server\r\nc=IN IP4 0.0.0.0\r\nt=0 0\r\na=group:BUNDLE audio video\r\nm=audio 46909 RTP/SAVPF 111 0\r\nc=IN IP4 193.205.211.160\r\na=rtpmap:111 opus/48000/2\r\na=rtpmap:0 PCMU/8000\r\na=sendrecv\r\na=rtcp:46909 IN IP4 193.205.211.160\r\na=rtcp-mux\r\na=ssrc:951145923 cname:user3774969224 at host-4725cd7\r\na=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=mid:audio\r\na=ice-ufrag:vVuf\r\na=ice-pwd:0VQkIDXl4IOaYc1nzQ99RS\r\na=fingerprint:sha-256 B1:A1:62:4E:CA:71:87:07:77:07:47:9D:7D:24:16:66:8F:1A:D6:32:71:DA:50:6C:F9:40:9A:2D:F2:D5:2B:75\r\na=candidate:1 1 UDP 2013266431 192.168.111.182 46909 typ host\r\na=candidate:2 1 UDP 1677721855 193.205.211.160 46909 typ srflx raddr 192.168.111.182 rport 46909\r\nm=video 46909 RTP/SAVPF 100\r\nc=IN IP4 193.205.211.160\r\nb=AS:500\r\na=rtpmap:100 VP8/90000\r\na=sendrecv\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 nack pli\r\na=rtcp-fb:100 goog-remb\r\na=rtcp:46909 IN IP4 193.205.211.160\r\na=rtcp-mux\r\na=ssrc:4034595730 cname:user3774969224 at host-4725cd7\r\na=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=mid:video\r\na=ice-ufrag:vVuf\r\na=ice-pwd:0VQkIDXl4IOaYc1nzQ99RS\r\na=fingerprint:sha-256 B1:A1:62:4E:CA:71:87:07:77:07:47:9D:7D:24:16:66:8F:1A:D6:32:71:DA:50:6C:F9:40:9A:2D:F2:D5:2B:75\r\na=candidate:1 1 UDP 2013266431 192.168.111.182 46909 typ host\r\na=candidate:2 1 UDP 1677721855 193.205.211.160 46909 typ srflx raddr 192.168.111.182 rport 46909\r\n"}} 2015-07-18 11:42:03.257278 31522 [140587315332864] debug KurentoWebSocketTransport WebSocketTransport.cpp:480 processMessage() Response: >{"id":39,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","value":"v=0\r\no=- 7022528686680943689 0 IN IP4 0.0.0.0\r\ns=Kurento Media Server\r\nc=IN IP4 0.0.0.0\r\nt=0 0\r\na=group:BUNDLE audio video\r\nm=audio 46909 RTP/SAVPF 111 0\r\nc=IN IP4 193.205.211.160\r\na=rtpmap:111 opus/48000/2\r\na=rtpmap:0 PCMU/8000\r\na=sendrecv\r\na=rtcp:46909 IN IP4 193.205.211.160\r\na=rtcp-mux\r\na=ssrc:951145923 cname:user3774969224 at host-4725cd7\r\na=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=mid:audio\r\na=ice-ufrag:vVuf\r\na=ice-pwd:0VQkIDXl4IOaYc1nzQ99RS\r\na=fingerprint:sha-256 B1:A1:62:4E:CA:71:87:07:77:07:47:9D:7D:24:16:66:8F:1A:D6:32:71:DA:50:6C:F9:40:9A:2D:F2:D5:2B:75\r\na=candidate:1 1 UDP 2013266431 192.168.111.182 46909 typ host\r\na=candidate:2 1 UDP 1677721855 193.205.211.160 46909 typ srflx raddr 192.168.111.182 rport 46909\r\nm=video 46909 RTP/SAVPF 100\r\nc=IN IP4 193.205.211.160\r\nb=AS:500\r\na=rtpmap:100 VP8/90000\r\na=sendrecv\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 nack pli\r\na=rtcp-fb:100 goog-remb\r\na=rtcp:46909 IN IP4 193.205.211.160\r\na=rtcp-mux\r\na=ssrc:4034595730 cname:user3774969224 at host-4725cd7\r\na=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=mid:video\r\na=ice-ufrag:vVuf\r\na=ice-pwd:0VQkIDXl4IOaYc1nzQ99RS\r\na=fingerprint:sha-256 B1:A1:62:4E:CA:71:87:07:77:07:47:9D:7D:24:16:66:8F:1A:D6:32:71:DA:50:6C:F9:40:9A:2D:F2:D5:2B:75\r\na=candidate:1 1 UDP 2013266431 192.168.111.182 46909 typ host\r\na=candidate:2 1 UDP 1677721855 193.205.211.160 46909 typ srflx raddr 192.168.111.182 rport 46909\r\n"}} < 2015-07-18 11:42:03.438205 31522 [140587290154752] debug KurentoWebSocketTransport WebSocketTransport.cpp:478 processMessage() Message: >{"id":40,"jsonrpc":"2.0","method":"invoke","params":{"object":"8b39f569-9e54-48a7-b474-21911c231707_MediaPipeline/20bac32f-ffe2-4b5a-a19c-413aedd8be07_RecorderEndpoint","operation":"record","sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d"}} < 2015-07-18 11:42:03.450815 31522 [140587290154752] debug KurentoServerMethods ServerMethods.cpp:236 postProcess() Caching: {"id":40,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","value":null}} 2015-07-18 11:42:03.451888 31522 [140587290154752] debug KurentoWebSocketTransport WebSocketTransport.cpp:480 processMessage() Response: >{"id":40,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d","value":null}} < 2015-07-18 11:42:10.717780 31522 [140587315332864] debug KurentoWebSocketTransport WebSocketTransport.cpp:478 processMessage() Message: >{"id":41,"jsonrpc":"2.0","method":"release","params":{"object":"8b39f569-9e54-48a7-b474-21911c231707_MediaPipeline","sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d"}} < 2015-07-18 11:42:10.718450 31522 [140587315332864] debug KurentoServerMethods ServerMethods.cpp:236 postProcess() Caching: {"id":41,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d"}} 2015-07-18 11:42:10.718925 31522 [140587315332864] debug KurentoWebSocketTransport WebSocketTransport.cpp:480 processMessage() Response: >{"id":41,"jsonrpc":"2.0","result":{"sessionId":"66f6916e-58aa-49f4-80e4-acba8b4ba39d"}} < 2015-07-18 11:42:10.718777 31522 [140587365689088] debug KurentoMediaElementImpl MediaElementImpl.cpp:652 disconnect() Disconnecting 8b39f569-9e54-48a7-b474-21911c231707_MediaPipeline/16141671-0832-4d33-b1f8-cf31c93168cd_WebRtcEndpoint - 8b39f569-9e54-48a7-b474-21911c231707_MediaPipeline/20bac32f-ffe2-4b5a-a19c-413aedd8be07_RecorderEndpoint params AUDIO 2015-07-18 11:42:10.720063 31522 [140587365689088] debug KurentoMediaElementImpl MediaElementImpl.cpp:652 disconnect() Disconnecting 8b39f569-9e54-48a7-b474-21911c231707_MediaPipeline/16141671-0832-4d33-b1f8-cf31c93168cd_WebRtcEndpoint - 8b39f569-9e54-48a7-b474-21911c231707_MediaPipeline/20bac32f-ffe2-4b5a-a19c-413aedd8be07_RecorderEndpoint params VIDEO 2015-07-18 11:42:10.721978 31522 [140587365689088] debug KurentoMediaSet MediaSet.cpp:405 async_delete() Destroying WebRtcEndpoint -> 8b39f569-9e54-48a7-b474-21911c231707_MediaPipeline/16141671-0832-4d33-b1f8-cf31c93168cd_WebRtcEndpoint 2015-07-18 11:42:10.798933 31522 [140587365689088] debug KurentoMediaSet MediaSet.cpp:405 async_delete() Destroying RecorderEndpoint -> 8b39f569-9e54-48a7-b474-21911c231707_MediaPipeline/20bac32f-ffe2-4b5a-a19c-413aedd8be07_RecorderEndpoint 2015-07-18 11:42:10.812538 31522 [140587365689088] debug KurentoMediaSet MediaSet.cpp:405 async_delete() Destroying MediaPipeline -> 8b39f569-9e54-48a7-b474-21911c231707_MediaPipeline From amaestrini at create-net.org Tue Jul 21 08:33:49 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Tue, 21 Jul 2015 08:33:49 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Benelux Hub] FIWARE Lab IDM issue In-Reply-To: References: Message-ID: Dear FIWARE coach, we received an updated from a CreatiFI applicants. Thanks in advance. ***************************** What I understand from the instructions on the github link you provided is: - *not* that the *body is incorrect* as you suggested?! - but the *current FIWARE IDM implementation does not support the *grant_type=client_credentials* anymore*: *"Currently we support two grant types, the Authorization Code Grant and the Resource Owner Password Credentials Grant."* Correct? So in short with the current FIWARE Account IDM it is not possible to perform Application/Service to Service Calls Using Client Credentials (not user)? *I just want my applications to authenticate itself*, it does not have a user defined but I just want to be sure the application is allowed to use my backend api's. So the video instructions I followed on [[ https://edu.fiware.org/mod/page/view.php?id=235]] are not valid anymore for the current FIWARE Account IDM implementation? Or am I mistaken? Best regards, Jan ***************************** On Tue, Jul 14, 2015 at 8:44 AM, Andrea Maestrini wrote: > Dear FIWARE coach, > we received an updated from a CreatiFI applicants who is asking for news > about his issue. > CreatiFI phase 1 finishes on 15th of July. > The developer needs an answer asap. > Could you provide some hints? > Thanks in advance. > > On Mon, Jul 13, 2015 at 8:30 AM, Andrea Maestrini < > amaestrini at create-net.org> wrote: > >> Dear FIWARE coach, >> we forward you a support request received from a CreatiFI applicant we >> are not able to solve. >> Please let us know if you need direct contact with the submitter. >> Thanks. >> >> ************************************* >> >> Hi, >> >> I am trying to get an access token using FIWARE Lab IDM. >> I have accounts created and the application is defined. >> Everything works fine for authorization code grant. >> But when I want to get an access token only using client_id and >> client_secret (client credentials grant) I get an internal server error. >> See my code below (which I got from the educational videos), I have >> omitted my client_id and client_secret of course: >> >> var basic = new Buffer(client_id + ':' + client_secret).toString('base64'); >> var body = 'grant_type=client_credentials'; >> >> var options = { >> hostname: 'account.lab.fiware.org', >> port: 443, >> path: '/oauth2/token', >> method: 'POST', >> headers: { >> 'Authorization': 'Basic ' + basic, >> 'Content-Type': 'application/x-www-form-urlencoded', >> 'Content-Length': body.length >> } >> }; >> >> var req = https.request(options, function(res) { >> res.setEncoding('utf8'); >> res.on('data', function(data) { >> if(res.statusCode === 200) { >> var resp = JSON.parse(data); >> var token = resp['access_token']; >> console.log('Token: ' + token); >> } >> else { >> console.log(data); >> } >> }); >> }); >> >> req.write(body); >> req.end(); >> >> And this is the JSON response I get back: {"error": {"message": "An >> unexpected error prevented the server from fulfilling your request.", >> "code": 500, "title": "Internal Server Error"}} >> >> thxs >> >> ************************************* >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Tue Jul 21 13:59:23 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Tue, 21 Jul 2015 13:59:23 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Italy Hub] PEP Proxy Configuration Message-ID: Dear FIWARE coach, we forward you a support request received from a CreatiFI applicant we are not able to solve. Please let us know if you need direct contact with the submitter. Thanks. ****************************** Dear TechSupport, we have deployed a dedicated orion instance based on image in cloud Fiware Lab section. we need to add Pep proxy Wilma for authentication and authorization security to our backend applications. in the same dedicated instance we have installed Node.js and we have followed all steps given in [[ http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/PEP_Proxy_-_Wilma_-_Installation_and_Administration_Guide ]]. *The Problem*: how should we configure the config.js in order to direct Orion end services into pep proxy wilma ? Regards, Marco ****************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Tue Jul 21 14:01:24 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Tue, 21 Jul 2015 14:01:24 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Italy Hub] security monitoring instance Trento node In-Reply-To: References: Message-ID: Dear FIWARE coach, we received an updated from a CreatiFI applicants who is asking for news about his issue. The developer needs an answer asap. Could you provide some hints? Thanks in advance. On Tue, Jul 14, 2015 at 8:44 AM, Andrea Maestrini wrote: > Dear FIWARE coach, > we received an updated from a CreatiFI applicants who is asking for news > about his issue. > CreatiFI phase 1 finishes on 15th of July. > The developer needs an answer asap. > Could you provide some hints? > Thanks in advance. > > On Mon, Jul 13, 2015 at 8:33 AM, Andrea Maestrini < > amaestrini at create-net.org> wrote: > >> Dear FIWARE coach, >> we forward you a support request received from a CreatiFI applicant we >> are not able to solve. >> Please let us know if you need direct contact with the submitter. >> Thanks. >> >> ************************************ >> >> Hi, >> >> we are trying to use this instance of mulval attack: >> >> http://secmonitoring.testbed.fi-ware.org/AttackGraphEngine/attackgraph.jsp >> >> unfortunately with different input it seems that we always get the same >> output (found in the Annex) >> >> are we doing something wrong? >> >> ************************************ >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Tue Jul 21 14:04:11 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Tue, 21 Jul 2015 14:04:11 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Italy Hub] Security Monitoring image on Trento region In-Reply-To: References: Message-ID: Dear FIWARE coach, we received an updated from a CreatiFI applicants who is asking for news about his issue. The developer needs an answer asap. Could you provide some hints? Thanks in advance. On Mon, Jul 13, 2015 at 3:51 PM, Andrea Maestrini wrote: > Dear FIWARE coach, > we received an updated from a CreatiFI applicants who is asking for news > about his issue. > CreatiFI phase 1 finishes on 15th of July. > The developer needs an answer asap. > Could you provide some hints? > Thanks in advance. > > On Thu, Jul 2, 2015 at 9:57 AM, Andrea Maestrini < > amaestrini at create-net.org> wrote: > >> Dear FIWARE coach, >> we forward you a support request received from a CreatiFI applicant we >> are not able to solve. >> Please let us know if you need direct contact with the submitter. >> Thanks. >> >> ********************************* >> >> Hi, >> >> on documentation ([[ >> http://catalogue.fiware.org/enablers/security-monitoring/creating-instances]]) >> I followed the instruction for deploying a dedicated GE instance based on >> an image. >> >> But in my cloud portal I can't see any image with name >> SecMonitoring-GE-AttackGraph-Scoring-Remediation-Thales-3.3.3 >> >> How I can do that? >> >> thxs >> >> ********************************* >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From marc.palau at i2cat.net Thu Jul 23 12:02:58 2015 From: marc.palau at i2cat.net (Marc Palau) Date: Thu, 23 Jul 2015 12:02:58 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Barcelona Hub] General Support #378: Filter entities according to attribute pattern Message-ID: Hi, a user has some questions about Orion CB upgrade. Here is his message: *"we have upgraded our Orion CB infrastructure towards version 0.23.0. We are happy there are many updates on the functionality. Actually, we would like to know if it is possible in this new version to filter entities according to some attribute pattern. For instance, imagine I want to obtain only those entities which contain the word "hello" in some field called "description". Is it possible already? In that case, which is the format of the query? Thank you."* Thanks in advance. ---- Marc Palau Erena i2CAT Audiovisual Unit -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Fri Jul 24 11:16:28 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Fri, 24 Jul 2015 11:16:28 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Benelux Hub] Issues on Lannion2 region Message-ID: Dear FIWARE coach, we forward you a support request received from a CreatiFI applicant we are not able to solve. Please let us know if you need direct contact with the submitter. Thanks. ********************************** I have a Community Account On Lannion2 but I 'm not able to create routers (I receive a 409 error), and also I need 2 floating IP (only one is available). Can you suggest me how to proceed? Thxs ********************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From marc.palau at i2cat.net Fri Jul 24 13:57:09 2015 From: marc.palau at i2cat.net (Marc Palau) Date: Fri, 24 Jul 2015 13:57:09 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Barcelona Hub] General Support #318: WebTundraGFX problem lighting textures Message-ID: Hi, these guys have some questions about WebTundraGFX: *"Hello,You mention a solution for the UV coordinates for texture rendering. Currently the textures that were created using a UV modificator are correctly rendered (the character arms and legs). The textures that uses an Unwrap modificator (body and helmet) are the ones not rendering well or even they become transparent and disapear.Our model: http://annacarreras.com/toonaville/vc/Guia.html Do you have another idea or approach we could test to find a solution to render the character prorperly?"* This issue was treated in the past, but it seems they have more doubts about it. Jira identifier is HELC-801. Thanks! ---- Marc Palau Erena i2CAT Audiovisual Unit -------------- next part -------------- An HTML attachment was scrubbed... URL: From marc.palau at i2cat.net Mon Jul 27 09:23:45 2015 From: marc.palau at i2cat.net (Marc Palau) Date: Mon, 27 Jul 2015 09:23:45 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Barcelona Hub] General Support #381: Accessing Object Storage from Javascript browser apps Message-ID: Hi, I report you a question about Object Storage. *"Hello.* *I have problems when trying to access Object Storage from a Javascript browser application. I can connect fine following the API from other ways, like the supplied examples using python or node.js, but ideally I'd like to access from within a browser-based app only.I found a Javascript API that could to this:https://conwet.fi.upm.es/docs/display/wirecloud/Javascript+API but for what I understand, it only works for Widgets, is this true?* *So to access the Object Storage from a Javascript browser application, I will always have to do some server-side code? Or is there any other library that can take care of this?"* Thanks! ---- Marc Palau Erena i2CAT Audiovisual Unit -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Mon Jul 27 10:17:47 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Mon, 27 Jul 2015 10:17:47 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Italy Hub] PEP Proxy Configuration In-Reply-To: References: Message-ID: Dear, what do you mean with "Answered in SOF" in your answer? thxs On Tue, Jul 21, 2015 at 1:59 PM, Andrea Maestrini wrote: > Dear FIWARE coach, > we forward you a support request received from a CreatiFI applicant we are > not able to solve. > Please let us know if you need direct contact with the submitter. > Thanks. > > ****************************** > > Dear TechSupport, > we have deployed a dedicated orion instance based on image in cloud Fiware > Lab section. > we need to add Pep proxy Wilma for authentication and authorization > security to our backend applications. > in the same dedicated instance we have installed Node.js and we have > followed all steps given in [[ > http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/PEP_Proxy_-_Wilma_-_Installation_and_Administration_Guide > ]]. > > *The Problem*: > how should we configure the config.js in order to direct Orion end > services into pep proxy wilma ? > Regards, > Marco > > ****************************** > -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Tue Jul 28 08:39:19 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Tue, 28 Jul 2015 08:39:19 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Italy Hub] Security Monitoring image on Trento region In-Reply-To: References: Message-ID: Dear, sorry, but we opened the ticket 25 days ago, but up to now no feedback. The CreatiFI applicants need ASAP some feedback in order to fix him issues. Can you reply to us something asap, please? BR On Tue, Jul 21, 2015 at 2:04 PM, Andrea Maestrini wrote: > Dear FIWARE coach, > we received an updated from a CreatiFI applicants who is asking for news > about his issue. > The developer needs an answer asap. > Could you provide some hints? > Thanks in advance. > > On Mon, Jul 13, 2015 at 3:51 PM, Andrea Maestrini < > amaestrini at create-net.org> wrote: > >> Dear FIWARE coach, >> we received an updated from a CreatiFI applicants who is asking for news >> about his issue. >> CreatiFI phase 1 finishes on 15th of July. >> The developer needs an answer asap. >> Could you provide some hints? >> Thanks in advance. >> >> On Thu, Jul 2, 2015 at 9:57 AM, Andrea Maestrini < >> amaestrini at create-net.org> wrote: >> >>> Dear FIWARE coach, >>> we forward you a support request received from a CreatiFI applicant we >>> are not able to solve. >>> Please let us know if you need direct contact with the submitter. >>> Thanks. >>> >>> ********************************* >>> >>> Hi, >>> >>> on documentation ([[ >>> http://catalogue.fiware.org/enablers/security-monitoring/creating-instances]]) >>> I followed the instruction for deploying a dedicated GE instance based on >>> an image. >>> >>> But in my cloud portal I can't see any image with name >>> SecMonitoring-GE-AttackGraph-Scoring-Remediation-Thales-3.3.3 >>> >>> How I can do that? >>> >>> thxs >>> >>> ********************************* >>> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Tue Jul 28 08:41:47 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Tue, 28 Jul 2015 08:41:47 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Italy Hub] security monitoring instance Trento node In-Reply-To: References: Message-ID: Dear, sorry, but we opened the ticket 15 days ago, but up to now no feedback. The CreatiFI applicants need ASAP some feedback in order to fix him issues. Can you reply to us something asap, please? BR On Tue, Jul 21, 2015 at 2:01 PM, Andrea Maestrini wrote: > Dear FIWARE coach, > we received an updated from a CreatiFI applicants who is asking for news > about his issue. > The developer needs an answer asap. > Could you provide some hints? > Thanks in advance. > > On Tue, Jul 14, 2015 at 8:44 AM, Andrea Maestrini < > amaestrini at create-net.org> wrote: > >> Dear FIWARE coach, >> we received an updated from a CreatiFI applicants who is asking for news >> about his issue. >> CreatiFI phase 1 finishes on 15th of July. >> The developer needs an answer asap. >> Could you provide some hints? >> Thanks in advance. >> >> On Mon, Jul 13, 2015 at 8:33 AM, Andrea Maestrini < >> amaestrini at create-net.org> wrote: >> >>> Dear FIWARE coach, >>> we forward you a support request received from a CreatiFI applicant we >>> are not able to solve. >>> Please let us know if you need direct contact with the submitter. >>> Thanks. >>> >>> ************************************ >>> >>> Hi, >>> >>> we are trying to use this instance of mulval attack: >>> >>> >>> http://secmonitoring.testbed.fi-ware.org/AttackGraphEngine/attackgraph.jsp >>> >>> unfortunately with different input it seems that we always get the same >>> output (found in the Annex) >>> >>> are we doing something wrong? >>> >>> ************************************ >>> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From amaestrini at create-net.org Thu Jul 30 15:50:00 2015 From: amaestrini at create-net.org (Andrea Maestrini) Date: Thu, 30 Jul 2015 15:50:00 +0200 Subject: [Fiware-creatifi-coaching] [CreatiFI Benelux Hub] Kurento-based video recorder produces invalid video files In-Reply-To: References: Message-ID: Dear FIWARE coach, we forward you an update request received from a CreatiFI applicant we are not able to solve. Please let us know if you need direct contact with the submitter. Thanks. ******************* Dear, we have upgraded kurento to 6.0.1 and used the js client recorder you provided above but our setup is still broken. ALL the files (both in webm and mp4 format) have 382 bytes of size and ffmpeg says they are corrupted (so we can't use them). Kurento log for each recording session looks like that: (gst-plugin-scanner:30395): GStreamer-CRITICAL **: gst_structure_new_empty: assertion 'gst_structure_validate_name (name)' failed 2015-07-30 10:38:30.330303 30389 [140047692265600] info KurentoModuleManager ModuleManager.cpp:129 loadModules() Looking for modules in /usr/lib/x86_64-linux-gnu/ kurento/modules 2015-07-30 10:38:30.331300 30389 [140047692265600] debug KurentoModuleManager ModuleManager.cpp:85 loadModule() Module loaded from /usr/lib/x86_64-linux-gnu/kurento/modules/libkmscoremodule.so 2015-07-30 10:38:30.331434 30389 [140047692265600] info KurentoModuleManager ModuleManager.cpp:108 loadModule() Loaded core version 5.1.5 2015-07-30 10:38:30.332344 30389 [140047692265600] debug KurentoModuleManager ModuleManager.cpp:85 loadModule() Module loaded from /usr/lib/x86_64-linux-gnu/kurento/modules/libkmsfiltersmodule.so 2015-07-30 10:38:30.332391 30389 [140047692265600] info KurentoModuleManager ModuleManager.cpp:108 loadModule() Loaded filters version 5.1.1 2015-07-30 10:38:30.338288 30389 [140047692265600] debug KurentoModuleManager ModuleManager.cpp:85 loadModule() Module loaded from /usr/lib/x86_64-linux-gnu/kurento/modules/libkmselementsmodule.so 2015-07-30 10:38:30.338366 30389 [140047692265600] info KurentoModuleManager ModuleManager.cpp:108 loadModule() Loaded elements version 5.1.4 2015-07-30 10:38:30.338531 30389 [140047692265600] info KurentoMediaServer main.cpp:217 main() Kmsc version: 5.1.3 2015-07-30 10:38:30.338553 30389 [140047692265600] info KurentoMediaServer main.cpp:57 load_config() Reading configuration from: /etc/kurento/kurento.conf.json 2015-07-30 10:38:30.338812 30389 [140047692265600] info KurentoMediaServer main.cpp:69 load_config() Configuration loaded successfully 2015-07-30 10:38:30.339436 30389 [140047692265600] info KurentoWebSocketTransport WebSocketTransport.cpp:206 WebSocketTransport() Secure websocket server not enabled 2015-07-30 10:38:30.339797 30389 [140047692265600] info KurentoMediaServer main.cpp:224 main() Mediaserver started 2015-07-30 10:38:30.339917 30389 [140047555254016] debug KurentoWorkerPool WorkerPool.cpp:36 workerThreadLoop() Working thread starting 2015-07-30 10:38:30.339979 30389 [140047563646720] debug KurentoWorkerPool WorkerPool.cpp:36 workerThreadLoop() Working thread starting 2015-07-30 10:39:19.787433 30389 [140047692265600] debug KurentoMediaServer main.cpp:92 signal_handler() Terminating. 2015-07-30 10:39:19.787559 30389 [140047692265600] debug KurentoWebSocketTransport WebSocketTransport.cpp:303 stop() stop transport 2015-07-30 10:39:19.787955 30389 [140047692265600] info KurentoMediaServer main.cpp:230 main() Mediaserver stopped MediaSet destruction disabled by default libdc1394 error: Failed to initialize libdc1394 Thanks, Mike ******************* On Tue, Jul 14, 2015 at 8:34 AM, Andrea Maestrini wrote: > Dear FIWARE coach, > we received an updated from a CreatiFI applicants. > CreatiFI phase 1 finishes on 15th of July. > The developer needs an answer asap. > Could you provide some hints? > Thanks in advance. > > *********************************************** > > Here are the details: > > 1. Logs: > > https://gist.github.com/mbajur/7b28464e80803f7bcc10 > > 2. Version: > > Found modules: > Module: 'core' version '5.1.0' > Module: 'elements' version '5.1.0' > Module: 'filters' version '5.1.0' > > 3. https://gist.github.com/mbajur/27d9bf6dd6467f0546c7 > 4. We're trying to record audio and video using webRTC recorder (and save > it to webm). It was recording files pretty well for a few times when we > started working on it but, after some time, it stoped. Without making any > changes to the JS code. It's apparently an issue with the backend > > *********************************************** > > On Wed, Jul 1, 2015 at 12:36 PM, Andrea Maestrini < > amaestrini at create-net.org> wrote: > >> Dear FIWARE coach, >> we forward you an update request received from a CreatiFI applicant we >> are not able to solve. >> Please let us know if you need direct contact with the submitter. >> Thanks. >> >> ********************************** >> >> Previously, we've been trying to use kurento server to record a webcam >> videos in browser, save them on the server as mp4 files and send them to >> our video processing backend. >> >> Kurento uses webm as a default but that extension is not supported by >> Windows Media Services (used by our backend) so we were forced to try to >> use a mp4 saving format. >> >> First attempt ended up with empty files generated by Kurento. After few >> issues created and few discussions on github and [tutaj nazywa tego serwisu >> do zg?aszania usterek w kurento] we have been told, that it's a common >> issue when kurento is configured to use mp4 and we should change it to webm. >> >> We have tried that recently but that issue is still there - kurento >> produces empty, 0 byte webm files which are obviously corrupted and are not >> able to be processed by ffmpeg nor Windows Media Services. >> >> Basically this is the "status report" on the solution that FIWARE expert >> has been provided to us before: "We have been making some tests and our >> recommendation for you is to record using WEBM format and later >> post-process and transcode the media to the format you want. Recording >> needs to take place in live mode and some MP4 players don't like the >> container format required for that. Using WEBM in combination with a >> post-processing step (for which you can use ffmpeg) is probably your best >> option for avoiding such type of incompatibilities." >> >> However, even after changing the video format to webm as it has been >> suggested to us -- the 0-file-size problem persists. >> The question is then - is there anything else that can be done about it? >> ********************************** >> >> On Thu, Apr 9, 2015 at 2:48 PM, Andrea Maestrini < >> amaestrini at create-net.org> wrote: >> >>> Dear FIWARE coach, >>> we forward you a support request received from a CreatiFI applicant we >>> are not able to solve. >>> Please let us know if you need direct contact with the submitter. >>> Thanks. >>> >>> ******************************* >>> >>> We are using Kurento to capture video from browsers - specifically >>> Android phone based browser - to avoid the users having to download and >>> install the VBOT native video recorder app. >>> >>> We have installed Kurento Media Server on our server - the reason is >>> that we are uploading the recorded videos further to our VBOT pipeline. We >>> needed to keep our middleware and Kurento installed on the same server to >>> be able to push the video file to our storage (MS Azure). >>> >>> After installation everything was working great but after a day, without >>> any further changes made to the code, we have encountered a strange issue >>> with files generated by a recorder. >>> >>> Basically, files saved by kurento recorder javascript app are corrupted >>> (empty) and running >>> >>> ffmpeg -i /tmp/video.mp4 >>> >>> returns: >>> >>> /tmp/video.mp4: Invalid data found when processing input >>> >>> JS Client code: https://gist.github.com/p-grzelczak/236f1e8d9e10eca95fe2 >>> >>> What can be possibly wrong in here or how to even debug that? >>> >>> I would really appreciate the help. >>> >>> ******************************* >>> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: