Questions tagged [video-streaming]

Video streaming is the process of delivering a video from a server to a client. This is different from simply downloading the entire video file, as the client is able to watch the video while it's being downloaded.

Video streaming is the process of delivering a video from a server to a client. This is different from simply downloading the entire video file, as the client is able to watch the video while it's being downloaded.

8577 questions
3
votes
1 answer

Live video streaming website

we are looking forward towards developing a very interesting community portal that would help the user to broadcast their live videos across the community. I've been checking over sites like ustream.tv, justin.tv and wondering what/how Technology…
3
votes
0 answers

Google Glass Video Streaming with MediaCodec

I am working on an application for live video streaming using Google Glass. Using libstreaming 3.0, H264 encoding and MediaCodec API the buffer obtained is sometimes null. If I am not mistaking, is seems that the video encoder on Glass is too…
Bamse555
  • 31
  • 2
3
votes
0 answers

iOS Native Player is skipping first 5 second video

I am trying to play .m3u8 video file. Format of video file is like this: #EXTM3U #EXT-X-TARGETDURATION:5 #EXT-X-MEDIA-SEQUENCE:0 #EXTINF:5, VIDEO-1 https://xxx.com/0070fd659f6094bf285e58863cf6bc32-VIDEO-1.ts #EXTINF:5,…
Adeesh Jain
  • 645
  • 10
  • 22
3
votes
0 answers

WebRTC stream webcam browser to C/C++ native application

I have some troubles with the WebRTC API (and most particularly RTCPeerConnection). I have successfully managed to make a video call between two browsers : I know how to get the webcam stream with getUserMedia, I know how to contact a STUN server…
nschoe
  • 1,967
  • 1
  • 19
  • 26
3
votes
1 answer

How to stream custom video from Tomcat

I have a Java backend running on Tomcat 7. I'd like to add support for an HTTP request that would begin streaming an MP4 video from Java code in Tomcat, and not sure where to begin. I believe HTTP GET somehow supports A/V streaming, but not entirely…
IAmYourFaja
  • 55,468
  • 181
  • 466
  • 756
3
votes
1 answer

FFmpeg ios sample code for video streaming

I have done with Video Encoding using AVFoundation framework in ios. Now i want to stream these video to a RTMP server using FFMPEG. IT would be great help if anyone of you post a link / sample Code for achieving this. Any other Solution other than…
iAviatorJose
  • 418
  • 2
  • 10
  • 25
3
votes
0 answers

How to stream videos in Spring MVC?

I want to load a video file from my local directory ("E:\video") and display it using JW Player in my Spring MVC web application. The JW Player does not play video files, it simply displays the loading icon. My front-end player setup: $(function()…
SENTHIL SARAVANAN
  • 719
  • 1
  • 12
  • 28
3
votes
2 answers

Android video stream capture for AR

I would like to be able to capture the video from an android phone camera, and then process this video. Processing involves adding a layer of AR to the live stream. Is this possible on android? Pretty sure it should be. I have looked at the android…
3
votes
3 answers

Video Streaming in iOS through WebRTC

I am trying to build a audio/video streaming app that works cross platform on iOS and Android mobile devices. No matter how deep I Google, I'm ending up with suggestions that point me towards OpenTok/TokBox API. But this is what I wish to…
metsburg
  • 2,021
  • 1
  • 20
  • 32
3
votes
1 answer

Stream video file while it's recording

I am currently working on a student project, we have to create a live streaming service for videos with those constraints : We capture the video from the Webcam with OpenCV We want to stream the video while it's recorded We have a file capture.avi…
Erowlin
  • 9,555
  • 4
  • 35
  • 63
3
votes
2 answers

Force web browser to play files rather than downloading

I'm trying to play files in the web browser rather than downloading. The files are embedded using WordPress [video width="250" height="140" m4v="http://www.justtalking.co.uk/wp-content/uploads/2014/02/Will-Aid-2013-Case-Study.m4v"][/video] I…
Graham Warrender
  • 365
  • 1
  • 8
  • 20
3
votes
1 answer

Android webview stop playing after a few seconds

I am trying to play stream video in videoview. Some videos stop playing after a few seconds. I am getting following information in the LOGCAT: 04-05 21:36:28.991: W/AudioSystem(9041): AudioFlinger server died! 04-05 21:36:28.991:…
onder
  • 795
  • 3
  • 14
  • 32
3
votes
2 answers

Launching a stream in VLC from C# program

Maybe it is just late, but I ran into a dead end, hoping someone can help me out. I have a very simple program which is supposed to work like this: The user can see a list of available streams. The user picks a stream to watch. After picking a…
Treeline
  • 475
  • 1
  • 8
  • 23
3
votes
2 answers

Play Motion JPG stream in iOS out of memory

I am trying to play video that is coming from an IP camera in iOS, but currently I tried 2 methods and they both seem to be filling up the memory of my iOS device really fast. I am using ARC for this project. My IP camera uses Videostream.cgi…
Wim Haanstra
  • 5,918
  • 5
  • 41
  • 57
3
votes
2 answers

Non IDR Picture NAL Units - 0x21 and 0x61 meaning

Does anyone know what does 0x21 and 0x61 means in h.264 encoded video stream? I know that 0x01 means it's a b-frame and 0x41 means it's a p-frame. My encoded video gives me two 0x21 frame followed by one b-frame. I 21 21 B 21 21 B...... What is…
CGD
  • 259
  • 2
  • 3
  • 15