Questions tagged [live-video]

60 questions
0
votes
0 answers

Dynamically Inject ID3 in FFMPEG Live Stream

I am trying to find out if there is a way with FFMPEG to dynamically inject ID3 tags during live streaming. Basically I use FFMPEG to stream a live HLS stream from a video device, while another piece of software is generating events that need to be…
0
votes
2 answers

problem on displaying live video in qt c++ application

I want to show a live stream of the camera connected to raspberry in qt application (OS Linux). After googling it, I found out I must display the video inside QLabel. When displaying an image there's no problem and everything works fine, but when I…
Amin J
  • 153
  • 1
  • 9
0
votes
1 answer

Live-stream video from one android/ios phone to another android/ios phone

I have searched the internet for days now on how to implement a live video streaming feature from an android/ios phone to another android/ios phone (live video chat) but I can't seem to find anything useful. I looked on android developers for sample…
zeus
  • 12,173
  • 9
  • 63
  • 184
0
votes
0 answers

Facebook Live API: delete a live video

I've created a live video thru the Faceboook API (v3.1, all latest changes are implemented) and it works ok for me. When I'm trying to deletethe video using the call: DELETE https://graph.facebook.com/v3.1/{live_video_id}?access_token=token…
0
votes
0 answers

Nginx RTMP reconnect after peer reset a connection

I stream video to different streaming services (facebook live, google, ok.ru, and vk.com) using nginx-rtmp module. All streaming services works fine, exept vk.com, which randomly reset connection. log file: recv() failed (104: Connection reset by…
0
votes
2 answers

Exception In C# Code In Capturing Video From WebCam using Emgu CV 3.1 In Visual Studio 2015

I am new to OpenCV. I am using Emgu CV 3.1 Library in C# and Visual Studio 2015. I am facing a problem in reading a live video from a WebCam. I don't know why the exception occurred by Capture() Constructor. I wasted my 2 days upon it. Plzzz help me…
Asad Abbas
  • 19
  • 6
0
votes
1 answer

Can RTP be used for streaming few video streams concurrently?

I have few video sources (2 cameras) and i need to send both live video streams to the client (over RTP or any other suitable protocol). The main requirement is that both streams should be synchronized (that's why i can't use 2 RTP sessions). Is it…
4ntoine
  • 19,816
  • 21
  • 96
  • 220
0
votes
1 answer

Better way to stream videio

Currently I am using AVFoundation to grab frames from iPhone camera then turn them to a UIImage then I transport it through the NSOutputStream I send it to my other device. Unfortunately I get crashes from most likely too much memory as it hits…
Charlie
  • 222
  • 3
  • 20
0
votes
1 answer

IP camera Live video stream to iOS device

I am trying to create an app that receives a live video stream from an ip camera. Originally I was considering using an outside server like Ivideon and then just embedding the video as an html webview within the app. I was just wondering how…
user3492592
  • 89
  • 12
0
votes
1 answer

iPhone Live Video Stream Media Player

I'm hoping to make an app that streams live video that has a view placed on top with labels and a button on it. From my research and testing of the http video streaming feature (available since iPhone 3.0 OS), it seems that you create a webview…
0
votes
3 answers

How can I programmatically realistically modify a video clip while playing?

A while ago I came across an interesting array of video presentations on a German company's website. They deal with modifying a video stream while it's playing, and I remained pleasantly impressed by the accuracy and smoothness of this technique.…
luvieere
  • 37,065
  • 18
  • 127
  • 179
0
votes
2 answers

LiveVideo.js is not working in asp.net mvc3 but html

I have a html page that shows a canvas and live video streaming as a texture input by livevideo.js and three.js files. This html page works fine but not in mvc-3 view page in a form of cshtml. All I noticed is that this message below as a…
Young Kim
  • 221
  • 4
  • 7
0
votes
1 answer

VLC Live Video Streaming on Windows Phone 7

I'm using VLC to stream video live from my webcam i do as follows: File > Stream > Capture Device > Display locally > http > Activate Transcoding > WMV+WMA(ASF) > Add HTTP, Port 8080, Destination /go.wmv So the link to my streaming is like this:…
-1
votes
1 answer

Live Video Display Stutter Using StetchBlt to Write Bitmaps To Panel in C#

The project I'm currently working on requires live AGC and display of 14 bit gray-scale video. The video is grabbed with a Teledyne Dalsa Camera Link card and processed as a pixel array on one thread where it is finally stored as a Bitmap. A second…
kfilbrun
  • 123
  • 1
  • 6
1 2 3
4