Jeff L
Jeff L
I keep getting errors in both my own code using virtual clips and in the demo. They are of the `[$rootScope:inprog] $digest already in progress` variety. To reproduce, just go...
I want to set up an RTSP redirect only so I can use a different url for the streams such as rtsp://streams.something.com:554/stream1 will redirect to rtsp://232.232.54.23/stream1. Does this library support...
Connecting to Azure AD I get a name claim type back not a http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name claim type. The User.Identity.Name is then null. I realize that the example is meant to be...
I am using the DownloadToStreamEncrypted extension and it works fine for small files. I've noticed that it loads the entire stream into memory however. I am using ASP.Net WebAPI. Here...