java - Queuing audio files on an RTSP streaming server -


is possible design rtsp server provides queuing audio files in classic rtsp client/server streaming communication (i.e. start streaming next audio file after present one)?

p.s : can not use pub/sub architecture message queuing (e.g. jms/apache mq). have technical constraints.


Comments

Popular posts from this blog

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -