Streaming Two Or More Flv Videos At The Same Time?
Jul 28, 2009
I am working on a site that is intended to stream two or more flv simultaneously. The slightly different header clip should renew on entry to each page. When I publish the fla file it plays as intended. When I upload the swf file to the web only one of the videos are playing back. It does not matter if I import the video to a timeline, or stream it progressively from the server. Both clips are uploaded.
View 7 Replies
Similar Posts:
Feb 24, 2010
I have a virtual directory (Storage Area Network) in 'C' drive as well as in "webroot" folder in Flash Streaming Server. What do I need to do to make RTMP videos work from SAN directory on Flash Streaming Server. It works fine for http. RTMP from vod -> application folder works fine. I have done a lot of research and found out that we can use virtual directories for streaming videos. I am unable to find steps on how to use it..
View 4 Replies
Oct 30, 2009
We are going to be hosting some videos that will be streamed (not progressive download). Which is recommended? CBR (constant bit rate) or VBR (variable bit rate) encoding?
View 3 Replies
Feb 18, 2011
I want the videos that I play on my site should only be streamed but should not be accessible to download softwares. Can videos be protected from downloading so that no one should be able to record them
View 3 Replies
May 15, 2010
I have to play a video stream, so the typical stream.play(videoURL) command BUT the videoURL must be something different, with a query/parameters like: [URL]
This call returns error of course, the NetStream.Play.StreamNotFound
So, the query string changes the way the resource is loaded? Is a bug of flash player?
View 5 Replies
Feb 22, 2012
the FMS server is streaming videos only when the path doesn't have the flv extension with the video. In case I put the .flv extension, it connects to the RTMP server but doesn't streams the video. How can I make it stream even if the video has .flv extension?
View 2 Replies
Jan 25, 2010
I've created a player for a client in the past using their LimeLight server to stream videos and not had an issue before, however for a new client using different LimeLight server, the videos seem to be ending 3-4 secs too early.
My traces on 3 vastly different videos I tested:
metadata duration = 32 // 32 secs long, ends at 27
Stop [27.350 seconds] = 4.65
metadata duration = 17 // 17 secs long, ends at 12
Stop [12.852 seconds] = 4.148
metadata duration = 258 // 258 secs long, ends at 255
Stop [255.861 seconds]
In the video players I check for NetStream.Play.Stop then put a 'reset' type function in there. This function however triggers too early due to this strange bug. Has anyone have seen this before?
private function netStatusHandler(event:NetStatusEvent):void
{
trace("connected is: " + nc.connected );
[Code].....
The only work-around I see for this is saving the initial number I get from the metadata duration, and running a timer to constantly check for when the current ns.time matches metadata and then run my reset function.
View 1 Replies
Feb 13, 2009
Is there a particular reason that when you stream a video your _netStream.time will misreport the elapsed time of the stream? I've tested streaming vs progressive download and discovered that while progressive netStream.time seems spot-on accurate the streaming netStream.time is behind the actual running time of the flv.
In other words, the video has played to completion and stopped, but the seek bar has only progressed 85% of the way through on a stream.
Is this something to do with the sample rate of the video, or some other encoding issue?
View 1 Replies
Jul 13, 2010
After I updated Adobe flash player I noticed that videos I streamed did not play correctly.A video will begin to play but part way through it will freeze. It will indicate that it is buffering but it never finishes buffering and never continues to play, even if I refresh it.This occurs for several sites such as youtube, megavideo, and wisevid. This occurs for every browser I have tried (Firefox, IE, and Opera.) I also realized today that now iTunes cannot not download video either. When I try it says that parts of the files seem to be corrupted. I have uninstalled and reinstalled flash several times but that has not helped. I am using Adobe 10.1 (under version test it says it is WIN 10,1,53,64) and I have Windows 7
View 1 Replies
Aug 6, 2010
I want to be able to stream a live video using Flash Media Live Encoder 3 using two options of 300 kbps and 150 kbps.I want to give users a choice of stream quality depending on their available bandwidth to maintain the live feed.I have set it up so that the Bit Rates are 300 and 150 and tick marks on: 1 and 2my FMS URL is correctin the Stream: box I have written: test1;test2The SMIL file has the following:
<smil> <head> <meta base="rtmp://live" /> <body> <switch>
<video src="mp4:test1.f4v" system-bitrate="150000"/>
[code].....
View 3 Replies
Oct 19, 2009
Currently I've got 2 of the same movie clip. both containing an flvplayback component. One of them has a heavy blur effect, one of them doesn't. The blurred one is the 'reflection' of the other one, but the problem is they don't load at exactly the same time alot of the time. Is there any simple code that will make one wait for the other to load? You can see it here... [URL].
View 2 Replies
Aug 25, 2009
I wanna download a movie clip from the Web and play it, and at the same time, save the clip onto the local disk. So next time I play the clip, no more downloading.my environment is Flash CS4 and AIR.I looked up three classes: NetConnection, NetStream, VideoPlayer.
View 1 Replies
Oct 19, 2009
currently iv got 2 of the same movie clip. both containing an flvplayback component.One of them has a heavy blur effect, one of them doesnt.The blurred one is the 'reflection' of the other one, but the problem is they don't load at exactly the same time alot of the time. Is there any simple code that will make one wait for the other to load?
View 2 Replies
Apr 8, 2011
How to play mp4 videos in e.g. flowplayer in real-time (streaming) - without downloading it fully first?
View 2 Replies
Sep 24, 2009
I have three FLV videos playing on my main time line.they are each set to auto play and the are each on individual frames.lets say frame 30-31 and 32.how do I have the video stop playing once it detects that the user clicked out of that frame?my problem is the video or I guess it's just the audio keep on playing even though I am already viewing some other page.
View 2 Replies
Jan 17, 2011
I have a problem with videos stuttering when viewing my website for the first time. My site hosts many videos so I cannot preload them all at once. I am thinking I need a code that assures that each video buffers for a few seconds as it plays.Here is the code I use to upload the video:
var vid:Video = new Video();
var nc:NetConnection = new NetConnection();
nc.connect(null);
[code].....
View 4 Replies
Apr 22, 2010
My swf is playing one video in using NetConnection, NetStream and Video object. If I want to stream one more video simultaneously in the same swf I have a few problems. It works when I create more NetConnection, NetStream and Video objects but is that necessary? The code rapidly becomes complex to handle.
Is there an easier way like perhaps share the NetConnection, or something (same FMS server)?
Question 2
The two videos on the stage are suppose to have different size, placement etc. Still the last one created inherit the properties of the first video display. It also starts playing for an annoying couple of seconds before the first one. How can I avoid that (inherit and delay)?
var ns1:NetStream;
var ns2:NetStream;
var nc1:NetConnection = new NetConnection();
[Code].....
View 7 Replies
Sep 17, 2011
Has anyone seen a Flash video player out there that will load and play two videos at the same time, such as for comparing videos? A potential client is looking for something along the lines of this. I've not been able to locate anything out there,and I'm wondering if there's a usability reason for this...Obviously, you wouldn't want the audio playing for both at the same time, and the bandwidth issue for something like this might be a concern too. My feeling is that you wouldn't want to restrict a user to just playing both videos at once, but give them the option to play them separately or at the same time, with controls for each audio and playback.
View 1 Replies
Jan 27, 2010
How do i reset netStream.time for a streaming .flv that was intiatied on the server side? It just keeps incrementing on me even after the streaming .flv is done playing.
View 4 Replies
Apr 8, 2011
Is it possible to play the video (mp4) in real time using some flash player? What I mean by in real-time is that player would receive data on the fly, not from alredy saved file but e.g. php script (which sends appropriate content-type header) THAT IS DOWNLOADING AND 'ECHO-ing' THE FILE AT THE TIME PLAYER PLAYS IT - like e.g. some kind of live stream.
View 3 Replies
Dec 22, 2011
Is that possible to streaming a video from a certain time.
For an example i want to start the video from the time of 1.23 min but its always start from 0 only
time= something in millisecond;
I gave nsStream.seek(time) but even its start from 0 only.This is because the stream is not available for that time.
So can we start video streaming from mentioned timing is that possible.
I don't want to use FMS or Red5 for this.I know there is a possibility using server.
View 1 Replies
Apr 4, 2011
using old AS2 code on an fms project.it seems that both server-side NetStream object and client-side NetStream object do not have a totalTime property.my goal is to determine when the flv has completed playing ( has reached the end visually );so I figured that comparing time to totalTime would work but there appears to not be a totalTime.
View 3 Replies
Aug 16, 2011
Iam doing a mp3 player, i want to play music while streaming. I have a probleme, i cant get time mp3 length of this song while streaming.
View 1 Replies
May 10, 2011
I'm trying to build a system that live-streams video and audio captured by android phones. Video and auido are captured on the android side using MediaRecorder, and then pushed directly to a server written in python. Clients should access this live feed using their browser, so the I implemented the streaming part of the system using flash. Right now both video and audio content appear on the client side, but the problem is that they are out of sync. I'm sure this is caused by wrong timestamp values in flash (currently I increment ts by 60ms for a frame of video, but clearly this value should be variable).
The audio is encoded into amr on the android phone, so I know exactly each frame of amr is 20ms. However, this is not the case with video, which is encoded into H.264. To synchronized them together, I would have to know exactly how many millisecs each frame of H.264 lasts, so that I can timestamp them later when delivering content using flash. My question is is this kind of information available in NAL units of H.264?
View 1 Replies
Aug 18, 2010
why dynamic streaming taking too much time to switch video from lower bit rate to higher bit rate and vice versa. I am doing dynamic streaming in following ways -
var param:NetStreamPlayOptions = new NetStreamPlayOptions();
param.oldStreamName=oldStream();
param.streamName=newStream()
[code]....
I am using duel buffering and that is 3 seconds when video starts and 10 seconds when "NetStream.Buffer.Full". Video taking approximately 30-50 seconds to switch video and when I am calling the above code.
View 6 Replies
May 24, 2010
i use loadmovie() to load youtube videos inside my flash website but when i load another video the old one doesn't stop, so i tried unloadmovie to destroy it but it seems that i did a mistake in my code
This is how the code looks to stop the old one an load the new:
vloader.unloadMovie();
vloader.loadMovie("http://www.youtube.com/v/Alw5hs0chj0&hl=fr&fs=1hJ-mPcGtC");
How to do that? use other objects or classes, i only want to edit that code.
Note: I have an empty MOVIE CLIP called "vloader" where i load the video player.
View 2 Replies
Nov 1, 2011
Is there a way to create videos in a playlist that i can limit the views to 10 videos per user?
View 1 Replies
Dec 14, 2010
As of Flash 10.1, they have added the ability to add bytes into the NetStream object via the appendBytes method URL...The main reason for this addition is that Adobe is finally supporting HTTP streaming of video. This is great, but it seems that you need to use the Adobe Media Streaming Server (URL...) to create the correct video chunks from your existing video to allow for smooth streaming.I have tried to do a hacked version of HTTP streaming in the past where I swap out the NetStream objects (URL...), but there is always a momentary pause between the chunks. With the new appendBytes, I tried to do a quick mock up with the two sections of video from the preceding site, but even then, the skip still remains.Does anyone know how the two consecutive .FLV files needs to be formated in order for the appendBytes method on the NetStream object to create a nice smooth video without a noticeable skip between the segments?
View 6 Replies
Jul 2, 2009
We are streaming a one hour F4V from streaming media server 3.5.2 and for some reason it is seeing our one hour video as being 10 hours long. We have tons of other videos and never ran into this problem in any of the other files. This is the only file that exceeds one hour. This occurs in the default player from the streaming server.
View 1 Replies
Jan 8, 2009
Is it possible to stream mp3 files from mms url's like this? [URL]
It throws an error when i try the way i use to load mp3 files (it works with other mp3s):
var sndObject:Sound= new Sound();
var reqObject:URLRequest=new URLRequest("mms://example.streamsvr.com/example.mp3");
sndObject.load(reqObject);
[Code]....
View 1 Replies