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.
0
votes
0answers
32 views
youtubeplayersupportfragment in android video play
I have to develop an one android application.
i have to play the video using youtubeplayerfragment.
Here the video is playing well on fullscreen mode. The Same video is playing well on normal mode ...
5
votes
2answers
186 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>
...
1
vote
0answers
51 views
Show/Hide Videojs controls at runtime
Is there a way to show/hide the video controls on the videojs player at runtime (e.g. player.controls.hide()).
Any ideas how to do this?
Thanks!
0
votes
0answers
13 views
Given information about a video file, calculating data rate, compression, etc.?
I am studying for a Computer Networks exam and I feel like this question is very simple, I'm just having trouble figuring out what is being asked, I suppose. The question reads: "A 2 hour video film ...
0
votes
0answers
8 views
FMLE How to publish multiple channels
If we use directShow compitable capture device with FMLE, then without writing code for directShow would FMLE list different channels as output devices? and we can publish multiple channels by opening ...
1
vote
1answer
37 views
Playing video HTML5 and Apache
What I'd like to do is to play a video served by an request to a URL.
The webserver is Django
Here the HttpResponse to serve the video is formed:
filename = rec_path(recording_id) + '/rgb_video.mp4'
...
0
votes
1answer
70 views
Ardrone Video Stream decoding in Android
I'm working on an image processing project for the Parrot AR.drone, using opencv4Android, i'm so new to the whole thing! ,
does anyone have an idea about how to read in video streams from the ARDrone ...
4
votes
1answer
144 views
Writing video file and simultaneously playing it
In my fun project, I'm downloading video file from youtube, and writing to a file on local disk. Simultaneously I want to play it. The objective is to cache the file on local disk, so that when I want ...
0
votes
1answer
32 views
poor performance with http live streaming ogv
I have a http live streaming video with ogv format which should be read and presented in a web page player on desktop and tablets.
but the problem is poor performance, since it may be a very long ...
0
votes
0answers
47 views
How to broadcast video (stream) to a Ustream channel from a custom iOS app?
I would like to know if it is possible to embed a Ustream video streaming session in an iOS app. I am basically looking for a public SDK to publish live videos to a Ustream channel.
I have a Ustream ...
-1
votes
0answers
24 views
How to Access video capture card using Java JMF [closed]
Is it possible to access video capture card using Java JMF?
Actually I have camera with only one yellow pin which is video input, I want to stream to view or record or for transmission.
Is there any ...
-2
votes
0answers
40 views
Native library(ies) in .NET form streaming webcam video/audio [closed]
It's my personal area of interest to make some server based application where users can connect using their browsers and can establish video/audio connection. For starters I just want to make it work ...
-6
votes
0answers
24 views
How to build a Mobile TV Streaming Platform? [closed]
What is a good start in order to build a mobile TV streaming website?
I would like to capture the signaling from a local and open TV operator and stream it to a website.
Is there any open source ...
1
vote
0answers
45 views
Using websocket to stream in video tag
I'm trying to stream a (WebM or MP4) video from Node.js to HTML5 using websockets (the websocket library is Socket.IO on both server and client). The browser in use is the latest version of Chrome ...
0
votes
0answers
58 views
Best way to stream video files from Server to Android App
I have a few mp4 files on my server. And in my Android App, I want the user to be able to stream those videos.
It seems very simple in start. But it became painful when I tested it on different ...
0
votes
0answers
38 views
HTML5 video, socket.io and Node.js
I would like to know what is the state of art by now of the html5 tag and the possible applications.
In particular, i would like to develop an architecture which on a client side (let's call it A) ...
0
votes
0answers
29 views
Where to find free links to live streams, video on demand, etc?
I am interested in creating videos on my website which will play free Live Streams and Videos on Demand. I was wondering if there was a website or resource that provided these direct URL links. For ...
0
votes
0answers
40 views
How to make a video stream from a byte array in Android
I'd like to take a byte array stream (of images) of frames an turn in into a video stream (so in turn I could output it to a file).
How could I do that?
P.S - the byte array will come from an ...
0
votes
0answers
30 views
Show video thumbnails while dragging progress bar on a video [closed]
Wondering how the likes of Netflix and other video streaming apps accomplish the following... when the video loads, a user can take the progress bar and while its being moved, it can display certain ...
1
vote
0answers
27 views
how to broadcast my voice From iPhone to Web using shoutcast/icecast [duplicate]
how to broadcast my voice From iPhone to Web shout cast/ice cast , basically I have seen many of the code snippets just like Audio Streamer (in this code audio streaming through URL) , now I want to ...
0
votes
1answer
35 views
Video streaming from android [closed]
How to do video streaming from android camera? Android application will serve the video. The client will be a browser on a desktop computer.
Please give me some example or library about this ...
0
votes
1answer
53 views
FFmpeg: Generating .ts files and adding Metadata to them [closed]
Before I was following the steps:
Create some metadata:
id3taggenerator -o 1.id3 -artist "Emma Stone"
id3taggenerator -o 2.id3 -artist "Patricia Clarkson"
Create a file saying where to place the ...
0
votes
0answers
41 views
Blank subscribers view in nexus 7 and Galaxy S3 (Opentok Face 2 Face Live Video chat)
I am testing Opentok HelloWorld application(https://github.com/opentok/Android-Hello-World) for face 2 face live video streaming. I have tested in Nexus 7 and Samsung Galaxy S3. In both devices I am ...
0
votes
1answer
121 views
Live video streaming in Android and iPhone [closed]
What is the best way for live video streaming among iOS and Android devices. I want to capture video through an iPhone camera and want to live stream on other Android and iPhone devices. Do you have ...
1
vote
1answer
47 views
Playing streaming video using default media player
I have a link like http://..../video.mp4. The task is run a video using the installed on OS media player or flash player in full screen mode.
Please give me a link where I can read about this or ...
0
votes
0answers
28 views
Open source platform for DRM video on the Web?
Is there an open source platform for serving some sort of DRM-protected video on the Web, so that the users can't download or save the videos themselves? Streaming or not.
0
votes
0answers
13 views
Is there any reason to use F4V over FLV programmatically?
We are trying to determine what format to use to stream from our server. There are two formats Flash supports, F4V and FLV. I've read the wikipedia page on Flash Video but from a coding perspective is ...
0
votes
0answers
31 views
FFMpeg receives single connection with multiple bitrates?
I'm trying to use ffmpeg to serve hls streaming, as source of the streaming I'm using FMLE to output multiple bitrate by RTMP.
I know that we can output several bitrates/sizes, as the example bellow, ...
1
vote
0answers
62 views
Streaming MP4 video through .NET HTM5
I am trying to create a test page which will contain a HTML5 VIDEO tag which will allow converted videos to be played. I am successfully able to convert the videos and store these locally on the ...
0
votes
1answer
32 views
Gstreamer Extract frame from stream
I'm trying to stream video across a network. Currently I'm using gstreamer. However, once it gets to the other side of the network I need to be able to do add in some stuff to the frame.
I was ...
0
votes
0answers
71 views
Streaming H.264 video via RTP with VLC
I'm streaming an H264 movie through vlc 2.0.5. I've created the SDP file from reading the SDP packet through wireshark, and I was able to play the stream in vlc 1.1 and 0.9 (when the streamer is still ...
0
votes
0answers
40 views
HTML5 Videos on Localhost Stop After 15-30 Minutes
I have a video site in development that's currently running on my WAMP server. The videos were all encoded to .mp4 using Handbrake, and none of them will play for longer than 15-30 minutes. I have ...
0
votes
0answers
27 views
VLC HTTP Streaming logs
I'm trying HTTP streaming with vlc, and it works fine.
The point is, I want the streaming info to be saved in some kind of log.. like apache logs.
Is that already available? if yes, where can I find ...
0
votes
1answer
29 views
Html5 video player not been auto resumed
I have an Html5 video player:
<video
video id="videoObj" class="video-js vjs-default-skin center" webkit-playsinline autobuffer preload="auto" poster="http://SomePoster.png">
...
0
votes
0answers
28 views
Stream NSURL without parsing browser URL
How can I stream NSURL:
for example -
http://www.youtube.com/watch?v=0lTKErnmmoA or http://vimeo.com/65384446.
without parsing URL to reach real place of video on that server. I was using ...
0
votes
0answers
33 views
Streaming Server or normal FTP Server
I want to start a website for watching video. I'm wondering which server to use to store my videos - Streaming Server or a normal FTP Server. If it's better to use Streaming Server, how to make my ...
0
votes
0answers
32 views
Downloads cannot find reliable source [closed]
I've recently bought a laptop (HP Pavilion G7)... It's pre-installed with Windows 8 and right now I'm having a bit of a trouble...
Everytime I try to download anything, they are always left ...
-2
votes
0answers
39 views
Stream video from NSURL
How can I stream a video from NSURL ?
I have been using MPMoviePlayerController.
NSString *namePhoto = [photos objectForKey:@"src"];
NSURL *url = [NSURL URLWithString:namePhoto];
NSDictionary ...
0
votes
2answers
93 views
Android Java Video Live Streaming
I'm creating an application that can stream live video from an HTTP url. Is it possible to create a native Android app that can stream live videos directly? Or do I still need a media server to ...
0
votes
0answers
34 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
34 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
57 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
45 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
15 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
121 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
65 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];
...


