Hi All,
I am new to red5 and I have a question that I hope you can help me.
Is that a way for red5 server to read remote file as input stream using http connection?
Basically, I have a repository for storing files including the video files.
The file should be accessed using SOAP service or from http connection.
I would like red5 to read the file as input stream from repository.
Also, do video files need to have extension?
Using jwplayer option 'file': 'mp4:filewithnoextension' does not work.
From Red5 log, the red5 tries to find filewithnoextension.mp4 file.
My intention is to modify oflaDemo application to enable bot functionality for testing.
Best regards,
Harry