Joe Andrieu
Joe Andrieu
I am having a similar problem. I have tried three different MP4s. They all generated different errors, but none worked: Sample.mp4 [sample.mp4.zip](https://github.com/iizukanao/node-rtsp-rtmp-server/files/860092/sample.mp4.zip) ``` 2017-03-21 18:00:12.095 [rtsp/http/rtmpt:client=c2] connected /home/joe/Software/rtsp-http/node-rtsp-rtmp-server/server.js:47 throw err;...
FWIW, I was able to get sample.mp4 above to work launching with gstreamer: ``` gst-launch-0.10 filesrc location=sample.mp4 ! qtdemux name=demux ! flvmux name=mux streamable=true ! queue ! rtmpsink location='rtmp://localhost/live/STREAM_NAME' demux....
I have this same issue. I'd like to return a single non-restricted page for '/' and '/index.html', but have restrictions on all the other locations on the server. It doesn't...
FWIW, I was not able to get LDAP to work with a bind dn of the form "CN=Name, OU=XXX, DC=YYY" When I changed to "DOMAIN\username" or "[email protected]", it would work.
Discussed on WG call 2022.08.24. https://www.w3.org/2022/08/24-vcwg-minutes.html @msporny and @dlongley advocated for sticking with the use of VCs rather than supporting a different way to make claims. @jandrieu Suggested that unless...
Where does terms-of-use meta-data end up? There are currently stated requirements about duration of information sharing, which is, I believe, none of the issuer's business, but rather an assertion by...
+1 to claims
I think there was also confusion about the embedded graph container, making the RDF subject of the claims confusing. We have examples in the focal use cases where there are...
That's not bad, except I believe the "credentialSubject" is actually a "claimSubject" in your example.
Maybe. I think folks get wrapped around the singular subject, thinking a credential can only have one subject. ClaimSubject focuses it nicely on this particular claim, gently inviting credentials that...