All Questions

Filter by
Sorted by
Tagged with
0
votes
0answers
3 views

Provide multiple encodings of same audio rendition in HLS

I would like to stream video with adaptive streaming using HLS. Given an appropriate device and sufficient bandwidth, the video should be presented in HD and with 5.1 sound. On devices that have lower ...
0
votes
0answers
2 views

Flutter: How show local html file in webview?

I use this plugin in my fluttter app - webview_flutter. I need show local html file in webview. This is not from assets, but I have path to this file. I try it: Read file as string var file = File(...
0
votes
0answers
4 views

How to force php to send path / parameter for the session cookie?

If I set the path of the session cookie to /, then PHP simply omits that attribute in the Set-Cookie header. I do it like this: session_set_cookie_params(0, '/'); session_start(); The header looks ...
0
votes
0answers
2 views

An error occurred while processing the post-install hook of the Podfile. undefined method 'ABCD'

I am trying to build my existing ios project for mac os and below are my existing pods target 'ABCD' do pod 'Firebase/Analytics' pod 'Firebase/AdMob' pod 'Firebase/Crashlytics' end Now i have to ...
0
votes
0answers
9 views

Handling null values in C# - uploaded excel data sheet to database

I'm trying to read in items from a spread sheet into a data table, which can then be uploaded to a database. The column I'm having issues with has to read in values that are boolean values. However, ...
0
votes
0answers
3 views

What is the best way to do AWS SSO and Okta integration?

I am a new Okta user. I am planning to integrate AWS SSO and Okta. I have multiple AWS accounts and all accounts are managed under AWS Organizations. I have following questions: Do I need to create ...
0
votes
0answers
3 views

Apple Watch - Can you record audio while paired to AirPods?

I'm hoping to create a music recording and playback app for the Apple Watch. WatchOS supports audio recording and playback in the background via AVFoundation and AVAudioEngine but does anyone know ...
0
votes
0answers
8 views

when i update db, another row is updated instead of the row i want to update

PHP which is supposed to be at backend/pos.php <?php require_once "../../../action/core.php"; $ustid = $_GET['ustid']; $userid = $_GET['user']; if (isset($_POST['query'])) { $...
0
votes
0answers
5 views

My recaptcha render doesn't work and return 0

I currently have a problem with Google's Invisible Captcha. He refuses to load properly despite all my attempts. The situation : I have a form which is added to the DOM via jQuery when clicking on a ...
0
votes
0answers
7 views

why doesn't entity framework recognise an existing record in the database?

I have created a database system for a library, and when a user registers the program checks if they already have an account, but this is always returning false even when I can see in my DBMS that the ...
0
votes
0answers
3 views

Oval progress bar || pie chart

How to create regulated oval progress bar using only HTML&CSS? My jsfiddle try. Its works but look different. <svg viewBox="0 0 64 64" class="pie"> <circle class=&...
0
votes
0answers
3 views

JasperServer DiskStorageFactory

I tried all the proposed options, made changes to ehcache, deleted caches and so on. The problem manifests itself when running reports in which there is a lot of data and many samples jasper version 7....
0
votes
0answers
3 views

When updating my typeclass in Evennia, I become unable to use Default Command 'say'

I just started created my Evennia world and am trying to add the python event handler. When I am prompted to change the typeclass (Image of Directions): from evennia import DefaultCharacter class ...
0
votes
0answers
5 views

Square API - Make payment online

I have to integrate Square API in my application developed in .net. I have to process online payments through Square API which are made on my website. I searched on square documentation and related to ...

15 30 50 per page
1
2 3 4 5
1314901