1,559 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Score of 0
0 answers
87 views
Paypal: sandbox webhook works, when switched to live - nothing
So here is my problem... I setup everything in sandbox environment including a webhook (PAYMENT.CAPTURE.COMPLETED event). Everything works perfectly, my API gets called and logs appear on dashboard.
...
- reputation score 11
Score of 0
0 answers
245 views
Implementing a Simple Icecast Client using Python
I am learning Python these days for data-science, ML and network programming amongst other things. I am trying to implement a simple Icecast client to stream live audio to Icecast server such as ...
- reputation score 21
Score of 0
0 answers
151 views
Android 16 Live Notifications on Samsung One UI 8 vs Pixel
One UI 8 is based on Android 16 and it does seem to display Google Maps and a few other Live Notifications from Google. However when I tried integrating Progress Centric Live Notifications on Galaxy ...
- reputation score 126
Score of -2
1 answer
531 views
How to Stream WebRTC H.265 (HEVC) Video in a React Native App? [closed]
I am trying to create a React Native app to stream live CCTV footage on a mobile device.
The Problem:
RTCView from React-Native-WebRTC does not support H.265 (HEVC) decoding. So, I cannot play the ...
- reputation score 13
Score of 0
0 answers
90 views
GCP MongoDB Atlas Live Migration Fails After Validation – Stuck at Initialization
I’m trying to migrate a MongoDB instance to MongoDB Atlas using the Live Migration tool from an GCP environment. After passing the validation step with the necessary roles, the migration process gets ...
- reputation score 9
Score of -1
1 answer
111 views
How to solve "cannot import name 'livereload_host' from 'livereload' "
I'm getting this error when i enter "python manage.py livereload" after changing all the parameters in django app
I'm using django-livereload-server
"C:\Users\ADMIN\Desktop\projects\...
- reputation score 1
Score of 0
1 answer
132 views
Can we open a Youtube live streaming link from Android app if we have the link? If yes then please explain how?
Can we open a YouTube live streaming link from the Android app if we have the link?
If yes then please explain how?
Or
Let's say I have the live-streaming link, can I open the Youtube app and go ...
Score of 1
0 answers
58 views
Attach Youtube video to liveStream and bind with liveBroadcast?
I'm currently working in Python on a project where I need to attach an existing video to a live stream that I created (liveStream.insert) and then bind a broadcast (liveBroadcast.insert and ...
- reputation score 21
Score of 1
1 answer
522 views
Delta Live Table - Cannot redefine dataset
I am new to Delta Live Table.
I am trying to create a delta live table from the databricks tutorial.
I have created a notebook and attached an interactive cluster -DBR 14.3-LTS.
I am running the below ...
- reputation score 31
Score of -1
1 answer
169 views
Live Update in JavaScript
I have a random increase for a bunch of variables, I used setIntervel() to have something like a live update for the variables but they don't seem to update:
const no= document.getElementById(&...
- reputation score 1
Score of 0
1 answer
100 views
My Blazor server side app's scoped service is reading a process value cyclic from a remote PLC. How can I show this value live on my razor page?
In my Blazor server side app I have a scoped service that is reading a process value from a remote PLC, cyclic. With my code below I try to show the value live on my razor page. But getting just one ...
- reputation score 793
Score of -1
1 answer
661 views
Live monitoring of MySQL from Node.js
I have a MySQL server (version 8.0.35-0ubuntu0.20.04.1) and would like to monitor UPDATE and INSERT operations in a particular MySQL table from a Node.js application. These changes should come from ...
Score of 0
1 answer
72 views
Databinding stops working while Live Charts databinding is enabled
If I takeout the code which enables the wpf Live Chart then my databinding code works fine but when the chart is displayed the databinding to my labels no longer displays the data strings.
I use the ...
- reputation score 9
Score of 1
2 answers
1011 views
NDI-PYTHON live streaming
I have a live stream project like ptz cameras,i have using NDI SDK using backend,framework PYHTON Fastapi,but i can't understand or i don't know how to integrate NDI to python,simple using NDI in ...
- reputation score 21
Score of 0
1 answer
51 views
Results in ajax live search not visible although these exist
I have the below code and trying to get some results in an ajax live search
$(document).ready(function() {
$("#search").keyup(function() {
var query = $(this).val();
if (query != "" &...