0
votes
0answers
7 views

Real Time Messaging Protocol

I want to implement a video with Real Time Messaging Protocol method using HTML5 video tag. Please help me how to make this whole process. I have read some articles but I didn't understand what I ...
0
votes
0answers
18 views

Live Webcam Publishing & Viewing

Need to build 2 abilities: Give members ability to enable their webcams and push the live feed to my server Give other members ability to view their webcam feed live Trying to figure out the best ...
1
vote
0answers
31 views

How to save video stream using VLC in commandline?

I'm trying to save online video using VLC in command line on Window 7 Basic. Here are few things I tried and worked partially: I:\movies> vlc ...
0
votes
1answer
61 views

IP-Cam / CCTV-Cam Live Streaming on iPhone/iPad

I want to get stream of an ip-cam on my iPhone/iPad and want to display it on screen. By R&D i found that ffmpeg is the only way to achieve it but i found nothing on ffmpeg. Is there any other way ...
0
votes
1answer
62 views

Red5 video chat tutorial AS3

Where can I find working examples of a video chat application based on AS3 and Red5? I'm having trouble to understand how to attach a user stream to another user and vice-versa. Can someone point to a ...
-6
votes
0answers
25 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
1answer
160 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
129 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 ...
1
vote
0answers
72 views

Playing Video from RTMPT Stream in JwPlayer

I'm use JwPlayer to play video from Red 5 Media Server. How do We play video which streamed via RTMPT protocol? Thanks,
0
votes
0answers
28 views

MediaSource Api does not behave properly if Each media Segment contain single I frmae

I am experimenting on chrome Media source API . I have some data H264 data . In this data every frame is I-frame( Random Access Point) . Then Media-Segment is created per I frame .and then this ...
0
votes
0answers
77 views

vlc plugin how to change audio track on live streaming

I use vlc plugin. How to change audio track on live streaming channel? I tried some code but no luck <script type="text/javascript"> vlc.audio.track = "2"; </script> <script ...
0
votes
0answers
93 views

Android 4.1.x streaming rtsp

I have a ip camera that with rtsp link, i went to play this stream an android devices locally and remotely. With android 4.0.x (galaxy tab 10) it works fine but with android 4.1.x (galaxy note II) it ...
0
votes
1answer
57 views

VOD server performance test

I have two VOD servers (RTSP) each on a different machine in a local network at home (vlc and Darwin streaming server). What i am trying to do is a performance test that goes as follows: * send ...
0
votes
0answers
22 views

Android: Create a videostream from screen datas

I'm tring to create a videostream (RTSP) using what the data displayed. I try to explane better i want to display datas on mobiles screen and also streem this as a video on internet. Can someone give ...
1
vote
1answer
48 views

how to stream my video collection into inet

I have a small ubuntu server down in the basement with a couple of self made movies on it. I would like to share those videos with my Family. In my most fancy dreams, I would offer a website with the ...
0
votes
1answer
135 views

Stream live website feed on Android

I want to get an idea of how to stream a live feed from a website to a Android Application, do I need to implement on specific framework for streaming? I have the web url for live streaming and its ...
0
votes
0answers
322 views

Streaming an .flv video From php is not working, using flow player and video js

i was trying to add video play back in my website.. How did i tried it ? the video's to be played is not in my websites Document root, but instead it is outside Doc root so i can't name a file to ...
1
vote
0answers
193 views

Parsing mp4 metadata

I am faced with a problem. I have a mp4 file which has been run through mp4box. I run it with the interleaved option to generated metadata for the file. I can dump an XML file of the metadata which ...
0
votes
1answer
71 views

Architecture for streaming an endless video queue with mysql datasource

right now i'm building a webinterface. It should be something like a media control system. In this interface a user can select some vid's from a coverflow'ish style and put the videos in a queue. The ...
2
votes
3answers
921 views

How to display RTSP from IP Camera/CCTV in iOS

There is obviously a way to do this because so many applications are already doing it - NetCamViewer and iCamviewer to name just one. I have searched and searched, but I'm not finding anything of ...
0
votes
0answers
81 views

Need advice on Live Streaming and on-demand Streaming

I'm developing a project that will be able to do live-Streaming to clients, and also provide on-demand Streaming to the client as well. I've come up with software like red5 and icecast to use for the ...
0
votes
1answer
188 views

IOS - Live streaming using MPMoviePlayerController losing video but not audio

I am Streaming a live video (.m3u8) with MPMoviePlayerViewController, however during playback sometimes the video is lost and only the Quicktime logo is displayed, however the audio still goes on. ...
0
votes
1answer
232 views

RTMP stream MP4 with FLVPlayback Component

I'm having to change a video from an ollllddd project. It was built using the AS3 FLVPlayback Component. The video back then were FLV and streamed fine from out limelight server. The new videos I ...
0
votes
0answers
139 views

Symfony2 video streaming

I'm writing app in symfony2 and I have a problem with video streaming. If one action takes a long time to execute - for example 1 minute, the whole app is frozen (when opened in second tab) and ...
0
votes
0answers
31 views

What is the best method for viewing streamed flv's on a visual basic application?

When I say "Best", I mean in your opinion what method is most useful, doesn't crash the most, offers the most functionality etc What is the best method for viewing streamed flv's on a visual basic ...
11
votes
4answers
4k views

Live-stream video from one android phone to another over WiFi

I have searched the internet for days now on how to implement a video streaming feature from an android phone to another android phone over a WiFi connection but I can't seem to find anything useful. ...
0
votes
0answers
115 views

How to reduce buffering latency in Wowza with MPMoviePlayerController

I am using Wowza Cupertino Streaming to transmit live streams. Right now I am getting about 30-40 seconds of buffering with Wowza + Cupertino Streaming + iPad with MPMoviePlayerController. Other ...
0
votes
0answers
101 views

Android play RTSP Elementary stream?

I have an RTSP stream that plays nicely on VLC but not on my Android. I found out that my stream in an Elementary Stream and android only supports Transport Stream. btw, the vide is on H.264 AAC. ...
0
votes
1answer
63 views

How can I protect streaming media?

How can I stream MP3 files and best minimize the risk of someone ripping them? I'm using RTMP via CloudFront right now, but rtmpdump is virtually cp for RTMP streams.
0
votes
0answers
11 views

Where can I find an example to stream iPhone video to a web server? [duplicate]

Possible Duplicate: Uploading live streaming video from iPhone I want to create an app that will take the iPhone camera's input and stream it to another phone. Anyone know of the best place ...
0
votes
0answers
26 views

Message size and arriving Interval of realtime streaming delivery (HDTV or 1080p online video)

I am wondering if there is a fixed time interval and message for online 1080p video. Since I have read a HTTP live streaming doc from Apple, it says that a 10 seconds video segment is send to client ...
2
votes
0answers
333 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 ...
0
votes
1answer
595 views

Video streaming over RTP using gstreamer

I am trying to stream a video file using gstreamer from one device to another over RTP. At the sender side I am using the following command : gst-launch filesrc location=/home/kuber/Desktop/MELT.MPG ...
2
votes
0answers
167 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 ...
0
votes
0answers
247 views

FFMPEG: Stream a file with original playing rate

I want to stream a file to the network using ffmpeg in it's original frame rate; so I can play the generated UDP stream using some receiver client such as VLC. I used this command: ffmpeg -i ...
1
vote
1answer
99 views

Combine 4 separate component R G B A in one texture

I'm developing a viewer for video-sequences. I use a scan-line based approach with concurrent computation (fetching) for each row. Every row I get is separated in severals buffer (Channels) , namely ...
2
votes
1answer
251 views

Streaming audio and video

I've been trying for a while but struggling. I have two projects: Stream audio to server for distribution over the web Stream audio and video from a webcam to a server for distribution over the ...
0
votes
1answer
413 views

connection failed application rejected connection jwplayer

i am embeding rtmp stream of other server on my own server with my own jwplayer it works fine on my one server but the same thing giving error on my other server i have try almost everything same but ...
4
votes
2answers
323 views

The difference between streaming and live streaming?

Ok, so Im trying to clearly demonstrate the different ways for playing a video, and Im getting stuck. There doesn't seem to be any clearly defined terms beyond "streaming" and "live streaming", and ...
0
votes
0answers
88 views

Video Streaming Server Configuration with 1 GBps [closed]

What configuration of server is best on high load system with 1 GBps speed. I stop on Derbian/ngnix/4x SATA2 2GB but i am not sure will 4xSata2 with raid 0 work for 1 GBps because even when their ...
2
votes
1answer
218 views

mp4 videos not streaming on site

I am using jwplayer to play mp4 videos on my site. The files are huge. They dont start streaming until the whole video has buffered. I need the videos to stream and buffer at the same time. I read ...
1
vote
1answer
561 views

RTSP to RTMP streaming or somethink else

i have a RTSP streaming on IP Cameras.I need to publish this cams on the web page.I tried with JWPlayer but i think jwplayer just supports rtmp not rtsp.If there is no support for RTSP on web pages.I ...
0
votes
2answers
97 views

How do I correctly stream a video file to the web with php or perl

So I am new to perl and web development but I was hoping to get some guidance on the following issue. Server 1 is transcoding video for me and has an api endpoint for me to access. It will give me ...
0
votes
1answer
117 views

Cross Platform Video streaming

I'm looking for a video streaming soluiton which has the ability to upload the video files to the server and deliver to multiple receivers on-demand across the hardware and software platforms ...
0
votes
1answer
448 views

Multiple live stream video publishers using FMS, Wowza, etc.?

I need to develop a web portal with multiple live stream publishers (up to 4), and many viewers, using RTMP. Live video publishers are well known and always the same, so in the case of using FMS ...
0
votes
2answers
180 views

Streaming live video, where to start? [closed]

Hoping someone can point me in the right direction. We have a few webcams that broadcast a live feed, but we want this live feed to be available on a website. Obviously security of the feed is ...
0
votes
2answers
467 views

Live Stream: Storing, Transcoding, Restreaming

I'm currently working on a project where I have the following use case regarding video streaming: 1) receive live video stream (mkv container would be prefered) 2) store this stream (on cloud ...
0
votes
1answer
2k views

Stream from MP4 file over RTSP with ffserver

I'm trying to stream a mp4 file over RTSP using ffserver with no luck so far. I just want to stream directly from the file, without feeding from ffmpeg (no transcoding involved). But I've made it work ...
1
vote
1answer
113 views

Live stream thumbnails from API v2 not valid half the time

Overall: I cannot get valid thumbnails for youtube live streams (about 40% to 50% of streams ' thumbnails I get back are invalid/404 - gray "no screenshot" image) when pulling from the API v2. ...
0
votes
2answers
466 views

H264 profile change using FFMPEG

I have H264 Stream with following details video stream type : AVC resolution : 640x368 profile:level : High:4.0 aspect ratio : ...

1 2 3 4 5