Questions tagged as 'stream'

1
answer

Problem when using the AudioManager if other app open

Good morning everyone, I have an application that plays a radio in streaming through a service. The service works perfectly, I can close the application and continue listening to the radio. Even if they call me on the phone, the radio stops a...
asked by 21.12.2016 / 12:41
1
answer

Sockets with Java (server) and Python (client) without flush in python

Hi, I have a socket project (practice for now) and the problem is that on the client side (in python) I do not know how to clean or simulate the output buffer of the socket. The first message is sent "correctly", since it is the first and there...
asked by 07.07.2017 / 23:20
1
answer

How to read the video file that I have saved in my mongodb database

I'm trying to save a collection inside mongodb (Lesson) where among other data this collection has a video: Lesson Model 'use strict' var mongoose = require('mongoose'); var Schema = mongoose.Schema; var LessonSchema = Schema({ tit...
asked by 26.11.2018 / 21:20
0
answers

Upload stream by ftp

I have this function that uploads the image of a signaturepad via ftp to a folder; the situation is that the file actually goes up, but it is not the image as such, I do not know what I can miss: private async void onSaveAsync(object sender, E...
asked by 16.02.2018 / 22:48
0
answers

How to simultaneously play two PCM audio streams in a DMA

I am working on a project on the stm32f769i-disk card, which has to run a video game made by me. The graphic part is solved, where I have problems is wanting to play two or more wav files, I do not know which is the correct way to add them in a...
asked by 11.01.2018 / 04:21
0
answers

Send audio data (client) with Websocket for an Audio Streaming

I have the following code that sends the video: window.URL = window.URL || window.webkitURL; navigator.getUserMedia = ( navigator.getUserMedia || navigator.webkitGetUserMedia || navigator.mozGetUserMedi...
asked by 01.11.2017 / 22:46
0
answers

how to save a stream on the hard disk by using rtsp in c #

I am currently doing a program with c # that can locally copy the video that is displayed by rtsp protocol, I have tried with VideoLan DotNet for WinForm but it does not save me on the disk even though I pass the options with : sout = # transcod...
asked by 29.04.2017 / 02:29
1
answer

Reading packets from a server with Java sockets

I am developing a program for reading packages sent by computers to a server that has the port 7779 enabled to receive this data. For this I use sockets from Java . The problem I have is that I open the port, read the information, but afte...
asked by 28.01.2017 / 23:45
3
answers

Go through a txt file StreamReader

I'm trying to go through a txt file with StreamReader , the problem I have is that I can never get past the first row of my txt file and I do not understand why. I have dealt with a for and with a while but I only cycle on the first row...
asked by 16.07.2018 / 22:01
1
answer

save mp3 formats in BD and play them is a Streaming

Good morning, I am developing a radio project on the web, where the common thing I have done is to divide the index of the web with a frame I add a Streaming connected with ZaraRadio . however to do so I have to have a...
asked by 10.12.2016 / 16:11