Questions tagged as 'streaming'

0
answers

View large video with ASP.net

I found an ASP code using Web Api to display videos, but it does not work for large videos (like a 100MB I have). I already tried changing the buffer number and it did not work. Controller: public class PlayController :ApiController {...
asked by 29.01.2018 / 19:41
0
answers

MediaElementJS playing the cache instead of the current song

I have the following code: $(document).ready(function(){ var stream = 'http://somdomato.com:8000/stream.mp3'; var nocache = ''; $('#tocando').click(function(e) { e.preventDefault(); }); $('#player').mediaelemen...
asked by 17.09.2017 / 03:31
1
answer

View a wait message while downloading file

How to display the wait message while generating and compressing files for dowload? I'm doing the generation, compacting, and Generate more than one PDF in memory and export it to a compressed file answered by George Wurthmann     
asked by 18.06.2017 / 18:29
1
answer

Receiving Data from a Streaming

I have a little problem and I would like your help. I recently had a question and I started to search about it but I did not find anything, I noticed that the video streaming services uses a "wowza" server and for that I wanted to receive the st...
asked by 11.05.2017 / 06:21
0
answers

How to stream videos with PHP by hiding video URL

I'm setting up my website, I want to watch videos on it, the site stays in the hosting and videos on a VPS server. I also do not want users to know the source link of the videos (stay hidden) or even have access to download them. The langu...
asked by 14.03.2017 / 01:53
1
answer

What is the best way to make live streaming work in all browsers?

I've done RTMP systems in the past with Wowza to make live broadcasts, but I used a flash player. Now I need to make broadcasts again, but I do not want to use flash, I want to use the HTML5 video tag and I want it to work in all popular brow...
asked by 10.10.2016 / 15:56
0
answers

Error playing audio in video streaming

I'm trying to play a video streaming but is giving audio issues . On the Android platform, I have been able to reproduce it without errors and the web is also in a good quality. I have already taken several examples of projects that reprod...
asked by 16.06.2016 / 15:42
0
answers

RTSP protocol with primefaces?

I'm trying to implement with primefaces to accept the RTSP protocol: <p:media value="rtsp://myUrl" width="190" height="250"> <f:param name="autoPlay" value="false" /> </p:media...
asked by 25.04.2016 / 16:07
1
answer

Prevent media from continuing to load in audio tag

I have an audio player on the page, and I reload the source through javascript. But every time I load a new audio, the old one continues to load, even though it is no longer playing. And this is hindering the performance of my application. It's...
asked by 14.06.2015 / 21:49
0
answers

Stream the computer screen with C #

I'm having a problem with the computer screen stream with C #, I already did the software where the server created a TCP socket and the client sent a print of it in Bitmap form. But the problem with this method was that with a lot of client conn...
asked by 25.06.2015 / 21:37