Hajo Noerenberg

Results 9 comments of Hajo Noerenberg

https://github.com/hn/restic2influx might be a source of inspiration.

Based on the `rtsp-simple-server` logs ``` 06:32:56 INF [RTSP] [conn 172.18.0.2:59514] opened 06:32:57 INF [RTSP] [session 874954654] created by 172.18.0.2:59514 06:32:57 INF [RTSP] [session 874954654] is reading from path 'garagedoor_main',...

With @r0l1's patch https://github.com/aler9/gortsplib/pull/102/commits/212b081dcfdcaee1f32093f5311abec65e79e871 (only the `serverconn.go` part), the SET_PARAMETER call is answered with `200 OK` and the connection stays stable. However, after 60s `ErrServerNoRTSPRequestsInAWhile` kicks in (`"no RTSP requests...

Thank you @aler9. Your detailed explanation will certainly help a lot to improve things.

I'm not much into these frontend things, but the new _Managed Media Source_ might be an (sources say easy to implement) option to resolve this issue (available on iPhones iOS...

The [most complicated Javascript code](https://playcode.io/1839426) I've ever written (because I've never written any JS before): ``` foo = window.ManagedMediaSource.isTypeSupported('video/mp4; codecs="avc1.4D401E"') bar = window.ManagedMediaSource.isTypeSupported('video/mp4; codecs="nonsense"') console.log(foo) console.log(bar) ``` Returns `foo=true` and...

After downloading a zillion fancy build somethings I can say ... hooray, it (the iphone branch) works :) I see all my cameras e.g. in 2x2 view, which is great....

As far as I can see, there is no easily accessible javascript console on the iPhone. You have to connect the phone to a computer via cable and debug there....

Thanks Andreas! It will probably take some days until I review and merge your changes, been busy these days. And I'll likely split the PR into multiple parts (1. Inject...