Questions tagged [live-video]

60 questions
2
votes
1 answer

simpleWebRTC RemoteMedia videos not containing proper screenCapture bool

I'm trying to implement some WebRTC video via SimpleWebRTC React component library. Im having issues with sharing a screen from User A, and viewing it from user B. When sharing, User A's LocalMedia contains a media object with screenCapture:…
2
votes
1 answer

How to use FFmpeg to live HLS stream with subtitle?

I want to use FFmpeg to live HLS stream with subtitle. I have a Media. The Media have one video track, two audio track, four subtitle. But, I tryed this command: ffmpeg -i input0.mkv \ -map 0:v:0 -c:v libx264 -strict -2 -s 426x240 -f hls -hls_time…
iHad 169
  • 1,267
  • 1
  • 10
  • 16
2
votes
1 answer

Android Exoplayer : Get currentTime for a live stream

How do you get the current time for a live video(rtmp) when using Exoplayer? I tried player.getCurrentPosition() but the values start from 0 and not the actual time of the live stream. Is it possible to get the actual video time?
Rohan M
  • 171
  • 1
  • 13
2
votes
2 answers

How do I stream Live Video

I'm looking for solutions that will allow me to have a Live Video feed setup at one location and, via the internet, watch the video stream at a remote location. The goal is to have a live high quality video training session that remote users can…
Brig Lamoreaux
2
votes
2 answers

Play RTSP/MMS/Http live video feeds in WPF

I'd like to pull a live video feed into WPF but the MediaElement doesn't appear to support these protocols. An example video stream is here (BP oil leak live feed): http://mfile.akamai.com/97892/live/reflector:45683.asx?bkup=45684 Are there any…
James Cadd
  • 12,136
  • 30
  • 85
  • 134
2
votes
1 answer

GPUImage multiple live videos

I'm using the Brad Larsons GPUImage framework and was wondering if it is possible to have multiple live videos simultaneously. Each live video should have its own filter applied. Similar to the camera application that is included in iOS. Any help…
Pascal
  • 315
  • 5
  • 22
1
vote
0 answers

Peer to peer video streaming

I am trying to develop a peer to peer application which will stream live video between the clients. The clients will be joining in and will then be able to stream. The below code does not crash but it does not allow the streaming. Please help me as…
Kashif Nawaz
  • 95
  • 1
  • 1
  • 13
1
vote
1 answer

when encoding live video with avcodec/H264

I want to encode live video whith avcodec/H264. I tryed with some setting params. m_pCodec = avcodec_find_encoder(CODEC_ID_H264); m_pCodecCtx = avcodec_alloc_context3(m_pCodec); m_pCodecCtx->coder_type=1; …
user978297
  • 11
  • 3
1
vote
0 answers

Flutter better_player not working in Google PlayStore

I have a problem with better_player. I can use better_player with emulator and real device. But when I deploy Google PlayStore its not working. You have an any idea? Its my real device working But not working…
streji
  • 61
  • 10
1
vote
2 answers

WebRTC video chat not working on iOS Safari or iOS Chrome - Is it possible?

I am not technical but have my engineer working on putting together a web-based video chat application with the goal of using it on the iOS web browser(s). The service appears to be functioning correctly on a desktop browser. However, we cannot get…
Ryan
  • 21
  • 1
  • 3
1
vote
1 answer

FB live API fails after successful app review

I am using live-video API and it works fine in development mode. I also created a app-review and it was successful. Report from my dashboard. After the review was completed I switched the app to live mode and started using the API again but I keep…
Uday Reddy
  • 1,337
  • 3
  • 16
  • 38
1
vote
0 answers

Facebook server-sent event with "live comment" endpoint requires user_videos scope

I am implementing a sever-sent event client to get real time comments of a Facebook live video. According to this documentation, it only requires the token to have publish_video. But it keeps returning error 401. If I request user_videos scope, the…
pat
  • 497
  • 3
  • 12
1
vote
0 answers

Facebook intent in Android to screen with live video

I have a Facebook video link (it can be live or not live) from backend. When I press button in my android app I want to open Facebook app on the page with this video. I use the following code for this: val videoUrl = "some fb video url from…
Alex D.
  • 1,424
  • 15
  • 40
1
vote
1 answer

Is it possible to get specific user's live videos from Facebook Graph API?

Suppose that I can fetch the user_id of some specific facebook user, is it possible to get this user's public live videos through Graph API even we are not friend? use the Graph API Explorer provided by facebook to try to fetch some specific user's…
1
vote
2 answers

Stream live video via iOS to facebook

Is it possible to stream a live video on Facebook from iOS app ? I've searched the iOS SDK but didn't found anything related. After searching further I've found that I can POST cURL curl -k -X POST…
OXXY
  • 1,047
  • 2
  • 18
  • 43