Questions tagged as 'stream'

0
answers

Player Video + Aria2c

Hello, I usually use VLC as a video player, but I end up suffering from the "low download rate" that it manages in the stream process, my question is: Is there any way to invert the ARIA2C download software able to manipulate number of connectio...
asked by 07.06.2018 / 17:28
1
answer

Video Tag using youtube Stream

Would there be any way to include the youtube video without using the iframe provided by the API in the Incoporation method? I'd like to insert into a tag, for example. I have the following code below: <video id="meuVideo" controls au...
asked by 31.05.2018 / 02:46
0
answers

How to supply the absence of the TTreeView LoadFormStream in the Delphi RAD XE10 MultiDeviceApplication?

I have been trying to give a LoadFormStream to TTreeView so that it loads the data of a TStringStream in Delphi RAD XE10 MultiDeviceApplication mode, but I noticed the absence of this option ( TreeView1.LoadFromStream(Str...
asked by 16.05.2018 / 00:18
0
answers

OpenCV '' Circular buffer overrun '' Stream UDP

I'm trying to capture a video and run it in an OpenCV code, but after a few seconds the video hangs and this error appears: [udp @ 0x1a2d020] Circular buffer overrun. To avoid, increase fifo_size URL option. To survive in such case, use overru...
asked by 11.03.2018 / 20:44
1
answer

How to create a POST-type method in WCF (.NET) that receives a String parameter by URL and Stream by POST?

I tried to use it in my service but I can not get anything different from this error. Error : ExceptionDetail, provavelmente criado por IncludeExceptionDetailInFaults=true, cujo valor é: System.InvalidOperationException: Foi gerada uma...
asked by 04.12.2017 / 19:01
0
answers

How do I capture data from a stream (Music name, album art, band name)?

How could I capture the metadatas of an audio stream and put some data like album cover, song name, and display it in my activity.     
asked by 21.08.2017 / 06:00
0
answers

Stream that reads byte per byte?

I created a simple method that reads byte-by-byte in a stream, but it is very slow and takes minutes to process a ten-megabyte file, I do not know why it is so slow. It must be byte-by-byte and not byte[] because it is an operation that I...
asked by 11.07.2017 / 00:43
0
answers

StreamWriter inserting blank lines

I'm implementing a file download in ofx, I am generating the string and then adding it to a StreamWriter , however if I add row by row or add the entire string at once without breaking lines, it creates a multi-line file in the blank end, after...
asked by 10.04.2017 / 15:22
1
answer

How to iterate over a stream from a list that has an array and return if true?

How do I get the enum object with an ID that I passed as a parameter to check an element of the enum object if true? My builder: private WeaponInterface(int[] weaponId, int speed, FightType[] fightType) { this.setWeaponI...
asked by 07.04.2017 / 00:42
0
answers

No Output with DataInputStream

I'm trying to build an application that works as a terminal emulator, but simply no output is generated. Here's my code, it might be useful: package me.craftygaming.TermDroid; import android.app.Activity; import android.content.Intent; imp...
asked by 11.01.2017 / 08:22