Media Server :: How To Play Ads Then Flv

Aug 10, 2009

when i click on link play any ad then paly any flv. tell me how to attach ad and flv both.only on click first play ad then flv.

View 1 Replies


Similar Posts:


Media Server :: Stream.play (live_from_FMLE, -1, 4500, True) Got No NetStream.Play.Start?

Nov 5, 2010

I got a bunch of live stream from FMLE, say: "FMLE_channel1", "FMLE_channel2", "FMLE_channel3". And then on the server side, I created several corresponding republished stream called "channel1", "channel2", "channel3".

On periodical basis, we call Stream.get("channel1").play("FMLE_channel1", -1, 10, true) every 10 seconds. Similar things were done on the second channel & third channel.Soon after the above Stream.get("channel1").play() call, I should get the following events in sequence:info :NetStream.Unpublish.Successinfo :NetStream.Publish.Startinfo :NetStream.Play.Resetinfo :NetStream.Play.Start In the above case all are happy. Clients can view channel1, channel2, channel3 well.But then after a while, one of the three channels, in most case it would be channel1, will not be viewable.

With the server trace info, I found that after the Stream.get("channel1").play() call, only the following two events exists:

info :NetStream.Unpublish.Successinfo :NetStream.Publish.Starti.e. I was missing the play.reset and play.start event.I further checked and confirmed that the FMLE was publishing all three channels fine to the server. I was able to view the "FMLE_channel1" from flash clients, but not the republished "channel1". the version is FMS 3.5.0.

View 3 Replies

Media Server :: Stream.play On Server Side Makes Video Choppy?

Apr 30, 2010

I have an *.flv file on a FMS. When I play it on the client side the video plays just fine, but when I call Stream.play(filename, 0, -1, false) on the server side the video turns out really choppy.I both cases I use NetConnection to connect to an rtmp and NetStream to play the stream, but in one case I connect to a stream and request the server to play my file on that stream. Apparently that doesn't work with files? It works just fine for live streams.

View 20 Replies

Media Server :: NetStream.Play.InsufficientBW When Streaming Server Side Playlist?

Sep 23, 2010

I am streaming pre recorded audio files (mp4) to an AIR client. I have tried two different solutions,
streaming the file directly with the NetStream.play("mp4:xxxxx.m4a") and creating a server side playlist, adding the same sound clip and then streaming the playlist. The problem is, when streaming the playlist i get a few NetStream.Play.InsufficientBW, this does not happen when streaming the file direct. Both solutions uses bufferTime=1.0
 
I would like to use a server side playlist to implement a simple key solution so that the client dont know the full path to the file, but instead sends a key to a custom server side function that looks up the file path and creates a stream for the client.

View 1 Replies

Media Server :: Use HTML5 And FMS Server 3.5 To Share / Play Videos

Mar 14, 2012

We use FMIS (3.5) to distribute our videos, but how can I use HTML5 to view them without duplicating the video to the HTTP VOD directory.Can I point to the application FMS file location like I can with RTMP in some way?

View 2 Replies

Media Server :: Get Mp4 Files To Play?

May 7, 2009

I have the FMS working with .flv files but I can't seem to get .mp4 or any other format file to play using it?

View 2 Replies

Media Server :: Play Over 5h FLV In FLVPlayBack

Aug 17, 2009

I'm using Flash CS3 Pro. I want to play over 5h FLV video by FLVPlayback. but 4h video -> no problem. 5h video -> seekbar and total time view have BUG. duration : 21117.796totalTime : 4340.615 why return different value??? FLVPlayback have limit of flv??

View 1 Replies

Media Server :: Play Ads First Then FLV Video

Oct 7, 2009

My application is samaatvlive in which right side video list when user click on specific video then first play ad then flv video. It is custom player.

View 1 Replies

Media Server :: Get Stream Name On Play?

Nov 17, 2009

Using SSAS on FMS3.5, is there a way to get the stream name of a play event?  In my case, I am trying to run additional steps when a stream is played and I need the stream name to do so.

View 3 Replies

Media Server :: Some Videos Won't Play?

Jan 26, 2010

So, I've got my videos set up on the server structure right. I've got them referenced properly in the Flash playback component.But some of the videos on the server stream and some don't.The ones that don't still show up as connections in the Administrator, though

View 5 Replies

Media Server :: Play Flv Files Like TV?

Aug 21, 2010

I need application that will stream flv like on TV that all connected users will see same stream. If they close and than connect they will see what is going on not form beginning

View 3 Replies

Media Server :: FMS Streaming Play?

Mar 1, 2011

my problem is that FLV streaming stopped for seconds.i found this log in edge log file. (below)

#Version: 1.0
#Start-Date: 2011-03-01 00:08:40
#Software: Adobe Flash Media Server 3.5.1 r516

[code].....

View 5 Replies

Media Server :: "RTMFP" Connected To The FMS Server,but May Not Play Multicast Video?

Sep 23, 2011

the question is,a client which can use "rtmfp" to connect to a FMS server,and the connecting success,Whether Can not guarantee that the client can play the Multicast video? because the client may be behind a Special firewall So he may connect to the FMS server ,but can not  use P2P to connect to the  members those are in the group?
 
If the answer is "yes",Whether i should make a check function that make these client  back to "RTMP"?

View 1 Replies

Media Server :: Play A FLV File Located In A Second FMS?

Jun 23, 2009

How to play a FLV file located in a second FMS not directly accessible by the flash client?

- I am publishing an audio stream from the flash client to a FMS;- This FMS then publishes the stream to a second FMS, which records the stream to a FLV;

How can I play in the client the FLV audio file that I recorded in the second FMS?

- The first FMS is accessible by the flash client, but the second FMS is only accessible by the first FMS.

View 1 Replies

Media Server :: Play TV On Flash Player?

Mar 18, 2010

I would like to show the live TV video on Flash player from my TV tunner. Is it possible to do it without FMS like using Webcam?
 
It will not be running on the internet/network and only for a computer that have TV tunner. (Ideally: open a swf and you can watch a TV tunner by flash player). But i cannot find any information if i can do it without FMS.

View 1 Replies

Media Server :: SWF Wont Play Online?

Mar 19, 2010

Created a SWF 65kb in CS3. It plays the SWF fine offline. followed the CS4 classroom in a book scenario & copied it to CS4 thinking it might fix any errors. The CS3 version would play on IE screen but not on my server (server supports flash). CS4 plays it on the screen but not on IE. The Scripts/install & object files were uploaded to my server.

View 4 Replies

Media Server :: DVR Player Play From The Vod Folder?

Mar 30, 2010

I've setup a simple DVR player using the DVRCast application and Adobe FLVPlayback 2.5 from Adobe tools. I'm able to use it to play a recorded live stream which is recorded by Flash Media Live Encoder.
 
I'm wandering if I can now use the DVR player to play a video within the vod application?
 
To start with I just want to copy the f4v file created by Live Encoder to the vod directory and then use the DVR player to play it.

View 4 Replies

Media Server :: No Permission To Play Streams?

Mar 18, 2011

When i publish the streams on a linux server, the .flv files have permissions like this:-rw-rw----. And i don't have permissions to access this file on a client browser... Currently, i can only change the permission using "chmod" manually

View 2 Replies

Media Server :: Path To FLV On FMS To Play In FLVPLayback?

Mar 24, 2011

I have FMS 4 and using AS3, no matter what I do I can't get any of my recorded FLVs to play in FLVPlayback.

Is there somethign I'm supposed to install on FMS to get it to play properly?
 
WHat should  my path be? I've been told that the flv are living in the fms/applications/storyvideos/streams/videos folder.

I've tried every combination of paths I can think of.

View 2 Replies

Media Server :: Cannot Play Video Over RTMPT

Jul 12, 2011

i have a linux machine with two NICs, one for Apache/PHP (port 80) and the other for FMS 4 (ports 1935, 80). I need to use RTMPT over port 80 due to our organization wireless network restrictions. I think i have set up everything right, but we cannot see any video using the wifi clients. Apparently, the problem disappears when opening the firewall and allowing port 1935 traffic.

[Code].....

View 6 Replies

Media Server :: Intercepting Play Calls?

Sep 1, 2011

I'm trying to limit a client's video playback to 10 seconds.After that,the client should be disconnected.I have to allow time for connection and buffering, so I can't just disconnect them after 10 seconds.I was hoping to override the play command, so I can force the length parameter to 10,

View 7 Replies

Media Server :: Cannot Play MP4 From VOD Subfolder / Subdirectory

Sep 19, 2011

I've spent like the past 5 days trying to get this to work as a client has given me 100GB of videos that are in subfolders. For some reason I'm unable to play media from any subdirectory in vod.

All of the media & subfolders are here:
C:Program Files (x86)AdobeFlash Media Server 3.5applicationsvodmedia

This works:
C:Program Files (x86)AdobeFlash Media Server 3.5applicationsvodmediasample.mp4

Server: rtmp://localhost/vod/_definst_
Stream: mp4:sample.mp4

This doesn't work:
C:Program Files (x86)AdobeFlash Media Server 3.5applicationsvodmediasubfoldermovie.mp4

Server: rtmp://localhost/vod/_definst_/subfolder/
Stream: mp4:movie.mp4

I've also tried as the server rtmp://localhost/vod/subfolder/ but it does not work.
I've also tried in the stream "mp4:subfolder/movie.mp4" that doesn't work either.

View 1 Replies

Media Server :: Play All Files In A Directory By One Url?

Dec 14, 2011

I am testing fms this days, I have put all my files(such as 1.mp3,2.mp3...n.mp3) in my directory.I can play single file fine with url like this: rtmp://localhost/mp3/mp3:x/2
 
but i want to know is there any way to play all files in my direcotry? for example, user click the play button, the player(smp) automatic plays all files in the directory, link windows media server.Should I use playlist? Or there is another better way?

View 1 Replies

Media Server :: F4v Can't Play At Teststream\_definst_sample?

Dec 18, 2011

I'd like to divide to different folder name by name, so i build a lot of document under _definst_ i can play flv vedio at applications eststream\_definst_sample, but f4v(mp4)can't

View 2 Replies

Media Server :: NetStream.Play.StreamNotFound Not Dispatching?

Nov 3, 2009

I'm recording audio using FMIS, the file is being saved out as a FLV file and I am able to play it back. Eventually that file may be deleted after some time and I would like to notify the user if the file is no longer available. I was expecting to see NetStream.Play.StreamNotFound after deleting the file on the server but I'm not getting that message. Instead I get:
 
-->      NetStream.Play.Reset-->     NetStream.Play.StartAnd nothing plays which is expected since the file is deleted, but I dont get the right message. I'm calling the file like so:ns.play ("flv:file_to_stream");

View 7 Replies

Media Server :: File Was Requested When Play() Is Ran On The Client?

Feb 3, 2010

I have been looking for a way to tell what file was requested from within a VOD app when a video is played.  I want to use the file name for something else but I dont want to have to send it with a second argument in connect().
  
Is it possible to tell what file is requested??? If so how can I do this??

View 6 Replies

Media Server :: Play 2 Rtmp Videos At The Same Time?

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

Media Server :: How To Avoid NetStream.Play.Stop

Jun 15, 2010

I'm streaming mp3 on flash media server 3.5 on  linux version, and very often come accross with that problem, when the buffer.length become 0 on client side, the streaming will stop with NetStream.Play.Stop event, and will not be continued. I think this case it should wait always till the data arrives and never should stopping. Some more info : I tested on applications/live folder, and the mp3 files are created dynamically during the playing, and the creation speed is almost the same like the playing speed, so those are not fix files.

View 2 Replies

Media Server :: How Can An Administrator Play Streams Published To FMS

Jun 15, 2010

I need to be able to play any stream published to our FMS application, without connecting to the application as regular users do. I am an administrator and the service is ours. Can I do so using Administration API, for instance? I sure can get the list of the streams, but I have not found a way to stream these as video yet. I am building an application not unlike Admin. console, but with more functions that we need. If Admin. console seems to be able to play streams, it must be possible?

View 4 Replies

Media Server :: Play Recorded Video From Another Room?

May 24, 2011

is it possible to play recorded video file which is stored in another room(instance)? for example, I have file "video.flv" on the server at "/streams/room1" if user is connected to room2, can he ask flash media server to play "video.flv" from the room1; something like this, client side:
 
var ns:NetStream = new NetStream(nc);  
ns.play("../room1/video", 0);

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved