rjhowell44
rjhowell44
Fixing the File Source's "interval" to simplify the API was a mistake. It appears that the Streammuxer does not account for different recording rates when playing multiple file sources. The...
Clients need to be able to query DSL to determine if an object exists so that it can be conditionally created/reused. * `dsl_pipeline_exists` * `dsl_branch_exists` * `dsl_component_exists` * `dsl_player_exists` *...
With the current implementation, Players can be called to queue file-paths and then `play`, `pause`, `stop`, and play `next` . Each file-path is pulled off the queue, in turn, and...
Constructor for a new class of Player Type that combines an Image Source with an RTSP Sink. Playing the player will stream the image using the specified host and port...
Last log leading up to deadlock ``` 0:00:24.266614123 7787 0x3ac7c260 INFO DSL src/DslServices.h:660:GetMainLoopHandle: : Returning Handle to MainLoop 0:00:24.269812098 7787 0x3ac7c260 INFO DSL src/DslBintr.h:223:SetState: : Changing state to 'NULL' for...
Need to allow the caller to control how many frames are dumped... rather than having to explicitly disable output.
Need to measure Pipeline latency ... source-to-sink ... and make available as a new Source Info Display Type