Questions tagged as 'streaming'

2
answers

Radio Stream with Phonegap

I'm developing an app and I have the function below and it's perfect for an online radio, I'd like to add others but I'm not sure how. Follow the function: // Radio Controller var radio = null; var isPlaying = false; app.controller('radioC...
asked by 10.07.2015 / 14:03
2
answers

Record audio and stream live

I need to record audio and stream live, I discovered that with HTML5 and JavaScript / jQuery it is possible and that it has plugins that can help me. I'm using one of them, the MediaStreamRecorder and I'm recording and streaming live to myself...
asked by 01.06.2014 / 06:16
1
answer

Convert RTSP stream to HTTP Live Stream

How do I convert RTSP stream to HTTP Live stream? I own an IP Camera that uses the RTSP protocol to stream video, and would like to make it work on iOS using the Safari browser. According to the Safari documentation 1    Safari on the de...
asked by 13.02.2015 / 18:35
1
answer

YouTube in WebView for Android app

Does anyone know how to view a YouTube video or some streaming of video through a WebView ? In the code below, there are three buttons. The first one takes the user to the link he typed, the second is fixed to go to Google's website a...
asked by 02.01.2015 / 00:10
2
answers

Live video playback using websocket

I would like to stream a video that is in my database (MySQL) and would like to know if it is possible to play live media content using websocket, and if that is how I could build? I have in mind that I will use html5 and JS and a back end langu...
asked by 01.08.2014 / 17:15
0
answers

FFmpeg error with video stream

I'm trying to make a stream using a webcam as data input with FFmpeg, but I need it to record a video in addition to the stream. Both features with the same command for a few minutes. (If placed separately the code of the recording works perf...
asked by 09.11.2017 / 15:47
0
answers

Allow Camera and Microphone access to a WebView by Xamarin Android

I've created a webRTC application that allows me to do streaming audio and video via javascript, now I need it by my Android I can access through an app I'm developing. I'm using a WebView to load the URL into the app, but it looks li...
asked by 08.11.2016 / 13:48
1
answer

Different ways to stream a video

I'm developing an application where the administrator will upload videos and then students will watch. A distance learning portal. I currently use the LocaWeb hosting service, and I'm thinking of uploading the videos to that server, and point...
asked by 13.09.2014 / 15:00
1
answer

JMF, Java Media Framework, is there a replacement?

A few years ago, something around 10 years ago, I started a road survey project, this project was being done in Java and used JMF, a framework to handle various types of media, especially video streaming and audio, I started making adaptations t...
asked by 18.07.2015 / 16:36
1
answer

Changing the Quality of a Stream Video C #

I need to change the quality of a video that is being scanned by my Api, I'm already sending the file, now I need to change the quality of it at the time of transmission, follow my code below: var buffer = new byte[65536];...
asked by 01.09.2015 / 16:26