Roger Hardiman
Roger Hardiman
Old ONVIF used the GetCapabilities command to get the ONVIF Services like device and media. New ONVIF uses the GetServices command to get the Device Services like Media2. So first...
Hi @bl0ggy . Do you still have access to your Samsung and Hik cameras?
Hi Jessy, I've made use of your changes to detect Media2 in my 'roger' branch on github. You can now use this to create a Media2 specific version of getAutioEncoderConfigurationOptions...
@bl0ggy . Just wanted to let you know that in the summer I added code to detect Media API and Media2 API for video. So we could re-visit your code...
ONVIF metadata can come from several difference places. 1) it can be included in the RTSP as an additional stream along side the Video and Audio. I know the NodeJS...
Thanks for the logs from Wireshark. I can also see this if I enable the logging in the wowza.js example (the last few lines of the wowza.js file) and point...
Update: The bug seems to have come from the change by @tuliofaria where it checks for 401 Authentication Errors only on the first two RTSP messages. I'm testing and working...
There were actually two issues here and I'm not sure you were seeing both problems so the latest Yellowstone may still fail on your RTSP server. Problem 1 - Not...
Or, if you can give me access to the RTSP server you are using, I can do a test here
fixes are on the master branch