Questions tagged [live-video]

60 questions
17
votes
2 answers

Convert rtsp video stream to http stream

I have the rtsp URL for a live video stream which I would like to access as an HTTP stream. Can someone please tell me if there are any components out there which I can put on my server to do this? I do not have any idea how I can implement this.…
lostInTransit
  • 70,519
  • 61
  • 198
  • 274
9
votes
2 answers

How to publish multiple bit rate(MBR) live video?

I've searched quite a few…
wamp
  • 5,789
  • 17
  • 52
  • 82
8
votes
3 answers

How to Play M3U8 Format Android & iOS on Flutter

I can't find any solution for M3U8 Url player on iOS I tried these plugins; video_player (Can't play) flutter_simple_video_player (Only support Android)
secret
  • 742
  • 1
  • 7
  • 24
7
votes
2 answers

Implement IP camera

We have a device that has an analog camera. We have a card that samples it and digitizes it. This is all done in directx. At this point in time, replacing hardware is not an option, but we need to code such that we can see this video feed real-time…
San Jacinto
  • 8,774
  • 5
  • 43
  • 58
6
votes
3 answers

HTML5 live video "hack"

For the last two month I have been trying to "fool" safari into thinking that it's looking at a file on the server, which in fact is a live video stream from a camera encoded and muxed upon request using Gstreamer into a format that is supported by…
Lus
  • 3,446
  • 1
  • 15
  • 8
6
votes
1 answer

Live Video Broadcasting and Streaming in android

I want to develop an Android application that has functionality of video broadcasting and streaming from any mobile devices. I have already searched for many apis that might provide support for Android app development, but most of them have sdk's…
Name is Nilay
  • 2,743
  • 4
  • 35
  • 77
5
votes
2 answers

How should frames be packed in a live WebM stream?

I'm encoding a live stream with VP9 via libvpx and want to stream it over to a HTML5 player. I've read the Matroska specification and W3C WebM Byte Stream Format and examined a couple of WebM files generated by the vpxenc tool from libvpx.…
Rudolfs Bundulis
  • 11,636
  • 6
  • 33
  • 71
4
votes
2 answers

XamarinMediaManager pause/resume livestream

I am using Baseflow's XamarinMediaManager and I can't figure out a way to resume to the "live" marker of a livestream when the player is paused. When I pause a live streamed source, there is no way I can find to jump back to live. I tried this, but…
Chris Kooken
  • 32,730
  • 15
  • 85
  • 123
3
votes
3 answers

How do I capture live video from my webcam using labview 2011?

I was wondering if it would be possible to capture the live video from my integrated webcam using Labview 2011(National Instruments). All I need to do for now is put the camera in the front panel. This is not a USB Webcam. It is a chicony USB 2.0…
Josh Menzel
  • 2,300
  • 4
  • 22
  • 31
3
votes
1 answer

Detecting ad slate in Dash Manifest from Exoplayer in Android

I am developing a solution to detect ad slate in live content over SSAI. So far we have been able to detect the ad slate in HLSManifest. However I don't see any relevant object or information when it comes for DashManifest. I see EventStream which…
WISHY
  • 11,067
  • 25
  • 105
  • 197
3
votes
1 answer

Get Post Id of the Live Facebook Video

Is there any Facebook API available to get PostId of the live video by giving live-video-id? I need to post comments under live video. Unfortunately Facebook doesn't support comment creation by live-video-id (Live Video Comments API), but it is…
3
votes
1 answer

How to publish a live video stream from HTML and JavaScript?

I have this piece of code which takes input the the camera and displays it within the web browser window (works only if served from a web server, not directly by opening a file):
3
votes
0 answers

Segmentation in live video in MatLab

Here is model for face detection. Bounding box is to track and detect face. Active contours need to be added to get exact shape of the face not its features. To do this we need to proceed with segmentation of the frames within the video. I applied…
user4564280
3
votes
0 answers

Live video streaming from android phone

Is it possible to remotely open and start recording video from an android phone's camera from another smart phone ? Is there any open source live video streaming library available ? Please help..
user1002448
  • 425
  • 8
  • 22
2
votes
1 answer

Gstreamer and hlssink to display over http doesn't work

I used the below command using gstreamer. I see the generated files in the root but VLC crashes when I try to open the playlist.m3u8 The main goal is to live stream from webcam on firefox browser. gst-launch-1.0 ksvideosrc ! decodebin !…
Nafiseh
  • 31
  • 2
  • 4
1
2 3 4