RTSP not working after HLS stream aliasing mechanism
I implemented hls streaming aliasing mechanism.
It is working fine for desktop.
But it is not working for android, that is rtsp streams.
Details of changes made in below files are :
1. config.lua :
hasStreamAliases=true
2. webconfig.lua :
hasGroupNameAliases=true
Aliases are getting generated successfully and are playing fine in desktop with hls
However, rtsp stream is not getting played.
Is there any other changes, that I need to do for playing rtsp streams?