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.
5
votes
0answers
1k views
Technology for Video Streaming site
We are evaluating technologies for video streaming site.
I have been a Microsoft guy from last 6 years.
Could anybody here suggest what are the necessary technologies for video streaming sites ...
4
votes
0answers
92 views
+200
Saving a stream while playing it using LibVLC
Using LibVLC, I'm trying to save a stream while playing it. This is the python code:
import os
import sys
import vlc
if __name__ == '__main__':
filepath = <either-some-url-or-local-path>
...
3
votes
0answers
293 views
Java HD Video Capture processing and streaming
I have an application which captures live video from an HD camera and streams it to a video streaming server. I currently use Adobe Flash Media Live Encoder(FMLE) to sent the captured video stream to ...
3
votes
0answers
179 views
Android Video View in another Thread & Issue with android 2.1
I want stream video form url in android video view . I use the sample api code and done little modification in that to achieve my need .My code is
public class VideoViewDemo extends Activity {
...
3
votes
0answers
67 views
Appending .webm video chunks using the Media Source API does not work for every video
I have modified this example in order to run it with my own videos.
It does not work for any video.
In particular, it does not start to play if the video has a duration > 5 sec (I mean the complete ...
3
votes
0answers
1k views
How to use the VideoJS flash fallback for RTMP streaming?
I want to set up VideoJS to handle RTMP streaming using VideoJS-SWF player as flash-fallback, which does seem to have some support for it.
This is how I'd set up VideoJS for normal MP4 videos:
var ...
3
votes
0answers
321 views
RTSP on Jelly bean not working
I have a problem with a streaming live video. I'm trying to stream live content to android phones over rtsp. Everything is working fine until a tested my app on Samsung Galaxy 3 with 4.1.1 OS. Samsung ...
3
votes
0answers
612 views
Progressive Video Download on iOS
I am trying to implement Progressive Downloading of a video in my iOS application that can be played through AVPlayer. I have already implemented a downloader module that can download the files to the ...
3
votes
0answers
1k views
c++, FFMPEG, H264, creating zero-delay stream
I'm trying to encode video (using h264 codec at the moment, but other codecs would be fine too if better suited for my needs) such that the data needed for decoding is available directly after a frame ...
3
votes
0answers
760 views
Stream video to an RTMP based Media Server (Red5) using C#
I am writing an C#.Net based application which requires publishing video and audio streams to Red 5 Media Server and retrieving the same published stream in another application on a local network and ...
3
votes
0answers
714 views
Video streaming in android by parcelFileDescriptor
I am succeed to record video through Mediarecorder on SD card
but i want to send this video to a server without writing to SD card.
I search it and i found the parcelFileDescriptor is the way to send
...
3
votes
0answers
4k views
ONVIF: Authentication failure with AXIS P3301 using ONVIF protocol
After first user was created (in my case with user name “root” and password “root”), AXIS P3301 (firmware 5.11.2) returns “NotAuthorized” soap fault, for any onvif-request:
<SOAP-ENV:Fault
...
3
votes
0answers
335 views
What is the format for individual frames in the RIMM streaming file format
I am trying to capture some video frames from a BlackBerry device and operate on them as images (specifically to do barcode decoding).
I have found some sample code and a spec document which ...
2
votes
0answers
97 views
How to add WebRTC functionality in android app
How can I easily add WebRTC functionality to my android app so that I would be able to play video stream in MediaPlayer?
What library (.jar file) do I have to add to referencies?
Could you add ...
2
votes
0answers
21 views
How to stream RTMPT in webpage
How to play the link below in html file?
rtmpt://s4bfl.castup.net/993860018-123.flv?ct=IL&rg=KZ&aid=386&tkn=20130417204452&ts=0&cu=C78D7065-B213-4905-A7E9-73E7994A4443
I know i ...
2
votes
0answers
150 views
Save Video Stream in Chunks From Camera
I currently have a MJPEG camera that I need to capture and save its video in hour intervals.
I have tried to achieve this by chunking the incoming data and saving it all to a file, but the file that ...
2
votes
0answers
138 views
How to play an encrypted stream via AirPlay?
I would like to play an encrypted stream (available as an in-app purchase) via AirPlay. Here's a sample .m3u8 playlist:
#EXTM3U
#EXT-X-TARGETDURATION:10
#EXT-X-MEDIA-SEQUENCE:6849
...
2
votes
0answers
133 views
Streaming MJPEG from browser on iOS
After spending some hours searching a solution to the non-working drawImage for canvas in HTML5 i am stuck without a solution. Basically i am running a MJPEG server i need to stream its contents from ...
2
votes
0answers
451 views
RTSP streaming with HTML5 video results in server died error (100,0) on Android
I have a very simple HTML5 video streaming application for Android built with Phonegap. The device I am testing this is Samsung Galaxy Tab 2. The video does not stream at all. I see the following ...
2
votes
0answers
55 views
Change name qualities in JW Player with using smil file
I've a smil file to use with jw player 6.
<smil>
<head>
<meta base="rtmp://host/app" />
</head>
<body>
<switch>
<video src="stream1" ...
2
votes
0answers
110 views
Interactive video in iOS : Is it possible to trigger specific actions in code by tapping discrete parts in the video?
I am asking this because I couldn't find the answer anywhere, at least using the keywords I could think.
The most relevant question/answer I've found is : (Create interactive videos in iPad - An app ...
2
votes
0answers
142 views
Apache limit video stream speed
What is the best way to optimize video streaming on CentOS + Apache web server using either a PHP function or Apache module. So in term I want to limit video streaming speed for each visitor to ...
2
votes
0answers
248 views
Servlet streaming mp4 for html5 video in chrome
i'm trying to stream a movie (mp4 or ogv based upon browser) from a Java servlet to be used in a HTML5 webpage. After doing some research here, i found out that i need to support ranges. In most of ...
2
votes
0answers
124 views
Analyzing Video quality using Wireshark
I have an HTTP live stream with a bitrate of 6Mbps in a network and I am streaming the media from the origin server and getting the output at the Mac client after it passes through the real network ...
2
votes
0answers
1k views
ffmpeg settings or alternatives to ffmpeg on raspberry pi for video streaming
I have a Raspberry Pi (model B) running raspbian wheezy on a 16gb SD card. I also have a 32gb flash storage attached on the usb. I'm trying to stream a video (h264 encoded mp4 file 1280x720) over the ...
2
votes
0answers
327 views
Combining an audio and video stream using gstreamer
I am streaming an mp4(mpeg-4) file from one device to another using gstreamer over RTP stream. Basically I am splitting up the mp4 file into its audio and video file and then sending it all to the ...
2
votes
0answers
110 views
How to add text over video when playing a video stream from local source?
I want to develop an android app that can control custom(user) text added over a streaming video.
say when the user plays a 3 min video, suppose he pauses exactly at 1 min to add or include his ...
2
votes
0answers
166 views
Controlling streaming on VLC from Android application
I'm using VLC for streaming on my server (Windows). I want integrate in my android application a control for manage the streaming (e.g. stop/start the stream), remotely. something like done by the ...
2
votes
0answers
114 views
switch between video streaming
I am struggling with switching between multiple live streams. For example, I have five live streaming servers streaming(HTTP or RTSP) and I want to put some broker between those (five) streaming ...
2
votes
0answers
880 views
NodeJS, OpenCV and Streaming Images Using Net Socket
My end goal is to stream video from my laptop to a server. I'm trying to accomplish this by using NodeJs on the laptop & the server. I use the OpenCV library to capture the video on the laptop and ...
2
votes
0answers
395 views
Motion detection on IP video input stream - Android/Java
As described in post title, I'm looking for a way to detect motion/movement on the input stream from CCTV camera (IP/WiFi). Anyone know best way how I can connect to IP video stream and monitor for ...
2
votes
0answers
144 views
Mobile phone support for http progressive download and other streaming protocols.
Do most modernish versions of Samsung Bada OS, Nokia Symbian, Nokia Series 40, Windows Phone, and Blackberry support http progressive download via their default web browser (and assumedly passing the ...
2
votes
0answers
340 views
Issues playing video files using MVC FileStream
I'm trying to use the following code to retrieve video files to play to a user:
public class VideoController : Controller
{
public VideoResult GetMP4Video(string videoID)
{
if ...
2
votes
0answers
240 views
ANDROID - How to use a video as background in Andengine
I'm using the game engine AndEngine in my app. I am using a variation of the AnalogOnScreenControls example found here; I'm extending BaseGameActivity. I need to somehow set the background of the app ...
2
votes
0answers
41 views
How to save last minutes of a video capture in a file using AVFundation - iPhone
I'm looking for a way of saving the last minutes of a RT capture to a file in iPhone using the AVFundation.
Thanks in advance
Gutty
2
votes
0answers
117 views
How to continue QTCaptureSession at login screen?
I've got a program I have written which creates a QTCaptureSession, and is able to receive and process image frames. The problem is when I switch to the login screen the iSight LED goes off and I ...
2
votes
0answers
177 views
How to decode audio/video bitstream with little information
I'm completely new to video/audio formats, containers, and protocols. However, I have to figure out how to decode a bitstream that contains audio and video. I do not know the transport protocol, ...
2
votes
0answers
273 views
Android video stream calculate frame rate or video streaming speed
I want to calculate video speed on android. I have found that it is dependent of frame rate.
How can I calculate streaming video from some url and calculate its frame rate in android application?
2
votes
0answers
772 views
How to play mp4 video in android
I want to play mp4 video from server in android.
Video URL
I tried with using video view but there is blank screen appear.
I also tried with Intent.Action view but it show message "Cant play video".
...
2
votes
0answers
873 views
Android stream rtmp
I want to stream rtmp from my android device, I search a lot in the web but I don't see anything except this url:
Android Recorder
I downloaded it but I dont know how to use it and it haven't got any ...
2
votes
0answers
295 views
Android It is possible to change the MediaController graphics?
I want to create a custom video player, so i want to change the mediacontroller ?
I looked over the following posts, but i haven't seen an answer:
Extending MediaController for android
Change ...
2
votes
0answers
489 views
Given a streaming video, how to calculate the size(in bytes) of the video that should have been downloaded to play the video till time t
I'll try to make myself as clear as possible. I am streaming a video and I'd like to know for each time t in the video, the no. of bytes that should have been loaded in client's machine to play the ...
2
votes
0answers
557 views
How does vlc.py play video stream?
I want to use vlc.py to play mpeg2 stream http://wiki.videolan.org/Python_bindings.
There are some examples here: http://git.videolan.org/?p=vlc/bindings/python.git;a=tree;f=examples;hb=HEAD
When I ...
2
votes
0answers
129 views
how to store a video on to a my server and then how can i get the rtsp links for that video
I am looking to make a application which will take a video and store that video to the server.till now i am able to store the video onto my sd-card. The problem is i don't no how to store the video ...
2
votes
0answers
1k views
Why does Youtube buffer some videos partially, but others fully?
This is a question on Youtube's video buffering.
For example, this video buffers gradually as it plays along:
(1) http://www.youtube.com/watch?v=XGNOc7FYWKA
So if you pause the video, it buffers up ...
2
votes
0answers
224 views
How to interpret a video stream from Android in Python?
I want to implement a video stream from my android phone to a pc. The android stuff developed related to
Android video streaming to Python
is done in Java. The video settings are defined by
...
2
votes
0answers
239 views
What is the best video live streaming service/API for a Rails app?
What I'm looking for:
live streaming video - broadcast, 1:1
ability to record streams
up to 10 video streams at the same time
I've tested OpenTok but the quality isn't there for larger ...
2
votes
0answers
296 views
Playing one video while another is buffering
I have two videos. Video A is present on the device while video B needs to be streamed off the internet. My goal is to play video A while video B starts buffering. As I understand it I need to create ...
2
votes
0answers
669 views
streaming video android
Basically I am writing code for video player using media controller and videoview and is working well when i set videoview.setvideopath(string)...also When a play a mp3 file using ...
2
votes
0answers
316 views
stream video from iPhone to media server
What are the possible best ways to stream video from iPhone to media server.
Which server is best for this purpose?
What guidelines should I follow to achieve this task?


