Skip to main content

All Questions

Tagged with
0 votes
1 answer
61 views

Get stream from urlsessiondownloadtask

When we use URLSessionDownloadTask for downloading files there temp file where is data saved by chunks. Is there any way to save data chunks not on disk and store it in memory? Or is there any way to ...
Михаил Звягинцев's user avatar
0 votes
0 answers
32 views

IOS - Remote Video Stream is stop after screen is lock in PJSIP

how to restart video stream when app in foreground? var ci = pjsua_call_info(); pjsua_call_get_info(incomingCallID, &ci); let op = pjsua_call_vid_strm_op(...
Shital Bhikhadiya's user avatar
0 votes
0 answers
158 views

HLS video with special characteres in URL doesn't play on iOS Safari (Flutter)

I'm working on a video stream type of APP in Flutter. I implemented the video streaming with better_player and the video itself is being hosted on AWS. Everything working fine until I tried testing on ...
Tiagocf2's user avatar
0 votes
0 answers
301 views

open video URL in IOS native player from any browser

in android we have "intent" to open any network stream but I am trying to play video in IOS native player I don't know how to open network stream in IOS browser <a href="intent://...
Jeet Shekhaliya's user avatar
1 vote
1 answer
109 views

Flutter download flie in stream for progress control for iOS devices

This code work well at Android and at Android Studio framework, in same time if code deployed to iOS devices i receive error I reciving OS (Exhausted heap space, trying to allocate 1073741840 bytes. [...
Ivan Zhadnov's user avatar
0 votes
3 answers
1k views

How to open HTTP stream on iOS using ndjson

Does anyone have experience opening HTTP stream on iOS? I have tried multiple solutions without any luck (examples bellow). For better context, here's example of endpoint that will stream values (as ...
Lachtan's user avatar
  • 5,062
2 votes
1 answer
495 views

AVPlayer show loaded progress for live MP3 stream

I'm using AVPLayer and AVPlayerItem to play remote MP3 from URL. The tricky part here that this MP3 has unknown content-length. So this is a kind of live stream, but it has finite length(at some point ...
Alexey Gorbel's user avatar
1 vote
0 answers
601 views

HLS player is not streaming

I have a stream url which is getting from server. The streaming url is working in android and web, but whenever I try to play that ham getting a black screen with certain errors Error Domain=...
Jok3r's user avatar
  • 483
0 votes
0 answers
189 views

Xamarin Forms - Sending multiple images to filestream with MediaGallery plugin

I'm working on an Xamarin Forms application and I have added some code to select multiple images from the phone gallery, I then need to send all selected images to file steam. Selecting multiple ...
Jaser's user avatar
  • 265
2 votes
1 answer
2k views

Play back video stream via HTTP with SwiftUI

I'm trying to play back a live video stream from a local network camera, through ROS (Robot Operating System) using VideoPlayer in SwiftUI. But the stream keeps failing. Here is what I tried: Using ...
esbenr's user avatar
  • 1,462
0 votes
1 answer
464 views

Flutter/Dart: Bad State errors when trying to close down a stream pipeline

I'm building a mobile app in flutter which pipes the mic audio (mic_stream lib) to a websocket. I’m really struggling to close down the stream pipeline when I'm done with it. I’m getting various “Bad ...
Hari Honor's user avatar
  • 8,866
1 vote
0 answers
70 views

Swift Xcode AVAudioEngine malfunction with iOS dictation

I am using AVAudioCV to record sound and analyze it using Apple's built-in dictation. However, when I try to turn the audio engine on with a button, the audio buffers complete instantly and do not ...
rjc810's user avatar
  • 465
1 vote
1 answer
212 views

StreamDelegate method not called for an InputStream created using getBoundStreams

I'm creating a bound pair of streams and set a delegate for my input stream like this: class ViewController: UIViewController { private var inputStream: InputStream? override func ...
algrid's user avatar
  • 5,847
4 votes
2 answers
4k views

Flutter: How to pause and restart a `Stream` listener?

I am developing a flutter app to read QR Codes. I am using qr_code_scanner: ^0.3.5 library. Below is my code. import 'dart:io'; import 'package:flutter/material.dart'; import 'package:google_fonts/...
PeakGen's user avatar
  • 22.7k
0 votes
1 answer
2k views

Stream microphone audio in Swift 5

I have a working connection between 2 IOS-Devices. Sending a live-stream from one camera to the other device works. But now i want to send mic-audio and this does not work. I get no error, but i just ...
Sven's user avatar
  • 55

15 30 50 per page
1
2 3 4 5
15