oijkn
oijkn
@Tilka : Well done ! I'm trying your modification and it seem to capture drops/skips with RTP. BR.
Maybe one solution https://github.com/ddmee/polling2/pull/13 It's working well on in my side.
OK, I will try to reinstall it.
Here is what I tried : #### What works, but hard-coded ```py class DeviceViewSet(NetBoxModelViewSet): # pylint: disable=too-many-ancestors queryset = Device.objects.prefetch_related( "device_type__manufacturer", "device_role", "tenant", "platform", "site", "location", "rack", "parent_bay", "virtual_chassis__master", "primary_ip4__nat_outside",...
I'm having trouble displaying the `custom_fields`, I have the sensation that the object is not present. Here is what I tried but without success : ```py # netbox_prometheus_sd/api/serializers.py if hasattr(obj,...
Yes I can confirm that it works on a Raspberry PI 3 but before you can compile the module you must apply this patch : [link](https://github.com/netoptimizer/IPTV-Analyzer/issues/22#issuecomment-223170605)
Hello there! I noticed the discussion here and thought it might be a good opportunity to introduce a tool I've been working on that could be relevant to this conversation....
This issue has been inactive for some time. Please let me know if it's still relevant and need attention or I will close it.
@slimtim Here is a better version with some new `Login/Logout` function and improvements.
I took the opportunity to correct and improve the few inconsistencies I could find 👍 Let me know if you want more things. --> [https://github.com/oijkn/RTPHPLib/commit/9d4d71226772fc1136d13158badff6591360bfe3](https://github.com/oijkn/RTPHPLib/commit/9d4d71226772fc1136d13158badff6591360bfe3) Best reagards