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.

learn more… | top users | synonyms

0
votes
0answers
36 views

Broadcasting screencast to RTMP in c#?

I am wondering if anyone has any experience in this field. I have created a simple desktop screen recording application and I would like to explore a little deeper by broadcasting the video to a live ...
0
votes
0answers
36 views

save video that i play on MPMoviePlayerViewController [closed]

I am trying to make an iOS app that let the user show an live stream from internet , and allow him to record the video on custom duration he want. I use following code to play the video: NSURL *r = ...
0
votes
0answers
10 views

Create an html5 video event when the video Pauses because file is not finished loading

I'm looking to create a event that fires when an html5 video is paused because the file is not loaded. The pause event is not triggered in this circumstance. has anyone been able to capture this ...
0
votes
0answers
63 views

Playing RTP Packet Video

I am working on a project of streaming a mpeg video using RTP that comprises these steps 1.In server,get the video as input and divide the video into RTP Packets of 1024 size. 2. create UDPPackets ...
0
votes
1answer
41 views

Android — Cannot get the videos streaming from my server

I am using the following code to stream the videos from my server on android phone: Intent i = new Intent(Intent.ACTION_VIEW); i.setData(Uri.parse(videoUrl)); // When I hit this URL in web browser on ...
0
votes
0answers
18 views

creating dependencies with other existing projects

this my third various post about the same subject! Actually, I have three Spring maven-based project: let's name them projectA, projectB and projectC. all of them compose the same and unique project ...
-1
votes
1answer
20 views

can't install xuggle library on linux [closed]

I'm searching how to work with xuggle in eclipse. First, i download the source code from github and according to the install instruction, i managed to do the ./configure commande, but at the following ...
-1
votes
0answers
50 views

Linking a java program to a video streaming server

I have an issue!i'm working in a project in which i have to develop with java(spring) a real time module sending retrieved video streams to an external streaming server developed in java too. But now, ...
0
votes
0answers
17 views

saving HLS video files locally

I'd like to be able to suck down all the files used for an HLS video and save them locally so that I can serve them from a local web server. I know that a single video is represented by a lot of ...
3
votes
0answers
143 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 ...
0
votes
1answer
69 views

Video streaming stops buffering playing in iPad

I am playing a video from URL in my MPMovie player but after some time buffering stops and do not start again. Code to play movie is given below NSURL *fileURL = [NSURL URLWithString:strURL]; ...
1
vote
1answer
64 views

Creating RTP packets

I'm working on a project relates Real-Time multimedia Streaming where the video is divided into rtp packets and sent to the client . In the client the rtp packets are extracted and are reassembled ...
0
votes
0answers
32 views

how to let my android device act like a web server

i want to stream my videos stored on my android device on the pc (vlc ...) So i need to create an app that allow me to use my android as a web server so that i can send http requests from the pc to ...
0
votes
0answers
14 views

Reading a Video and Converting it to binary

could someone Please Confirm that this code is correct? Its purpose is to read a .avi file and then extract the color components (Red, Green, Blue) and convert them into a stream of binary bits here ...
2
votes
1answer
30 views

Can I setup a server which writes down video stream to a file?

I think this is not a programming question but I'm not sure where to ask. I have an RTSP video stream which I would like to receive and write down to a video file while it transmits. I have found ...
0
votes
0answers
13 views

Is it possible to write down a stream to a file when receiving it?

Does someone know if I can write down a steam to a file using Sirannon? I've tried with several configurations to no avail. On the other hand they say they have a 'writer' component so, maybe, I'm ...
1
vote
1answer
54 views

Skiping MP4 video

I like to create the video player to show videos on my website. I made a video player in flash CS5 and actionscript3 to stream the videos on the website. My videos are often flv or mp4 format. In the ...
0
votes
0answers
30 views

Android - encode video/position/orientation in a single stream

I am able to capture video, GPS position data, and orientation data from my android phone. I want to stream them to a web service in (near) real time. The sample times of the GPS position and ...
4
votes
1answer
77 views

c# Streaming downgraded-quality video over HTTP

I have very large high quality videos that I need to stream over HTTP (for mobile devices). It is not possible to use ffmpeg to create a "streaming" version of the video. I must also still support ...
0
votes
2answers
77 views

Possible to stream videos using Amazon S3/CloudFront with HTML5 player?

I want to use an HTML5 video player and stream videos. Is this possible with S3/CloudFront? I understand Amazon uses the RTMP streaming protocol and HTML5's video tag does not support RTMP. Is there ...
0
votes
1answer
82 views

How to send video converted to bitmap to Client using Indy TCPServer/Client?

By the way, I'm sorry for my bad english. I want to create a streaming video system between client and server using Indy with this scenario, Webcam with stepper motors connected directly to the server ...
0
votes
0answers
33 views

how to transmit video Via JMF to Android phone

I want to see my webcam preview in my android app. I'm using JMF which is detecting my webcam and also I'm transmitting the video but how to receive at android phone. At server side i"m transmitting ...
0
votes
1answer
23 views

how to replace asset folder by server url for video play

I can paly video from asset folder but i want to play it from server now. How can i change in my app? source code is class DownloadTask extends AsyncTask<String, Void, Object> { ...
0
votes
1answer
42 views

video playing from asset folder but not playing from server in android

I am trying to play video in my app. It is playing video when file is stored in asset folder but not playing video when file is on server. I want to play video from server My source code is class ...
0
votes
0answers
76 views

Increase video buffer for HLS (Apple HTTP Live Stream), possible?

We're using Wowza 3.5 in our server to stream videos, and JW Player for the player. The streaming of videos are working fine when viewed in iPhone and iPad. What we are trying to do now is, when a ...
0
votes
1answer
27 views

How to do tmux live streaming to a webapp?

Is there a way to live stream a tmux session to web application? Is there a proper preferred way of doing something like this to be shared with other developers online who don't have access to a ...
0
votes
0answers
106 views

Playing RTSP with phone gap

Is there any way to play rtsp through phone gap ? I have a page that redirects to rtsp url: window.location.href='rtsp://MyRtspURL'; It works well if i type the Url of the page that contains the ...
-2
votes
0answers
94 views

Android video streaming client solutions [closed]

This is a bit of a newbie question and I'm looking for either actual answers or general directions in which to research in search of answers. Background: I'd like to develop a streaming client that ...
0
votes
1answer
92 views

flex mobile live video streaming to flash media server

I'm building a flex mobile application that streams the device's live video to flash media server.I can't run such an application on the flash buider's emulator because it doesn't emulate the camera ...
0
votes
1answer
127 views

Video/Audio streaming from Amazon S3 to phonegap apps?

I want to setup a CMS using wordpress on Amazon Ec2 & then create apps in different platforms using phonegap which will act as a presentation to the content in CMS. The CMS will include high ...
1
vote
1answer
174 views

Finding the actual RTMP Stream URL?

Let me go with an example. This is the video embed code: <script type="text/javascript" src="jwplayer/jwplayer.js"></script> <div id="container">Loading the player ...</div> ...
0
votes
0answers
16 views

How to embed Google+1 Videos on my site?

I have a video that I updated on Google+1, but now I'd like to share it on my site. Is this possible? This guy Dave Taylor shows you how to do it here: ...
0
votes
0answers
83 views

rtsp stream with opencv …frame size is 0x0 after certain number of frames

I am accessing RTSP camera stream using OpenCV 2.4.4. I can connect and get video stream. My problem is that frame size becomes 0x0 after certain number of frames [80-135] and my program starts giving ...
0
votes
0answers
202 views

RTSP gstreamer pipepline to Android VideoView

I'm trying to construct a gstreamer pipeline on a Panda to RTSP video+audio to Android 4.1.2 app. The Android app uses: videoView.setVideoURL(Uri.parse(":rtsp://...")) to view the video. On the ...
-1
votes
1answer
131 views

how to stream videos from android device to PC

Plz can someone tell me how to stream videos from android device to PC ? I was thinking about using the ftp protocol to share media stored on the phone but I don't know if that's easy to do ?
0
votes
0answers
47 views

Video Uploads in Express (Node.js): delete the video after being done with it

I am relatively new to Express.js and Node.js, and I have recently been working on building a small website. Currently I wanted to create a page that would allow me to choose a video file from any ...
0
votes
0answers
38 views

play video from various sources in WPF

I'm building an application (currently in WPF) that needs to show video from various sources, such as: Streaming (e.g youtube) Local file (e.g. mp4) File located on the web The source may change, ...
0
votes
0answers
22 views

web video player with the stream source on a distant server

I just started a personal project: a website with a video viewing feature. The website itself will be hosted on a public server at my favorite hosting company, on an 'unlimited' account, but on a ...
0
votes
0answers
22 views

Video streaming app in ipad

I want to develop a video chat app(video streaming) in iPad. Client may connect from different devices like iPad or Android or Desktop(Windows,Mac). Should support multi platform. I have gone through ...
1
vote
1answer
87 views

get UDP Multicast stream in PHP

I am trying to receive a UDP multicast stream in PHP. The receive command never gets anything and waits forever. I can watch the stream using VLC player so the stream is accessible on my machine. Any ...
0
votes
0answers
109 views

Random guy in my webrtc channel [closed]

Fascinated by the latest WebRTC techonlogy, I want to get familiar with it by building a Rails application that will be a little bit like conversat.io. I am using a very simple WebRTC library, which ...
0
votes
1answer
249 views

navigation in video stream, reverse proxy in golang

I'm testing a reverse proxy in go. Mainly for playing videos though underlying nginx and streaming videos from other backend servers. Problem is when navigating through video. For example when ...
0
votes
2answers
62 views

How to properly handle android:configChanges=“orientation|screenSize”

In my app I have to provide the ability to add, move, resize and remove some views, like a launcher does. It worked fine until now, but now I want some of these views to display a video, streamed in ...
0
votes
0answers
123 views

VLC webcam stream to android lag

I'm trying to stream my webcam live to an android VideoView over my local network. The video shows up but after a huge 15-20 seconds lag. VLC streaming settings: usgin HTTP Enacpsulation: MPEG-TS ...
0
votes
0answers
135 views

C# rtmp-player library

I'm creating a C# application and I need it to play rtmp live streams. I don't have to create an ultimate tool like VLC player, because playing streams isn't main purpose of my app. The only thing ...
0
votes
0answers
33 views

[Generic Video Spec]: Is there any video specification which compatbile with all devices?

Is there any video specification which compatbile with all (Desktop and Mobile) devices? (Especially in browsers) The specification include bit rate, resolution,etc.
0
votes
1answer
199 views

Streaming Youtube video in android VideoView

I am working on an app which stream youtube videos. Here is my code snippet : MediaController mediaController = new MediaController(PlayVideo.this); mediaController.setAnchorView(videoView_Video); ...
1
vote
0answers
116 views

[JWPlayer]: Play last segment of .ts from HLS?

In JwPlayer Is it possible to play last segment of .ts from HLS? In this case last segment is stream00736.ts current JwPlayer code: jwplayer("<?php echo $this->id?>").setup({ ...
0
votes
0answers
52 views

How to add multi-image streams into a AVI file

I'm making a AVI file from the image-frames by using C/C++ project as the following input: stream1: frame per second: 12 fps number of frames: 500 stream2: frame per second: 10 fps number of ...
0
votes
0answers
32 views

html5/ divx not playing a_ac3

im am looking for a way to play mkv files with ac3 audio codec on my website unfortunatly the code i am using at the moment will not play the audio (html5) and the video will not play using divx ...

1 2 3 4 5 50