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

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -