hyuk
Member
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: