getstreaminfo
Here goes some technical questions.
getStreamInfo gives information of ACTIVE streams BUT NOT INACTIVE streams.
That means I can’t get same info when a requested stream is down at that
moment. My intention is to determine whether a streams is configured or not
in addition to its liveness. Parsing output of ‘listconfig’ is very very inefficient job
in my point of view and can’t be done every time a single change has been made.
Another issue is the command doesn’t give any info regarding HLS streams while
‘listconfig’ returns all configurations.
So I need something more to get those info using given API.
Let me know