Closed Memphiz closed 9 years ago
Merged into master, the API might or might not change in the future, but that shouldn't be a huge issue.
As an api change suggestion - the dacp id should be passed via the init callback really because its something that won't change during the whole stream session. ;)
Yeah, I've thought about that. On the other habd it is sent on every RTSP request so in theory it might change, also it is not useful for all users so keeping it in a separate callback that can be just left unimplemented if not needed might be nice as well. Do you need to do some hacks if it's sent after init?
nah its fine ;)
This is the rebased version of your progress branch - ready to merge into master...