Neseek77 / openmeetings

Automatically exported from code.google.com/p/openmeetings
1 stars 0 forks source link

Share/record screen bug #1586

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
One more issue.

Mistake in GET:
null://address:port/openmeetings/ScreenRequestHandler?rtmphostlocal=134.191.240.
103&room=17&domain=1&organization_id=1&sid=fba3adba2f4354c3bc31bf028f7080bb&red5
httpport=80&connectionType=rtmp&allowRecording=true&port=1935&publicSID=249c7887
d5025708c95f9c733380282a&httpRootKey=/openmeetings/&languageAsString=1&record=no

Need to change to:
http://address:port/openmeetings/ScreenRequestHandler?rtmphostlocal=134.191.240.
103&room=17&domain=1&organization_id=1&sid=fba3adba2f4354c3bc31bf028f7080bb&red5
httpport=80&connectionType=rtmp&allowRecording=true&port=1935&publicSID=249c7887
d5025708c95f9c733380282a&httpRootKey=/openmeetings/&languageAsString=1&record=no

Original issue reported on code.google.com by opari...@gmail.com on 30 Nov 2011 at 4:12

Attachments:

GoogleCodeExporter commented 8 years ago
I tried this, there is no issue.

You possibly missed a configuration variable in your config.xml

<!--
    The protocol to use for the http connections
    for example upload/download of files 
 --><protocol>http</protocol>

Sebastian

Original comment by seba.wag...@gmail.com on 30 Nov 2011 at 4:20

GoogleCodeExporter commented 8 years ago
Thank you - the problem were in old config.xml. Just modified new compiled and 
seems all works fine! 

Original comment by opari...@gmail.com on 30 Nov 2011 at 5:10