Questions tagged as 'stream'

1
answer

Replace Return of Carriage and Line Feed CrLf in a Stream

I am reading a text file that has several CrLFs (at least 2 or more) and wishes to replace them with dashed lines or another character ... this image is taken from notepad ++ What I have tried is this code ... public static string Re...
asked by 14.12.2018 / 14:54
0
answers

Mask or hide url from a stream

I need to mask the external URLs that point to some songs and that the user can reproduce them from the browser. Being URL's outside the server I can not put them (As far as I know) as friendly Now there's something like this: <audio con...
asked by 15.11.2018 / 17:24
0
answers

Help azure Event Hub Streaming Logic App

I'm looking for help with Azure themes (Logic Apps, event Hub, streaming) Currently through a gateway I extract data from my BD SQL using LogicApps, then in this same flow I send it to event Hub, and from here I try to send it to my Streaming bu...
asked by 09.07.2018 / 05:31
0
answers

How do I play a .mpd video located in nginx?

I'm new to nginx, I've been trying to incorporate live streams into my project developed on asp.net MVC. For this I have used OBStudio and nginx. I have installed nginx following this tutorial in a machine with Ubuntu server. Then I added the...
asked by 13.06.2018 / 23:09
0
answers

I need to play the audio in streaming

I'm doing a live Facebook type streaming, for now I'm just accessing the camera and the computer microphone. To be able to show the video and the audio, I have to put them true, but when I want to use the audio it acts as interference (white...
asked by 27.05.2018 / 09:42
0
answers

Read PDF hosted in my ASP: NET project

I need to read a PDF document that I have stored in a folder within my project, I have the following code but it does not do anything, I can not find the error: protected void btnConfirmar_Click(object sender, EventArgs e) { bool a...
asked by 14.05.2018 / 17:01
0
answers

Java stream locks file

I have this function that looks for a line in a file and removes it. The fact is that some stream remains open and does not allow me to rename the file. import java.io.*; import java.util.*; import java.nio.file.Files; public class Test {...
asked by 18.08.2017 / 14:37
0
answers

Read bytes from a socket in java

I'm trying to make a java server that reads bytes from the socket. The problem I have here is that the function read() returns me -1 and this can be due to the fact that the connection is closed. I do not know which is the problem...
asked by 06.04.2017 / 09:53
1
answer

Work with a serialized object extracted from a file.ser in Java

Good afternoon. I am a beginner in Java and I am working right now with the storage of objects in serialized files using the methods of class Object ( ObjectInput and ObjectOutput ). When I save the object I do not have...
asked by 07.02.2017 / 19:57