andylin810 opened a new issue #133:
URL: https://github.com/apache/openmeetings/issues/133


   Please correct me if I misunderstand any thing. I am trying to read the 
RTMPS stream from OpenMeetings sharing screen using ffmpeg and convert stream 
to HLS stream for testing by using the rtmps:// url. When I was inspecting the 
flash player I notice in the chrome's network tab, https post requests are 
being made to download AMF flash data to the flash player which gives me the 
impression that OpenMeetings is using RTMP tunneling by sending data via HTTPS 
instead of RTMPS( I'm guessing this is why my ffmpeg -i rtmps:// .... command 
fails). After some googling, I have found some links like this one here having 
instruction on how to active native RTMPS.
   
   
[https://svn.apache.org/repos/asf/openmeetings/site/trunk/RTMPSAndHTTPS.html#Set_up_RTMPS](url)
   
   All I tried is uncommenting out the RTMPS section in conf/red5-core.xml 
file, I was not able to find red5/webapps/openmeetings/public/config.xml at all 
in the project. Can someone give me some advise on how to turn off RTMPT and 
use RTMPS as path for transporting video data? Is the above link instructions 
outdated? I am still using the older flash version of OpenMeetings 4.0.7, my 
company isn't ready for migrating to WebRTC version yet.
   
   If I misunderstood the whole situation, is there any way of reading the 
RTMPS sharing screen data by using ffmpeg?
   
   Thanks.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to