Julius R Friedman

Results 175 comments of Julius R Friedman

Thank you for your response. Umm honestly, Idk, Apach2? What exactly are you asking, I read into things too much sometimes and then respond [sic] incorrectly. 👍 📦 v// What...

FWIW, I was able to get vite to load from CDN in debug mode without any plugins by using the `resolve.alias` option. [See](https://vitejs.dev/config/shared-options#resolve-alias) Once the proper alias is defined vite...

I like the idea, feels similar to checked exceptions (throws) in java but overall I feel it should be worded like so: The compiler should provide a way to indicate...

I don't see why it would not be possible, if your using Rtsp and depacketizing the video then it's likely this library can help you especially if the video type...

I will see about changing this, thanks for your contribution!

You want to do something like a camera tour where you tour between each stream? It should be very easy to achieve provided the underlying streams are using the same...

You only changed values for MP4 Boxes / Atoms, I think the values are actually in BigEndian, I have to double check the spec... I am pretty sure there is...

I checked your code, everything seems okay but I am able to confirm over UDP there is either something wrong with your server or the parsing logic with the SDP,...

It seems something broke in the RtspClient, its missing the Content of the Describe request sometimes... If you add this logic (hack) it seems to work.. ``` Describe: response =...

BTW, something is clearly happening with your server and UDP connections, it supplies and SDP the first time but then apparently stalls out and never finished the SDP for the...