Flashphoner RTSP Configuration and streamName Usage Inquiry

hyuk

Member
Hello,


I have configured my flashphoner.properties as follows:

rtsp_server_auth_enabled=false
rtsp.port=5554

With this setup, can I access a stream published via roomApi using the URL format rtsp://ip:5554/streamName?
Also, when I call the stream/find_all API, I get the following response:

{
"appKey": "roomApp",
"sessionId": "/127.0.0.1:55632/127.0.0.1:18080-1ae1c9f6-a5a6-41a8-a522-d7390f055a02",
"mediaSessionId": "95bad7b0-7e57-11f0-8d37-85acf9e8e99f",
"name": "test",
"published": true,
"hasVideo": true,
"hasAudio": false,
"status": "PUBLISHING",
"sdp": ......
"videoCodec": "H264",
.......
}


In this case, should the streamName part of the RTSP URL (i.e., rtsp://ip:5554/streamName) be set to the "name" field value (e.g., "test") from the response above?

I also tried playing the stream in VLC Player, but it did not work. Could you please advise?

Thank you.
 
Last edited:

Max

Administrator
Staff member
Hello.
We tested on latest WCS builds 5.2.2300 and 5.3.126. A stream published in Conference example is successfully playing as RTSP rtsp://wcs:5554/room-76cfb7-fptest-1170 by the name found in rest-api/stream/find_all results. This also works on our demo server (build 5.3.119).
May be you have not opened RTSP port or some other misconfiguration. Please collect a report is this happens again and sent using this form.
 
Top